←back to thread

1725 points taubek | 1 comments | | HN request time: 0.242s | source
Show context
PrimeMcFly ◴[] No.35323525[source]
I don't want anything, any type of news being pushed by my OS. It simply isn't it's job. Maybe, as an option or optional add-on, but not the way MS does it.

I use 10 now, as locked down and 'fixed' as I was able to make it (custom ISO via NTLite with a bunch of crap removed and some fixes steamrolled in), but really I look forward to ditching it altogether - which is a shame. For all the MS hate in the OSS community, I always thought Windows did a lot of stuff well (when it was good at least).

The telemetry, changing things for the sake of changing things and forced crap constantly being added is enough. I'm so in love with awesomewm at this point, and the fact that I can customize and program every part of my UI, allowing me to have something absolutely perfect and tailor made.

replies(16): >>35324087 #>>35324818 #>>35325430 #>>35325765 #>>35326431 #>>35326762 #>>35326805 #>>35326810 #>>35327156 #>>35327165 #>>35328629 #>>35329259 #>>35331531 #>>35331556 #>>35332516 #>>35333868 #
jgaa ◴[] No.35324818[source]
> I don't want anything, any type of news being pushed by my OS.

Then, how is Microsoft supposed to properly track your interests and sell that information to their "partners"?

It's been a long time since Microsoft made an operating system. What they make today is basically a spyware-platform where you can run applications if you are really disciplined and persistent. I don't understand how people keep up with it.

I've used Linux on my desktops and laptops for decades now.

replies(11): >>35325002 #>>35325044 #>>35325173 #>>35325246 #>>35325744 #>>35326652 #>>35326676 #>>35328196 #>>35329073 #>>35342285 #>>35351138 #
sircastor ◴[] No.35325044[source]
I’ve wondered for a bit if there’s a future where Windows turns into A Linux distribution with some extra tools and runtimes for legacy executables. Microsoft has some really expensive software it has to maintain. Office is also maintained on multiple platforms, but it feels like Windows is starting to be a drag on the company - lots of resources for not a lot of income. As wild as it would be, offloading a lot of dev to the OSS community would free up resources to differentiate their product.
replies(5): >>35325115 #>>35325398 #>>35326249 #>>35326892 #>>35329637 #
GuB-42 ◴[] No.35325398[source]
As a mostly Linux user, I disagree. You simply can't replace Windows with Linux, at least not in the near future. Here is a page which summarize Linux shortcomings on the desktop: https://itvision.altervista.org/why.linux.is.not.ready.for.t...

One reason I think Linux (the kernel) would be a poor fit as a Windows replacement is the lack of a stable driver ABI. Linux is a monolithic kernel and all the drivers are expected to be part of it. It is a model that works because it fully embraces open source and community driven development. But not all manufacturers want that, first because they may not want to, open their code, or maybe they can't due to licensing arguments. It also means they need to invest significant resources into getting their code accepted by the community. The Windows driver model drove its rich hardware ecosystem. And if you think switching to a Linux driver model is going to be better, more free, think again, because we already have that with Android. Manufacturers fork the kernel and don't give much back to the community, just having them comply with the GPL is a struggle, and hardware support besides what is built into the phone is extremely limited, and because they don't work with the community, support for what's in the phone isn't carried on for more than a couple of years.

And Windows really strong point is backwards compatibility. For example, I still use the "free" Photoshop CS2, 20 years later, works perfectly fine as a binary, I can run stuff that dates back from the 3.11 era, though as I understand it, it is mostly emulation at this point. This is part of the reason people use Windows. Microsoft tried to start clean with Windows RT, it was a failure. Apple can get away with it because they have complete control over their ecosystem, not Microsoft.

Also, games.

replies(7): >>35325794 #>>35325840 #>>35325856 #>>35325967 #>>35326006 #>>35326982 #>>35329755 #
bityard ◴[] No.35325794[source]
My experience with drivers on Linux and Windows has been just about the exact opposite from yours somehow.

On Windows, you sometimes cannot even install the OS without hunting down the right drivers for some piece of hardware like the RAID controller, if you can even find them. Most drivers are authored by the hardware vendors whose main competency may not be writing kernel code, so driver quality tends to be extremely variable. The result is often drivers that just don't work well (which can look like a hardware issue, e.g. lack of performance) or crash the whole system.

Not all Linux drivers are bug-free or feature-complete of course, but they tend to be reasonable or high quality due to the fact that they are written by and/or reviewed by the kernel community. Since all the drivers come with the kernel, the user generally has to do nothing to make their hardware work, it just does right out of the box.

(Notable exceptions here are vendors of certain video cards and wifi chips who refuse to either write Linux drivers or supply the information needed to write them. So you do have to be somewhat careful to avoid those vendors when purchasing hardware.)

I'm not a heavy gamer but my understanding is that a surprising number of popular games run just fine on Linux, thanks in part to the WINE community and the efforts of Valve.

replies(5): >>35325970 #>>35326149 #>>35326359 #>>35326610 #>>35329924 #
1. AlecSchueler ◴[] No.35325970[source]
I've always found the same, especially with audio equipment. On Linux it's always plug and play but on Windows I have to search and search for drivers from random websites.