this post was submitted on 25 Sep 2023
904 points (98.1% liked)

People Twitter

4975 readers
1754 users here now

People tweeting stuff. We allow tweets from anyone.

RULES:

  1. Mark NSFW content.
  2. No doxxing people.
  3. Must be a tweet or similar
  4. No bullying.
  5. Be excellent to each other.

founded 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] Hadriscus@lemm.ee 4 points 1 year ago* (last edited 1 year ago) (1 children)

Recommended units for data have been mibibytes (MiB), gibibytes (GiB), etc. for a few years now

They're more accurate because they use powers of two (actually 1024 instead of 1000)

[–] ChaoticNeutralCzech@feddit.de 4 points 1 year ago* (last edited 11 months ago) (1 children)

"Accurate" is probably not the correct word anymore. It was when technical limitations dictated power-of-two capacities. Commodore 64 came out with 64 kiB = 2^16^ B of memory, and FAT32 cannot handle file sizes ≥4 GiB (2^32^ B). However, RAM/ROM/Flash chips manufacturers no longer make exclusively powers-of-two capacities, instead opting for (decinal) GB to save 7 % of the cost (and other fake capacity shenanigans). I prefer binary too but the two unit systems can coexist, people just need to label them correctly.

[–] Hadriscus@lemm.ee 1 points 11 months ago

Ah I didn't know that