Live data from Hacker News

Show HN: Every single torrent is on this website

infohash.lol

71–80 of 88 posts

Re: Show HN: Every single torrent is on this website

#71

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

That was The Pirate Bay's defense and... they're still around.

Re: Show HN: Every single torrent is on this website

#72
Very cool, reminds me of the library of Babel (of which you also made a version! [1]).

I 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

#73

I 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.

At your service.

Re: Show HN: Every single torrent is on this website

#74

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

Kolmogorov’s library

Re: Show HN: Every single torrent is on this website

#75
post #28

> 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.

iroh does too: https://www.iroh.computer/docs/concepts/discovery

Re: Show HN: Every single torrent is on this website

#76

Earlier 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?

Hence its public absence.

Re: Show HN: Every single torrent is on this website

#77

Is 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...

A few years ago, google stopped returning good links for strings that looked like bittorrent infohashes. Prior to that, it was actually a useful way to find information on and potentially trackers for an infohash you had

Yandex is the only search engine that's even marginal useful for that now.

Re: Show HN: Every single torrent is on this website

#78

Earlier 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.

They happily link to a prime number that will decrypt DVDs in blatant disregard for the DMCA, however. I don't believe they received a takedown request for this one.

https://www.theregister.com/2001/09/11/worlds_first_decss_ex...

Re: Show HN: Every single torrent is on this website

#79

I 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.

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.

Post reply on HN