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.

IPFS – The Permanent Web

67 pointsby rootkeaover 8 years ago

6 comments

xkarga00over 8 years ago
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 未加载
orfover 8 years ago
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 未加载
aw3c2over 8 years ago
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 未加载
LAMikeover 8 years ago
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>
maxekmanover 8 years ago
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_owlover 8 years ago
A better link may have been their actual site, ipfs.io.