Hmmm... this issue is slowly starting to look like a comprehensive guide 🥰
| GitHub | https://github.com/CedX |
| https://linkedin.com/in/cedxbelin |
| GitHub | https://github.com/CedX |
| https://linkedin.com/in/cedxbelin |
Hmmm... this issue is slowly starting to look like a comprehensive guide 🥰
Help! Does anyone knows a good validation library for PowerShell?
I'm creating a Pode application, and I need to validate some request payload.
#AskFedi #dotNET #LazyWeb #Pode #PowerShell #Programming #WebDev
Wow. Today, Copilot finally came in handy. TIL:
"When [NoRunspaceAffinity()] is present, PowerShell cannot resolve generic type parameters that reference types imported from other modules (using module)."
Une réflexion intéressante sur les anciennes interfaces graphiques (Windows 95 et consorts) et les avantages qu'elles présentaient en matière de cohérence, malgré un style désuet.
🔗 https://essays.johnloeber.com/p/4-bring-back-idiomatic-design#_

I’m part of the desktop software generation. From Windows 95 to Windows 7, I grew using mostly-offline software on computers operated via mouse and keyboard, well before tablets and smartphones. Recently, I’ve been missing one particular part of that era: its consistency in design. I want to tell you about
PowerShell… what a shame the developer experience is so poor.
I really like this language, but it’s frustrating to constantly have to restart the session to see your changes, to frequently have to launch a debugger to figure out the source of an error, to get absolutely no useful information when you hover over a method or property, and so on.
It reminds me of my early days as a developer 15-20 years ago, when I was coding in JavaScript.
Any system administrator who has mastered PowerShell should consider switching careers and becoming a developer.
PowerShell is a true programming language and, as it turns out, a fairly complex one.
That's also why I think it's a very good thing that the pipe operator was added to PHP.
Weird. I find this syntax (PowerShell loop):
$values | ForEach-Object { ... }
...much more elegant than (C# loop):
foreach (var value in values) { ... }
Perhaps it's time I took a more serious look at Pode:
https://badgerati.github.io/Pode/
Google Just Patented The End Of Your Website https://www.forbes.com/sites/joetoscano1/2026/03/06/google-just-patented-the-end-of-your-website/
The idea will be to replace your website with an AI generated one optimised for performance for that user. Sounds like AMP reloaded and fraught with the same concerns…
The new VSCode light theme is a joke!
Before: good constrast, easy to spot the string interpolation.
After: even though my eyesight is pretty good, there’s just no way I can see that.