• 0 Posts
  • 14 Comments
Joined 1 year ago
cake
Cake day: June 12th, 2023

help-circle
  • “What are your thoughts about setting your hair on fire?”
    “This Wikipedia article about burns covers it pretty well”
    “Aha! So you’re a parrot!”

    There’s a finite number of possible conclusions one can come to if they use this little thing called “logic”. If multiple people apply it to the same problem, they’re likely to come up with similar, if not identical, answers. If your conclusions about some given thing aren’t shared by anybody else, it’s more likely than not because they’re illogical nonsense. It’s even worse if your conclusions are outright nonexistent. That’s not good. Means you stoopid.

    Something like a centralized financial system has some very obvious, glaring issues that should be instantly apparent to anyone. And I’m, obviously, not the first person to think about it. So, why should I write something, if people who thought about it before me already outlined all the logical concerns about this system? And, likely, in a more detailed and in-depth manner than I’d care to write in a comment on a random website.




  • Anything can be a currency, if you use it as a currency. A currency is not defined by its ability to be exchanged for gas or used to pay taxes.

    If children in some school start to exchange pogs for junk food or video game cartridges, the pogs become a currency. By definition. The fact that the use is clearly limited and the value is a subject to rapid change or speculation is irrelevant.

    There isn’t a single currency in the world the value of which is set in stone. There isn’t a single currency in the world which is universally accepted. Just because there exist currencies linked to some of the strongest economies in the world, which are relatively stable and incredibly hard to affect the value of via speculation, doesn’t mean they’re immune to speculation, nor does it mean that any smaller currencies, be it currencies or small countries, crypto or pogs, are “not real”.





  • I merely pointed out that in the context, his statement was, most likely, not trying to claim that CSAM is a victimless crime, but that his alleged possession of it is.

    Substitute CSAM for something like murder, for example: It’s one thing to have a video of someone committing murder and a very different thing to commit murder yourself and record it. One is, obviously, a violent crime; the other, not so much. It’s a similar argument here.

    He might be 100% guilty, he might not be. I don’t know for sure. What I do know for sure, is that CIA and other alphabet agencies have a history of being… less than honest and moral. So, I exercise caution and take their statements with a fair bit of skepticism. Pardon me of that doesn’t come off as I intend it to.


  • The sentence previous to the one you’re quoting, the one you’ve omitted, changes the context quite a lot.

    When he heard that the government was pushing to keep him detained pending trial, his stomach dropped. “The crime I am charged with is in fact a non-violent, victimless crime,”

    In the US a person pending trial can be either released or kept detained. (18 U.S. Code § 3142 - Release or detention of a defendant pending trial) In cases when the defendant is being charged with non-violent crimes, it’s fairly common for them to be released until their trial. Possibly on bond.

    The wording of his statement is… questionable. But in this context, it could be re-worded to something like “you’re are accusing me of possession of illegal material, which is not a violent crime. I was not involved in creation of said material, therefore there are no victims of mine”.

    Anyway, even if he did have the material in question, the fact that they report finding some on a jail computer is awful weird. Those aren’t, exactly, known for having unrestricted and unmonitored access to the internet. I, also, would be surprised if those computers are less locked down than school or library computers, which tend to restrict users’ permissions to the bare minimum, often as far as prohibiting creation of files.





  • “AI” models are, essentially, solvers for mathematical system that we, humans, cannot describe and create solvers for ourselves.

    For example, a calculator for pure numbers is a pretty simple device all the logic of which can be designed by a human directly. A language, thought? Or an image classifier? That is not possible to create by hand.

    With “AI” instead of designing all the logic manually, we create a system which can end up in a number of finite, yet still near infinite states, each of which defines behavior different from the other. By slowly tuning the model using existing data and checking its performance we (ideally) end up with a solver for some incredibly complex system.

    If we were to try to make a regular calculator that way and all we were giving the model was “2+2=4” it would memorize the equation without understanding it. That’s called “overfitting” and that’s something people being AI are trying their best to prevent from happening. It happens if the training data contains too many repeats of the same thing.

    However, if there is no repetition in the training set, the model is forced to actually learn the patterns in the data, instead of data itself.

    Essentially: if you’re training a model on single copyrighted work, you’re making a copy of that work via overfitting. If you’re using terabytes of diverse data, overfitting is minimized. Instead, the resulting model has actual understanding of the system you’re training it on.