Is this legal? I’m of the impression that publishing infohashes to copyrighted content is illegal under DMCA?
I wonder how hosting a torrent is different to google showing a link to a pirated movie, both are just holding data that tells you where to find the content, not the content itself
Show HN: Every single torrent is on this website
71–80 of 88 posts
Re: Show HN: Every single torrent is on this website
#72I made something similar a while ago, the Hdd of Babel [2], which contains all possible files(*) , and wrote down some thoughts on it [3].
I really like how it makes us think about the nature of information.
[1] https://libraryofbabel.app/
[2] https://mkaandorp.github.io/hdd-of-babel/
[3] https://dev.to/mkaandorp/this-website-contains-pictures-of-y...
Re: Show HN: Every single torrent is on this website
#73I don't understand why so many people seem so fascinated by constructions like the library of Babel. Yes it contains the answers to all your questions, but there are some significant drawbacks. * It has more wrong information than right information, with no way to tell the difference. * If you had an oracle that could tell you how to get to the book you need, the navigation instructions to get to the book will be at…
Thank you captain obvious.
Re: Show HN: Every single torrent is on this website
#74I don't understand why so many people seem so fascinated by constructions like the library of Babel. Yes it contains the answers to all your questions, but there are some significant drawbacks. * It has more wrong information than right information, with no way to tell the difference. * If you had an oracle that could tell you how to get to the book you need, the navigation instructions to get to the book will be at…
> If you had an oracle that could tell you how to get to the book you need, the navigation instructions to get to the book will be at least as long as the book, on average. This isn't quite true. Natural language text compresses extremely well and you would only need length equivalent to the compressed form, not the original form. And if you wanted to go further, you could use a mapping where extremely short strings…
Re: Show HN: Every single torrent is on this website
#75> There is no validation that an infohash corresponds to a real torrent—any client can announce anything. Many crawlers and indexers continuously pick random or sequential infohashes and announce themselves so they can later detect other announcers, and malicious clients or poorly written bots can spam the network with anything they like. There are also valid clients for completely unrelated protocols using the BitTo…
Which? I'm always fascinated by the use of public p2p nets to serve other protocols. The first complete standalone program I wrote was a gnutella p2p client.
Re: Show HN: Every single torrent is on this website
#76Earlier quoted context omitted.
bitmagnet only has the info you get by looking up the infohash in the dht, which is basically the same info that's stored in a .torrent file: a name, a list of files with offsets and paths, and a bunch of block hashes. That's not a lot to go on, and e.g. doesn't tell you if the zip is encrypted I guess you could filter all torrents that include just zips/rars/7zips. That would exclude a lot of harmless content. Proba…
> If there was a public list of hashes of (8/18KiB blocks of) CSAM content that would be useful for a filter, but I don't think such a thing exists But wouldn't that just be a list of CSAM to look up?
Re: Show HN: Every single torrent is on this website
#77Is this legal? I’m of the impression that publishing infohashes to copyrighted content is illegal under DMCA?
Assuming the web server does not actually store and serve pages in a conventional sense, but rather acts like an application that can render the results of parsing and processing user's input, I wonder what are legal implications. I can generate a Google link with an infohash in the same fashion: https://www.google.com/search?q=1548262051907755713575797913...
Yandex is the only search engine that's even marginal useful for that now.
Re: Show HN: Every single torrent is on this website
#78Earlier quoted context omitted.
I wonder how hosting a torrent is different to google showing a link to a pirated movie, both are just holding data that tells you where to find the content, not the content itself
I think Google is expected to abide DMCA takedowns in such cases, but IANAL. My understanding is that even an indirect reference (such as a link or infohash) is a DMCA violation.
https://www.theregister.com/2001/09/11/worlds_first_decss_ex...
Re: Show HN: Every single torrent is on this website
#79I don't understand why so many people seem so fascinated by constructions like the library of Babel. Yes it contains the answers to all your questions, but there are some significant drawbacks. * It has more wrong information than right information, with no way to tell the difference. * If you had an oracle that could tell you how to get to the book you need, the navigation instructions to get to the book will be at…
Only if the oracle has all books that could possibly exist. If you're trying to find a book that already exists, that set is infinitely smaller.