Quib, the new (custom) file size unit

テクニカル諏訪子

土着神
Full GL Member
2,427
2017
53
Credits
500
Profile Music
Yesterday I've accidentally invented a new file size unit that can co-exist with bits and bytes of both IEC and SI standards.
Giving a bit of insight, IEC standards are based round units of 1024 bytes, while SI standards are units of 1000 bytes.

The standard in the industry and media is SI, which uses:
- Byte
- Kilobyte (1000 B = kB)
- Megabyte (1000^2 B = MB)
- Gigabyte (1000^3 B = GB)
- Terabyte (1000^4 B = TB)

The standard in most Linux distributions and HDD/SSD manufacturers (though the latter group is not transparent) is IEC:
- Byte
- Kibibyte (1024 B = KiB)
- Mebibyte (1024^2 B = MiB)
- Gibibyte (1024^3 B = GiB)
- Tebibyte (1024^4 B = TiB)

And bits in each one of them is a division of 8 (so 1 kB = 8000 b, and 1 KiB = 8192 b)
Quibs are a bit different, though not too complex.
Quibs are nothing more than a quadropple of bytes (hence the name).

The table:
- Quib (1 Q = 0.25 B = 0.03125 b)
- Kiloquib (4096 Q = KQ)
- Megaquib (4096^2 Q = MQ)
- Gigaquib (4096^3 Q = GQ)
- Teraquib (4096^4 Q = TQ)

Examples of conversions:
25 MQ = 102 MiB = 107 MB.
50 MQ = 205 MiB = 215 MB.
132.87 GQ = 544.2 GiB = 570.6 GB.

And so on.
Any thoughts?
 
Quibs looks good for people who like smaller numbers, and find using their mind to add many large file sizes together like 1024 bytes more difficult without a calculator, or spreadsheet program like Excel.

But, marketing companies would have a more difficult time trying to sell hard drives if they use quibs which make the hard drive look like it can hold less data. I still sometimes see some hard drive advertisement which say a hard drive can carry 1000 GB of files instead of 1 TB.
 
The truth about HDD/SSD manufacturers is that they advertise their stuff in SI units, because people know what those are, while they actually use IEC units.
That's why each time you buy such a 1000 GB HDD, in reality you'll only get 931.32 GB.
Because they don't sell you 1000 GiB, they sell you 1000 GB, and 1000 GB = 931.32 GiB.

And GiB is what computers use, even though Windows and macOS disguise it all as GB.
 
I think hard drive manufactures use SI units to make their hard drive look like a better deal because the GB number is larger, and people like numbers which are easier to add and subtract.

But, a lot of people also make complaints when they think their hard drive is missing storage space after they formatted and partition their hard drive and memory cards like SD memory cards.
 
So how did you go about making a new file size?
 
Back
Top