this post was submitted on 11 Nov 2025
75 points (98.7% liked)

Programmer Humor

39183 readers
168 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 6 years ago
MODERATORS
 

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."

you are viewing a single comment's thread
view the rest of the comments
[โ€“] LwL@lemmy.world 6 points 1 week ago

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.