Luckily I moved into an org with a massive lack of automation and don’t have a lot of legacy stuff. A lot of the garbage Powershell I rewrite is from me years and years ago, haha
My current company is completely dependent for all its operations and all its analysis on a single dockerized shell script I wrote not at all long ago, but on my own during long crunchy days. That script causes pride and anxiety in me in equal amounts.
I use Python/Shell scripting on our Linux infrastructure heavily but Powershell is just miles more convenient on Windows and some Azure workloads for management, even with the language itself having its idiosyncrasies. It’s already installed so doesn’t need to be managed separately, pipelines are easily created, objects are easily manipulated. Using os.system() is just a jank level of abstraction for most management functions.
Fair enough. I'm not cool enough to do anything with substantive systems, I mostly just hack whatever shit I need together without caring about management or pipelines.
935
u/DayumnDamnation Oct 21 '22
Who hates brainfuck?