Most active commenters
  • DeathArrow(4)
  • Zurrrrr(3)

←back to thread

1725 points taubek | 25 comments | | HN request time: 0.779s | source | bottom
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 #
1. 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 #
2. Zurrrrr ◴[] No.35325115[source]
Windows is Windows because of the huge API, all the legacy support, the graphics subsystem, all the DirectX stuff etc. If the somehow did switch to running a Linux kernel for some reason, it wouldn't be noticeable to the end user at all. I can't see that ever happening though.
3. 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 #
4. 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 #
5. headsoup ◴[] No.35325840[source]
Games are minor issue now, to the point I buy new games on Steam without even checking compatibility, because they just work (or have the same problems Windows does anyway).

Windows' strong point is basically some large software vendors just don't support Linux (Photoshop, finance software, etc). And of course corporate. For the day to day 'casual' user Linux is every bit as good. But, much as we all had to 'learn' Windows when we started using it, so there will be at least a little learning required for Linux.

replies(1): >>35326568 #
6. anthk ◴[] No.35325856[source]
Not Linux but you could do that with a BSD kernel perfectly. MS could implement Win32 on top of a BSD kernel in just weeks.

Did you know Win32 runs as a subsystem on top of NT, as there are several more such as a subsystem for Unix?

replies(3): >>35326903 #>>35330638 #>>35337845 #
7. consp ◴[] No.35325967[source]
> But not all manufacturers want that

I have a device in our work environment which runs on kernel 2.6.32, last patch 2014. Can't update the machine because they do not update the drivers for that machine's hardware. The "open" (aka diy) driver runs on 4.9 at the latest and won't be updated any further despite the EOL being only this year.

It's all about money, they just want you to buy the new hardware and cough up some extra cash for them.

