NHacker Next
  • new
  • past
  • show
  • ask
  • show
  • jobs
  • submit
Nintendo blitzes GitHub with over 8k emulator-related DMCA takedowns (engadget.com)
miohtama 5 days ago [-]
The solution is decentralised Github:

https://radicle.xyz

Radicle gives a decentralised Git network that is much more immune to any legal action.

This makes it much more difficult for Nintendo to take such action. Because it is a civil dispute, not a criminal one, the trick is to make it more costly for Nintendo to abuse the legal system (it is unlikely the legal system abuse will be fixed in long term, or ever). When DMCA and such laws were designed, it is unlikely the lawmakers intended it to be abused like this. There is no penalty for Nintendo to do as many takedown notes they want, whileas there is a headache for anyone involved in these projects to defend themselves.

mqus 5 days ago [-]
Isn't radicle then the easy way to argue that participants actually distribute the program themselves, including an easily trackable IP, so lawyers can just add a client themselves and then sue all IPs that transfer a byte of the (illegal) program?

The same happens to media sharing via bittorrent in germany right now. Having some site which gets closed instead seems to be preferable to me.

Of course copyright infringement is different from whatever emulators are doing but I imagine the effect might be the same

Asraelite 5 days ago [-]
It's pretty easy to safely get away with piracy with a VPN. In most countries even that isn't required. I'd imagine it's the same here.
mqus 5 days ago [-]
Of course the goal for the lawyers then is different, it's just extracting money instead of preventing distribution
GardenLetter27 5 days ago [-]
Good luck getting that through the court.

I guess they could just send people threatening letters - but even getting the ISPs to play along would be an uphill battle.

Germany is a special case as it's particularly bureaucratic and dominated by establishment interests. And even then it's only commonplace for Bittorrent because GEMA, etc. pushed to make that possible.

stavros 5 days ago [-]
The solution is legal reform, because these laws are bullshit.
miohtama 5 days ago [-]
It’s the wanted outcome, but it is hard to see a path of event that would lead to this.
bloqs 5 days ago [-]
This is the same old story though, and nerds dont get this right: what about all the viruses/child porn games and other heinous shit people will host there? Decentralisation is only as good as its moderation and unpaid moderation is a hell of a weak link
lll-o-lll 5 days ago [-]
The issue is accountability. A big centralised server has accountability built in to some extent, because you can find and sue or jail the bastards that own it. Decentralised, is often conflated with anonymity and hence zero accountability.

But it doesn’t have to be this way. For something like source control, must we have anonymity? You wouldn’t require all that much PII to deter most bad actors, I would have thought. Maybe the PII bits can be stored in a different system that provides cryptographically signed assertions. You remain anonymous, but can assert your identity is stored in X. Law enforcement have the power to recover the PII if there is a warrant. Like some of the proposals for asserted qualifications in Europe and such.

miohtama 5 days ago [-]
The question is, are emulator authors good actors or bad actors. It is subjective and we should not let Nintendo to decide.
pprotas 5 days ago [-]
Why are emulators illegal? I understand that they are associated with piracy because people play pirates games on them. But it’s like banning BitTorrent because it allows you to pirate, or Windows because you can play pirates games on it as well.

The article mentions that emulators “illegally circumvent Nintendo’s technological protection measures and run illegal copies of Switch games.”. But which law makes it illegal to circumvent such systems? And what about Wii-only emulators? Surely they have nothing to do with the safety systems of the Switch.

None4U 5 days ago [-]
> But which law makes it illegal to circumvent such systems?

DMCA section 1201

pprotas 5 days ago [-]
You are right, it says it right there:

No person shall circumvent a technological measure that effectively controls access to a work protected under this title.

https://www.law.cornell.edu/uscode/text/17/1201

Can the emulators remove the circumvention code to avoid the DMCA takedown?

fuu_dev 5 days ago [-]
DMCA § 1201 makes reverse engineering modern consoles illegal.

Any modern game console has some form of decryption, which can be argued to prevent access.

This is when we run into the chicken/egg problem because you can't write emulation without violating 1201. It is also in part the argumentation Nintendo used in the yuzu case.

