this post was submitted on 28 Mar 2024
367 points (93.6% liked)

Programmer Humor

32380 readers
1433 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] survivalmachine@beehaw.org 3 points 7 months ago

K/M/G/T/P = decimal prefixes. K is 1000. M is 1,000,000. etc.

Ki/Mi/Gi/Ti/Pi = binary prefixes. Ki is 2¹⁰ (1024), Mi is 2²⁰ (1,048,576), etc.

It's a disambiguation of the previous system where we would use KB to interchangeably mean 1000 or 1024 depending on context.