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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: QR Codes Unsuitable for Storing Gigabytes and Beyond in Graphic Format?

2 点作者 anon115大约 1 年前
Are QR codes the wrong approach for storing gigabytes worth of storage and beyond in graphical way? edit---it has to be a still image so people can print it out the image and 'download' have their cameras 'read' it from their phones,webcams ---you can laminate it if you want to and it will still be scannable

7 条评论

compressedgas大约 1 年前
Yes. QR codes are meant to store only a few kilobytes at most. They are not suitable for encoding gigabytes of data.<p>At perhaps 2KB per page, you&#x27;d need 524288 pages to store a 1GB. That&#x27;s 1048 reams. Please just use an archival optical disk instead.<p>Even if the scheme using multiple QR codes in sequence rather than a single large code block. The paper backup implementations that use QR codes <a href="https:&#x2F;&#x2F;github.com&#x2F;intra2net&#x2F;paperbackup">https:&#x2F;&#x2F;github.com&#x2F;intra2net&#x2F;paperbackup</a> <a href="https:&#x2F;&#x2F;github.com&#x2F;cyphar&#x2F;paperback">https:&#x2F;&#x2F;github.com&#x2F;cyphar&#x2F;paperback</a> are only meant to be used for private key backup.
ahazred8ta大约 1 年前
We don&#x27;t know of anyone who&#x27;s been able to reliably print more than 5 KB per page using QR codes on paper. How many pages do you want to use? See <a href="https:&#x2F;&#x2F;github.com&#x2F;za3k&#x2F;qr-backup&#x2F;blob&#x2F;master&#x2F;docs&#x2F;FAQ.md">https:&#x2F;&#x2F;github.com&#x2F;za3k&#x2F;qr-backup&#x2F;blob&#x2F;master&#x2F;docs&#x2F;FAQ.md</a>
beardyw大约 1 年前
If take the image size from an average phone you will get maybe 10-20 megapixels. There are phones which do 200. But a QR is going to take a great many pixels per byte. It not going to work.
LargoLasskhyfv大约 1 年前
<a href="https:&#x2F;&#x2F;github.com&#x2F;cyphar&#x2F;paperback">https:&#x2F;&#x2F;github.com&#x2F;cyphar&#x2F;paperback</a> ?
stop50大约 1 年前
For very big amounts of data i would buy LTO Drives and multiple tapes.
calrain大约 1 年前
It depends on the use case.<p>What is the problem you are solving?
评论 #39672835 未加载
KomoD大约 1 年前
Yes... that&#x27;s not going to work.