• MonkderVierte@lemmy.zip
    link
    fedilink
    English
    arrow-up
    44
    arrow-down
    2
    ·
    edit-2
    2 days ago

    Maybe we could build a distributed Github you can’t just delete with something decentralized and versioning, like Hypercore protocol or IPLD (InterPlanetary Linked Data), Ceramic Network?

    About legality: that’s (japanese) Nintendo using US media laws gone rogue to swipe repos on a US hoster (Github). Maybe don’t use a US hoster next time.
    And yeah, Europe isn’t much better there.

    • NotMyOldRedditName@lemmy.world
      cake
      link
      fedilink
      English
      arrow-up
      2
      ·
      edit-2
      16 hours ago

      It’d be interesting to see something built ontop of things like IPLD or IPFS (which uses IPLD)

      Speed isn’t really a important factor for something like this.

      • furry toaster@lemmy.blahaj.zone
        link
        fedilink
        English
        arrow-up
        1
        ·
        15 hours ago

        and also we have a generic term for GitHub like things, they are called forges, in this case (GitHub) it is a forge for git (the underlying SVC powering it) only

      • filcuk@feddit.uk
        link
        fedilink
        English
        arrow-up
        1
        arrow-down
        1
        ·
        1 day ago

        I am not so sure this situation would be much better on other services. Nintendo could steamroll smaller companies.

        • warm@kbin.earth
          link
          fedilink
          arrow-up
          2
          arrow-down
          1
          ·
          21 hours ago

          You can host it on servers outside of their jurisdiction or with laws that better protect or prevent companies abuse. Anyone can host git is the point, you dont have to use GitHub.

      • MonkderVierte@lemmy.zip
        link
        fedilink
        English
        arrow-up
        4
        ·
        2 days ago

        Yeah, but it needs a address to point to, to work with others repositories. Which with http is centralized. Wouldn’t be with a distributed protocol.

          • MonkderVierte@lemmy.zip
            link
            fedilink
            English
            arrow-up
            3
            arrow-down
            1
            ·
            edit-2
            2 days ago

            I do know that it keeps a local copy of the repo. But it’s not designed to work with a pool, so it needs a specific address to work together/clone/share repos.

            I’m by no means an expert in git, did i overlook something?

            • Anafabula@discuss.tchncs.de
              link
              fedilink
              English
              arrow-up
              9
              ·
              2 days ago

              Technically you can add as many remotes to a repo as you want and push/pull to any/all of them. Might be annoying though

              • mesa@piefed.social
                link
                fedilink
                English
                arrow-up
                2
                ·
                2 days ago

                Its quite common in some industries. Lots of different git remote references no github. It works well when you dont care or dont want piulic repos out in the wild.

                I used to do a ton of contract work that way. It went away forva bit but about 3 years ago its coming back. Ive heard complaits about ai and that github is much less stable.

                You cant have downtime in some industries.

    • mote@lemmy.ca
      link
      fedilink
      English
      arrow-up
      23
      arrow-down
      1
      ·
      2 days ago

      I have not tried/used it (yet?), but the kids are building Radicle for this very purpose. It gets a fair amount of techie coverage (blogs, comments, etc.) but sits in unique space compared to, say, Forgejo (classic self-hosted git).

      • MonkderVierte@lemmy.zip
        link
        fedilink
        English
        arrow-up
        2
        ·
        edit-2
        2 days ago

        Looks interesting, thanks!

        But i thought more, like; since IPFS doesn’t delete data, writes changes separately. If we had that with protocolizing (which IPLD seems to do), we would have something like a decentral git.

    • Fisch@discuss.tchncs.de
      link
      fedilink
      English
      arrow-up
      18
      ·
      2 days ago

      There are already alternatives to GitHub and I think Forgejo is still working on federation. The most active Yuzu fork (as far as I’m aware) is Eden and that has its own Forgejo instance.

      • MonkderVierte@lemmy.zip
        link
        fedilink
        English
        arrow-up
        1
        arrow-down
        1
        ·
        2 days ago

        There’s also a p2p “plugin” to git, but things like that always feel like a workaround to me. The random hacker in India also doesn’t know about it.

        • Fisch@discuss.tchncs.de
          link
          fedilink
          English
          arrow-up
          3
          ·
          2 days ago

          I don’t really see what that solves tbh. Not having a central source of truth seems like it could cause issues and git is already pretty much decentralized because everyone who’s working on a repo will have a copy on their own device and cam upload that to whatever forge they want. Aside from that, you lose all the features a git forge gives you, especially the ability for people to actually find the repo.

          • MonkderVierte@lemmy.zip
            link
            fedilink
            English
            arrow-up
            1
            ·
            2 days ago

            especially the ability for people to actually find the repo.

            Vs. a random git URL or a centralized repo everyone knows?

            • Fisch@discuss.tchncs.de
              link
              fedilink
              English
              arrow-up
              4
              ·
              2 days ago

              Everything you can find on the internet is a “random URL” in that sense but that URL can be searched on search engines and shared. But I don’t know how that p2p git thing works, so maybe I’m assuming it’s more complicated than it actually is.