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

Programmer Humor

32050 readers
1545 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
[–] [email protected] 3 points 5 months ago (1 children)

We already have a confusing abbreviation: B vs b. One is bits, one is bytes.

It's a pretty drastic difference. One Gb per second is only 125 MB per second. Don't mess up your capitalization!

[–] [email protected] 3 points 5 months ago* (last edited 5 months ago)

It's for this reason I sometimes spell out the Bytes or bits. Eg: 88 Gbits/s or 1.44 MBytes

It's also especially useful for endianness and bit ordering: MSByte vs MSbit