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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Amino – The Public IPFS DHT Is Getting a Facelift

134 点作者 dennis-tra超过 1 年前

13 条评论

guntherhermann超过 1 年前
&gt; The “Public IPFS DHT” is henceforth going to be called “Amino”. This follows along with the trend from 2022 in the IPFS ecosystem to use more precise language to create space for alternative options<p>I&#x27;d argue that &quot;Public IPFS DHT&quot;, if less catchy, is <i>far</i> more precise than &quot;Amino&quot;.
评论 #37750535 未加载
评论 #37750396 未加载
评论 #37754276 未加载
评论 #37750391 未加载
stavros超过 1 年前
Is IPFS working these days? I was very excited about it eight years ago, to the point where I made one of the first IPFS pinning services, but lost all my interest. IPFS is a great idea, but the implementation basically doesn&#x27;t work, and it certainly doesn&#x27;t work to the point where people can be running the node locally.<p>It used to have tons of problems discovering content from other nodes on the network unless it was directly connected to them, and it broke often. It also didn&#x27;t seem like Protocol Labs worked on any of these problems at all, focusing on launching a cryptocurrency instead.<p>Has it changed now?
评论 #37754078 未加载
评论 #37755780 未加载
评论 #37750616 未加载
评论 #37750659 未加载
评论 #37751379 未加载
评论 #37750573 未加载
评论 #37750994 未加载
评论 #37754237 未加载
评论 #37754055 未加载
评论 #37754370 未加载
评论 #37771434 未加载
评论 #37750681 未加载
j_m_b超过 1 年前
I&#x27;ve been looking into a private IPFS network as a way to share photos. It doesn&#x27;t seem ready for that. Is there something out there that allows clients to update a mounted drive and keep in sync? Something that is transparent enough that ordinary users aren&#x27;t intimidated to use it?
评论 #37751413 未加载
评论 #37751211 未加载
评论 #37755293 未加载
评论 #37752124 未加载
评论 #37751298 未加载
评论 #37752389 未加载
londons_explore超过 1 年前
The concept of an &quot;Interplanetry Filesystem&quot; is a good one.<p>The actual IPFS implementation doesn&#x27;t live up to expectations though.<p>Expectations:<p>* I want to be able to mount &#x2F; as IPFS and know that I can boot linux from anywhere.<p>* I want to have my photo library on IPFS and add to it from anywhere.<p>* I want to be able to share anything on IPFS, and if someone else has already uploaded it for the upload to be instant.<p>* I want all the storage on my phone&#x2F;laptop&#x2F;whatever permanently full of other peoples stuff, earning me credits to store my own data.<p>* I want my stuff reed-solomon encoded with lots of other data, so that in case of a failure of a chunk of the network, my data is still recoverable.<p>* I want the network to be fast and reliable with excellent sharding of data and minimal hotspotting.
评论 #37751610 未加载
kosolam超过 1 年前
Works fine for us so far. Discovery of newly added files is immediate. Downloading speed is fast. It’s quite easy to get this to work, you need to have a few or more instances with these objects pinned. And make sure the bandwidth and other resources are sufficient and the servers are always online. Or use a reliable pinning service that can do this for you.
eternityforest超过 1 年前
I still think the biggest problem with IPFS is that they put every block of every file in the DHT. It&#x27;s just insane compared to BitTorrent, which only puts the top level torrent info in the DHT.<p>Having the option to pin just one file is useful, but they could greatly reduce DHT traffic if they didn&#x27;t need to allow access to arbitrary resources without starting at some parent block.<p>BitTorrent requires you access files via a collection, and only the collections are stored in the DHT, and the bandwidth use when idle is single digit kb.<p>I think BitTorrent itself could be extended to cover most IPFS use cases, possibly better than IPFS itself, although IPFSes database-like stuff is pretty unique.
评论 #37771485 未加载
mtillman超过 1 年前
I clicked About and received a 500 Error “Importing a module script failed”.
评论 #37750611 未加载
jl6超过 1 年前
It would be nice if there was an IPFS implementation with much lower memory requirements. I tried a while back on something equivalent to a “free tier VM” and it quickly ate all available RAM.
tjrgergw超过 1 年前
Am I especially dumb, or is IPFS messaging really flaky?<p>For example, I still don&#x27;t understand how to access their resources. Do I need a special client?<p>And this is coming from a person who LOVES torrents...
评论 #37751240 未加载
评论 #37755559 未加载
评论 #37754892 未加载
silotis超过 1 年前
&gt; assuming a network size of ~25k DHT Server nodes<p>I guess they&#x27;ve given up on the idea of end users running full nodes.<p>There still might be some value in having a federated CDN service, but I think they will struggle to compete with centralized CDNs for all the same reasons other federated services have struggled.
Double_a_92超过 1 年前
I never really understood IPFS... It seems to be something similar to Torrents, but with a subtle smell if crypto bullshit smell attached to it.
评论 #37752691 未加载
评论 #37755569 未加载
评论 #37754285 未加载
GTP超过 1 年前
Is any of you currently using IPFS? What&#x27;s your use-case?
评论 #37752174 未加载
based-nerd超过 1 年前
IPFS is trash. The APIs and interfaces of which there are millions change signatures every 6 months. Your 4 month old code will not run anymore and fixing it is a real slog.<p>Sigh.