Nothing is bug free, but that doesn’t mean everything is sort of the same just different flavor.
The last couple days I dealt with Windows, which is out of the ordinary for me. I had to build a little thing and chose PowerShell and that is quirky but ok at a glance. Now we are in 2025 and PowerShell is a modern thing, and kid you not you install a thing using Module-Install and then you uninstall it using Module-Uninstall and what happens? The thing is only gone partially and some broken remains stay. And then another curiosity comes up where after long rummaging it turns out that one user (Admin) simply cannot see another user’s mounted share - has microsoft ever heard of the concept of “permission denied”?
That’s not a differently flavored bag of bugs, that is like decades of computing and software engineering hadn’t taken place
Nothing is bug free, but that doesn’t mean everything is sort of the same just different flavor.
The last couple days I dealt with Windows, which is out of the ordinary for me. I had to build a little thing and chose PowerShell and that is quirky but ok at a glance. Now we are in 2025 and PowerShell is a modern thing, and kid you not you install a thing using
Module-Install
and then you uninstall it usingModule-Uninstall
and what happens? The thing is only gone partially and some broken remains stay. And then another curiosity comes up where after long rummaging it turns out that one user (Admin) simply cannot see another user’s mounted share - has microsoft ever heard of the concept of “permission denied”?That’s not a differently flavored bag of bugs, that is like decades of computing and software engineering hadn’t taken place