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.

Radicle-Link: Extending Git with Peer-to-Peer Network Discovery

138 pointsby lftheriosover 4 years ago

9 comments

bergstromm466over 4 years ago
Great short into by a Radicle contributor: <a href="https:&#x2F;&#x2F;twitter.com&#x2F;abbey_titcomb&#x2F;status&#x2F;1237053756983959552?s=21" rel="nofollow">https:&#x2F;&#x2F;twitter.com&#x2F;abbey_titcomb&#x2F;status&#x2F;1237053756983959552...</a>
LockAndLolover 4 years ago
Really like the idea of decentralizing projects and their social artifacts. Getting rid of github for project discovery is a great goal.<p>Additionally running all of this on top of I2P would counter any embargoes that centralized forges like Github have to abide by. Projects by Iranians wouldn&#x27;t suddenly disappear from radicle and neither would things like PopcornTime.<p>I&#x27;ll be checking this out. I hope they have an executable with a good CLI. The GUI or embedded webserver for the social part of radicle can come later (unless they already have it)
评论 #24383105 未加载
评论 #24387724 未加载
viraptorover 4 years ago
Ssb itself does initial sync which requires a few GB of download to use (and will keep growing AFAIU). Does radicle-link have the same issue? Or is it relying on gossip and transient data?
评论 #24383437 未加载
评论 #24383394 未加载
Valodimover 4 years ago
They have an eth smart contacts repo &quot;radicle-contracts&quot; on their org. Anyone know what that bit&#x27;s about?
评论 #24389925 未加载
aabbcc1241over 4 years ago
From the first look it sounds like GitCenter (git over zeronet), but a closer looks seems radicle is more efficient and has unique (and probably better) way for discovering new content. Still not very clear about the actual design of radicle, will checkout more about it
captn3m0over 4 years ago
Surprised that it doesn&#x27;t mention ForgeFed (earlier GitPub). <a href="https:&#x2F;&#x2F;forgefed.peers.community&#x2F;" rel="nofollow">https:&#x2F;&#x2F;forgefed.peers.community&#x2F;</a>
评论 #24384074 未加载
interrupt_over 4 years ago
<i>In fact, Git was only created when Linus’ free Bitkeeper license was revoked after a Linux kernel contributor tried to reverse engineer its networking protocols</i><p>Bit-who?
评论 #24387574 未加载
anthonyskipperover 4 years ago
I have to say that reading the Radicle designers observations about git on IPFS I think they solved the wrong problem. I would love to be able to save and work with git repos on ipfs.<p>Most of the other things radicle aims to provide seem like they are better centralized. There is a reason we all use gitlab&#x2F;github for collab services. It is that centralization is better for that kind of thing.
评论 #24384781 未加载
评论 #24384203 未加载
评论 #24383323 未加载
评论 #24383219 未加载
评论 #24383239 未加载
hyperion2010over 4 years ago
Any approach to sharing and collaborating around a git repository that requires some convention inside that repository seems fundamentally broken to me. I understand why people want to do it that way -- self describing artifacts are quite handy. Having something like fossil that can live inside a git repo itself is a big plus, for some workflows. I would be shocked if the linux kernel tree ever has a project.json file added to it. All the identifiers you need are already there in the commit hashes, why create another layer of complexity inside the repo itself?
评论 #24385449 未加载