I'd like to see radicle replace crates.io. I can't get over Rust's dependency on github/Microsoft, and I can't get over the lack of namespacing. All you would need is cargo compatibility, and a trusted namespace that kept up with the metadata of the current contents of crates.io, right? edit: I really, really like rust, and love basically all of their choices about the language, but I can't stand the feeling that I'm…
Radicle: Sovereign {code forge} built on Git
31–40 of 101 posts
Re: Radicle: Sovereign {code forge} built on Git
#32Earlier quoted context omitted.
AD: Feel free to post on our Zulip [^1] about your experiences of agentic workflow if you haven't already! Some of the team are interested in developing the agentic workflow experience. [^1]: https://radicle.zulipchat.com/
I am surprised you don't use RustChat[1] [1] https://rustchat.io/
Re: Radicle: Sovereign {code forge} built on Git
#33I wish they would make local-only deployment easier. For example, lets take 3 machines and try to setup Radicle to work only on those, without joining the common Radicle network. Like on-premises GitLab, but decentralized, without the need of the server. It requires quite some serious scripting and usecase not covered in the documentation.
[^1]: https://radicle.zulipchat.com/#narrow/channel/369876-RIPs/to...
Re: Radicle: Sovereign {code forge} built on Git
#34I tried to understand what this does... > What is Radicle? How is it different from Git/GitHub? > Radicle is a peer-to-peer code collaboration platform (“forge”) built on Git. Unlike centralized platforms like GitHub, there is no single entity controlling the network or user data. Repositories are replicated across peers in a decentralized manner. Radicle is an alternative for people and organizations who want full c…
> So, what is Radicle? > Radicle is a peer-to-peer code collaboration platform (“forge”) built on Git. ----- > Why Git/GitHub are used as if they were the same category of things? They are not. Github is a centralized collaboration platform built on git, and radicle is a peer-to-peer collaboration platform built on git. ----- > Wtf is "forge"? A word some people started using for the class of Github/Bitbucket(RIP) or…
Re: Radicle: Sovereign {code forge} built on Git
#35Earlier quoted context omitted.
AD: The website is currently being redesigned, I suspect we'll have it up in the next few weeks. No it doesn't currently support other VCS's but we have planned for that possibility in future!
VCS agnosticism would be a selling point.
Re: Radicle: Sovereign {code forge} built on Git
#36I'd like to see radicle replace crates.io. I can't get over Rust's dependency on github/Microsoft, and I can't get over the lack of namespacing. All you would need is cargo compatibility, and a trusted namespace that kept up with the metadata of the current contents of crates.io, right? edit: I really, really like rust, and love basically all of their choices about the language, but I can't stand the feeling that I'm…
Does radicle have some way of storing binaries outside of the source tree? I know cargo compiles from source by default, but AFAIK it can (and does) download binaries as well.
[^1]: https://radicle.zulipchat.com/#narrow/channel/369274-General...
Re: Radicle: Sovereign {code forge} built on Git
#37Earlier quoted context omitted.
AD: Feel free to post on our Zulip [^1] about your experiences of agentic workflow if you haven't already! Some of the team are interested in developing the agentic workflow experience. [^1]: https://radicle.zulipchat.com/
I am surprised you don't use RustChat[1] [1] https://rustchat.io/
Re: Radicle: Sovereign {code forge} built on Git
#38Re: Radicle: Sovereign {code forge} built on Git
#39I wish they would make local-only deployment easier. For example, lets take 3 machines and try to setup Radicle to work only on those, without joining the common Radicle network. Like on-premises GitLab, but decentralized, without the need of the server. It requires quite some serious scripting and usecase not covered in the documentation.
Re: Radicle: Sovereign {code forge} built on Git
#40I tried to understand what this does... > What is Radicle? How is it different from Git/GitHub? > Radicle is a peer-to-peer code collaboration platform (“forge”) built on Git. Unlike centralized platforms like GitHub, there is no single entity controlling the network or user data. Repositories are replicated across peers in a decentralized manner. Radicle is an alternative for people and organizations who want full c…
If you're not familiar with the distinction between git and github it could be even more confusing.
As soon as I hear decentralized I have lots of questions about the underlying protocols. Their protocol page helps a little but also uses terms I'm not familiar with like "gossip protocol".
It would be nice for there to be a page that motivates the project a bit more, ie. explaining the technical problems they are attempting to solve before enumerating the components of the complex system they've built.