More than 500,000 books have been removed from the Internet Archive's lending library due to the Hachette v. Internet Archive lawsuit, including more than 1,300 banned and challenged titles. 📚 Our patrons have shared powerful stories about how this loss has impacted them, and we need your help to make a change.

Sign our open letter to the publishers urging them to restore access to these books. 📖✍️ #LetReadersRead

👉 https://blog.archive.org/2024/06/17/let-readers-read/

Let Readers Read | Internet Archive Blogs

@internetarchive Torrenting is the only way.
@ml @internetarchive bittorrent (and all other current alternatives afaik) don't have any sort of anonymization, so ISPs can surveil torrent peers and cut off your access. it's not clear to me yet how to apply the consistent hashing used in most DHTs to tor's model yet, but tor may expose a sort of internal node ID that could be similarly used to achieve consistent hashing? @torproject has there been work to anonymize DHTs via tor or other alternatives?

@hipsterelectron Tor actually has a FAQ asking people to not use Tor for bittorrent because it stresses the network

IPFS has done some work in this space, we're not sure how far along that aspect is

@ireneista their website says ipfs is not private and to use something else if you want privacy i was checking it out yesterday

@hipsterelectron oh. drat.

I2p is an overlay network that does support bittorrent, although that falls significantly short of true anonymization, for reasons you can probably already see

@ireneista tor's anonymity via noise addition is less interesting to me anyway; VPNs can be used to interface but i recall hearing that some VPNs don't like being used for seedboxes. the level of privacy sufficient to mask participation in a particular swarm to an ISP seems less stringent than tor's guarantees and the consistent hashing needed for a DHT seems like something that could be achieved with any other identifier, but masking identity to all other participants in the swarm seems necessary as well and may be more difficult than i'm hoping :(
@ireneista looking at i2p now, thanks for mentioning
@hipsterelectron @ireneista veilid's probably a better option for the backbone of a private file sharing system tbh
@beka_valentine @hipsterelectron can you say more about why?

@ireneista @hipsterelectron designed to support onion routing internally for all messages, and in testing it seems to be quite fast in doing so

biggest problem right now is lack of deployment

@beka_valentine @hipsterelectron isn't that true of I2P as well?
@ireneista @hipsterelectron i2p may or may not do onion routing, i dunno, but i2p is just a vpn-like infra, afaik. it doesnt have a bunch of the other important stuff required to make a file sharing system work. plus iinm i2p is also asymmetric in that the client is tunneled but the server is visible. so its like only the onion routing portion of TOR, absent the hidden sites, which veilid has built in