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

    Or your own server. But yeah this is not so good for the rest of us. They are doubling down on AI.

    • woelkchen@lemmy.world
      link
      fedilink
      English
      arrow-up
      28
      arrow-down
      1
      ·
      27 days ago

      Self hosting for your own needs is great but you won’t get the “drive by” contributions you get from shared platforms. On GitHub, Gitlab, and Codeberg, if I even see as little as a typo in the readme file, I open a pull request. I will not sign up on a hundred different git hosters for stuff like that.

        • kybean@pawb.social
          link
          fedilink
          English
          arrow-up
          31
          ·
          27 days ago

          Forgejo, the software project powering Codeberg, is working on adding federation but it’s got a long way to go before it’s a usable feature

        • corsicanguppy@lemmy.ca
          link
          fedilink
          English
          arrow-up
          8
          ·
          27 days ago

          Huh. Gitlab just said it’s too hard with their cut staffing numbers and they’re not doing federation.

          • lime!@feddit.nu
            link
            fedilink
            English
            arrow-up
            8
            arrow-down
            1
            ·
            27 days ago

            …git is federated. i’m assuming they’re talking about things like issues and runners, but i don’t think that’s really necessary…

              • lime!@feddit.nu
                link
                fedilink
                English
                arrow-up
                1
                arrow-down
                1
                ·
                26 days ago

                yeah that’s what i don’t really understand. they’re like building a separate layer on top of git, when things like fossil exist.

            • corsicanguppy@lemmy.ca
              link
              fedilink
              English
              arrow-up
              1
              ·
              24 days ago

              Gitlab just said

              …git is federated

              If you read it again, you may find I said gitlab and not just git.

              And we won’t talk about how git’s decentralization is nothing like the concept of federation as it’s being used in this entire discussion.

          • alsaaas@lemmy.dbzer0.com
            link
            fedilink
            English
            arrow-up
            2
            ·
            edit-2
            26 days ago

            Yeah, IRRC thus far they only have starring (not unstarring, mind you) implemented and it’s not even in main yet

        • Lka1988@lemmy.dbzer0.com
          link
          fedilink
          English
          arrow-up
          3
          ·
          edit-2
          27 days ago

          I mean, this is more-or-less how the Linux kernel is managed. Linus just has final say on what gets released.

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

        I remember Sourceforge, bitbucket, and a host of other “source” servers. GitHub was nice for a while, but its just another iteration of the same. Heck a lot of the major repos (like Linux for example) only do mirrors to GitHub. The same with codeberg, Gitlab, and other centralized services.

        At my last few jobs, we couldn’t host on GitHub because of HIPPAA compliance. It was fine. Self hosting git is VERY common in quite a few industries.

      • Zwuzelmaus@feddit.org
        link
        fedilink
        English
        arrow-up
        7
        arrow-down
        1
        ·
        27 days ago

        On GitHub, Gitlab, and Codeberg, if I even see as little as a typo in the readme file, I open a pull request. I will not sign up on a hundred different git hosters for stuff like that.

        So we need a free & federated identity provider to sign us up as easy as 123 there.

      • lime!@feddit.nu
        link
        fedilink
        English
        arrow-up
        5
        ·
        27 days ago

        i am still rooting for patch requests to become more mainstream, it seems like the best possible solution. it just needs some discoverability.

        • woelkchen@lemmy.world
          link
          fedilink
          English
          arrow-up
          6
          ·
          27 days ago

          Adding Oauth with GitHub and GitLab is pretty easy

          OAuth is just making yet another account with a 3rd party authorization mechanism.