• Scrubbles@poptalk.scrubbles.tech
    link
    fedilink
    English
    arrow-up
    40
    ·
    edit-2
    5 days ago

    Are you even a real programmer if you haven’t fixed a prod critical but in notepad++ because your ide won’t open for whatever reason?

    • gnutrino@programming.dev
      link
      fedilink
      English
      arrow-up
      15
      ·
      5 days ago

      I’ve done critical fixes (usually config) direct on a prod server with vim over ssh before now. Not the best way to do it but sometimes waiting for CI will just take too long…

    • 6nk06@sh.itjust.works
      link
      fedilink
      arrow-up
      12
      ·
      5 days ago

      I once fixed an important bug by force-pushing on the master branch (I was an admin too and could do it). I had 5 minutes to fix it, and no one was aware of it. I didn’t ask for permission but I was sweating a lot.

    • 5too@lemmy.world
      link
      fedilink
      English
      arrow-up
      5
      ·
      5 days ago

      I’ve lost track of the number of Report Builder files I’ve had to update via Notepad++ - the intended editor has so many weird kinks and corner cases it’s often easier to just edit the file directly!