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

https://lemmy.world/post/20413005

Switch emulator Ryujinx shuts down development after “contact by Nintendo” - Lemmy.World

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 is a good habit to avoid github entirely.

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.

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.

Exactly. Isn’t decentralized itself since it’s not a platform but by being “indipendent” and not entangled with anything you can just copy it entirely and host it somewhere else.

Isn’t decentralized itself since it’s not a platform

I think I see your definition of “decentralized” a little better now, if you only want to apply it to platforms.

I think your definition may be too strict, and that “decentralized” and “distributed don’t have to be mutually exclusive, but eh, that’s just my take.

I think if syncing of (at least) upstream histories between clones was done automatically, they might consider that more in-line with their definition of decentralized.

100% agree, when I see something I disagree with on its face I try to default to “I probably don’t get something they’re saying, given that it’s only a couple sentences of written word, and a different person’s brain who wrote them”.

It always makes for more useful conversation than defaulting to “ha what a dumbass”