Prev: How to C++ exe without installing C++ Redistributable Package
Next: Which Visual Studio for 64 Bit Apps
From: Jackie on 1 Jun 2010 09:54 On 6/1/2010 14:38, Leo Davidson wrote: > On Jun 1, 12:29 pm, Jackie<Jac...(a)an.on> wrote: > >> HDD space is measured in base 10, meaning kilo is 1000 instead of 1024. >> It can cause quite some confusion for people when it's calculated >> differently here and there. That's why I say KiB (kibibytes - kilo >> binary bytes) like others also are doing, but I am not sure if it is a >> standard (it was not at the time I learned about it, I think). So if the > > Using "KiB" only resolves half the ambiguity. People still have to use > context and guesswork to understand what someone means when they say > "KB" (unless they've seen the same person use "KiB" somewhere else). We're going a bit away from the original topic now but of course, that doesn't change unless everyone does the same. I wouldn't say it's "the solution" because I feel it's more like taking a shortcut and avoiding the real problem. While someone isn't making a final decision on a standard, we will however know immediately what is meant when someone says KiB (while the ambiguity is still indifferent with kB). At least while I was in school, I learned that kilo == 1000. When I started using computers, nobody told me when kilo == 1000 and when kilo == 1024. I also wondered why I had "less" total storage capacity than advertised.
From: Jackie on 1 Jun 2010 10:18 On 6/1/2010 15:54, Jackie wrote: > At least while I was in school, I learned that kilo == 1000. When I > started using computers, nobody told me when kilo == 1000 and when kilo > == 1024. I also wondered why I had "less" total storage capacity than > advertised. Even while I studied electronics in collage, I had to teach my own teacher that HDD manufacturers measures kilo as 1000 and not 1024 (and that's why the number on the label is different from what you see in Windows). So it's not easy. :(
From: Jackie on 1 Jun 2010 11:01 On 6/1/2010 13:29, Jackie wrote: > HDD space is measured in base 10, meaning kilo is 1000 instead of 1024 I just noticed that I said this, but I meant that's what HDD manufacturer do.
From: nki00 on 1 Jun 2010 17:22 > Even while I studied electronics in collage, I had to teach my own teacher > that HDD manufacturers measures kilo as 1000 and not 1024 (and that's why > the number on the label is different from what you see in Windows). So > it's not easy. :( In the case of HDD manufacturers measuring memory in a decimal form is pure economics that has nothing to do with electronics -- it is much more easy to sell a 1.5 TB hard drive versus 1.36 TB one. And for the general public it doesn't make any sense to argue about the difference between GB or GiB either (I'm sure 90% of the population never even heard of the GiB notation). It matters only when the most inquisitive ones look up a drive's specs in My Computer and call up a customer service... but that is a diffeent issue. Guys, I'm going to drop the original problem, i.e. the difference between reported 3.96GB and the actual 4.00 GB. I will simply round it up if the difference is less than 0.05. That seems what MS is doing in the latest OS's anyway. Thanks everyone who contributed, and especially Jackie.
From: nki00 on 1 Jun 2010 17:26
Oops. My bad :) |