I would need to look into the exact difference of double vs integer to know, but a partially educated guess is that they are referring to Int32 vs double and not Int64, aka long. I did a small search and saw that double uses 32 bits for the whole numbers and the others for the decimal.
Akagigahara
Please don't call him the r word, that's an insult to the mentally challenged
Posts. And iirc, it only hides them until you refresh.
I prefer it, because it allows me to explore and be exposed to more posts, especially if it is a slower day. I can just mark/favorite a post I found funny or interesting, which allows for faster searching anyway.
Tbh, I don't particularly enjoy the way it looks and when I used it there were a few quality of life things, like hiding read items. But could've changed now
Do you know if there is a way you can easily read it without relying on the HTML version?
Während das zwar stimmt, dass jeder einen Teil tun muss, so sollte man jedoch nicht vergessen, dass Firmen, bzw. Konzerne, die sind, die am meisten ausstoßen und es auch besser reduzieren können.
Der direkte Ausstoß von CO~2~ durch eine normale Person ist schon sehr gering.
Horizon's world is very cool, but please leave the Faro Plague out of it :(
It refers to the fact that communities belong to a specific instance. These instances can federate, as in "be a whole, made out of two", or stay separate and stay isolated
Oh my god, I really didn't realize it's an input box. Legit thought it was just a dropdown menu
That's Destiny, pretty sure about that xD
I'd wager Noita?
Okay, so I dug in a bit deeper. Doubles are standardized as a 64 bit bundle that is divided into 1 signed bit, 11 exponetioal bits and 52 bits for decimal. It's quite interesting. As to how it works indepth, I probably will try to analyze a bit conversion if I can try something