vegetablepotpie 5 days ago [-]
One argument that I’d like to see made is that DMCA takedown requests, which are intended to enforce copyright is the wrong enforcement mechanism because the 9th Circuit, in SONY v. CONNECTIX said that the functional aspects of emulation can only be protected under patent law.
amelius 5 days ago [-]
Ok, what if the emulator that is distributed is not functional, but to make it into a functional emulator, you have to (1) compile it, OR (2) make small modifications to it (that are distributed through a different channel), or both.
bluescrn 5 days ago [-]
Not just modern consoles. Nintendo has had ‘security’ hardware built in since the NES (the CIC chip)
ThatPlayer 4 days ago [-]
The difference is those security chips were used to prevent unlicensed games, not to prevent the games from being played on unlicensed consoles (emulators).

A NES clone without a CIC will play games fine.

d_tr 5 days ago [-]
Isn't the whole emulator a circumvention? It circumvents the hardware which "effectively controls access to a work", which is the console itself.
dannyw 5 days ago [-]
Not exactly. Clean room reimpmentations are fine, and has been upheld in court. I think the copyright office even has a published exemption for it.

The issue is when you bypass encryption keys and systems.

d_tr 4 days ago [-]
Thanks for the clarification and the info.
93po 5 days ago [-]
my mouse and keyboard is circumventing me manually flipping transistors in my processor
progbits 5 days ago [-]
> that effectively controls access

Not very effective, is it?

I assume this means something else in lawyer speak.

Mindwipe 4 days ago [-]
Effective means "has an effect".

i.e. you cannot put a piece of paper in the box with the words "this is a technical protection mechanism" and claim it is.

But it doesn't mean that what you do has to be infailable, or meet some arbitrary level of doing it's job well, no.

postgressomethi 5 days ago [-]
Could "effectively controls access" be attacked here? The purpose of the hardware is not to control access.
dannyw 5 days ago [-]
It’s not hardware, it’s encryption and decryption systems.
postgressomethi 3 days ago [-]
A Nintendo Switch is a non-hardware decryption system?
5 days ago [-]
amelius 5 days ago [-]
Not even for research purposes?
ThatPlayer 5 days ago [-]
There are exemptions that get updated by the Library of Congress every few years. The current one is from 2021: https://www.govinfo.gov/content/pkg/FR-2021-10-28/pdf/2021-2...

You get a few exemptions for research for security reasons, but it does require it to be on "a lawfully acquired device or machine on which the computer program operates solely". So an emulator doesn't fit the bill at all.

Video games are mentioned: you're allowed to circumvent DRM for games that no longer have their online servers running.

eproxus 4 days ago [-]
That is interesting. I wonder if there are any Switch games which have had their servers turned of and if an emulator can be argued to be made for the purpose of supporting that game only (that it then happens to play other games...)
dannyw 5 days ago [-]
Research would be considered fair use. But you can’t just claim research and get a pass, it has to hold up in court.
AnonymousPlanet 5 days ago [-]
In the US. The DMCA is only relevant because GitHub is operated by a US company. Nintendo would have to try to make the same arguments for EU law, e.g., if the software in question would be hosted in the EU. That might be more complicated.
anthk 5 days ago [-]
Overriding DMCA it's legal for interoperation purposes.
iforgotpassword 5 days ago [-]
IANAL; Afaik only in the EU, it even allows non-cleanroom reverse engineering.
anilakar 5 days ago [-]
EU resident here. Reverse engineering in general is allowed, but decompiling software adds a good number of restrictions[1].

Disclaimer: I have talked to lawyers. Our company makes industrial IoT loggers and during my career I have only been given appropriate documentation twice by manufacturers. Most of the systems have been reverse engineered through packet capture.

[1] https://vidstromlabs.com/blog/the-legal-boundaries-of-revers...

consp 5 days ago [-]
> given appropriate documentation

Even with documentation you still get garbadge. I've had to decompile a HSM firmware to figure out what the actual input of functions was since the manufacturer kept claiming the documentation was correct. It wasn't even close. Only after I provided the solution to my own support ticket they changed the documentation (why bother paying for full support...).

I've gotten a bit of empathy for the poor front support guy since he'd have to keep complaining to the developers which kept saying "no it's fine as documented".

cauefcr 5 days ago [-]
Brazil also allows non-clean room reverse engineering (I still don't understand why we're not a rev-eng tech hub, come to Brazil my Ghidra/IDA users) and have much saner laws regarding piracy (like it being legal for 24h for testing), I've only ever seen big pirates (those who have piracy streaming websites) getting busted, I don't ever use a VPN and had no issues whatsoever with my piracy (have been a pirate for almost 20yrs now).
jMyles 5 days ago [-]
>> But which law makes it illegal to circumvent such systems?

> DMCA section 1201

