I don't see myself moving away from Windows due to the software ecosystem that has been built upon it for decades, but if I was forced to use the "Home" version I would be long gone. That being said, when I can, I use Linux on various PCs and it's a refreshing experience.
My Windows Computer Just Doesn't Feel Like Mine Anymore
131–140 of 678 posts
Re: My Windows Computer Just Doesn't Feel Like Mine Anymore
#132> Linux Respects Its Users Maybe I'm just ranting, but Ubuntu seems to be by far the most common distro for Windows users, and they're definitely not perfect in this respect. I've been running Linux as my main OS for about 20 years and I can't rid myself of snaps. Synaptic will show that the package provided by Mozilla is the latest version and the snap is the installed version. If I reinstall, it goes back to the Mo…
The good news is, as you highlight, today there are quiet a few good distros, some that are not that much more of a hassle then Ubuntu for people to get up and going.
Re: My Windows Computer Just Doesn't Feel Like Mine Anymore
#133About a year ago I dumped Windows from my personal PC for good. I ran a Linux desktop at work for a decade, but my Steam collection get me with at least a bit of a tether to Microsoft. But Valve finally made Linux gaming a reality. I hope more people can make the switch someday because I'm quite happy with the system (Pop!_OS is my distro of choice these days).
I think Proton is a great project (and CodeWeavers deserve credit there as well), but why does it have to be a choice? I have been multi booting for 20 years, preferring Linux distributions the whole time, but other OSes when I want to use them. I recently started using a dedicated Windows system for gaming and other Windows favored tasks. I am running a KVM switch, using AMD Graphics on a Linux system and Nvidia on…
But hardware is more affordable than ever (unless you want a really powerful GPU). What's worse is that you have to separate the tasks between OSes, you can't easily have a default computer for everything, with everything relevant locally available. It's fine if you keep Windows for gaming, and want gaming to be explicitly separate. It's harder if you need Windows for graphics / video, or for CAD/CAM, or for Office. Having important related bits and software on another box may be a hassle.
Re: My Windows Computer Just Doesn't Feel Like Mine Anymore
#134People don't switch operating systems at the drop of a hat. There's got to be a pretty good reason for it. All the people switching away from Windows, those are probably users that are lost to Microsoft forever. I get that their money comes from other places, but I bet there's a second-order effect of people who don't use Windows—maybe even people who now hate Windows—not having any desire stick with their other prod…
At the workplace, a large Microsoft shop is buying a complex package of products and services that I can't even identify all of the pieces of. There's Microsoft stuff on my work computer, and on my company supplied iPhone. I must sheepishly confess that it all just works.
For myself at home, my main computer related interest is programming, and a programmer can live a platform-independent life if they want to. This is what I advocate, above and beyond my actual platform preference.
What I suggest to friends if they're thinking of switching (to Linux, Mac, Chrome) is: First, achieve platform-independence by finding the tools that work across OS's. Get up to speed on those tools. Second, switch platforms. That way, you're 99% up to speed before you even switch.
Re: My Windows Computer Just Doesn't Feel Like Mine Anymore
#135Earlier quoted context omitted.
I’m not familiar, what do you like about them?
I am going to try to ELI5, but the concepts run very deep. Both nixOS and Guix are different to 'regular' distros in the way that they are declarative: there is a file that describes the full OS: every user, every package, every system service, where the bootloader goes and so on. The main idea is that you can take that file, nuke your hard disk, reuse it and you'll have the same OS byte by byte. This concept of repr…
If you want to "profoundly" improve security, you verify the whole install against a cryptographic hash on every boot, and you refuse to boot if the verification fails, and you keep the hashes in tamper-proof hardware -- like Android and ChromeOS do, but no other Linux distro does except for a distro specialized for cloud servers called Bottlerocket that is poor in resources (e.g., attention from developers).
NixOS's security is pretty poor even compared to the low standard of popular Linux distros because although it does incorporate one very good idea (and it is not reproducibility -- its refraining from giving packages as much ambient authority most OSes give them), security is mostly about paying attention to dozens of boring details, which the NixOS project does not care about as much as for example Fedora does. E.g., here is the project not caring about supply chain integrity: https://news.ycombinator.com/item?id=36268776.
Another example: if you install Google Chrome onto Fedora the standard way (namely, dnf install google-chrome-stable) it points your Fedora install to an RPM repo hosted by Google, so that from then on, even if everyone in charge of the Fedora servers lost their minds, your Fedora install would continue to keep your browser up-to-date in a very timely manner (because it has been configured to look directly to Google's servers for updates, and Google's Chrome team is well-paid and has a stellar reputation for security and in particular for timely delivery of security updates). In contrast, when I installed NixOS's Chrome package, it arranged things so that every time I updated my NixOS install (using nixos-rebuild IIRC) it would look to NixOS's servers, so the security of my browser (and the browser is the source of many, many security vulnerabilities) depends on a NixOS maintainer getting the update from Google, then providing it to me. But you see, the Fedora way of handling that package has a single point of failure (namely, Google) whereas the way NixOS chose has two points (namely, Google and a NixOS maintainer who is probably a volunteer and might quit or die at any time -- and the NixOS project has not system in place to respond to that event in a timely manner if my experience with the NixOS project is any indication).
NixOS's machinery for updating packages is very flexible, so I'm sure it would've been pretty easy to arrange for NixOS's Chrome package to work the way Fedora's does, but the relevant decision maker at NixOS simply didn't think of it. But security consists in large part in paying attention to details like that. ADDED. Actually, now that I think of it, the Chrome project's servers provide only RPMs and DEBs, so for NixOS's maintainer of the Chrome package to handle updates to Chrome the way Fedora does would require that the installation of the Chrome package causes (as part of dependency satisfaction) the installation of RPM or dpkg and maybe parts of dnf or apt (so that later on, the nixos-rebuild command can look for updates on Google's servers), so it is not as easy as I was envisioning when I wrote that "it would've been pretty easy". (Still, that is probably how I would do if I were the NixOS maintainer.)
Re: My Windows Computer Just Doesn't Feel Like Mine Anymore
#136I used Windows from about 1993 to 2006. In 2006 I was given a Mac Mini as a thank you for completing an unpaid internship. I fell in love with macOS and have basically been a macOS user since. At the start of the pandemic I bought a PC to game on. 16-core Ryzen, 64 gigabytes of ram. I'd been kind of pleasantly surprised with WSL and just general improvements in cohesiveness. It's still got that Windows jank under the…
The best gaming machine indeed runs Linux, and is called Steam Deck. I don't like macOS, but I'd take it over Windows without much hesitation. MacOS is like an authoritarian but tidy country. Windows is more and more like a corrupt third-world country :(
MacOS:Windows::Singapore:Brazil*
(*The US is probably a better comparison, in all honesty.)
Re: My Windows Computer Just Doesn't Feel Like Mine Anymore
#137People don't switch operating systems at the drop of a hat. There's got to be a pretty good reason for it. All the people switching away from Windows, those are probably users that are lost to Microsoft forever. I get that their money comes from other places, but I bet there's a second-order effect of people who don't use Windows—maybe even people who now hate Windows—not having any desire stick with their other prod…
- stock is at all-time high - "all the people" is probably actually well under 1% of users - successfully switched all corporate accounts from single-purchase w/ occasional renewal to ongoing monthly subscription - also a lot of of consumer subscriptions - Azure - Github - LinkedIn - OpenAI investment I actually agree with you that the Windows experience is getting worse, quickly. But on balance, seems more is going…
Re: My Windows Computer Just Doesn't Feel Like Mine Anymore
#138Earlier quoted context omitted.
> a MacBook is ready to use without any updates. Do you want to give this app access to downloads? To desktop? To microphone? What about this app? Sign in to iCloud. Sign in again. Maybe this time? Nope, sign in to iCloud. I’ve picked my poison, and it’s Apple, but it’s far from perfect.
What is the alternative to the access problem? Would you prefer apps be able to access that stuff without permission? I get it’s annoying but at least it’s safe?
Re: My Windows Computer Just Doesn't Feel Like Mine Anymore
#139There's no substance to any of these gripes. What advertising? The section hardly describes where/what that is. Sure there's Microsoft Store/app related things (if you use them) but other than that, isn't most of it third-party/manufacturer-included bloat and ads? I don't see any ads on my Win 11 install anywhere. I never use the Start menu except for my already pinned/frequently used apps. Most of my apps are no MS-…
If you're not a paid shill then you sure do a good job of it
Re: My Windows Computer Just Doesn't Feel Like Mine Anymore
#140I can't even remove 'Recommended' from the start menu, not even on a Pro for Workstations. Every time I search on the start menu there is a web search, impossible to turn off. How is that acceptable? I install Edge Beta to test something, and the I uninstall it. All of the sudden my search provider in my normal Edge is reset. And the nagging everywhere. No I don't want 'back-up' my files (OneDrive is not backup, it's…