this post was submitted on 27 Dec 2023
147 points (69.7% liked)

Technology

58133 readers
5362 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related content.
  3. Be excellent to each another!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, to ask if your bot can be added please contact us.
  9. Check for duplicates before posting, duplicates may be removed

Approved Bots


founded 1 year ago
MODERATORS
 

I often find myself explaining the same things in real life and online, so I recently started writing technical blog posts.

This one is about why it was a mistake to call 1024 bytes a kilobyte. It's about a 20min read so thank you very much in advance if you find the time to read it.

Feedback is very much welcome. Thank you.

you are viewing a single comment's thread
view the rest of the comments
[โ€“] [email protected] 0 points 8 months ago* (last edited 8 months ago) (1 children)

Initially the SI prefixes were used and used 1024 instead of 1000

Only CPUs and RAM use 1024. Floppy disks and hard drives going way back to the 1970's used 1000. In software, both are used depending on the context (and also obviously depending on the software). Most modern operating systems use 1024 for RAM and 1000 for file sizes (in the early days of computing, that agreed upon approach didn't exist, and it varied from one computer to the next).

@smokin_shinoby's tech school was shit. There has never been consistency on this issue and it's really sad that they failed to teach both numbering systems as they are (and always were) widely used.

[โ€“] PsychedSy 2 points 8 months ago

Fair on the floppy thing. I was too young to have worried about that.