Hacker News new | ask | show | jobs
by hosh 3695 days ago
@mr_stud the functionality you are asking about is addressed by IPFS. I worked on the project briefly about a year ago -- exciting stuff. IPFS's content distribution is similar to that of a torrent. So the content gets stored across the network, with certain concentrations where people can pin it. It leaves room for giving an economic incentive for pinning it. Cost of storage shifts over to the people who care about the content rather than the people who care about it's distribution.

There still would be a case where a friend's content is unavailable because it is offline. If the friend is offline too much, one way is to have an intermediary willing to pin the content when that friend comes briefly online. It may be possible if the friend is within a large enough group, there will always be some sort of coverage.

Check out the IPFS website sometime. There is a white paper and demo videos.

1 comments

IPFS is largely the reason for me battering F5, on this thread, this afternoon.

I've only briefly looked into it, on its website, upon originally reading about it. I will definitely give it more attention, have a deeper read, and have a go at running an instance to see what can be done.