TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: Storage pricing: GB or GiB

4 点作者 esher大约 1 年前
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 条评论

Spooky23大约 1 年前
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_massa大约 1 年前
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 未加载
stop50大约 1 年前
With Gigabyte the difference is not so marginal anymore(7.4%). With Terabyte its already 10%
评论 #39701716 未加载
stephenr大约 1 年前
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.
mcsniff大约 1 年前
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.
lulznews大约 1 年前
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.
codingdave大约 1 年前
You should be accurate - charging by one, but communicating pricing by the other is just a road towards conflict with your customer.