...which is an unambiguous observation that DMCA section 1201 is in conflict with the 1st amendment.

emodendroket 5 days ago [-]
Emulators per se are not illegal. Most likely.
humzashahid98 5 days ago [-]
If emulators in general were illegal, Nintendo would be in trouble too and would be obliged to remove the emulated games it sells on the Virtual Console.
brigade 5 days ago [-]
Well no, any theory of emulators being illegal would be under the DMCA, which bans DRM circumvention without the authority of the copyright owner. But Nintendo is selling games with said authority, so it wouldn't apply.
irjustin 5 days ago [-]
You believe the sword is double edged, fair and cuts both ways.

It does not.

unixhero 5 days ago [-]
Beautiful, that is poetry man!
emodendroket 5 days ago [-]
There's a difference between if I try and sell you a digital copy of Super Metroid and if Nintendo does, right? Nintendo's argument would be that the emulator itself is no different.
sambazi 5 days ago [-]
some argue that emulation infringes on their patents, but i am not big on the concept of monopolizing ideas myself.
emodendroket 5 days ago [-]
Well, yeah, the best precedent we have is the Sony and Bleem case. But the funny thing about common law systems is the precedents are really important until someone tries again and the precedent is suddenly thrown out.
weinzierl 5 days ago [-]
This is a good question. In addition to an answer, if someone could give a high level but technical overview about how the Nintendo Switch encryption works and how the emulators work around it I'd be grateful.
ThatPlayer 5 days ago [-]
DMCA makes it illegal to circumvent DRM. Whether or not it's good DRM is irrelevant. The classic example would be DVDs that are encrypted with CSS and 40-bit keys. Because you need to be able to decrypt the DVD to be able to play the video, if your software doesn't have permission to playback (encrypted) DVDs, you're circumventing DRM. A DVD ripping software maker has lost this in court: https://w.wiki/9yNu

So like how DVDs are encrypted, all Switch games are encrypted. Except with good AES encryption and proper key sizes. This started with games in the Wii/PS3 generation, so emulators for systems before that would be fine.

Also I've now learned that wikipedia has a URL shortener. Because Hacker News eats the period at the end of the wikipedia article title.

weinzierl 5 days ago [-]
Yes, but how does that apply to the Nintendo Switch and Yuzu. Did they actually extract the AES key from real hardware and include it in the emulator?
ThatPlayer 4 days ago [-]
It applies to Yuzu because it breaks the encryption on Switch games without the copyright holder's permissions. And it's simple to argue that the encryption is for DRM purposes, like CSS for DVDs.
Mindwipe 4 days ago [-]
Nintendo's argument in the filing was that it effectively did, as the website instructed people on how to extract the keys, and that the software did real time decryption for which there was no legitimate source of keys.

That didn't get tested in court, but I suspect it would have succeeded (this is not legal advice).

weinzierl 3 days ago [-]
So, the emulator did not contain the key but it made it easy to use one if you had one? Is that a suitable description?

How useful would the emulator without the key be? I guess you could still write and play (and share) your own software. Is that what people call "homebrew" in the Nintendo Switch context?

basil-rash 5 days ago [-]
Nintendo is in an interesting position whereby they are actually selling emulators as a product to this day. Which gives them more of a leg to stand on in these sorts of efforts, regardless of whether or not I personally agree.
iwontberude 5 days ago [-]
Oracle v Google determined this in my mind, the emulator is implementing an API, the API is not protected by copyright law.
Laaas 5 days ago [-]
FWIW that case was about whether copying the interface file almost verbatim was fair use, not about the API itself, IIRC.
iwontberude 5 days ago [-]
Right because an API is too abstract for copyright law, it has to literally be copied works.
realusername 5 days ago [-]
I would say the opposite, it gives them less of a leg to stand since they cannot say that there's never any justification for emulation anymore like they said in the past.
admax88qqq 5 days ago [-]
Usually the justification for emulation is "the company doesn't sell this product anymore, it's abandonware"
vundercind 5 days ago [-]
Emulation’s legal whether or not some of the software on a platform is abandonware (which doesn’t justify anything legally, anyway)
josephh 5 days ago [-]
When you make this kind of claim, please make sure to 1) disclose whether you're a lawyer, and 2) your jurisdiction.
unixhero 5 days ago [-]
No. This is not legally binding. This is not the United States Of America where we speak officially, this is a random web forum.
filleduchaos 5 days ago [-]
I think the point is that the audience might like to know whether confident claims that something is legal or illegal are backed by actual expertise or just vibes, not that things people say on a web forum are legally binding.
vundercind 5 days ago [-]
There’ve been lawsuits. Anything can happen in court, but emulators are currently about as settled as “legal” as anything. Including commercial ones. Sure, in the US.

