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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

IPFS – The Permanent Web

67 点作者 rootkea超过 8 年前

6 条评论

xkarga00超过 8 年前
Previous discussion on IPFS:<p><a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=12772093" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=12772093</a><p><a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=10187555" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=10187555</a><p><a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=8069836" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=8069836</a><p><a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=11134766" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=11134766</a><p><a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=9321209" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=9321209</a><p>Does anybody have any info on the development of Filecoin (sister protocol of IPFS)?
评论 #13454703 未加载
orf超过 8 年前
I set up an IPFS node(?) on my server last night. The server has 3TB of space, so I thought I would be a good internet citizen and donate some space to mirror some of the ipfs archives (<a href="https:&#x2F;&#x2F;archives.ipfs.io&#x2F;" rel="nofollow">https:&#x2F;&#x2F;archives.ipfs.io&#x2F;</a>).<p>Simple, right? So I installed and launched the ipfs docker image and then ran `ipfs pin add QmTZeE4yTiDd76YxbWvenneqSf5VhooNnA46WWWHtHcu5n`. I thought this would download that hash (IETF RFC Archive) locally and mirror it.<p>Instead the command just hung there. No output. Left it for an hour, still no output. Debug mode was useless and printed out nothing interesting. It took me a long while to realize that `ipfs pin add` takes a <i>file path</i> of a <i>local file</i> and pins it (or something? still not clear).<p>Ok. So lets run `ipfs get QmTZeE4yTiDd76YxbWvenneqSf5VhooNnA46WWWHtHcu5n` and then we can run `ipfs pin add local-hash`. Hmm, no output and no progress at all. After an hour there was some form of output that said I had downloaded 15mb of the archive, and it would take 8 more minutes to do. It still said this two hours later. Ok, so lets leave it overnight in a screen session.<p>Cut to next morning, I wake up to a message from my provider saying that they detected a port scan originating from my server, specifically from the port that ipfs uses. I think their detection systems misclassified the traffic, but it&#x27;s just extra hassle. <i>And</i> the archive was still on 15mb completed.<p>It&#x27;s a very interesting technology, and it looks great for simple text files, but the UI is terrible. You want some kind of permanent web? Surely asking people to explicitly pin specific files isn&#x27;t the way forward, wouldn&#x27;t being able to say &quot;I want to donate X gb of disk space, cache some stuff for people to use&quot; be better?
评论 #13454808 未加载
评论 #13455003 未加载
评论 #13454853 未加载
aw3c2超过 8 年前
What I would really love to see are &quot;usecase recipes&quot; like &quot;I would like to share this data like that with those, what would be a good way to do so?&quot;. IPFS looks so cool and useful but I am always totally overloaded with its technical details and apparent complexity.
评论 #13454734 未加载
LAMike超过 8 年前
I recently used IPFS and Bitcoin for a hackathon to create a Blockchain Identity site using readable Bitcoin addresses:<p><a href="https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=AdwiqyT0lLg" rel="nofollow">https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=AdwiqyT0lLg</a> <a href="http:&#x2F;&#x2F;ronary.com" rel="nofollow">http:&#x2F;&#x2F;ronary.com</a>
maxekman超过 8 年前
I didn&#x27;t know about this, looks really interesting! How large are the chances that this could replace HTTP and when could that realistically happen?
评论 #13454832 未加载
评论 #13454761 未加载
评论 #13454755 未加载
digi_owl超过 8 年前
A better link may have been their actual site, ipfs.io.