this post was submitted on 02 Oct 2024
397 points (99.5% liked)

Open Source

39763 readers
348 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 6 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
[–] Max_P@lemmy.max-p.me 128 points 10 months ago (2 children)

The author was bullied by Nintendo into voluntarily removing the repos, it wasn't DMCA'd.

GitHub had nothing to do with this one. And just like with Yuzu, plenty of people have uploaded copies of the repo already, thanks to git's decentralized nature where everyone have a full copy of the entire history.

[–] qaz@lemmy.world 9 points 10 months ago

Git is decentralized, but the collaborative aspect is fully centralized.

[–] PropaGandalf@lemmy.world 5 points 10 months ago* (last edited 10 months ago)

I see. But still, GitHub isn't the right place for precious code like this. The best would be to have a federated git forge, something like what the forgejo devs are working on.