- cross-posted to:
- linux@lemmy.ml
- programmer_humor@programming.dev
- cross-posted to:
- linux@lemmy.ml
- programmer_humor@programming.dev
Warning: This article contains swearing (Quoted, from Bill Gates).
As a UNIX-aligned engineer, I’ve always looked down on anything Microsoft.
But a recent cross-platform project forced me to learn PowerShell — a technology which, just like blockchain, is amusing by how its core idea almost makes sense.
I want to explore the psychological impact that a piece of documentation had on me. A political piece on par with Machiavelli, “The Monad Manifesto.”



Powershell is nice for scripting things close to the (windows) OS. But (granted I’m not exactly some PS wizard, I’ve just used it a few times for minor things at work) I agree it often feels unnecessarily verbose and cumbersome. For example the fact that you need to define a whole function to alias even just a single command with parameters. And just overall I find it very hard to read (though maybe that’s on the guy that did the powershell stuff before me, I don’t have great sample size here).
But I’ll take what I can get.