Live data from Hacker News

Show HN: Every single torrent is on this website

infohash.lol

21–30 of 88 posts

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

#21

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

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

#22

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…

The Library of Babel made me aware that choosing/finding is not super distinct from making/creating. Or discovery and invention. In math, there is distinction between "there exists" and "we can construct", but "we can construct" is similar to "we can find".

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

#23
post #17

For a more practical version (containing only infohashes that are observed on the dht) there is bitmagnet [1]. No public instances though, you have to self-host 1: https://github.com/bitmagnet-io/bitmagnet

how to go straight to jail 101

You are only downloading metadata, and csam content is filtered. But yes, I would also rate it as a legally risky activity

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

#25

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…

The Library of Babel made me aware that choosing/finding is not super distinct from making/creating. Or discovery and invention. In math, there is distinction between "there exists" and "we can construct", but "we can construct" is similar to "we can find".

I don't think they're equivalent. I think invention and creation aren't actually real. There is no "making" or "creating" when it comes to intellectual work.

All computer files are sequences of bits. All sequences of bits are integers. All integers already exist in the infinite set of natural numbers. I can even calculate how big those numbers are given their bit count.

  digits(bits)   = ceil(bits * log10(2))

  digits(32)     = 10
  digits(64)     = 20
  digits(128)    = 39
  digits(256)    = 78
  digits(512)    = 155
  digits(1024)   = 309

  digits(20 KiB) = 49,321
  digits(2 GiB)  = 5,171,655,946
We are merely discovering numbers through convoluted mental and technological processes. All our mental exertions result in the discovery of a number. This comment is a number.

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

#26

Earlier quoted context omitted.

The Library of Babel made me aware that choosing/finding is not super distinct from making/creating. Or discovery and invention. In math, there is distinction between "there exists" and "we can construct", but "we can construct" is similar to "we can find".

I don't think they're equivalent. I think invention and creation aren't actually real. There is no "making" or "creating" when it comes to intellectual work. All computer files are sequences of bits. All sequences of bits are integers. All integers already exist in the infinite set of natural numbers. I can even calculate how big those numbers are given their bit count. digits(bits) = ceil(bits * log10(2)) digits(32)…

How to find a nice SHA1 hash? How do keyword search in this list? Search and discovery of quality are unsolved scientific challenges. Fascinating stuff.

At our university lab we've been working on this for 25 years. Building a search engine is the easy part. Keeping a federated server with a billion users running is unsolved. Creating a fully -serverless- decentralised search engine is possible, you also need self-funding economy. Seems we're one of the few labs worldwide to still make actual operational prototypes of this stuff. More shameless self promotion:

"SwarmSearch: Decentralized Search Engine with Self-Funding Economy" [0]

Really handy to have s search engine to search this webpage with 45,671,926,166,590,716,193,865,151,022,383,844,364,247,891,968 pages and the rest of the web (no spyware, no tracking).

[0] https://arxiv.org/abs/2505.07452

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

#27

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

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

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

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

#30

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…

I wonder if there is some way to create a latent-space Library of Babel in which you only find incoherent gibberish with extremely long keys, with the shortest ones pointing specifically to the most common/likely strings of text, in manageable computational complexity.

That's arguably just a regular library :)
Post reply on HN