Switch emulator Ryujinx shuts down development after “contact by Nintendo”
Switch emulator Ryujinx shuts down development after “contact by Nintendo”

Switch emulator Ryujinx shuts down development after “contact by Nintendo”

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.
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.
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).
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.
FIFY
Git is decentralised by nature. It's what allows mirroring the repo on other forges even when git repos are hosted on proprietary platforms like GitHub.
You can easily mirror GitHub to some other repo
Git is decentralized, but the collaborative aspect is fully centralized.
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.