• mesa@piefed.social
      link
      fedilink
      English
      arrow-up
      84
      ·
      29 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
        ·
        29 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
            ·
            29 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
            ·
            29 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
              ·
              29 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
                  ·
                  29 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
                ·
                26 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
              28 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
            29 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
          ·
          29 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
          ·
          29 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
          ·
          29 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
            ·
            29 days ago

            Adding Oauth with GitHub and GitLab is pretty easy

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

    • A_norny_mousse@feddit.org
      link
      fedilink
      English
      arrow-up
      31
      ·
      29 days ago

      There’s plenty alternatives.

      • Sourcehut sr.ht (possibly other instances)
      • Various gitlab instances, e.g. framagit.org
      • not to mention git’s own web ui which runs under so many domains; some of them might even be open to signups.
      • ronigami@lemmy.world
        link
        fedilink
        English
        arrow-up
        1
        arrow-down
        3
        ·
        29 days ago

        Unfortunately none has quite as good of a search engine. Do any actually have social features like friends and feeds?

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

            Search is really useful for finding error messages’ origin as well as to find random example usages of APIs that have less than stellar documentation. The nice thing about GH search is that it allows many different facets like language and is pretty flexible by allowing exact search terms. Of course the corpus size helps as well.

    • mintiefresh@piefed.ca
      link
      fedilink
      English
      arrow-up
      24
      arrow-down
      1
      ·
      29 days ago

      I would like to but I do want some private repos.

      Maybe self hosting is the best move from here on in.

      • Jason2357@lemmy.ca
        link
        fedilink
        English
        arrow-up
        23
        ·
        29 days ago

        A forge like Codeberg is great for collaboration, but if you mean private as in just-for-yourself, pushing to a bare repo on just about anything will get it done. No need for a software forge. If you already sync files somehow, like some dropbox equivelant, put bare repos on there and push/pull from there. That said, forgejo is very easy to self-host and the identical UI to Codeberg.

        • Cenzorrll@lemmy.world
          link
          fedilink
          English
          arrow-up
          13
          ·
          29 days ago

          I don’t do any development, but my stepkid is starting to get into it, so I set up a forgejo container on my server. I had zero issues setting it up and now I’m planning on using it for my own purposes.

      • Feyd@programming.dev
        link
        fedilink
        English
        arrow-up
        8
        arrow-down
        1
        ·
        29 days ago

        Private repos, if you don’t need a forge, can easily be pushed to a VPS with ssh