this post was submitted on 11 Aug 2025
1092 points (99.6% liked)

Technology

74945 readers
3699 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related news or articles.
  3. Be excellent to each other!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. 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.
  9. Check for duplicates before posting, duplicates may be removed
  10. 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
[–] grue@lemmy.world 40 points 4 weeks ago (4 children)

So what you're saying is that we need federated git.

[–] kybean@pawb.social 29 points 4 weeks ago

Forgejo, the software project powering Codeberg, is working on adding federation but it's got a long way to go before it's a usable feature

[–] mesamunefire@piefed.social 10 points 4 weeks ago

The closest I found that works is: https://hackaday.com/2024/03/16/radicle-an-open-source-peer-to-peer-github-alternative/

https://radicle.xyz/

It took a LONG time to get set up on one of my systems. It worked! Unfortunately, I found that just having git by itself was fine for my purposes. And most people are throwing in behind codeberg which is fine by me.

[–] corsicanguppy@lemmy.ca 7 points 4 weeks ago (2 children)

Huh. Gitlab just said it's too hard with their cut staffing numbers and they're not doing federation.

[–] lime@feddit.nu 6 points 4 weeks ago (2 children)

...git is federated. i'm assuming they're talking about things like issues and runners, but i don't think that's really necessary...

[–] alsaaas@lemmy.dbzer0.com 2 points 4 weeks ago (1 children)

As in the federation of Forges, like Forgejo is trying to do

[–] lime@feddit.nu 0 points 4 weeks ago

yeah that's what i don't really understand. they're like building a separate layer on top of git, when things like fossil exist.

[–] corsicanguppy@lemmy.ca 1 points 3 weeks ago (1 children)

Gitlab just said

...git is federated

If you read it again, you may find I said gitlab and not just git.

And we won't talk about how git's decentralization is nothing like the concept of federation as it's being used in this entire discussion.

[–] lime@feddit.nu 1 points 3 weeks ago

we arleady had this discussion further down a few days ago

[–] alsaaas@lemmy.dbzer0.com 2 points 4 weeks ago* (last edited 4 weeks ago)

Yeah, IRRC thus far they only have starring (not unstarring, mind you) implemented and it's not even in main yet

[–] lka1988@lemmy.dbzer0.com 3 points 4 weeks ago* (last edited 4 weeks ago)

I mean, this is more-or-less how the Linux kernel is managed. Linus just has final say on what gets released.