- riquisimo@lemmy.dbzer0.comEnglish1 day
I know Nintendo=bad, but also, if their only leg to stand on is “these are distributing our keys” then just don’t include the keys. Plenty of others don’t.
I feel like all these repos knew their days were numbered because of that that, but they probably didn’t care. It’s easier to get everyone from one place than to look around online for the keys separately. May as well include the keys until Nintendo does something about it.
- Kairos@lemmy.todayEnglish18 hours
They don’t include the keys. Their argument is stretched really thin. They’re saying that because it can use prod.keys that are obtained illegally then the program is legal. They phrase this implying that getting these keys is always illegal, which it’s not.
- Andaith@sh.itjust.worksEnglish2 days
I didn’t think emulators were copyright infringement since they’re built from scratch. Why isn’t GitHub telling them to get fucked?
FireWire400@lemmy.worldEnglish
2 daysWhy isn’t
GitHubMicrosoft telling them to get fucked?They don’t wanna be sued. Emulators are technically legal but Nintendo likes to abuse every loophole in the book to argue otherwise.
- bigb@lemmy.worldEnglish2 days
Nintendo eternally sucks but the Yuzu team handed their asses to the lawyers on a silver platter. Taking donations is one thing but a paywall to play the latest big first-party games is legal bait.
Emulators have been a coding exercise that came with a nice side benefit. Devs were deliberate about separately the work from piracy. Then a group like Tropical Haze makes money on writing an emulator and release a 0-day update that runs Tears of the Kingdom.
Emulation isn’t a place for entrepreneurs.
Bilb!@lemmy.mlEnglish
1 dayI don’t think taking money for making an emulator is the problem per se, and it’s unlikely it had anything to do with why Nintendo took action against them. It’s… everything else you mention. The brazen, unquestionable, open piracy, and the publicity of being able to play a game that hadn’t even been released as you say. And the DMCA in the US makes switch emulation itself a more viable legal target, because in this form it circumvents Nintendo’s encryption like the article you link points out. You can sell an NES emulator, no problem.
- Kairos@lemmy.todayEnglish18 hours
It… It does not “circumvent” Nintendo’s encryption. It applies a decryption algorithm to an arbitrary file with an arbitrary key
Bilb!@lemmy.mlEnglish
7 hoursI suppose it’s true decrypting the files is not so much “circumventing” the encryption as it is… decrypting it, but I think for the purpose of the DMCA it’s the process of “circumventing” Nintendo’s attempt to keep unauthorized people from playing these games that it’s referencing. Encrypting those files is a part of their DRM scheme, so they say undoing it without their authorization violates the law. That’s my understanding of their claim, anyway, and part of the basis for their previous DMCA takedown notices to github. I don’t think this specific claim has ever been tested in court.
- Andaith@sh.itjust.worksEnglish2 days
If anyone can afford the lawyers and has an incentive to challenge Nintendo, surely it’s Microsoft……
FireWire400@lemmy.worldEnglish
2 daysI think they don’t really care actually. Sure, they could afford to defend the people who voluntarily spent 100+ hours to build a repository using their tools but what’s in it for them?
- SkaveRat@discuss.tchncs.deEnglish1 day
They don’t have much money, as they need to pump every cent into their aiOS
- frongt@lemmy.zipEnglish1 day
This is good press for GitHub. Corporations are their customers, not us. They want to show how friendly and easy to work with they are to corporations.
- MonkderVierte@lemmy.zipEnglish2 days
Maybe we could build a distributed Github you can’t just delete with something decentralized and versioning, like Hypercore protocol or IPLD (InterPlanetary Linked Data), Ceramic Network?
About legality: that’s (japanese) Nintendo using US media laws gone rogue to swipe repos on a US hoster (Github). Maybe don’t use a US hoster next time.
And yeah, Europe isn’t much better there.- 6 hours
It’d be interesting to see something built ontop of things like IPLD or IPFS (which uses IPLD)
Speed isn’t really a important factor for something like this.
- 6 hours
and also we have a generic term for GitHub like things, they are called forges, in this case (GitHub) it is a forge for git (the underlying SVC powering it) only
- filcuk@feddit.ukEnglish19 hours
I am not so sure this situation would be much better on other services. Nintendo could steamroll smaller companies.
- 12 hours
You can host it on servers outside of their jurisdiction or with laws that better protect or prevent companies abuse. Anyone can host git is the point, you dont have to use GitHub.
- MonkderVierte@lemmy.zipEnglish1 day
Yeah, but it needs a address to point to, to work with others repositories. Which with http is centralized. Wouldn’t be with a distributed protocol.
- MonkderVierte@lemmy.zipEnglish1 day
I do know that it keeps a local copy of the repo. But it’s not designed to work with a pool, so it needs a specific address to work together/clone/share repos.
I’m by no means an expert in git, did i overlook something?
Anafabula@discuss.tchncs.deEnglish
1 dayTechnically you can add as many remotes to a repo as you want and push/pull to any/all of them. Might be annoying though
mesa@piefed.socialEnglish
1 dayIts quite common in some industries. Lots of different git remote references no github. It works well when you dont care or dont want piulic repos out in the wild.
I used to do a ton of contract work that way. It went away forva bit but about 3 years ago its coming back. Ive heard complaits about ai and that github is much less stable.
You cant have downtime in some industries.
Fisch@discuss.tchncs.deEnglish
2 daysThere are already alternatives to GitHub and I think Forgejo is still working on federation. The most active Yuzu fork (as far as I’m aware) is Eden and that has its own Forgejo instance.
- MonkderVierte@lemmy.zipEnglish1 day
There’s also a p2p “plugin” to git, but things like that always feel like a workaround to me. The random hacker in India also doesn’t know about it.
Fisch@discuss.tchncs.deEnglish
1 dayI don’t really see what that solves tbh. Not having a central source of truth seems like it could cause issues and git is already pretty much decentralized because everyone who’s working on a repo will have a copy on their own device and cam upload that to whatever forge they want. Aside from that, you lose all the features a git forge gives you, especially the ability for people to actually find the repo.
- MonkderVierte@lemmy.zipEnglish1 day
especially the ability for people to actually find the repo.
Vs. a random git URL or a centralized repo everyone knows?
Fisch@discuss.tchncs.deEnglish
1 dayEverything you can find on the internet is a “random URL” in that sense but that URL can be searched on search engines and shared. But I don’t know how that p2p git thing works, so maybe I’m assuming it’s more complicated than it actually is.
mote@lemmy.caEnglish
2 daysI have not tried/used it (yet?), but the kids are building Radicle for this very purpose. It gets a fair amount of techie coverage (blogs, comments, etc.) but sits in unique space compared to, say, Forgejo (classic self-hosted git).
- MonkderVierte@lemmy.zipEnglish1 day
Looks interesting, thanks!
But i thought more, like; since IPFS doesn’t delete data, writes changes separately. If we had that with protocolizing (which IPLD seems to do), we would have something like a decentral git.
- danielfm123@lemmy.zipEnglish1 day
If emulators are not illegal, why Microsoft take them down? This should be illegal, the same way information was censored in COVID times.
I hate big tech.
- frongt@lemmy.zipEnglish1 day
It’s not because they’re emulators, it’s because they’re including Nintendo’s cryptographic keys.
- Kairos@lemmy.todayEnglish18 hours
Where? Where are they? Point to the file. Oh wait you can’t because they’re not there.
- LemmyPlaceDN@europe.pubEnglish1 day
Nintendo doesn’t seem to care about all other emulators of their previous consoles nearly as much, hopefully it stays that way
- Asetru@feddit.orgEnglish2 days
Every time I read stories like that I wonder if I should do more stuff with the hyphanet.






