392
        you are viewing a single comment's thread
view the rest of the comments
    
  
  
    view the rest of the comments
        this post was submitted on 28 Mar 2024
        
  
      
  
      392 points (100.0% liked)
      Programmer Humor
    38916 readers
  
      
      8 users here now
  
      Post funny things about programming here! (Or just rant about your favourite programming language.)
Rules:
- Posts must be relevant to programming, programmers, or computer science.
- No NSFW content.
- Jokes must be in good taste. No hate speech, bigotry, etc.
        founded 6 years ago
      
  
  
      MODERATORS
      
  
    
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.