• mesa@piefed.social
      link
      fedilink
      English
      arrow-up
      67
      ·
      6 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
        25
        arrow-down
        1
        ·
        6 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.

        • mesa@piefed.social
          link
          fedilink
          English
          arrow-up
          10
          ·
          6 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
          5
          arrow-down
          1
          ·
          6 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.

    • A_norny_mousse@feddit.org
      link
      fedilink
      English
      arrow-up
      27
      ·
      6 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
        ·
        5 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
            ·
            5 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.