It could be turned into a great OS if they simply remove some things. Get rid of the ads, make copilot an optional component, stop trying to sell 365, let me turn off telemetry, etc.
Our commitment to Windows quality
431–440 of 1001 posts
Re: Our commitment to Windows quality
#432I'm somewhat surprised that Windows is still most of personal computers. In my eyes, it's fundamentally inferior to Linux, and its superficial superiority only comes from the ecosystem, which is to say adoption, not some inherent trait. But then, since Linux adoption didn't meaningfully change in the last 20 years, I'm forced to confront the fact that either I'm wrong about its fundamentals, or the market is able to…
Enterprises love Windows for the ability to centrally manage an entire fleet's configuration using Active Directory. Is there anything for Linux that comes close to that?
Re: Our commitment to Windows quality
#433Re: Our commitment to Windows quality
#434I'm somewhat surprised that Windows is still most of personal computers. In my eyes, it's fundamentally inferior to Linux, and its superficial superiority only comes from the ecosystem, which is to say adoption, not some inherent trait. But then, since Linux adoption didn't meaningfully change in the last 20 years, I'm forced to confront the fact that either I'm wrong about its fundamentals, or the market is able to…
Windows is not technically inferior to Linux. To the extent it has problems, it is mainly because of top-down anti-user behaviour mandated from corporate. But anyone capable of using Linux is capable of hacking out that BS and getting a generally superior experience. I use both literally side-by-side, two laptops with a KVM switch, and I still greatly prefer Windows for many reasons. Some reasons: Even as a low-level…
I installed Linux instead, Fedora specifically, and everything just worked. It actually cleared up some weird hardware issues I had on Windows that I could never manage to track down. I'm pretty sure I didn't need to do any CLI or config file tinkering for anything that wasn't getting an actual CLI app I wanted to use running. Beats the dozens of different registry hacks and powershell scripts downloaded off random Github repos people kept telling me I needed to do to make Windows 11 work and not be too annoying.
Re: Our commitment to Windows quality
#435I'm somewhat surprised that Windows is still most of personal computers. In my eyes, it's fundamentally inferior to Linux, and its superficial superiority only comes from the ecosystem, which is to say adoption, not some inherent trait. But then, since Linux adoption didn't meaningfully change in the last 20 years, I'm forced to confront the fact that either I'm wrong about its fundamentals, or the market is able to…
If your biggest innovation of a decade is a carbon copy of a feature introduced in NT 3.5 in 1994 AND THEN it turns out most serious people disable it because you cannot even copy a feature without introducing new vulnerabilities - that's a sign of quality.
Re: Our commitment to Windows quality
#436Someone in the comments here said nobody loves Windows. I probably did love Windows 7. I felt that it was the best of all worlds, huge support for hardware, basically rock solid on good hardware, gaming performance was fantastic.
In my opinion, Windows has spiraled downwards ever since 7. So much so that I finally switched to Linux permanently. Windows 11 and the forced AI integration was the absolute last straw for me.
The only thing that had really kept me on Windows lately was the gaming side of it. As I've gotten older, the games became less important. Now Proton pretty much gets me compatibility on 172 of 173 games in my steam library. Sure I had to search and find and compile my own controller driver, but it wasn't super painful, probably beyond the realms of an average user still.
Re: Our commitment to Windows quality
#437Earlier quoted context omitted.
Do non-tech people even buy computers anymore? I imagine you basically have tech enthusiasts, gamers, and IT at offices buying desktop computers at this point.
I’ve never met someone who doesn’t own a computer. Every uni student owns a personal laptop. For all the marketing from Apple, the iPad still isn’t close to replacing a laptop.
The only computers they tend to own are phones, tablets, and maybe a game console.
Heck, my millennial sister in law got her first computer because of covid. Until that point the only computers she was using was her work computer and her phone.
I agree, a tablet isn't as capable as a laptop. However, a very large portion of the population doesn't need those capabilities. They just want something to watch netflix on.
Re: Our commitment to Windows quality
#438Earlier quoted context omitted.
> and its superficial superiority only comes from the ecosystem So the only superiority is that it runs the apps most people want to run? And this is why geeks are always the “Less space than Nomad. No Wireless. Lame” types or the HN equivalent when talking about DropBox: “For a Linux user, you can already build such a system yourself quite trivially by getting an FTP account, mounting it locally with curlftpfs, and…
What a horrible take, nothing but a tautology. It only runs the apps most people want to use because it's installed on so many computers, so developers target it. Linux can run anything Windows can. It's the same hardware, and if it was a much more popular desktop you bet your life that banks and streaming companies and AAA game developers would target linux as a supported platform. Has nothing to do with the quality…
I think the reason Windows is so successful is because it's stable, bulletproof and easy. You don't have to burn an ISO to a USB and boot from it, partition a disk and install it. You don't have to grep grub at any time. You rarely have to use PowerShell for much of anything at all, including device management, managing services and even tweaking the registry.
The "desktop environment" is the operating system, not a seperate abstraction around it. There's no research required on what distro works best for you, what package manager is ideal, what file system to use, what window manager to use, what desktop environment to use. There's no messing with repositories either. No issues with drivers that require compiling from source, no marking an executable as "executable" through chmod.
I like Linux, but the Linux community overestimate how usable it is outside of their meta, and underappreciate their own mental model of what a computer is and how it differs from the layman. Most people want to open their laptop, double click a browser and watch Family Guy funny moments on facebook.com without having to troubleshoot PulseAudio because it's suddenly gone super quiet.
Re: Our commitment to Windows quality
#439Earlier quoted context omitted.
Linux just isn't friendly to newcomers. 1. Lots of rough edges "yeah it almost works if you tweak it a little" yeah thank you but no. 2. CLI is better for doing the thing you want, but GUI is better for discovering what options you have in the first place. The fact that GUI is an afterthought on Linux says a lot.
Not only is GUI better for discovery, it's not even always true that CLI is better for doing the thing you want. Depending on the complexity of the task, building a tower of CLI commands/arguments can be a pain, and if it's something you do ~once a month, good luck remembering the syntax. A GUI lets you not even have to think about it, not have to memorise syntax or go out of your way to write a script to save it. An…
Unless the GUI buries what you want to do in five or six levels of menus and options--and then changes where they're buried in the next release, so you have to re-learn everything all over again. That's happened to me with work computers more times than I care to remember.
By contrast, my collection of shell scripts on my home Linux computers is still serving me well after more than twenty years.