Hacker News new | ask | show | jobs
by cle 1599 days ago
If someone cares about a piece of content's availability on IPFS, they can host it and anyone in the network can pull it from them without having to know a priori that they provide the content. That's what I mean by "anywhere". Anyone can provide any content they want, from anywhere, on whatever infrastructure they want, as long as there's a communication channel open with the rest of the network.

If you care about high availability of a piece of content, you will dedicate infrastructure to hosting it on IPFS, just like you would on the Internet.

1 comments

Is there any need for the Blockchain for that? Like... Setup a server and host the content. I can't imagine it being simpler than that.

Why would I engage in the dance of crypto just to host some content no one will read anyway?

What's IPFS?

IPFS doesn't use a blockchain nor crypto. Conceptually the Internet is a set of protocols that together map (data-identifier, provider) -> bytes (e.g. GET https://<provider>/<data-identifier>). Similarly IPFS is a set of protocols that map (data-identifier) -> bytes.