Check usage of KB vs KiB matches contemporary standards #72

Open
opened 2024-06-04 19:25:20 +02:00 by ace-dent · 6 comments
Member

For discussion:
Where KB (and other units) are 1024 x bytes, we should consider adopting the unambiguous standard KiB, etc.
e.g. see programs/system/format/format.asm.

For discussion: Where `KB` (and other units) are 1024 x bytes, we should consider adopting the unambiguous standard `KiB`, etc. e.g. see `programs/system/format/format.asm`.
Owner

Oh, come on. KiB is for ultra nerds.
Let is be as is, as we are a tiny team and have more important issues to fix and features to do.

Oh, come on. KiB is for ultra nerds. Let is be as is, as we are a tiny team and have more important issues to fix and features to do.
Owner

@Leency If it's not so important, we can deal with it later. Why close?

@Leency If it's not so important, we can deal with it later. Why close?
Owner

For me we should never handle it.
All the world misuse KB and KiB. Almost noone uses KiB and doesn't care.

Please, close.

For me we should never handle it. All the world misuse KB and KiB. Almost noone uses KiB and doesn't care. Please, close.
Owner

If we would someday handle this issue, then, probably, we should also check for KB (kilobyte) and kb (kilobit) cases, especially in network-related stuff.

If we would someday handle this issue, then, probably, we should also check for KB (kilobyte) and kb (kilobit) cases, especially in network-related stuff.
Sweetbread added the
Category/General
Influence/Text/TYPO
Priority
Low
labels 2025-02-25 23:38:55 +01:00
Owner

@Leency, I know Apple means something for you. Take a look at how they handled the very same issue many years ago: link. In short, they don't use binary prefixes like MiB and GiB, indeed. However, this is because they use MB and GB correctly: 1MB = 1_000_000 bytes, 1GB = 1_000_000_000 bytes. I agree that decimal prefixes are still widely used. That said, they are used correctly. We can use MB or MiB, whatever we prefer, but we should do either in the correct way.

@Leency, I know Apple means something for you. Take a look at how they handled the very same issue many years ago: [link](https://eshop.macsales.com/blog/1852-snow-leopard-changes-they-way-we-look-at-gigabytes-and-megabytes-and-kilobytes-as-well/). In short, they don't use binary prefixes like MiB and GiB, indeed. However, this is because they use MB and GB correctly: 1MB = 1_000_000 bytes, 1GB = 1_000_000_000 bytes. I agree that decimal prefixes are still widely used. That said, they are used correctly. We can use MB or MiB, whatever we prefer, but we should do either in the correct way.
Owner

I just don't care of this issue. Sorry. Posponed for me.

I just don't care of this issue. Sorry. Posponed for me.
Sign in to join this conversation.
4 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: KolibriOS/kolibrios#72
No description provided.