TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: Storage pricing: GB or GiB

4 pointsby esherabout 1 year ago
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:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=13658889

7 comments

Spooky23about 1 year ago
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.
gus_massaabout 1 year ago
piocodollars per byte <a href="https:&#x2F;&#x2F;www.tarsnap.com&#x2F;picoUSD-why.html" rel="nofollow">https:&#x2F;&#x2F;www.tarsnap.com&#x2F;picoUSD-why.html</a> if you want to scare all your non technical users.
评论 #39708472 未加载
stop50about 1 year ago
With Gigabyte the difference is not so marginal anymore(7.4%). With Terabyte its already 10%
评论 #39701716 未加载
stephenrabout 1 year ago
Whatever you use, make sure it&#x27;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.
mcsniffabout 1 year ago
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&#x27;t know what the hell a &quot;gibibyte&quot; is anyway.
lulznewsabout 1 year ago
I do a lot of work in this space and imo it’s better to use GiB notation since it’s a clear way to avoid any confusion.
codingdaveabout 1 year ago
You should be accurate - charging by one, but communicating pricing by the other is just a road towards conflict with your customer.