Can’t distribute games or other copyrighted software with them, though. Of course that’s still highly likely to get you in trouble. And with the same caveat as anything legal in the US: it’s as legal as your ability to weather a series of failing lawsuits against you.

unixhero 5 days ago [-]
The same as when you talk to a random person at a pub. All illegal and just vibes, always - that is the default.
realusername 5 days ago [-]
Nintendo historically took a harder stance than that basically saying that emulation destroys the player experience and even copying your own games isn't legal.

Seems like emulation is only fine if they make money out of it.

93po 5 days ago [-]
my justification is that intellectual property is an absolutely ridiculous concept and my actions are driven by my morals and values and not the frequently ridiculous laws of this country
oefrha 5 days ago [-]
That’s like saying I can’t make photocopies of my own ID because I’ve said in the past that identity thieves shouldn’t make photocopies of my ID.
realusername 5 days ago [-]
Except they explicitly said that any emulation is bad. With your analogy it's like claiming ID photocopies are bad and then making your own.

And then emulation isn't stealing anyways.

kemotep 5 days ago [-]
Why would the owners of the copyright be restricted from selling their copyrighted works in whatever way they want?
realusername 5 days ago [-]
In the past they said that there's never any justification for emulation and that it ruins the player experience, seems like it depends on how much money they make out of it.
kemotep 5 days ago [-]
Nintendo probably doesn’t think their virtual console counts as emulation if that is the case.

Or it’s just different corporate policies at different times being applied inconsistently.

realusername 5 days ago [-]
To me it's just corporate hypocrisy.
gnopgnip 5 days ago [-]
Emulators are legal in the US because of Sony v Connectix
Shish2k 5 days ago [-]
some aspects (not all aspects) of creating (not using) emulators are not illegal by way of copyright laws (but may be illegal by way of other laws such as trademarks, patents, DRM) in the US because of Sony vs Connectix.
FinalBriefing 5 days ago [-]
Sorry?
5 days ago [-]
throwuxiytayq 5 days ago [-]
Don’t worry about it.
dannyw 5 days ago [-]
I wonder if there’s a “git over BitTorrent”.

Having a cryptographically signed (by authors, not by GitHub) and fully open source git hosting network would be a boom for FOSS security in general.

dgellow 5 days ago [-]
ekianjo 5 days ago [-]
close but it does not use Bittorrent for the P2P part?
miohtama 5 days ago [-]
Bittorrent as a distribution protocol is not suitable for Git-like traffic, so Radicle is doing their own p2p.
alurm 5 days ago [-]
As I understand, Bittorrent is not a persistent data structure. Git and IPFS are. Radicle is another interesting approach. They used IPFS but switched to a custom protocol, as I understand, for performance.
ultra_nick 5 days ago [-]
forty 5 days ago [-]
Or we can simply have a git hoster which is not in the US and as such is not impacted by DCMA
saddlerustle 5 days ago [-]
The overarching terms of the DMCA are specified by the 1996 WIPO Copyright Treaty, which every developed country has implemented.
4gotunameagain 5 days ago [-]
It might be, but enforcement is a different thing. For example russian search engines are not blocking streaming websites like US/EU ones do.
Yeul 5 days ago [-]
Countries don't care about copyright until they make stuff worth stealing.
arp242 5 days ago [-]
US copyright tends to be less restrictive and more relaxed than many other countries.
GardenLetter27 5 days ago [-]
The DMCA is crazy though, you can just request a takedown and the onus is on the host. And then if it turns out you didn't actually have the right to do that... well that has to be sorted out later.
ldng 4 days ago [-]
Yeah... presumed guilty
sunaookami 5 days ago [-]
Not true as you can see here.
jMyles 5 days ago [-]
Seriously. When is this happening?

Broadly speaking, it's inevitable that some jurisdiction will decide to observe the unclothed emperor here and create a legal framework without the yoke of all of this "intellectual property". Obviously, it will thrive, and everyone will flock to use services there.

What then?

pquki4 5 days ago [-]
We need rutracker of github
zmgsabst 5 days ago [-]
What’s stopping you from making torrents of your repos now?

(Not as a rhetorical question; I don’t quite understand your vision, so I’m hoping you’ll clarify the usage.)

