• mesa@piefed.social
      link
      fedilink
      English
      arrow-up
      75
      ·
      19 hours 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
        21
        arrow-down
        1
        ·
        17 hours 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.

        • mesa@piefed.social
          link
          fedilink
          English
          arrow-up
          11
          ·
          15 hours 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
          6
          arrow-down
          1
          ·
          16 hours 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
          4
          ·
          15 hours 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
            5
            ·
            15 hours 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
      30
      ·
      17 hours 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
        1
        ·
        6 hours ago

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

    • mintiefresh@piefed.ca
      link
      fedilink
      English
      arrow-up
      23
      arrow-down
      1
      ·
      18 hours 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
        21
        ·
        18 hours 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
          9
          ·
          17 hours 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.