Love the relaxation of git-specific guardrails to make jj workflows better.
sprybear · 19h ago
Definitely an interesting project.
But what’s actually going to push adoption for P2P/decentralized platforms like this?
alphazard · 19h ago
The change in GitHub leadership at Microsoft for starters.
pessimizer · 16h ago
What radicle should be concentrating on is becoming a namespaced p2p crates.io alternative. Rust has a Microsoft dependency.
minraws · 17h ago
Are there any differences from git, or tbh is there a project I can maybe contribute to on Radicle and learn from experience?
Can pitch in with helping out Windows support
Skinney · 2h ago
It's "just" git, but you push to a special remote which will synchronize your repo on a p2p network.
There's also a CLI for issues and pr's, which also get's stored in your git repo.
esafak · 13h ago
Additional features that would make me consider switching:
- jujitsu support
- IDE plugins
- code-base CI
P2P VCS doesn't cut it for me.
Skinney · 2h ago
What sort of IDE plugin are you thinking of? As long as you have a git plugin it should work just fine (if you're thinking of something similar to github/gitlab plugins then I don't think there are any, but I'm not sure what those buy you).
"We made an effort to start paving some of the way to being able to use Radicle on Windows. The first step was taken for this, and you can now use the rad CLI on a Windows machine – without WSL."
This was a long-missing piece, and it’s great to finally be closing that gap.
I've tried it with some of my projects and it seems promising, but I wonder what it'd be like to use it on one of my more successful projects.
https://radicle.xyz/guides/user#3-selectively-revealing-repo...
Can pitch in with helping out Windows support
There's also a CLI for issues and pr's, which also get's stored in your git repo.
- jujitsu support
- IDE plugins
- code-base CI
P2P VCS doesn't cut it for me.
It's possible to setup CI: https://app.radicle.xyz/nodes/ash.radicle.garden/rad%3AzwTxy...
This was a long-missing piece, and it’s great to finally be closing that gap.