marci 5 days ago [-]
They are probably talking about a "serverless" bittorrent. Some kind of Git-over-DHT. It would require this to be accepted: http://bittorrent.org/beps/bep_0050.html (Decentralized Mutable Torrent)
lll-o-lll 5 days ago [-]
Ooh, I really like this idea! A decentralized form of pub-sub based git sounds fantastic. Of course, much of what makes github et.al. desirable, is the extras on top. Pull Requests, Issues, Wiki, search, etc. Making a “local first” decentralized GitHub would be much work.
edub 5 days ago [-]
Check out Fossil SCM, from the creator of SQLite.
dannyw 5 days ago [-]
Is it? I imagine you only really have to build a different persistence backend. Then, everything else can go through that.

Git in itself is designed to be distributed.

Jochim 5 days ago [-]
The torrents would be snapshots of the repo at a particular point in time. Updates couldn't be fetched through the torrent via git pull.

I'd assume that op wants a torrent that can be pushed/pulled from.

ekianjo 5 days ago [-]
git is decentralized by design. you dont need bittorrent.
oefrha 5 days ago [-]
No. With BitTorrent, I can tell a client to go fetch this torrent or hash (magnet link) and it can do that without any specific hardcoded server. Centralized trackers help but there’s always the DHT. With git you need to give the client an exact host, which can be gone for any number of reasons.
iforgotpassword 5 days ago [-]
So then just like with music and movies, I'll get letters from law firms for hosting illegal git repos via BitTorrent.
carom 5 days ago [-]
Git is a decentralized service.
miohtama 5 days ago [-]
We have https://radicle.xyz/

Often discussed here.

However, many Hacker News commenters love to bash it because it is associated with cryptocurrencies.

5 days ago [-]
YetAnotherNick 5 days ago [-]
Git commit messages could be cryptographically signed. And git, the protocol is fully open source. Also there are many open source UI. Care to explain what is the usecase of git of torrent compared to gitlab?
Dibby053 5 days ago [-]
Distributed hosting means there isn't a single point of failure. Even without DMCAs it's fairly common to try cloning a random gitlab or plain git repo only to find it's down.
YetAnotherNick 5 days ago [-]
I have multiple torrent downloads pending for more than an year. Just because it is distributed doesn't mean it is safe from being lost.
Dibby053 5 days ago [-]
Nobody is arguing that, but it's certainly less likely to go down or be lost than a typical direct download link. It's also easier/cheaper to self-host very popular repos with P2P, because it scales nicely.
Shawnj2 5 days ago [-]
As much as it pains me to say this this might be a good use of blockchain
baq 5 days ago [-]
Blockchain is just a slow database. What you want is a peer to peer system which actually has peers instead of a couple super nodes and ephemeral drive-by clients.
fidelramos 5 days ago [-]
"Just" a slow database that allows coordinated writes in a decentralized way, effectively solving the Byzantine Generals problem. That's what made Bitcoin a novel idea.
TheNewAndy 5 days ago [-]
How does it solve the Byzantine generals problem?
fidelramos 5 days ago [-]
By proof-of-work consensus. This makes attacks costly, basically they have to spend more resources than half the network, hence the name "51% attack".

The Bitcoin whitepaper [0] is a very accesible read, but the revolutionary ideas are not immediately obvious.

[0] https://www.bitcoin.com/bitcoin.pdf

YetAnotherNick 5 days ago [-]
Care to explain? If you just mean verified tree, git already is that.
amne 5 days ago [-]
I think he means uncensorable or at least very very hard to censor.

The problem is it could be very expensive. Think NFT but the metadata is the source code of the emulator. You're not removing that from the blockchain, ever. It also needs to be a popular blockchain, like ETH, BTC, SOL or whatever people still use today.

There are "coins" where your stake is disk space but if it's not a widespread thing it just dies off (conway GoL style)

yesbut 5 days ago [-]
I think he's referring to the distributed portion of a blockchain. A centralized github-type for profit business is required to respond to these takedown requests. Nintendo's lawyers would need to go after every individual node hosting this vc blockchain.
bo1024 5 days ago [-]
I agree, at least in theory (not sure if any existing blockchains could adequately solve the problem today). Someday, you could imagine essentially running gitlab on a blockchain. Actually, it's not a stretch to include access control such as public key management, "Issues", etc. It would be publicly readable, not censorable, no single point of failure, and unlike torrents, fully mutable. Obviously, today the cost would probably be prohibitive for most purposes.
phendrenad2 5 days ago [-]
So are people going to make t-shirts with the cryptographic keys? I.E. https://en.wikipedia.org/wiki/AACS_encryption_key_controvers...
emodendroket 5 days ago [-]
2007 was a different time. Can't imagine that happening today
pipes 5 days ago [-]
I thought this was going to be all Nintendo emulators, thankfully it is only yuzu (switch emulator) related.
radicalbyte 5 days ago [-]
They're DMCA'ing code they have no right to DMCA - it was released under a permissive OSS license. Sure they own the copyright but they also gave everyone a license to distribute it.

