this post was submitted on 02 Oct 2024
389 points (99.2% liked)

Open Source

31359 readers
99 users here now

All about open source! Feel free to ask questions, and share news, and interesting stuff!

Useful Links

Rules

Related Communities

Community icon from opensource.org, but we are not affiliated with them.

founded 5 years ago
MODERATORS
 

At this point I'm very concerned about the open source industry relying so much on github. You have to remember that any project there can be swept away overnight because it doesn't fit into the agenca of a large company, for example.

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 33 points 1 month ago* (last edited 1 month ago) (15 children)

Git itself isn't decentralized is about people copying it and sometimes mirroring it.

Anyway it is a good habit to avoid github entirely (when hosting a repo).

[–] aalvare2 28 points 1 month ago (10 children)

Git itself isn't decentralized is about people copying it and sometimes mirroring it.

Not sure what you mean. My understanding is that git itself is decentralized insofar as each clone can develop its own history without ever needing to push to the origin, but that what OP is referring to is actually the “distributed” nature of git, where i.e. it’s easy to copy the entire history of an instance.

load more comments (6 replies)
load more comments (10 replies)