Windows doesn't "just work"
-
Man I'd kill to be able to use all of the APT commands I see online. DNF forces me to know what I'm doing lol.
-
Fedora Linux has been the most stable OS in my experience, having used Windows XP to 10 and switching to Linux before 11 came out. I can leave it on for literally weeks on end and the memory never randomly fills up, nor does it get more and more glitchy/crash prone as you leave it on, both of which I have experienced on Windows.
-
Amen. This is similar to the experience I have too. When I use Windows I have as many if not more problems. If I was only using a web browser, like most non-power users, I would have across the board worse issues on windows.
-
Mac os is pretty bad with that bullshit too
-
The microsoft store sells games? I thought that was only used to occasionally update your xbox for pc controllers by grabbing the xbox accessories app. Never seen the microsoft store otherwise.
-
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
-
Yeah, sadly some games still do not work well on linux. Recently I had issues with Talos principle 2, where it may randomly crash on loading screen.
-
Forcing upgrades at Microsoft's convenience.
This is the only one I agree with. Upgrades are necessary for security, it’s just a fact of life.
-
Honestly I think this may have happened on the Steam version for me, I ended up reinstalling on Linux same-day and didnt have the same issue.
IIRC it had something to do with the Xbox Game Bar/App registry entries that still applied to the Steam version. I had definitely used the UWP version before though, so it's possible it was that or that had contributed.
But downloading it on Bazzite and just having it work was...a little bizarre to experience.
-
I think the Xbox App somewhat serves content through the Microsoft Store, I definitely had to troubleshoot between the two for a couple things.
They do sell games as well. I think I got an episode of the Batman Telltale series through it for free, though much like Epic managing an additional library with less features/support is usually not worth it for me.
-
After switching to Silverblue a couple years ago I’ve used dnf, like, three times maybe. I find rpm-ostree even simpler than apt since it’s easy to tell what additional packages I’ve installed, it’s trivial to remove them, and I’ve never had a dependency issue.
-
On my kid’s laptop I was holding Windows 11 24H2 back because of Recall, but this week it just decided to install itself. Now it’s a Linux laptop.
-
See? They forced you to upgrade to Linux, now you’re more secure!
-
My main issue with Windows isn’t its technology, but its attitude. The user is no longer the most important consideration. In that way it’s become adversarial.
-
Ah sorry, guess I should have tagged it as sarcastic.
-
Sending everything users do and type (including passwords) back to Microsoft. It's called spyware when other companies do it.
Do you have any proof that Microsoft keylogs you? That's quite a serious claim.
-
It's very easy to run things like scripts in the background.
Showing a command/powershell windows because of a drive mapping script is amateurish (and very annoying). Usually scripts like those are run on logon.We have an automation server at work that runs a bunch of scripts for all kinds of stuff. It just uses task scheduler. Hiding the script output is as simple as telling it too.
We have a lot of servers at work that run important production shit interactively. So someone has to logon the server and start the problem.It's utterly disgusting. I recently introduced them to NSSM which can run simple programs as a service, which entirely solves the problem. But it's bizarre that no one else has suggested that before, or found some other solution.
Fortunately, I'm not responsible for prod applications running on those servers, it just really fucks with our patching procedures.
-
I use Powershell a lot at work, and I really like it. Especially compared to bash which gives me headaches when reading.
But yeah install-module and uninstall-module can sometimes be quirky. The easiest solution is to remove the files for the directory.
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"?
I'm pretty sure the reason is that because the share is mounted using the users account and doesn't affect anything else. It kinda makes sense for me because that is just the way Windows works ¯\_(ツ)_/¯.
Two users can have different mapping so giving a permission denied doesn't make a lot of sense since it simply doesn't exist for the user.
-
My work just changed from gsuite to m365 and it is atrocious. Obviously fuck google but god damn if microsoft arent just the worst at designing UI and considering actual consumer concerns when dsigning programs. Quit your job if they change to office.
-
I work in IT supporting windows (server primarily) and from my perspective it does work pretty well. We have around 1500 Windows clients and around 400-500 Windows servers and it works pretty damn well. Sure problems happen, in general it does work. Now, I don't work in T1 support so I'm not sure how often people have problems but I would definitely hear about it if it were as bad as some on Lemmy claim.
Our Windows Servers in general work great, I don't think we have noticeably more problems with them compared to our Linux servers which we have maybe 20% more of.
Remember that pretty much the entire enterprise world use primarily or exclusively Windows clients and that would absolutely not be the case if they were "held together with string and ready to crumble randomly." That would simply not be acceptable in companies which could lose millions in just lost productivity.