Live data from Hacker News

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

app.radicle.xyz

11–20 of 299 posts

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

#12
post #9

Earlier quoted context omitted.

> 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 da…

Yes, this is how radicle stores this data. ; )

https://app.radicle.xyz/nodes/seed.radicle.xyz/rad:z3trNYnLW...

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

#16
post #2

So it uses git, right? The readme should make that clear.

Yes, radicle is built on top of git and even uses git as its storage backend for its own data model. [1] has more details on how Radicle depends on git.

[1] https://app.radicle.xyz/nodes/seed.radicle.xyz/rad:z3trNYnLW...

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

#17

I see no information about properties in README.md, and ARCHITECTURE.md is empty. What are the capabilities? If a node is down, would other nodes step in? Where's stuff stored? How is it replicated?

See https://docs.radicle.xyz/guides/protocol

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

#18

I see no information about properties in README.md, and ARCHITECTURE.md is empty. What are the capabilities? If a node is down, would other nodes step in? Where's stuff stored? How is it replicated?

This should cover it:

https://app.radicle.xyz/nodes/seed.radicle.xyz/rad:z3trNYnLW...

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

#20
post #12
post #9

Earlier quoted context omitted.

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 da…

Yes, this is how radicle stores this data. ; ) https://app.radicle.xyz/nodes/seed.radicle.xyz/rad:z3trNYnLW...

https://docs.radicle.xyz/guides/protocol is probably a better resource (but this guide is still Work In Progress)
Post reply on HN