Radicle: A peer-to-peer alternative to GitHub
41–50 of 263 posts
Re: Radicle: A peer-to-peer alternative to GitHub
#42I wonder if they started on an Ethereum 2.0 L2 implementation. Maybe it can actually be almost the same thing?
Re: Radicle: A peer-to-peer alternative to GitHub
#43What a nice funky design. That front page has a soul, unlike almost everything else I see nowadays.
Re: Radicle: A peer-to-peer alternative to GitHub
#44Earlier quoted context omitted.
> Actually, Gitlab and Gitea allows mirror of Github repos with Issues/wiki/PR etc. But GitHub does not mirror the issues/PRs from anyone, so it's a very one-sided connection.
That's problem of GitHub.
Re: Radicle: A peer-to-peer alternative to GitHub
#45Earlier quoted context omitted.
You need internet for pull and push. I think(hoping) that they meant within a LAN it could work without internet.
(I'm not shooting the messenger here) If so, that would mean pushing/pulling within the LAN only... which Git supports already
Re: Radicle: A peer-to-peer alternative to GitHub
#46Re: Radicle: A peer-to-peer alternative to GitHub
#47i think this is technically interesting, but i'm curious in practice what it gives project maintainers over hosting their own gitlab instance or similar...
I can’t see the point for projects that don’t run this risk though.
Re: Radicle: A peer-to-peer alternative to GitHub
#48Earlier quoted context omitted.
you don't need to give your email to download the client no.
https://radicle.xyz/downloads.html
Specifically: mac https://releases.radicle.xyz/radicle-upstream-0.1.4.dmg Linux https://releases.radicle.xyz/radicle-upstream-0.1.4.AppImage
Release bucket listing https://releases.radicle.xyz/
Re: Radicle: A peer-to-peer alternative to GitHub
#49"Work securely offline" Is... is that a problem with GitHub that stops you from doing that?
The design of GitHub means that your canonical upstream is only accessible through the internet, and so are your issues, PRs etc. If you're offline, you can't access it, and if GitHub is down, same story. Radicle, on the other hand, keeps all of this replicated locally, so push/pull works offline, and the code/social artifacts are replicated asynchronously, when you are online, but you don't need to be online to work…