• 0 Posts
  • 64 Comments
Joined 3 years ago
cake
Cake day: August 2nd, 2023

help-circle

  • In a normal byte format it wouldn’t help, the byte standard breaks off bits into 8 bit chunks and calls them bytes (I’m not trying to explain basics, just putting it there for background), little-endian excels at using the least number of bits to express larger numbers in a stream. If you wanted to send any number from 0-255 you only need 1 byte, for 256-512 you need two bytes (or 16 bits), in little-endian it can be represented in just 9 bits, or up to 1024 in 10 bits, etc.

    Doesn’t matter for much to many people, but when the number gets big enough you can save a lot of bandwidth.










  • What distro are you guys using to get errors like that? I’ve been a Debian guy as long as I can remember and was so happy when I gave up using Windows for games. Windows doesn’t seem to scale worth a shit, I have two twenty-seven inch monitors and one twenty-four inch monitor flipped portrait (it feels wrong but is so great for documentation); when I move a window halfway between two different size monitors the window is all fucked up, on Debian it is the same physical size across the displays and doesn’t look like someone is trying to zoom in on half of it.

    All that being said, my son’s computer is close (he runs Arch… btw), but not perfect… I don’t know if that’s an Arch thing or he just doesn’t care about it as much as I do.