Since I wrote the post about the DMCA takedown notices the other day, someone kindly offered to provide alternative hosting for hardbin.com that should be more resilient to bogus DMCA takedowns, so happily hardbin.com is back online (but not operated by me any more).
Also I emailed Sean Lang (the guy with the github repo with dozens of example DMCA emails from these guys) and it turns out that in the last few months he also took his IPFS gateway offline because dealing with the takedowns was too much trouble.
I was able to stay on top of the takedowns by writing a script to create & deploy nginx block rules for each URL in the DMCA emails. Obviously I had no time for manual review of the URLs. But I guess that didn't matter and Hetzner got annoyed with all the emails and decided my business wasn't worth the trouble.
The goal is to burden the recipient with overhead costs that it becomes impractical or cost-prohibitive to participate.
What are the consequences of ignoring these notices?
So... DMCA is infamous for its lack of protections against misuse, and I'm not a lawyer, but that's gotta actually qualify as perjury, surely?
In other words: it doesn't matter your gateway logs shows that no one ever requested a file with a specific content hash, because should one eventually request that content hash from your gateway, they'd get the file in question.
Honestly, until reading the headline, it never occurred to me what now I realize is stupidly obvious: the promise of p2p content-hash-based distribution is that it's robust and censorship-resistant, as the targeted data isn't bound to specific places, but rather is automatically mirrored and made available across the entire network. The flip side of the data being accessible from any point in the network, however, is that... the data is accessible from any point in the network - meaning that every point individually is distributing everything that's in the entire network, and is potentially liable for it all.
Lindsey Ellis did an exhaustive series of videos on exactly this topic (https://www.youtube.com/watch?v=K3v5wFMQRqs); yes, you can sue over false DMCA filings, but it's expensive and time-consuming and you may run out of money in the process.
I ask in the context of ActivityPub, Mastodon, Lemmy, Kbin, etc. I'm writing software for ActivityPub and i want to ensure self-hosted instances have the tools to respond and manage to legal .. threats (or w/e) like DMCA. Likewise i don't even know what is good advice for people to manage these notices. Of course there's also all the other undesired things too, CSAM, etc. Hosting user content is tough, heh.
As someone invested in getting people to self host more of their life in ways like ActivityPub, that also then means more exposure to this type of .. stuff. Not sure what the current consensus even is, tbh.
It does not always matter if those are actually legit if they look credible enough and thus, if someone hates you very much, it can be used as a weapon to kill your instance.
This can be somewhat remedied by hiding your hoster via something like e.g. Cloudflare, if having a middle men is acceptable.
Letting this happen IMHO is clearly a breach of IEEE's own rules. This goes against the public and has serious side effects. Nobody with a bit of knowledge on networking (which I hope exists within IEEE) should seriously think that those gateways are hosting the content.
If someone with a role in IEEE reads this they should really stop this rogue firm they contracted before they seriously destroy some part of the internet some people rely on.
[1] https://www.ieee.org/about/corporate/governance/p7-8.html#:~....
And by all means, an exit node is distributing content.
This is from a slide deck on how to "protect" content, apparently by someone working for a law firm. Assuming the firm is US-based, this is literally suggesting to get immigration services to check out a suspected "wrongdoer".
Lawyers huh... I just can't even.
https://news.ycombinator.com/item?id=36425433 ("Did I receive fraudulent DMCA takedowns?", 3 days ago, >150 comments)
- randomize the url list
- ask for evidence of copyright violation of a specific url number
- if human does not answer, claim they acted in bad faith
- give them 14 days to respond
Win/win. Gotta game the system, and increase the cost/effectiveness ratio.
So it's apparently not going to be effective to counterclaim as it cost you more to do this than they lose.
If a law firm or solo lawyer is not identifying themselves properly in a DMCA takedown request, which is a legal document, what happens? Does anyone know?
Many services like Twitter or Chrome Web Store will at best put your content back up a few weeks (or months) later after you file a counter-notice; in some cases they will just nuke your account after a few notices even if the notices were bogus.
I don't think any browsers have IPFS built in. For IPFS to be at its most useful (as in, your computer exchanging data with the network and actually participating in it), you need things like port forwards or IPv6 pinhole support, and I don't think that's something many people will do.
Edit: Brave supports IPFS natively these days. Go to brave://settings/web3 and set "Method to resolve IPFS resources" to "Brave local IPFS node".
Even if you make an IPFS browser extension, you could still get complaints and Google might still take it down, no? Are there any IPFS mobile apps that don't require sideloading?
You have a chance of getting away with anything else on the Web, but anger the Copyright Gods and there's nowhere you can hide.
Is it something like MAD?
Someone is using ChatGTP to look for infringing content. DMCA notices are being sent on the basis of AI hallucinations.
"Implement Allow Lists and Block Lists" (2018) https://github.com/ipfs/notes/issues/284
"IPIP 298: (allow|deny)lists for IPFS Nodes and Gateways" (2022) https://github.com/ipfs/specs/pull/340