8. AlecSchueler ◴[] No.35325970{3}[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.
9. bombolo ◴[] No.35326006[source]
> No plug-and-play support for a lot of input devices like joysticks and steering wheels. Many require editing of cryptic configuration files.

If they are USB they just work.

I imagine something that uses a serial port or the microphone jack to function as a joystick would need a special driver, yes.

10. ClumsyPilot ◴[] No.35326149{3}[source]
> 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.

This sounds like an experience from 2007.

For the past 5 years, every piece of hardware I have ever bought, even from aliexpress, either works automatically or downloads a driver from windows uodate automatically.

Coming back to linix, I want wifi 6 on my little linux server, and you have to hint down the few pieces of hardware that are compatiable.

replies(1): >>35326597 #
11. LorenDB ◴[] No.35326249[source]
Eric S. Raymond had similar thoughts: http://esr.ibiblio.org/?p=8764
12. A4ET8a8uTh0 ◴[] No.35326359{3}[source]
Can confirm. Even pre-deck release, Proton was already working amazingly well for almost anything I could throw at it ( I think the last issue I had was with Fallout 76, but that may have been fate saving me and for the best ). I have a dedicated VM to gaming with Windows on it, but, well, I don't have to use it as much anymore. Gaming mostly stopped being an issue for Linux ( for me, I am sure some issues persist ).
13. Zurrrrr ◴[] No.35326568{3}[source]
Exactly. As someone else pointed out some AAA titles don't work, and stuff with strong DRM/anti-cheat won't, but that's a minority of stuff at this point which will only dwindle further.
replies(1): >>35327592 #
14. green-eclipse ◴[] No.35326597{4}[source]
AliExpress hardware - that seems like an adventure. Curious, how has your overall experience been with the hardware you bought?
replies(1): >>35327559 #
15. GuB-42 ◴[] No.35326610{3}[source]
I was talking about a Linux desktop. I think Windows on the server is another story and Linux could probably take its place if it hadn't already. RAID controllers are mostly server hardware these tend to get pretty good Linux support. I know some people use them on desktops, but it is more of an oddity compared to, say, NAS for which it is the norm, and they often run some flavor of Linux.

The "notable exceptions" of video cards and WiFi (and Bluetooth) chips are huge ones. But I would also add fancy keyboards/mice, printers, RGB, VR, etc... There is a video by LinusTechTips where they try to do tasks like printing a document or streaming a video game that I find very interesting because I think it is representative of what the experience of an experienced Windows user coming to Linux would be, and it is painful. If I remember well, at one point they have to run a Windows VM to have some of their hardware work.

Sound cards tend to have pretty good support, but as often with Linux, it is all about the details. You will get sound, but maybe you won't be able to reassign your outputs, or that physical volume knob won't work. In my case, which is a somewhat complex setup, I sometimes get Pulseaudio crashes and sync issues I don't have on Windows. The setup itself was a pain on both OSes, on one side, a mess of drivers and broken Windows 10 UI, on the other, obscure text file configuration and Pulseaudio plugins.

16. trinsic2 ◴[] No.35326892[source]
That is an interesting idea. I wonder if that's true because they definitely seem like it's a loss for them because they absolutely do not care anymore about what they do to the operating system other than keeping it stable to run applications.
17. Zurrrrr ◴[] No.35326903{3}[source]
I know NT was designed with that in mind, but I don't think any type of unix subsystem is still maintained or would work these days. Although they could make it if they wanted it to.

Then again maybe the modern NT no longer has that capability.

18. trinsic2 ◴[] No.35326982[source]
> Also, games

If you're saying that games work better than windows that they do in Linux I'd have to say that this is changing very quickly.

The proton layer is really changing the game on that. And it seems like many companies like Google will be moving to running applications in that environment. I could see The day where this leads to companies developing native applications for Linux.

19. tracker1 ◴[] No.35327559{5}[source]
Can't speak for GP, but for me, it's been relatively good, though delivery can take a long time. I'm using a router setup based on Ali Express purchased hardware (N6005, w/ 4x 2.5GbE intel ports running OpnSense).

I've also used a few other intel mini pcs, since the pricing for RPi went insane from limited availability... 8gb RPi 4's were going for close to or over $180, adding in a case, drive, power and the intel mini pc options were about the same price, coming with storage, ram, case, etc.

20. tracker1 ◴[] No.35327592{4}[source]
Even then... with Vavle's efforts, a lot of DRM just takes a software update (mostly) to work in Proton/Linux. Not that a lot of the older AAA titles have been updated (or even recent ones). But it's consistently getting better.

Will have to see which direction things head over time.

21. DeathArrow ◴[] No.35329637[source]
I wouldn't wonder if Microsoft will do such a thing in the future. But I wouldn't be happy about it. It will be messy and suffer from hardware problems and performance issues.
22. DeathArrow ◴[] No.35329755[source]
> As a mostly Linux user, I disagree. You simply can't replace Windows with Linux, at least not in the near future.

You can with emulation, compatibility layers, stuff like Wine and DXVK and using Linux drivers. Also lots of software ends up being written in top of Electron, so it makes easier.

Will it be a great user experience? Probably not, but that's not the point. If it will win Microsoft some money, that would be enough of a reason.

A better idea would be open sourcing Windows if that is legally possible for them to do.

23. DeathArrow ◴[] No.35329924{3}[source]
> 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.

True but at a loss of performance compared to running the game natively on Windows.

But my problem wouldn't be with games, it would be with software I either use professionally or out of personal interest. Visual Studio, Photoshop, Lightroom, 3D Max.

24. DeathArrow ◴[] No.35330638{3}[source]
Support for the POSIX subsystem was deprecated some time ago according to Wikipedia:

> Microsoft's first foray into achieving Unix-like compatibility on Windows began with the Microsoft POSIX Subsystem, superseded by Windows Services for UNIX via MKS/Interix, which was eventually deprecated with the release of Windows 8.1.

There was also the possibility to run Linux software under Windows using coLinux.

25. mcv ◴[] No.35337845{3}[source]
I've been thinking about something similar: wouldn't it be possible to create an OS that supports both Linux and Windows executables? (And maybe also Mac while we're at it.) Probably not based on the Linux kernel, but perhaps on a microkernel of some sort. But if it already works with BSD, that's even better.