this post was submitted on 14 Jan 2026
85 points (96.7% liked)
Programming
24415 readers
317 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
view the rest of the comments
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.