• FreedomAdvocate@lemmy.net.au
    link
    fedilink
    English
    arrow-up
    8
    arrow-down
    12
    ·
    edit-2
    19 hours ago

    DevOps is one of the most automated parts of software development and deployment actually.

    Article seems like complete bullshit anyway.

    • squaresinger@lemmy.world
      link
      fedilink
      English
      arrow-up
      1
      ·
      36 minutes ago

      DevOps is not executing the automation, but designing it. DevOps is not manually spinning up pods but writing the automation that does so.

    • ඞmir@lemmy.ml
      link
      fedilink
      English
      arrow-up
      4
      arrow-down
      1
      ·
      7 hours ago

      Tried to figure out yesterday why a user couldn’t ssh into a server, tried LLMs to figure it out, completely useless. Had to go into some log file somewhere to find out the one who set up the server made a specific group for ssh and if a user wasn’t in that group they couldn’t connect. The LLMs (ChatGPT and Gemini) gave me bullshit about changing flags in the sshd config…

      • cute_noker@feddit.dk
        link
        fedilink
        English
        arrow-up
        6
        ·
        3 hours ago

        Easy fix: give an LLM root access to all production critical servers and allow everyone in the company to chat with it.

        • qarbone@lemmy.world
          link
          fedilink
          English
          arrow-up
          3
          ·
          2 hours ago

          First reaction: fear.

          Second: I chuckled. Because I thought of some VP-level enforcing this joke as SOP.

          And then a little more fear, as a treat.

    • just_another_person@lemmy.world
      link
      fedilink
      English
      arrow-up
      21
      arrow-down
      2
      ·
      edit-2
      19 hours ago

      …noooooo, it most definitely isn’t.

      While the job does deal heavily in automating things, it only automates Boolean things. Looking at a platform and seeing why and where it’s failing is not a Boolean thing, and never will be. It’s the same reason we still don’t have machines that repair cars over 100 years after their introduction.

      • AnarchistArtificer@slrpnk.net
        link
        fedilink
        English
        arrow-up
        2
        ·
        3 hours ago

        Exactly. DevOps engineers are already super skilled at using automation where appropriate, but knowing how and when to do that is still an extremely human task

    • cley_faye@lemmy.world
      link
      fedilink
      English
      arrow-up
      10
      ·
      18 hours ago

      Automation with a lot of validation steps that are not very obvious. Because if they were, we’d have automated them away.