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
    65
    arrow-down
    1
    ·
    1 day ago

    Oh god that is so cringe. Just getting into coding i have no idea what to use as an online repo. I dont want to use github because microsoft but i want the basic repo collaboration features to be available cloning, pull requests, issues etc.

      • pluge@piefed.social
        link
        fedilink
        English
        arrow-up
        15
        ·
        1 day ago

        I like codeberg and have no plans on migrating away from it, but their codeberg Pages product is…weak to say the least. There’s very frequent downtime. I had multiple users reach out to me letting me know my site was down… embarrassing. I set up kuma uptime checks on it, and now I see when the outages happen.

        Forget “four 9’s” or anything close to that…my 30 day uptime is a measley 91%…

        • sonstwas@sh.itjust.works
          link
          fedilink
          English
          arrow-up
          19
          ·
          edit-2
          22 hours ago

          They communicate that openly tho:

          Regular maintenance window: We’re meeting every Tuesday starting 18.00 Berlin time (currently 17.00 UTC), lasting up to 8 hours. While we announce large scheduled downtimes in advance, there might be minor interruptions due to maintenance work happening during the meeting. Please be patient in this case.

          https://status.codeberg.org/status/codeberg

          Not sure if that’s also for the Pages feature, but in general having a weekly 8hr maintenance window is not optimal.

          • pluge@piefed.social
            link
            fedilink
            English
            arrow-up
            3
            ·
            17 hours ago

            That’s true, but even at worst case (full 8 hour outage per week) that’s still 96% uptime.

            Most of my outages have been out of that window.

        • ell1e@leminal.space
          link
          fedilink
          English
          arrow-up
          3
          ·
          21 hours ago

          Github seems to be down a lot, too, although perhaps not their pages part. Perhaps you could try to have just the pages in some other place?

          • pluge@piefed.social
            link
            fedilink
            English
            arrow-up
            2
            ·
            17 hours ago

            That’s true! I’ve read recently that GitHub’s uptime is pretty terrible too.

            My site is low enough stakes that I can live with it on codeberg. I just relaxed the uptime check a bit so it only alarms if I have an extended outage. Even so, the alarms aren’t actionable to me…other than maybe announcing to my users that there’s an outage rather than having them ask me if I’m aware of the outage.

        • vogi@piefed.social
          link
          fedilink
          English
          arrow-up
          1
          ·
          22 hours ago

          Thats rough. Check out https://grebedoc.dev/ I believe codeberg itself also wants to migrate to that as well, I cant tell you how reliable it is though (I am using hetzner managed for 1.90€/m) is but I dig its simplicity.

      • Fizz@lemmy.nz
        link
        fedilink
        English
        arrow-up
        3
        arrow-down
        1
        ·
        1 day 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
          43
          ·
          1 day 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
            ·
            1 day 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
                  1
                  ·
                  6 hours 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
                ·
                22 hours 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.

            • ozoned@piefed.social
              link
              fedilink
              English
              arrow-up
              14
              ·
              1 day 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.

        • realitaetsverlust@piefed.zip
          link
          fedilink
          English
          arrow-up
          10
          ·
          1 day 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.

        • Belazor@lemmy.zip
          link
          fedilink
          English
          arrow-up
          10
          arrow-down
          2
          ·
          1 day ago

          It’s funny coming from the Plex thread into this; ~100% of people who keep using Plex do so because it’s centralised and it makes sharing their library with their network of family and friends easier.

          The truth is; a lot of us feel like we need more internet accounts about as much as we need genital warts. Part of the reason GitHub got successful was the fact that you only needed to register once and you had access to fork and PR all the repos on there.

          Decentralisation is great for self hosting things for, well, yourself and your household, but it’s got hefty downsides. Account creation is a friction point for others to join and collab.

          • surewhynotlem@lemmy.world
            link
            fedilink
            English
            arrow-up
            4
            ·
            23 hours ago

            At least with federation a single account gets you access to all the systems. So a truly federated git system would be great.

          • TAG@lemmy.world
            link
            fedilink
            English
            arrow-up
            5
            arrow-down
            1
            ·
            1 day ago

            The truth is; a lot of us feel like we need more internet accounts about as much as we need genital warts.

            You are confusing decentralized and fragmented (or self hosted). The promise of fragmented software (like Lemmy) is that there are many instances but an agreed upon protocol. You create one account on one site and then use it to pull and push data to any other site that uses the same communication protocol. Like you and I for example. You created an account on lemmy.zip, I created one on lemmy.world, and we are both discussing a post created by a user on lemmy.nocturnal.garden (an instance I have never heard of).

            • Belazor@lemmy.zip
              link
              fedilink
              English
              arrow-up
              1
              ·
              17 hours ago

              The problem is, I have an account on lemmy.world but switched off during a time it had major problems with downtime and broken images. When I wanted to switch to another provider, my account was not portable. I hadn’t posted or commented an overwhelming amount, but it’s still not associated with this account.

              So let’s say someone creates a federated Git hosting platform and feature matches GitHub with Actions/CI etc, so there’s no reason not to switch. Let’s then say git.world starts acting up, but you can create an account on git.zip instead.

              Now you have given up your commit history and any commits you make from your git.zip account is not neatly linked with your git.world account.

              I’m sure this problem can be solved, but it’s vastly more important for it to be solved before federated Git hosting can replace the “security” of GitHub. We do have to consider the fact that some people point to their GitHub profile when job searching, so git contributions and commit history is more valuable than Lemmy posts.

        • vogi@piefed.social
          link
          fedilink
          English
          arrow-up
          3
          ·
          1 day 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
          ·
          1 day 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.

      • tehciolo@lemmy.world
        link
        fedilink
        English
        arrow-up
        3
        ·
        21 hours ago

        Even cringe as it always was, still a better product than GitHub. Microsoft drove it into the ground, but it was quite bad before as well, comparatively.

    • dan@upvote.au
      link
      fedilink
      English
      arrow-up
      8
      ·
      1 day ago

      For a beginner, I’d probably stick to Github initially, just because there’s so many guides and tutorials on how to use it, and their free plan is still pretty generous.

      A lot of the knowledge is transferable though. If you do want to try something else, Codeberg is pretty good for open-source.

      To just learn about Git, you don’t even need a host like Github or Codeberg. You can have a Git repo just on your computer, and still get a bunch of the benefits of source control - a full history of everything, separate branches and worktrees so you can have multiple incomplete changes and switch between them, etc.

      • dan@upvote.au
        link
        fedilink
        English
        arrow-up
        16
        ·
        edit-2
        1 day ago

        Or Forgejo, which is a fork of Gitea and is what Codeberg uses. They explain their advantages over Gitea here: https://forgejo.org/compare-to-gitea/

        The tl;dr is that Forgejo is maintained by a non-profit whereas Gitea is maintained by a for-profit company, and Forgejo is completely open-source whereas Gitea is open-core with some features only available in their hosted service. Forgejo also has better testing and a bigger focus on security.

        • unitedwithme@lemmy.today
          link
          fedilink
          English
          arrow-up
          3
          ·
          edit-2
          1 day ago

          Oh dang I didn’t realize! Thank you!! I was just starting to look at those things myself and wanted to also avoid GH. Plus Gitea was available on Yunohost too. I’ve heard of Codeberg, I’ll see if I can host that instead. It’s too bad other companies don’t move away from GH…