this post was submitted on 13 May 2025
49 points (98.0% liked)
unixporn
5296 readers
11 users here now
unixporn
Submit screenshots of all your *NIX desktops, themes, and nifty configurations, or submit anything else that will make ricers happy. Maybe a server running on an Amiga, or a Thinkpad signed by Bjarne Stroustrup? Show the world how pretty your computer can be!
Rules
- Post On-Topic
- No Defaults
- Busy Screenshot
- Use High-Quality Images
- Include a Details Comment
- No NSFW
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Genuine curiosity, why power shell?
it works well, is fast, and a powershell script this one makes can work on Windows pretty easily
You've just triggered my fight or flight reflex. Three years ago I spent about three months writing an entire .NET/WPF application with nothing but Powershell and XAML. Having access to .NET was nice... but the shell was trying to be too many things at once and the mix of method calls, programs, and cmdlets was infuriating.
I'll never forgive them for aliasing
curl
toInvoke-WebRequest
instead of the realcurl.exe
.At least they walked that one back, by just shipping curl with Windows.
They did in version 7, but not in version 5, and even Windows 11 only bundles 5. All the bullshit aliases are still there.
True, they removed the aliases in Core, but left them alone in the bundled version since much like base
cmd
they're not updating it anymore.