Alt.Binz forum

New Alt.Binz versions => Requests => Closed requests => Topic started by: driver8 on February 14, 2018, 03:54:53 pm

Title: Current speed display modes are confusing
Post by: driver8 on February 14, 2018, 03:54:53 pm
When I double-click repeatedly, it cycles through the following values:

KB
KiB
MB
Kb
Mb
KB
MB
KiB
Kb

before looping. As you can see, several are repeated, and some that look the same do not seem to display the same values. I'd just like some more clarity on what is actually being displayed.
Title: Re: Current speed display modes are confusing
Post by: spamwerbung on April 09, 2018, 02:32:35 am
I don't know for sure which is which but they seem refer to Bytes/s and Bits/s respectively, and those with the i seem refer to the "new" Kibi/Mibi xx in reference to the 1024 (2^10) quantities used by computers rather there official usage as metric 1000 (10^3) quantities outside computers. So 1 Kibibyte = 1024 Bytes while 1 Kilobyte = 1000 Bytes if you apply the correct metric quantities. See here (https://en.wikipedia.org/wiki/Kibibyte) :)

You may also have noticed from your hard drives that they always have less than the printed storage capacity. If you look closely on the drive you may find that the manufacturers use the metric quantities correctly and may state somewhere something like "1 Gigabyte = 1.000.000.000 Bytes". ;)
Title: Re: Current speed display modes are confusing
Post by: driver8 on April 10, 2018, 10:15:43 am
I understand that stuff, spamwerbung. The issue is that cycling through shows multiple display modes labelled the same but showing different numbers.
Title: Re: Current speed display modes are confusing
Post by: Rdl on April 10, 2018, 12:23:26 pm
The real order is:

KiB
MiB
Kb
Mb
KB
MB
variable KiB->MiB
variable Kb->Mb
variable KB->MB

However, I agree it's confusing to blindly switch modes.
Title: Re: Current speed display modes are confusing
Post by: Rdl on May 26, 2018, 10:59:03 pm
I've added right mouse button click menu where you can select mode.