No it's not, "" (a null/empty string) is the parameter. Not every function needs a parameter to be valid, and negation is one of them. Negating nothing is something, so "not()" = "not(null)" = "not(false)" = "true"
Because nothing isn't something, and something is true. It's base Boolean logic where everything is either true or false. Null/nothing is false.
It's a weird way to think about conditionals, but it makes sense when you use them in real examples. In my case, I use them like this when I need to make sure that a variable has a value. So I can do something like
If(variable){do things with the variable}else{do stuff when the variable doesn't exist}
Do you have any evidence that they went back to reddit and didn't just account/instance hop? I'm in that thread under a previous account, but this is like my 4th or 5th account. I go back to some of them, but I like scoping out different sections of Lemmy/mbin to get a feel for where has the best vibe.
scratch a Musk-stan and you'll likely find a Weeb who is also a MAGAt.
So your argument is that weebs are musk stans/MAGAts?
If not, what point are you trying to make? Because a weeb may be a musk stan/MAGAt, but let's not target weebs just because some of them are shitheads.
These aren't exclusive.
But your argument assumes the relationship goes both ways, which isn't even close to true. An individual weeb may be a MAGAt, but all weebs aren't.
So your argument pretty much falls apart, unless you're just going after weebs for personal reasons.
Lol, so you don't actually know what fascists are. Literally the definition of fascism:
a populist political philosophy, movement, or regime (such as that of the Fascisti) that exalts nation and often race above the individual, that is associated with a centralized autocratic government headed by a dictatorial leader, and that is characterized by severe economic and social regimentation and by forcible suppression of opposition
Please, explain how "by definition" they're not fascists when the political philosophy they're putting in place is fascism.
(If you're wondering why you're being called a sympathizer, it's [charitably] because you're saying things that the Nazis say, and you don't understand the words you're [mis]using.)
People keep comparing AI to the likes of NFTs, the blockchain, and 3D printers. All of those were over-promised niche products
I don't know why you're throwing shade at 3d printers, they're great products that allow you to make random shit and iterate prototypes. A friend of mine has some, and along with fidgets and shit, she's used it to replace parts that the OEMs won't sell at reasonable prices.
No it's not, "" (a null/empty string) is the parameter. Not every function needs a parameter to be valid, and negation is one of them. Negating nothing is something, so "not()" = "not(null)" = "not(false)" = "true"