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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Show HN: Nebula – A network agnostic DHT crawler

68 点作者 dennis-tra大约 1 年前

7 条评论

pdabbadabba大约 1 年前
I&#x27;m sure that this just because I&#x27;m not the target audience, so intend only the very gentlest criticism. But I literally LOLed at how completely incomprehensible this README was for me. It has really been a while since I&#x27;ve read a paragraph and had literally no idea what it was talking about. But here&#x27;s the winner:<p>&gt; A network agnostic DHT crawler and monitor. The crawler connects to DHT bootstrappers and then recursively follows all entries in their k-buckets until all peers have been visited.<p>Following the Wikipedia link for &quot;DHT&quot; yielded some clues. (Ah. Distributed hash table.) But I&#x27;ve still been looking at this for several minutes now and am basically just puzzled. But the graphs are pretty! Reading the word &quot;amino&quot; a little further down threw me off the scent for a bit. But I gather that is actually a proper noun, and we aren&#x27;t really talking about proteins here.<p>Maybe an initial sentence that makes fewer assumptions about the reader&#x27;s familiarity with the jargon would be helpful.
评论 #39767643 未加载
评论 #39767213 未加载
评论 #39776135 未加载
评论 #39773776 未加载
评论 #39767034 未加载
mikae1大约 1 年前
Unlucky naming collision with Slack’s networking tool Nebula: <a href="https:&#x2F;&#x2F;github.com&#x2F;slackhq&#x2F;nebula">https:&#x2F;&#x2F;github.com&#x2F;slackhq&#x2F;nebula</a>
评论 #39768535 未加载
评论 #39767892 未加载
crotchfire大约 1 年前
It isn&#x27;t really network-agnostic... in fact it doesn&#x27;t support the (by far) largest DHT out there, the Mainline DHT that bittorrent uses.<p>This is just a crawler for DHTs that use IPFS&#x27;s implementation, or at least smell very similar to it.
dTal大约 1 年前
Why is BitTorrent not supported? Perhaps I&#x27;m misunderstanding this thing but it seems like application #1.
评论 #39768572 未加载
评论 #39770504 未加载
评论 #39768261 未加载
评论 #39772577 未加载
ogurechny大约 1 年前
&#x2F;me remembers various DHT views, traffic flows, client stats, graphs and other data decorations in Azureus. Now that&#x27;s what I call a dashboard.
pedalpete大约 1 年前
Can someone explain why we want to crawl and&#x2F;or monitor? What is this used for?<p>When I think of a crawler, I think of a non-homogonous network (if that is the right term).<p>But with the blockchain, isn&#x27;t it the case that each node has an entire copy of the blockchain, so you don&#x27;t need to &quot;crawl&quot; it, it works more like a database.<p>What am I not understanding about this?
Alifatisk大约 1 年前
Instead of everyone crawling on their own, isn&#x27;t it more efficient if everyone shared the same index somehow?