Who cares if nobody can work, the important is that those illegal streams are blocked

    • jabjoe@feddit.uk
      link
      fedilink
      English
      arrow-up
      15
      ·
      2 年前

      Git really should be married with bittorrent for large files. At the moment it’s GFS which requires large central storage, which doesn’t really fit with git. Should be maglinks.

      • Natanael@slrpnk.net
        link
        fedilink
        English
        arrow-up
        2
        ·
        2 年前

        Or IPFS. The issue in this context is that bittorrent would treat each version as a unique collection of files and you can’t combine seeding of redundant files. IPFS has much better means to handle updates.

      • PlexSheep@feddit.de
        link
        fedilink
        English
        arrow-up
        1
        ·
        2 年前

        Git LFS exists, not sure how it works technically, but it’s what the AI people use for AI model VCS.

        • jabjoe@feddit.uk
          link
          fedilink
          English
          arrow-up
          1
          ·
          2 年前

          So does using maglinks, it exists in git-annex. It’s just the torrent client is super crap. Great idea, poorly implemented.