Maybe I’m too dumb and don’t understand but it seems to me it’s just like that but with end to end encryption and hashing.

I’m all for it but I’ve just been curious as to what all the hype was about

  • @Klaymore@sh.itjust.works
    link
    fedilink
    1427 days ago

    Well, because it uses a content-addressed hash, you don’t need to manage .torrent files or anything.

    Also, if people make two torrents with the same files, and you download one of them, it only downloads from people who seed that torrent, not from people seeding the other torrent with the same files. Since IPFS has content addressed hashes each file, you can download from anyone who has that file.

    • @Blue_Morpho@lemmy.world
      link
      fedilink
      -127 days ago

      Well, because it uses a content-addressed hash, you don’t need to manage .torrent files or anything.

      Magnet links have been around since before ipfs.

      • @4am@lemm.ee
        link
        fedilink
        326 days ago

        Magnet links are just URLS that lead to .torrent files my dude

        The point is that on ipfs you can get a file from anyone who has that file, you don’t need to rely on a specific torrent being seeded.

      • plz1
        link
        fedilink
        English
        227 days ago

        If you read the rest of it, you’d realize your statement is only half of it. Magnet links only give you the torrent and tracker info, not a way to de-dupe or leverage a broader swarm based on availability of the files vs. a specific torrent.

  • @jeffhykin@lemm.ee
    link
    fedilink
    3
    edit-2
    26 days ago

    Its quite a bit more, but I wouldn’t blame you for making the comparison.

    Side note: unless you’re a dev really trying to get in on bleeding edge stuff, ignore the hype. The IPFS team is doing great, but there’s a lot of work left to do.

    The torrent TLDR is; theres a lot of quality-of-life things missing from torrents (if they were going to be loaded like webpages) and it turns out fixing some of those quality of life things requires solving some pretty hard technical challenges, even if they don’t feel much different to the end user. Things like decentelized discovery, content address hashing (best thing since sliced bread), merkel trees for de-duplication, and change detection.

    • @Secret300@sh.itjust.worksOP
      link
      fedilink
      126 days ago

      I don’t even know what a Merkel tree is haha. I guess I need to learn more about the underlying technology of ipfs to be more impressed by it