Adhering to these fraudulent DMCA requests endangers all of OSS.

TazeTSchnitzel 5 days ago [-]
Nintendo aren't using the DMCA takedown process for copyright-infringing material (the thing people normally mean by DMCA). They're sending letters to GitHub about how Yuzu is, in their view, a tool for circumvention of technological protection measures and therefore illegal in itself (under different provisions of the DMCA).
xg15 5 days ago [-]
Very good point.

The whole "technical protection measures" clause is in my view the most atrocious part of the DMCA, more so than the actual copyright stuff - because this communicates that the state is not just ok with vendors using their devices against their own users but actively endorses and encourages it.

This is basically the legal basis for Doctorow's "war on general computation".

ekianjo 5 days ago [-]
if we had a github-like system outside of the US, would Nintendo be able to do anything since the DMCA does not apply?
Mindwipe 5 days ago [-]
To all intents and purposes every country in the world has an anti-circumvention provision since membership of TRIPS and the WTO requires you to have one.

The US one is actually pretty toothless compared to many.

You're effectively left with rogue states, who tend not be to very good hosting partners.

5 days ago [-]
Hamuko 5 days ago [-]
I've seen people post that the Yuzu devs had a Google Drive share that contained a bunch of pirate ROMs as well as a Nintendo Switch SDK, so it's possible that Yuzu did in fact have some Nintendo stuff in it.
langsoul-com 5 days ago [-]
For now, Nintendo won the lawsuit against Yuzu, on grounds of piracy.

Given how most emulators can allow playing pirated games, the others might be next.

smrq 5 days ago [-]
Well, no, it never went to court.
SllX 5 days ago [-]
Read up on Sony vs Connectix. This is basically FUD. Yuzu is cooked but that doesn’t mean all emulation of Nintendo consoles is.

The Yuzu devs settled, and among the allegations in Nintendo’s filing was that they, the developers themselves, engaged in piracy.

bonzini 5 days ago [-]
Problem is that was before DMCA. New law can override judicial precedent.
SllX 5 days ago [-]
First, no it wasn’t.

Second, the DMCA has nothing in it that explicitly targets emulators. Now what some hardware makers have done is include some kind of cryptography and called it an anti-circumvention method, but that is a later phenomenon and the earlier attempts at this didn’t amount to much in most cases.

Third, the Yuzu Devs brought the wrath of Nintendo of America down upon them through means other than merely writing an emulator, in particular they were likely engaged in actual piracy. They probably knew they were cooked and chose to settle rather than go to trial.

So again, FUD. There’s been a lot of it everywhere on this specific topic, so quit spreading it around like so much manure to nurture Nintendo of America’s basic stance towards emulation. They can have their opinion, but it doesn’t overrule judicial precedent.

bonzini 4 days ago [-]
You're right, I was confusing it with Sega v. Accolade.
squigz 5 days ago [-]
We've been hearing that for decades, and we still out here emulating
5 days ago [-]
squigz 5 days ago [-]
Why does that make a difference?
isodev 5 days ago [-]
> In keeping with its developer-friendly approach and branding, the Microsoft-owned platform...

Yes, because Microsoft has the other side where they take everyone's code and then repurpose it as a "coding aid as a service" kind of thing (copilot) without attribution or even permission in the first place.

omeid2 5 days ago [-]
That cat got out of the bag when Google was allowed to gobble up all copyrighted content to operate a commercial service without paying the copyright holders.

If you can demonstrate genuine benefit to society --of course, beyond mere access to copyrighted material-- even if during the course of a commercial enterprise, copyright does not apply.

isodev 5 days ago [-]
Because others do it doesn't make it right and indeed, we're yet to see even remote benefit to society from the "AI" bots hype.

Eventually, one hopes to see _really good_ benefit, like... much greater than the cost and negative side effects of putting virtual pets on virtual, energy consuming hamster wheels.

