this post was submitted on 14 Jan 2026
91 points (96.9% liked)

Programming

24415 readers
327 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
you are viewing a single comment's thread
view the rest of the comments
[–] Olap@lemmy.world 36 points 1 day ago (2 children)

https://forgejo.org/

Would be nice to see federated PRs. Git is distributed after all!

[–] ugo@feddit.it 8 points 1 day ago (1 children)

https://radicle.xyz/ seems interesting in this regard, though I haven’t found the time to look too deeply into it yet

[–] hosaka@programming.dev 2 points 1 day ago (1 children)

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.

[–] ugo@feddit.it 2 points 14 hours ago

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.