Attack
Forum Üyesi
- Katılım
- 4 Şub 2023
- Mesajlar
- 2,618
- Puanları
- 0
MODERATOR: This thread has been split off from the original bug report thread.
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:
xenforo.com
Misafirler için gizlenen link, görmek için
Giriş yap veya üye ol.
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:
Misafirler için gizlenen link, görmek için
Giriş yap veya üye ol.
The numbering system XenForo uses is...VBX Co said:
I'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.
Click to expand...
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...I'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.
Click to expand...
Misafirler için gizlenen link, görmek için
Giriş yap veya üye ol.