this post was submitted on 23 Dec 2024
526 points (98.2% liked)

Science Memes

11445 readers
1762 users here now

Welcome to c/science_memes @ Mander.xyz!

A place for majestic STEMLORD peacocking, as well as memes about the realities of working in a lab.



Rules

  1. Don't throw mud. Behave like an intellectual and remember the human.
  2. Keep it rooted (on topic).
  3. No spam.
  4. Infographics welcome, get schooled.

This is a science community. We use the Dawkins definition of meme.



Research Committee

Other Mander Communities

Science and Research

Biology and Life Sciences

Physical Sciences

Humanities and Social Sciences

Practical and Applied Sciences

Memes

Miscellaneous

founded 2 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[โ€“] kryptonianCodeMonkey@lemmy.world 1 points 3 days ago* (last edited 3 days ago) (1 children)

I assume this is meant as a joke, but my pedantic ass can't let it slide. 0.9766 kilobytes, or 976.6 bytes doesn't make much sense unless we are assuming a rounding error because that would require a fraction of a bit which is indivisible.

I'm assuming you were comparing kilobytes (KB) to kibibytes (KiB). A kilobyte is decimal based, so it is 1000 bytes. A kibibyte, which is binary based, is 2^10 bytes, i.e. 1024 bytes. And so a kilobyte is ~0.9766 kibibytes.

[โ€“] Xavienth@lemmygrad.ml 4 points 3 days ago

It's a joke on the definition of byte being different depending on who you ask. Some say it is 1000 bytes, some say it is 1024. The 1000 byte kilobyte is 97.66% (rounded) the size of of the 1024 byte kilobyte.

As an addendum, a generally accepted definition is that the kilobyte is 1000 bytes, because kilo is the SI prefix for 1000, and kibibyte (kibi, kilo binary) is 1024 bytes, a round and useful number for computing. But old habits die hard, so most people refer to 1024 bytes as a kilobyte, the historical definition.