• Ethan@programming.dev
    link
    fedilink
    English
    arrow-up
    4
    ·
    10 days ago

    Git allows me to write code as much as I want. But GitHub does more than just Git. If you don’t remember the details of the next task you need to work on and GitHub is down, that’s a problem. As a senior I spend a lot of time reviewing PRs. That’s considerably harder when GitHub is down.

    • tempest@lemmy.ca
      link
      fedilink
      arrow-up
      3
      ·
      10 days ago

      I mean there are tons of options in that space so if it’s an issue that is sorta on your business to have evaluated their dependency.

      We work on an internal gitlab instance that has had 100 percent up time for like 2 years. It doesn’t even have to be gitlab, there’s gitea and like 10 other options.

      I personally think that the industry has moved so far in the direction of cloud and saas that it’s lost a lot of valuable skills and made them dependent on too much externally.

      • Ethan@programming.dev
        link
        fedilink
        English
        arrow-up
        1
        ·
        10 days ago

        I’m the only person at my (small startup) company who has the skills to maintain a GitLab instance. Been there, done that, never fucking again. I HATE maintenance. We’re probably going to migrate to some other platform since GitHub is intent on turning to shit.

        • Buckshot@programming.dev
          link
          fedilink
          arrow-up
          0
          ·
          10 days ago

          In 2014 I set up GitLab for my then employer. It had to be something self hosted because of client requirements. I was apparently the only one in a company of about 200 that knew anything about Linux.

          Wasn’t too bad, just keeping it up to date etc. When I left in 2016 I’d just upgraded the server to ubuntu 16.04. It’s probably still running that now. I know someone who is still there and they’ve said GitLab itself hasn’t been updated since I left.

          • Ethan@programming.dev
            link
            fedilink
            English
            arrow-up
            1
            ·
            9 days ago

            I set up and maintained a GitLab instance and GitLab CI runners for five years. It was fine. I still hated it. I loath maintaining infrastructure.