Hacker News new | ask | show | jobs
by 9000 1933 days ago
Actually, I recommend you check out Freenet [0], a project that's 20 years old. In fact, the Wikipedia page explicitly states:

> Information flow in Freenet is different from networks like eMule or BitTorrent; in Freenet:

> 1. A user wishing to share a file or update a freesite "inserts" the file "to the network" > 2. After "insertion" is finished, the publishing node is free to shut down, because the file is stored in the network. It will remain available for other users whether or not the original publishing node is online. No single node is responsible for the content; instead, it is replicated to many different nodes.

[0] https://en.wikipedia.org/wiki/Freenet

2 comments

Aren’t collaborative systems like that susceptible to abuse? E.g., an attacker could upload 1TB of noise and then shut down, reducing the network size by much more than 1TB.
Of course, in Freenet, if a file is not requested often it will quickly fall off the network due to user churn.