Too radical
Too radical
Posted Jul 7, 2025 9:34 UTC (Mon) by yorgos (guest, #178135)In reply to: Too radical by massimiliano
Parent article: Radicle Desktop released
I'm not sure I quite understand this point, but perhaps it's not that important.
For any software I run on my machine, I'd **absolutely** want to be in control of what it stores on my machine. I'd hate for other users I don't know/trust to be able to push commits with malicious content and have that stored on my machine - and seeded from there to the rest of the network.
> The "cost" of operating a node, and especially the cost of guaranteeing proper data durability, is nontrivial. While it is true that the p2p network provides redundancy, there are no guarantees that peers will actually exist. Right now, if I want to ensure the durability of a git repo I care about, I just push a copy of it to github and I am done. This does not work in Radicle, unless I deploy nodes using a storage that guarantees that durability.
Or unless *others* run nodes that provide this storage for you (e.g. permissive seed nodes). Which is the same situation as with GitHub, et al. You're leaving the durability of the git repo you care about to a 3rd party.
> More generally, at a global level, it is more cost-effective to implement a desired degree of durability in a properly designed data center (like the ones used by github and other git-storage providers) than hoping that durability will magically happen in a p2p network.
Does Radicle prevent that?
Service providers can still run hosted Radicle nodes in their data centers and offer that as a service to other users who don't want to run their own infra. There seems to be an assumption here that a p2p technology excludes nodes that are running by professional service providers, in data centers. I don't think that will be the case at all - in fact, I *expect* that service providers will have an important role to play in the network.
> The most important thing is that to join the community, a new user would only need to add the appropriate metadata to their existing public git repos, and announce them in the p2p network so that they can be discovered. The barrier of entry would be much lower, the actual durability guarantees would be high, and the global impact of the project (in terms of consumed resources, like machines and electricity) would be optimal because large-scale data centers are engineered for that, there's no way for an ad-hoc p2p network to me more efficient than them.
There's quite a lot of context missing here, I think, but, if I understand correctly, this assumes we can convince the existing service providers to run radicle vs. just plain git. (Otherwise I don't understand how "adding the appropriate metadata" would allow information to be announced to the Radicle network). Depending on whom you ask, this may seem like a much bigger "barrier to entry" (they are happy with their existing forge software).
But I do agree, that we should try to get existing service providers to run Radicle nodes that announce information on the network! Such service providers can even provide *custodial* radicle nodes for their users (where their users' keys are held by the service provider - basically similar to how BlueSky works (without a Personal Data Server) and this would allow users to use Radicle through the web - without having to run a node on their machine.
Disclaimer: I am actively working on bringing one such service up online soon, so I am obviously a little biased! ;)
Posted Jul 7, 2025 14:08 UTC (Mon)
by massimiliano (subscriber, #3048)
[Link]
I try to mix my replies to your quotes, I hope the result will be clear...
It's not so important.
My main point is that "others" are not likely to run Radicle nodes "at scale". Not soon, not at "github scale", and not as efficiently as plain git repos.
Just adding the metadata would not be enough: the "repo node" would need to be explicitly announced on the p2p network, which will track its state and relay it to the other nodes.
My point is that we should not put ourselves in the position to wait for that!
I understand the intent "let's hope that many users will also run open and permissive nodes so that the global Radicle network capacity will be large enough to take over the world".
Call me a pessimist, but I am convinced that we'll never get there, mostly because of the enormous collective cost.
On the other hand, large-scale providers are already offering plain git hosting for free.
By designing Radicle to leverage that, I thought we could have a chance at conquering the world.
Too radical
>
I'm not sure I quite understand this point, but perhaps it's not that important.
For any software I run on my machine, I'd **absolutely** want to be in control of what it stores on my machine.
The idea is that in git repos (Radicle or not) the "owner" adds contents using push operations, and receives contents from others with pull (and, when necessary, merge) operations.
This is true in radicle nodes, but it is also true for any "plain" git repo, which is why in my proposal Radicle git repos would be usable (they would allow push and pull operations) even if the p2p layer does not provide git storage at all.
>
Or unless *others* run nodes that provide this storage for you (e.g. permissive seed nodes). Which is the same situation as with GitHub, et al. You're leaving the durability of the git repo you care about to a 3rd party.
>
(Otherwise I don't understand how "adding the appropriate metadata" would allow information to be announced to the Radicle network)
In my idea the p2p network is still there (otherwise there's no decentralization), but its scope is very limited.
Particularly, it does not store git objects at all.
It only stores repo URLs, ref hashes, and user references (public keys and URLS to the "root user repo" that holds only the user metadata), and its only task is to index and relay this data.
>
But I do agree, that we should try to get existing service providers to run Radicle nodes that announce information on the network!
IMHO, large-scale providers like GitHub will never host Radicle nodes: it is against their own interests.
They do host plain git repos for free for open source projects, but they do so only because this increases usage for their platform as a whole.
And, again, IMHO, the global cost of hosting Radicle nodes for, ultimately, all the open source projects currently publicly accessible using git, is just too high.