Hacker News new | past | comments | ask | show | jobs | submit login

Torrents don't have the concept of links at all, they're not a web.

Also: Being able to inter-link any content-addressed data structures. With IPLD [1], you can link from an IPFS directory to a Bitcoin transaction, to a Git repository, to a Torrent.

[1] https://ipld.io && https://github.com/ipld/ipld#implementations




From what I understand from the ipld.io website, IPLD allows to add links to any content-adressable systems. BitTorrent + IPLD could be an alternative to IPFS, I guess? (BTW, notice that BitTorrent isnt used as an example on the front page).

When I looked at IPFS some months ago, it looked like a lot of on-going work. It wasn't clear to me what was new and what were the reusable components of the project, and what was reused from the past.

In BitTorrent, the DHT for example is a reusable block emerged from previous P2P systems, but it didn't try to reinvent the wheel, and it didn't try to add a FS on top of it, so it solves a specific problem.

"IPFS" does a lot of things at once, it would be clearer if the project was cut into sub-specifications that could be reused with legacy protocols. Tho I believe the project is going into that direction, and for example IPLD emerged from it.

IPLD looks like a real step-forward. It looks like a "federation" of previous content-addressable protocols, to make them work together, rather than trying to compete with them.

BitTorrent + IPLD makes more sense than IPFS to me, more developers have a heard of BitTorrent and they knows what are BitTorrent features, so the introduction of a concept on top of it is easier to grasp.


> Torrents don't have the concept of links at all, they're not a web.

BitTorrent has content-addressable links: https://en.wikipedia.org/wiki/Magnet_URI_scheme

You can perfectly form a web with BitTorrent network by sharing e.g. HTML file which links to further resources.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: