Le projet #Radicle (forge en P2P) a publié une interface desktop
https://www.radworks.garden
https://radicle.xyz

Le projet #Radicle (forge en P2P) a publié une interface desktop
https://www.radworks.garden
https://radicle.xyz
Anything we can do on the #Radicle side to help you try out @radicle , please do let us know!
We're currently working to smooth out the rough edges of the onboarding experience, so any problems you come across would be really helpful to know!
We're over on https://radicle.zulipchat.com/ . Please feel free to join us! :)
@voidcontext @radicle Signing a commit (with the radicle ssh key) and then pushing it to GitHub is certainly a great way to show the accounts are linked !
As far as I understand, that is only on the project level though - not on the user level.
I would ideally be looking for a generic way for the GitHub user to attest "this is my #Radicle public key and here is something signed by it to prove that it really is mine".
Maybe signing a commit to their "GitHub Profile Readme" though ??
Fellow #GitHub users ! I need your help!
Context: More and more people are trying out @radicle as a #decentralized #GitHub alternative.
#Radicle has a different identity system than Microsoft's, so when moving projects over to Radicle it is important to know which GH user the Radicle projects belong to.
What would be a way you would use to link your Radicle and GitHub identities?
(Radicle identity is based on #SSH keys, specifically `did:key`).
Boosts for reach - appreciated.
Radicle 1.1: Elevating Peer-to-Peer Code Collaboration with New Features and Fixes
The latest release of Radicle 1.1 introduces significant improvements to its peer-to-peer, local-first code collaboration stack, enhancing the developer experience with new CLI commands and critical b...
@ferki @radicle Start from https://radicle-ci.liw.fi/ and hang out on the Radicel Zulip "#radicle-ci" channel (https://radicle.zulipchat.com/#narrow/channel/452370-radicle-ci)
I'll be hosting an open Radicle CI office hour meeting today at 13:00 UTC at https://meet.jit.si/RadicleCI for anyone interested in CI with Radicle. (That's 3 hours 15 minutes from when I post this.)
Radicle is an open source, peer-to-peer code collaboration stack built on Git. I work on its CI support.
cc @radicle
starting out with #Radicle
if you know good repos to seed, hit me up!
Hi @algernon o/
Would you mind if I asked "why" ?
I think it's important we capture that "why" on the #Radicle side, because our assumption so far is that exposing a homelab / laptop radicle-node as a Tor hidden service [1] was enough to get us around without having to worry about punching holes through NAT.
Maybe I should set up #radicle today.
@Gray Was the repo set up with just a single delegate?
Generally speaking, in cryptography (that #radicle relies on), it's pretty destructive to lose a private key and there isn't a way to recover from that.
It is recommended to set up repos with at least 3 delegates (2 delegates have the problem that if one key is lost, you can't reach quorum for further changes to the repository identity).
You might want to join https://radicle.zulipchat.com and the #support channel there for more details.
@jonathanmatthews I use Radicle, which syncs public repositories with other nodes. This includes issues and patches.
All my Git repositories are in Radicle. My primary laptop has a Radicle node with all the repositories I have. The laptop gets backed up (with rsync) to a USB drive and a server every day.
I also have a public Radicle node, but that only has a subset of the repositories I have on my laptop, so it doesn't need to get backed up. But I back it up daily to my laptop.
@ayo did you come across #radicle yet? Looks really intriguing. They did a lot of R&D, seem to have nailed the #protocols now. I'm going to try it for my next #opensource project