zappaDPJ
Well-known member
MODERATOR: This thread has been split off from the original bug report thread.
Incorrect use of MB vs MiB
I'm aware that this is pretty nitpicky, but XenForo is using a base 1024 system for filesystem sizes and then incorrectly labeling them as KB, MB, GB, TB, etc (those are base 1000 labels) in XF\Language.php. See: https://en.wikipedia.org/wiki/Megabyte The numbering system XenForo uses is...
xenforo.com
When I taught myself to program there was machine code or binary so I can only think in those terms (1024) regardless of how it's labeled although MiB does remind me of a movie rather than anything elseI've always understood data to be stored as binary (Base 2), so a megabyte to me has always been 1024 bytes. So 1, 2, 4, 8, 16, 32, 64, 128, 256, 512, 1024 etc.
Last edited by a moderator: