Lots of layoffs (“re-evaluating our operational footprint”) and switching to “agentic” processes. Target user is AI.

Anyone still hosting Gitlab?

    • Fizz@lemmy.nz
      link
      fedilink
      English
      arrow-up
      3
      arrow-down
      2
      ·
      edit-2
      12 days ago

      Isnt codeberg centralized? I worry it will run into the same issue as github. I was checking out Radicle but its cryptic and hard to search for other projects.

      • ozoned@piefed.social
        link
        fedilink
        English
        arrow-up
        44
        ·
        12 days ago

        Codeberg is supporting forgejo which Codeberg is built on. Forgejo is ActivityPub powered git repositories. So imagine regular git, but everyone can have their own repos on their own sites and you can still interact with each other. So yes, Codeberg is centealized FOR NOW. But they’re working on opening it up to EVERYONE to run their own and be able to access all the repos you use over the Fediverse.

        • oce 🐆@jlai.lu
          link
          fedilink
          English
          arrow-up
          7
          ·
          edit-2
          12 days ago

          Will it be possible to have decentralized pull requests? Like I open a PR on my site, my friend reviews my PR on his site, and I get his reviews on my site?

              • iltg@sh.itjust.works
                link
                fedilink
                English
                arrow-up
                4
                ·
                12 days ago

                why wouldn’t it be? you can send emails from web uis too. you can share diffs however you desire. you can have a remote for each developer, and push/pull changes to each other. the github mindset kind of ruined the resilience and distributedness of git: one central remote, one account authority, one central place where discussing MRs… ever forgejo is not as good as decentralized git: what’s a forgejo identity?

                meanwhile git has been decentralized and distributed since day one, linux is still developed in a decentralized and distributed way and forgepub is just not ready and not even close.

                sending emails with an attached diff to many ppl is too hard? make a nice offline gui doing that and we’re distributed. github was a psyop to make us un-learn git, making it better is silly, like wasting decades searching for “good cigarettes”

            • cecilkorik@piefed.ca
              link
              fedilink
              English
              arrow-up
              1
              ·
              12 days ago

              Email chains and mailing lists are not really a practical way to develop anymore, and it is increasingly anachronistic (as is the idea of tying your identity to an email which is also baked into basic git). This was the only realistic democratic and federated option when git was designed, but it was never the ideal one. Forgejo is trying to build a better, more ideal, also-federated alternative that is really designed for code collaboration from the ground up. Once the design is stabilized, there’s no reason it couldn’t get built into git also. I would love to be able to create a PR with git itself and have it automatically submitted to the origin repository.

              • ballmerpeaking@programming.dev
                link
                fedilink
                English
                arrow-up
                1
                ·
                6 days ago

                Email chains and mailing lists are not really a practical way to develop anymore, and it is increasingly anachronistic

                By what objective measure? Just because everyone listened to Github’s siren song, doesn’t make it so.

                So many Open Source projects are just one or two maintainers. So many PR’s on Github involve just two people. That would all work over E-Mail, which is by design decentralized, unlike the web, which is by design not.

          • DeckPacker@piefed.social
            link
            fedilink
            English
            arrow-up
            1
            ·
            6 days ago

            Codeberg is a nonprofit, that has a democratic “member” system and is fully funded through donations / member fees.

          • ozoned@piefed.social
            link
            fedilink
            English
            arrow-up
            15
            ·
            12 days ago

            Except bluesky is funded by VC and they created their own protocol and federation design.

            Codeberg is an open source repo only place, they’re building in AP, they have monthly updates. So nothing like Bluesky.

            But I understand the trepidation.

        • Baŝto@discuss.tchncs.de
          link
          fedilink
          English
          arrow-up
          1
          ·
          edit-2
          11 days ago

          The protocol extension is ForgeFed and it’s still a work in progress afaik

          The issue tracker is on Codeberg.

          Forgejo is only one of the implementations and not the reference implementation.

          It will also be more general:

          • general VCS repo support and not just git
          • patch tracker (merge requests)
          • ticket tracker (issues)
          • release tracker
          • separation of repo and trackers, which allows for them to be on different instances and have specialized implementations
          • roadmap and workflow for issues and MR
      • realitaetsverlust@piefed.zip
        link
        fedilink
        English
        arrow-up
        5
        ·
        edit-2
        12 days ago

        Even if, switching your used repo hosting service is a matter of minutes if you’re using git. You register on the other site, add your SSH key, update the remote URL of your repository which is just a git remote set-url origin <new url> and then hit git push, probably with something like --force or another option, kinda forgot the exact name. So that’s something you could easily automate in like 10 lines of bash script for all your repositories.

        It’s super hard to “trap” people in something like github because git is so open and decentralized. Switching is super easy. Most people who stay on github or gitlab do it because they need the CI/CD pipelines or because they’re lazy and/or stupid.

      • vogi@piefed.social
        link
        fedilink
        English
        arrow-up
        3
        ·
        edit-2
        12 days ago

        Its centralized, but they (forgejo, the underlying software) are building on standards wherever possible so it should be easy enough to move things around. I also don’t really see them breaking bad anytime soon, at some point you have stop worrying and start to build shit.

      • Legianus@programming.dev
        link
        fedilink
        English
        arrow-up
        3
        arrow-down
        1
        ·
        edit-2
        12 days ago

        Oh sorry, I might have misunderstood your question. Yes, Codeberg is centralised, but it is registered at a public e.V. in Germany making it more open (not a company).

        But then you could use what they use, Forgejo to self host.

        Or Gittea as suggested by somebody else.