this post was submitted on 22 Aug 2026
261 points (98.9% liked)

Technology

87877 readers
2663 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 3 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] Fisch@discuss.tchncs.de 18 points 2 weeks ago (1 children)

There are already alternatives to GitHub and I think Forgejo is still working on federation. The most active Yuzu fork (as far as I'm aware) is Eden and that has its own Forgejo instance.

[–] MonkderVierte@lemmy.zip 0 points 2 weeks ago (1 children)

There's also a p2p "plugin" to git, but things like that always feel like a workaround to me. The random hacker in India also doesn't know about it.

[–] Fisch@discuss.tchncs.de 3 points 2 weeks ago (1 children)

I don't really see what that solves tbh. Not having a central source of truth seems like it could cause issues and git is already pretty much decentralized because everyone who's working on a repo will have a copy on their own device and cam upload that to whatever forge they want. Aside from that, you lose all the features a git forge gives you, especially the ability for people to actually find the repo.

[–] MonkderVierte@lemmy.zip 1 points 2 weeks ago (1 children)

especially the ability for people to actually find the repo.

Vs. a random git URL or a centralized repo everyone knows?

[–] Fisch@discuss.tchncs.de 4 points 2 weeks ago

Everything you can find on the internet is a "random URL" in that sense but that URL can be searched on search engines and shared. But I don't know how that p2p git thing works, so maybe I'm assuming it's more complicated than it actually is.