I am designing a pricing page for our cloud hosting thing. DevOps suggested to use Gibibyte (GiB) instead of Gigabyte (GB) annotation. Binary calculation (GiB) is used under the hood (I believe). I think the actual difference is marginal.<p>But I wonder if we are doing anyone a favor by presenting it as GiB. Most hosting vendors use the classical metric annotation today:<p>- DigitalOcean: GiB
- Google Cloud: GB
- Vultr: GB
- Hetzner: GB
- AWS: GB
- macOS: GB<p>I see this has been asked before in 2017: https://news.ycombinator.com/item?id=13658889
If you’re metering it, be consistent with your competition or places in adjacent markets.<p>The risk is you can look expensive to a casual observer if they don’t pay attention.
piocodollars per byte <a href="https://www.tarsnap.com/picoUSD-why.html" rel="nofollow">https://www.tarsnap.com/picoUSD-why.html</a> if you want to scare all your non technical users.
Whatever you use, make sure it's clear what you mean: i.e. the `1GB = 1 billion bytes and 1TB = 1 trillion bytes` type footnote used on sales pages for products with a storage component.<p>Consider who the target audience is. Technical users will know (or should at least understand if you provide more details) GiB, but non technical users are much more likely to understand GB.
Pick your unit of measurement and use it everywhere.<p>GB is standard enough and specific enough at that large of a size and most people don't know what the hell a "gibibyte" is anyway.