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

Anyone still hosting Gitlab?

    • francisco_1844@discuss.online
      link
      fedilink
      English
      arrow-up
      1
      ·
      edit-2
      1 minute ago

      I have been using sourcehut for mercurial private projects for about half a year without any issues. Also have some a couple of public repos which I develop in Mercurial and then mirror to Codeberg. Only issue I find with sourcehut is that they don’t produce files for users to download. So, if someone wanted something from your repo and they don’t have git / mercurial they would be unable to get the files.

  • corsicanguppy@lemmy.ca
    link
    fedilink
    English
    arrow-up
    1
    ·
    edit-2
    3 minutes ago

    Still hosting gitlab.

    The CI on forgejo is, unfortunately, nowhere near as good.

    Given how long gitlab has been struggling to fix basic bugs and instead creeping into features - hello-oo bloated and slow vscode-like web editor and non-ephemeral runner management - I’m not sure they have any staff left to let go. But it’s nice they found an excuse to shed their remaining talent and avoid complete stock devaluation.

    The planning is happening openly, including a voluntary separation window.

    “We don’t understand how the Dead Sea Effect works, and we want to super-size the damage.”. Okay. Bill.

  • TAG@lemmy.world
    link
    fedilink
    English
    arrow-up
    12
    ·
    2 hours ago

    Ouch. My company was just about to start moving over to GitLab off of Atlassian.

    • ell1e@leminal.space
      link
      fedilink
      English
      arrow-up
      9
      ·
      2 hours ago

      That makes sense, since Gitlab seems to be trying to challenge Atlassian. In who manages to make worse software…

  • Thorry@feddit.org
    link
    fedilink
    English
    arrow-up
    5
    ·
    1 hour ago

    The only upside I see is their stock has fallen since this announcement. Perhaps the market is finally getting that companies pushing AI isn’t a universal good thing?

  • the_wise_wolf@feddit.org
    link
    fedilink
    English
    arrow-up
    13
    ·
    4 hours ago

    This is why we built and released the Duo Agent Platform in January. Our first quarter adoption is promising, and we’re ready to accelerate.

    This is so weird. They gave a Duo presentation at our company and I was a bit second hand embarrassed because it’s just bad.

    Anyway, the stock price will probably go up after this announcement…

  • it_depends_man@lemmy.world
    link
    fedilink
    English
    arrow-up
    29
    ·
    5 hours ago
    1. Software will be built by machines, directed by people.
    1. The agentic era multiplies demand for software. As the cost of producing software collapses, demand for it will expand.

    objectively insane.

    Governance built into the core.

    I still believe that’s not possible, but that’s only my opinion.

  • Fizz@lemmy.nz
    link
    fedilink
    English
    arrow-up
    43
    ·
    6 hours 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
        1
        ·
        1 hour 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%…

      • Fizz@lemmy.nz
        link
        fedilink
        English
        arrow-up
        3
        ·
        edit-2
        6 hours 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
          34
          ·
          6 hours 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.

        • Belazor@lemmy.zip
          link
          fedilink
          English
          arrow-up
          10
          arrow-down
          1
          ·
          5 hours 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.

          • TAG@lemmy.world
            link
            fedilink
            English
            arrow-up
            3
            arrow-down
            1
            ·
            2 hours 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).

        • realitaetsverlust@piefed.zip
          link
          fedilink
          English
          arrow-up
          6
          ·
          edit-2
          5 hours 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.

            • Strit@lemmy.linuxuserspace.show
              link
              fedilink
              English
              arrow-up
              5
              arrow-down
              1
              ·
              4 hours ago

              Those are all part of the forge, not git.

              • A git migration is easy.
              • Forge migration usually requires some form of migration tool to get all the forge specific stuff (like issues, PR’s and todos).

              The 2 are very different things.

              • FishFace@piefed.social
                link
                fedilink
                English
                arrow-up
                2
                arrow-down
                1
                ·
                4 hours ago

                And what kind of service is gitlab, which we are discussing here, or github which was brought up in the comment, or codeberg?

                • Strit@lemmy.linuxuserspace.show
                  link
                  fedilink
                  English
                  arrow-up
                  3
                  ·
                  3 hours ago

                  They are forges.

                  I think the comment of migrating git, was more for smaller and maybe private projects. Not large collaborations. So only the git part, not the forge part.

          • Fizz@lemmy.nz
            link
            fedilink
            English
            arrow-up
            2
            ·
            5 hours ago

            When I read this discussion on HackerNews they act like they’re trapped and it would require moving the sun and the earth to switch over.

        • vogi@piefed.social
          link
          fedilink
          English
          arrow-up
          2
          ·
          edit-2
          5 hours 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
          6 hours 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.

    • dan@upvote.au
      link
      fedilink
      English
      arrow-up
      6
      ·
      6 hours 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
        13
        ·
        edit-2
        6 hours 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
          2
          ·
          edit-2
          5 hours 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…

  • myrmidex@belgae.social
    link
    fedilink
    English
    arrow-up
    16
    ·
    5 hours ago

    Some examples of the mindset we expect every team member to embody:

    • I take pride in my work because it delivers real outcomes

    fucking drones

    • Rimu@piefed.social
      link
      fedilink
      English
      arrow-up
      10
      ·
      4 hours ago

      The only large mainstream competitor, which would probably benefit from github’s troubles: “We saw github breaking itself regularly because of it’s own slop coding AND flooded with trash vibe coded projects and thought - that’s where we wanna be!”

  • makeshift0546@lemmy.today
    link
    fedilink
    English
    arrow-up
    6
    arrow-down
    4
    ·
    edit-2
    3 hours ago

    I like AI and use it. This post was just sad. What a crazy way to announce you don’t have an AI product while saying your product is dead.