this post was submitted on 16 Apr 2024
348 points (95.3% liked)
Open Source
31089 readers
794 users here now
All about open source! Feel free to ask questions, and share news, and interesting stuff!
Useful Links
- Open Source Initiative
- Free Software Foundation
- Electronic Frontier Foundation
- Software Freedom Conservancy
- It's FOSS
- Android FOSS Apps Megathread
Rules
- Posts must be relevant to the open source ideology
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
- !libre_culture@lemmy.ml
- !libre_software@lemmy.ml
- !libre_hardware@lemmy.ml
- !linux@lemmy.ml
- !technology@lemmy.ml
Community icon from opensource.org, but we are not affiliated with them.
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
New to me. Do you mean decentralized instead of federated?
Distributed version control system
I would not say that distributed is federated. But i could not find a widely accepted definition of it.
For example i would call FTP also not federated🤷♂️
Agreed. That said, with a few remotes and a cron job git could facilitate "duct tape and zip ties" federation.
Exactly. There's no way that could ever go tits up.
Eh, in a myopic sense yes, but folks are using Microsoft GitHub for their CI, issue tracker, forums, kanban, Wiki & so forth. By choosing their Markdown fork, you are locked into that too. Some communities like Elm, Unison, Nix use MS GitHub as your primary community identifier (Elm doesn’t even allow you to create packages on another platform). Many tools only allow MS GitHub single sign on. If you fork off of MS GitHub, in most scenarios you’ll still be required to have an MS GitHub mirror or you won’t be able to submit a pull request as most projects don’t have an alternative contribution channel.
Some of this can be migrated, some of it can’t & the whole time being entrenched in MS GitHub land projects will fear friction & loss of users/contributors if they move (& the platform they would move to likely isn’t offerering anything more than being open source).
So can you just move the code elsewhere since Git is a DVCS? Yep. But projects are more than just the source code.
https://drewdevault.com/2018/07/23/Git-is-already-distributed.html
While admirable, I really don't think email is the path forward if you want to replace GitHub. There's a reason people use things like GitHub, it's user friendly and you don't need to use email or look at long mailing lists.