87
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
this post was submitted on 14 Jan 2026
87 points (95.8% liked)
Programming
24410 readers
307 users here now
Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!
Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.
Hope you enjoy the instance!
Rules
Rules
- Follow the programming.dev instance rules
- Keep content related to programming in some way
- If you're posting long videos try to add in some form of tldr for those who don't want to watch videos
Wormhole
Follow the wormhole through a path of communities !webdev@programming.dev
founded 2 years ago
MODERATORS
https://forgejo.org/
Would be nice to see federated PRs. Git is distributed after all!
https://forgefed.org/
https://radicle.xyz/ seems interesting in this regard, though I haven’t found the time to look too deeply into it yet
This looks neat, so the repositories are distributed across the people who run the radicale nodes? I've been self hosting forgejo for a while, wouldn't mind trying this out just for fun.
That’s my understanding yeah. Another neat thing if I’m reading things right is that the equivalent of issues and reviews and PRs are stored as git objects in the repo itself, so distributing the repo also distributes the “metadata” surrounding it that is invisible to git when the repo is hosted on github, gitlab, forgejo, etc.