Damus
DanConwayDev · 5w
last time i checked in on the project it mainly worked through 'seed' nodes which are analogus to relays because p2p was proving so unreliable. I'm not sure how much more decentralised it is in realit...
DanConwayDev profile picture
quote from https://radicle.xyz/guides/seeder :
"While a peer-to-peer network without seed nodes is feasible, it is impractical. This is because regular “user” nodes go online and offline all the time, so finding a user from which to download a certain piece of content can be challenging, or even impossible if all users with that content are offline. Therefore, a healthy peer-to-peer network necessitates at least some highly available nodes that participate in the network like regular peers, but seldom go offline. These are called seed nodes."
2
Matt Corallo · 5w
Except that unlike nostr things (dunno about repo-hosting specifically, but in general) don’t keep a full copy of everything locally. In radicle any contributor fetches everything and always has it all (for repos they care about). If things go down it’s as easy as one more server and flipping a ...
fiatjaf · 5w
Has anyone tried to run Radicle? Am I the only incapable person who can't even clone their main source repository using their own product following the tutorial?