Live data from Hacker News

Radicle: Open-Source, Peer-to-Peer, GitHub Alternative

app.radicle.xyz

1–10 of 299 posts

Re: Radicle: Open-Source, Peer-to-Peer, GitHub Alternative

#4
This looks like a fine project for its purpose, but I think git is already open-source and p2p. You don't need shWhat's missing in git is code issues, wikis, discussions, github pages and most importantly, a developer profile network.

We need a way to embed project metadata into .git itself, so source code commits don't mess up with wikis and issues. Perhaps some independent refs like git notes?

https://git-scm.com/docs/git-notes

Re: Radicle: Open-Source, Peer-to-Peer, GitHub Alternative

#5
post #4

This looks like a fine project for its purpose, but I think git is already open-source and p2p. You don't need sh What's missing in git is code issues, wikis, discussions, github pages and most importantly, a developer profile network. We need a way to embed project metadata into .git itself, so source code commits don't mess up with wikis and issues. Perhaps some independent refs like git notes? https://git-scm.com/…

> What's missing in git is code issues, wikis, discussions, github pages and most importantly, a developer profile network.

Radicle adds issue tracking and pull requests. Probably some of those other features as well.

On mobile there are buttons on the bottom of the screen in the op link, click those and you get to the issue tracking tab and the pull request tabs etc

Re: Radicle: Open-Source, Peer-to-Peer, GitHub Alternative

#6
post #4

This looks like a fine project for its purpose, but I think git is already open-source and p2p. You don't need sh What's missing in git is code issues, wikis, discussions, github pages and most importantly, a developer profile network. We need a way to embed project metadata into .git itself, so source code commits don't mess up with wikis and issues. Perhaps some independent refs like git notes? https://git-scm.com/…

You're missing the discovery part. You want to get the repository X from user Y cloned - how do you find it? Especially if you don't know Y and their computer is off?

Also radicle does want to tackle the issues / prs and other elements you mentioned as well.

Re: Radicle: Open-Source, Peer-to-Peer, GitHub Alternative

#9
post #4

This looks like a fine project for its purpose, but I think git is already open-source and p2p. You don't need sh What's missing in git is code issues, wikis, discussions, github pages and most importantly, a developer profile network. We need a way to embed project metadata into .git itself, so source code commits don't mess up with wikis and issues. Perhaps some independent refs like git notes? https://git-scm.com/…

> What's missing in git is code issues, wikis, discussions, github pages and most importantly, a developer profile network. Radicle adds issue tracking and pull requests. Probably some of those other features as well. On mobile there are buttons on the bottom of the screen in the op link, click those and you get to the issue tracking tab and the pull request tabs etc

But that’s not what parent meant. Those things should be embedded in the git repository itself, in some kind of structure below the .git/ directory. That would indeed make the entire OSS ecosystem more resilient. We don’t need a myriad of incompatible git web GUIs, but a standard way of storing project management metadata alongside version control data. GitHub, Gitea, Gitlab, and this project could all store their data in there instead of proprietary databases, making it easy to migrate projects.

Re: Radicle: Open-Source, Peer-to-Peer, GitHub Alternative

#10
Is this the same Radicle that issued a crypto token ($RAD)?

If so, I'm glad that it completely failed and they decided to focus on the actual product of a 'P2P GitHub'.

Although stay away from their 'drips' crypto thing, looks like a tax and accounting nightmare for individuals and businesses.

Post reply on HN