omeid2 5 days ago [-]
This was for Google Books not AI, but it also applies to AI training nonetheless.

https://www.edsurge.com/news/2017-08-10-what-happened-to-goo...

kyriakos 5 days ago [-]
Nintendo could have hired few of the yuzu devs and launched its own gamepass style service for PC and allow people to play games via emulation. People aren't using switch emulators only to pirate but because they actually perform better than the original console the games were developed for due to hardware limitations.
idle_zealot 5 days ago [-]
If Nintendo wanted its games playable on non-Nintendo platforms it would not need the yuzu devs to achieve that. Keeping their games exclusive is a deliberate strategy.
FMecha 5 days ago [-]
At that point, you should argue for platform exclusivity being illegal anticompetitive behavior.
idle_zealot 5 days ago [-]
Enabling compatibility/format shifting has been a successful fair-use argument for DRM circumvention in the past, but it would be nice to have an official carve-out.
extrememacaroni 5 days ago [-]
that kind of PR stunt is for failing companies, nintendo will remain rich doing its thing for the foreseeable future
ChrisArchitect 5 days ago [-]
malka 5 days ago [-]
Out of sheer spite, I have long decided to never give any money to Nintendo.

I pirate. And if I can't pirate, I won't play.

Rapzid 5 days ago [-]
I love their products and happily give them money in exchange.
5 days ago [-]
5 days ago [-]
bilvar 5 days ago [-]
Yes, what an absurd notion they have that they must get paid for their (excellent) work.
jMyles 5 days ago [-]
If their work warranted the prices they want to charge, they wouldn't need an elaborate state apparatus to buttress their business model.

The same is true of the west Nashville music-finance complex. And of Hollywood. And of every industry rent-seeking around the restrictions on speech and press which are branded as "intellectual property".

This just happens to be a transparently egregious example, as they are literally trying to censor a FOSS project and make its contributors' speech invisible / illegal.

bilvar 5 days ago [-]
Can you elaborate how not wanting you to pirate the games they spent tons of money and labor in making is "rent-seeking" and a restriction on free speech? It seems like a stretch.

"This just happens to be a transparently egregious example, as they are literally trying to censor a FOSS project and make its contributors' speech invisible / illegal"

Give me a break. The only reason this software was FOSS, was for the creators to receive protection from useful idiots like you. We all know that the purpose of this project was to profit from piracy.

jMyles 5 days ago [-]
At some level, isn't the whole exercise of characterizing the copying of bytes as "piracy" just a way to justify invasive state policy?

We can observe that the nature of information is that it is free to copy. This is not a new observation; the myth of Prometheus tells us of this nature, and of the power that the gods foolishly attempt to shore up by pretending that it can't be copied.

Of course I agree that solid games are worth money, but if you have to avert your eyes to the entire evolution of the way information propagates in the universe in order to achieve that, you've gone down an incorrect path.

And yes, building entire media empires designed to leverage your right to distribute bytes as you see fit, while prohibiting others from distributing them under threat of violence, is most certainly rent-seeking.

The silly fiction that someone "owns" that information because of a previous historical event is not in keeping with any part of nature that I'm able to observe.

What makes anyone think that on sufficiently long time scales the internet will continue to abide this?

bilvar 5 days ago [-]
Ah I see, you've created an entire ideobabble to justify free-riding, on an absurd premise as well that "We can observe that the nature of information is that it is free to copy". This is the equivalent of "We can observe that the nature of animals is to kill each other for calories, so it's morally justified to murder other people and eat them."

I'm done.

jMyles 5 days ago [-]
...I mean, maybe there is some moral imperative toward vegetarianism. I don't see the connection with cannibalism; seems like you're just being a bit silly.

But I think we can make that decision without needing onerous and obstructive state infrastructure, so I don't think the comparison is particularly germane. Unless you are suggesting that it's the role of the state to stop animals from eating each other? (Isn't that the same impetus as suggesting it's the role of the state to stop data from replicating?)

Lastly, I think you've misunderstood the role of the free-rider problem in public goods, particularly in the application of building non-rivalrous markets; in fact, you have it exactly backwards.

malka 5 days ago [-]
Oh they deserve it. But, as a player, I feel deeply hated by them. And i Do not give money to people who hate me.
bilvar 5 days ago [-]
It's a perfectly reasonable position to not give them your money. I thought we were talking about pirating their games though, which is worlds apart from voting with your wallet.
malka 5 days ago [-]
They are not getting my money anyway.

However, I do not see any good reason to not enjoy their games. Yeah, if everyone does as I do, they go bankrupt. I do not care. Try not to be hated by people using your product, I guess.

bilvar 5 days ago [-]
The reason might be that you are being a complete hypocrite?
malka 4 days ago [-]
I would be an hypocrite if I pretended that I care.
bilvar 4 days ago [-]
Not from anybody else's standing point.
malka 4 days ago [-]
Not from your standing point you mean. It is not very polite to talk for other people.

I don't really care about your standing point anyway.

Discussion is over for me. Goodbye

bilvar 4 days ago [-]
Well it's not a great look for you to be selfish either, but I guess I'm the one at fault for being "impolite".
_imnothere 5 days ago [-]
Vote with your wallets! Stop purchasing their products!
sheepscreek 5 days ago [-]
While patent protection expire in 20 years, but this absurd rule lasts an eternity? Not right! There should most definitely be a time limit in it’s applicability.
bobim 5 days ago [-]
This! Copyright is just absurdly overinflated.
forty 5 days ago [-]
How is an emulator different from things like libdvdcss? (videolan lib used to break DVD protection). Or is libdvdcss still illegal in the US? Because I feel it's the same, in both cases I want to be able to play things (movies or games) I legally acquired.
boomboomsubban 5 days ago [-]
There are Library of Congress approved reasons to bypass DVD DRM, putting libdvdcss in a gray area. Any exemptions that could apply to emulators either expired or are limited in scope to things not being sold.

Your use of libdvdcss is almost certainly illegal under US law though, as absurd and ridiculous as that is.

moefh 5 days ago [-]
I don't think it's different, there's a note about it on VLC's wiki: https://wiki.videolan.org/Frequently_Asked_Questions/#Is_lib...
DoctorMckay101 5 days ago [-]
Emulator developer here (not for videogame consoles but IoT and Honeypots). The DRM circumvention that Yuzu implements can be attacked legally twofold. The decryption process to run a game in the Nintendo Switch uses some alphanumerical keys stored in 2 files if I remember correctly, called "prod.keys" and "title.keys".

Yuzu did not distribute those.

However it did implement the code to use those keys and decrypt a game. So you could say the final compiled binary "implements a way to circumvent DRM". Although you could also defend it by saying "it just models what the hardware does".

Regardless, for the whole "emulators are illegal" discussion, you could technically distribute code for an emulator that does not include that piece of code. Then "ask" your users to "search" for it (kinda like with prod and title keys) and "tell" them to compile it.

But these are very technical arguments you would need to pass in front of a non-technical judge. So good luck.

3836293648 5 days ago [-]
Nintendo in arguing that the people behind Yuzu actually did distribute them, just not very openly
daeros 5 days ago [-]
Reminder when the youth take power the first thing we should do at this point is fully repeal the DMCA.
weinzierl 5 days ago [-]
How did Tropic Haze make money if Yuzu and Citra were free. I could not find other products they sell. In consequence, how could they pay millions to Nintendo?
Hamuko 5 days ago [-]
They had a Patreon that pulled in tens of thousands per month. If I recall correctly, some features were locked to early access that required being a Patreon member.

https://graphtreon.com/creator/yuzuteam

GardenLetter27 5 days ago [-]
The early access was also open though (the whole repo was FOSS and up to date in the end) - you just had to build it manually.

This situation really sucks because soon there will be the Switch 2, and then maybe in 5 years or so you won't be able to play a lot of these games easily anymore (nevermind at good resolutions, etc.).

dariosalvi78 5 days ago [-]
I only expect this to amplify the Streisand effect. Funny to see how disconnected corporations (and their legals) are from the world.
ethagnawl 5 days ago [-]
They've been waging a disconnected war against their loyal fan base for years. See, for example, them suing people over hosting Super Smash Brothers tournaments.
plg94 5 days ago [-]
why over 8k??? The linked [dmca notice](https://github.com/github/dmca/blob/master/2024/04/2024-04-2...) lists exactly 12 repos, not 8000. Where did they get this info from?

edit: ah, the number of 8,535 is in the beginning of the notice itself, but due to the large number they did not list all of the forks, I guess the listed ones are the only non-forked repos.

5 days ago [-]
lll-o-lll 5 days ago [-]
I can see the cost of second hand Wii U’s going up.
wetpaws 5 days ago [-]
[dead]
5 days ago [-]
Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact
Rendered at 07:28:49 GMT+0000 (Coordinated Universal Time) with Vercel.