Live data from Hacker News

Nintendo blitzes GitHub with over 8k emulator-related DMCA takedowns

engadget.com

101–110 of 186 posts

Re: Nintendo blitzes GitHub with over 8k emulator-related DMCA takedowns

#101

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.

Emulators are legal in the US because of Sony v Connectix

Re: Nintendo blitzes GitHub with over 8k emulator-related DMCA takedowns

#102
post #70
post #40

Earlier quoted context omitted.

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?

Not even for research purposes?

Research would be considered fair use. But you can’t just claim research and get a pass, it has to hold up in court.

Re: Nintendo blitzes GitHub with over 8k emulator-related DMCA takedowns

#103
post #79
post #57

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.

Yes, what an absurd notion they have that they must get paid for their (excellent) work.

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.

Re: Nintendo blitzes GitHub with over 8k emulator-related DMCA takedowns

#104

I only expect this to amplify the Streisand effect. Funny to see how disconnected corporations (and their legals) are from the world.

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.

Re: Nintendo blitzes GitHub with over 8k emulator-related DMCA takedowns

#105
post #55

Earlier quoted context omitted.

Or we can simply have a git hoster which is not in the US and as such is not impacted by DCMA

The overarching terms of the DMCA are specified by the 1996 WIPO Copyright Treaty, which every developed country has implemented.

It might be, but enforcement is a different thing. For example russian search engines are not blocking streaming websites like US/EU ones do.

Re: Nintendo blitzes GitHub with over 8k emulator-related DMCA takedowns

#106
post #30

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 illeg…

Emulators per se are not illegal. Most likely.

some argue that emulation infringes on their patents, but i am not big on the concept of monopolizing ideas myself.

Re: Nintendo blitzes GitHub with over 8k emulator-related DMCA takedowns

#107
post #22
post #9

Earlier quoted context omitted.

https://radicle.xyz/

close but it does not use Bittorrent for the P2P part?

Bittorrent as a distribution protocol is not suitable for Git-like traffic, so Radicle is doing their own p2p.

Re: Nintendo blitzes GitHub with over 8k emulator-related DMCA takedowns

#109
post #75
post #8

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.

Git is a decentralized service.

We have https://radicle.xyz/

Often discussed here.

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

Re: Nintendo blitzes GitHub with over 8k emulator-related DMCA takedowns

#110
post #29
post #8

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.

As much as it pains me to say this this might be a good use of blockchain

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.
Post reply on HN