this post was submitted on 11 May 2026
38 points (85.2% liked)
Technology
84569 readers
3844 users here now
This is a most excellent place for technology news and articles.
Our Rules
- Follow the lemmy.world rules.
- Only tech related news or articles.
- Be excellent to each other!
- Mod approved content bots can post up to 10 articles per day.
- Threads asking for personal tech support may be deleted.
- Politics threads may be removed.
- No memes allowed as posts, OK to post as comments.
- Only approved bots from the list below, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
- Check for duplicates before posting, duplicates may be removed
- Accounts 7 days and younger will have their posts automatically removed.
Approved Bots
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
The big added benefit is that its federated using the AT protocol. So while you join a local instance (or, knot), or even set one up yourself, you still get all the benefits that GitHub currently provides around making coding social and discoverable, unlike other alternatives like forgejo. So it’s not doing anything to git itself, but rather the layer on top, the forge
Why at proto, 'tho? gitea was trying to implement Activitypub already a while ago.
Forgejo is leading the charge on that. Version 16.0 is going to have some early bits of federation functionality.
probably the firehose is easier to work with
But it also make it very hard to deploy a self hosted version !
By design, too.
I’m not sure exactly. It could be related to how the AT protocol also takes account information into federation, but I’m just speculating here
I guess this could be a cool solution to having to make several usernames on different gitlab instances.
Still, I'm not sure if this is really worth it: if I want to self host I'll just self host a git repository and that'll be incredibly easy to setup.
The main advantage of GitHub is that it's completely free and I don't have to bother about self hosting it and maintaining the software.
I do see some advantage, but I'm not sure it compensates the added maintainance work.
yeah but git already had those features (well, not discoverability i guess) in its email functionality, it just needs a better ux.