|
|
|
|
|
by unknownOrigin
1730 days ago
|
|
Ok, I have to ask, what is an actual difference between torrents and ipfs? I don't care for technical details, I mean the business logic, so to speak. - Both use DHTs to search for sources of fingerprinted content.
- Both use nodes (seeds in BT terminology) that actuallu store the content.
- Both don't have an "archive" system, and so if at least one node doesn't have the file, it may as well not exist at all.
- Both can have content censored by going after the node operators. Am I getting any of these wrong? |
|
IPFS doesn't help much with censorship, as it has all the same issues as torrent in that area. It doesn't help much with privacy either, as it's all rather public. It's really for legitimate uses, not outside-the-law kind of stuff.
The benefit of IPFS is that its granularity makes it much more useful for smaller tasks. For example you can host Git repositories or source trees on there. And since IPFS on Linux can be mounted as a file system, you can just access them with a simple `cd` command, no manual download or extraction needed.