I would never predict this, but I think it's an idea which has occurred to many people over the years. the name WSL always hinted to me at a group inside MS who wanted Windows to BE the subsystem. I think people who have run UNIX over non-traditional FS get this vibe too. We're used to thinking it has to be some linear progression from FS to VFS to UFS to "all the other FS" and the idea "nah, I can run on NTFS just f…
Prediction: Microsoft will eventually ship a Windows-themed Linux distro
61–70 of 267 posts
Re: Prediction: Microsoft will eventually ship a Windows-themed Linux distro
#62Clickbait spoiler: "I predict that within 15 years Microsoft will discontinue Windows in favor of a Windows themed Linux distribution."
Re: Prediction: Microsoft will eventually ship a Windows-themed Linux distro
#63For example, this is my taskbar layout: https://i.ibb.co/1GqKH27L/taskbar-layout.png
To my knowledge, it's not possible to achieve anything like this layout on Windows 11, Linux or Mac. I did try it in various Linux distros a few times but frankly got sick of navigating the maze of window managers et cetera. I think something like XFCE came close to providing a Windows-like taskbar but it was still far, far behind what Windows NT can offer.
Re: Prediction: Microsoft will eventually ship a Windows-themed Linux distro
#64As a Windows system and user-mode dev, I absolutely never understand these sorts of drive-by posts with nearly zero technical depth. If there is one thing about Windows that is really good, it is its kernel and driver architecture, and absolute plethora of user-mode libraries that come with the OS , that can be programmed against with a variety of languages from ancient to brand-new, all maintained by the vendor. Doi…
You "never understand" these posts and then list off a ton of crap I shouldn't have to do to an OS to make it usable. The default experience of using windows is downright user-hostile and it reveals the thinking of the corporation behind it. Yeah, you _can_ do all that to make it somewhat usable, but when alternatives exist that are much less of a pain, I'll be taking those.
In the context of changes Microsoft could make, that list of instructions is there for demonstration purposes. It's about how if Microsoft wanted to clean up their mess, they have a far far easier method than what's suggested in the article.
> when alternatives exist that are much less of a pain, I'll be taking those
That's a different topic from the article and the comment you replied to.
Re: Prediction: Microsoft will eventually ship a Windows-themed Linux distro
#65Earlier quoted context omitted.
None of the software and services you mentioned require Windows though - they could be made to run on Linux, and some already do. As more and more revenue shifts from desktop/servers to cloud and services, it doesn't seem too far-fetched for Microsoft to decide maintaining the entire OS stack themselves makes less and less sense. A Microsoft Windows linux distro would free up resources to focus on what makes Windows…
Exchange is very dependent on Win32 and .NET Framework. As is ODSP and Dynamics. Azure under the hood is Hyper-V with most services built upon that dependency. Yes, millions of man hours, monkies, and typewriters you could transform this to Linux. The economics aren't there when Azure/M365 keeps pulling in money running on it's current platform hand over fist.
Re: Prediction: Microsoft will eventually ship a Windows-themed Linux distro
#66even if written in retrospect - this would've been interesting to see. since likely some of the reasons wouldn't include A.I
Re: Prediction: Microsoft will eventually ship a Windows-themed Linux distro
#67I would never predict this, but I think it's an idea which has occurred to many people over the years. the name WSL always hinted to me at a group inside MS who wanted Windows to BE the subsystem. I think people who have run UNIX over non-traditional FS get this vibe too. We're used to thinking it has to be some linear progression from FS to VFS to UFS to "all the other FS" and the idea "nah, I can run on NTFS just f…
Re: Prediction: Microsoft will eventually ship a Windows-themed Linux distro
#68Because the "UX" of Windows sucks, Microsoft will switch the "Kernel" to Linux? I don't get the argument. There are parts of Windows I don't like, so I have chosen a 3rd-party (often open-source) replacement. The exact same process as I do on Linux. I don't see why I have to switch to Linux to have that freedom. (and to be honest, I don't care where the taskbar is)
I've been on macOS for eons, but I still hope that some day, someone at microsoft will have the balls to make a Windows Redux. Which is just Windows 7 with a coat of paint; and less stuff, installable separately; geared towards speed and not stuffings.
Re: Prediction: Microsoft will eventually ship a Windows-themed Linux distro
#69This guy is in for a disappointing future since he seems to be unaware that Windows is more than than the consumer editions. Revenue from Windows Enterprise (which has management tools like Active Directory and backwards compatibility with non-game apps needed for large corporate deployments) and Windows Server (needed for Active Directory, Exchange, SQL Server, etc.) is still in the billions and there's nothing on t…
His take is that for consumers Microsoft will abandon windows in favor of Linux. He predicts Linux will get better. And windows will get worse in development and support. And so Microsoft will give up on windows. And that worsening trend plus abandonment plus Linux improvements will cause Microsoft supporting Linux. The probability of each event happening is high enough. But the probability of all three happening at…
Linux isn't a corporation; it's really more of an idea. They don't have marketing departments or people trying to sell you licenses. They don't have vendor lock-in or active-directory or a cloud based infastructure. They don't have an entire advertising division or a search engine. There aren't any shareholders to please or paid employees to keep on payroll for government kickbacks. They're not targeting the casual, media-focused, average computer user like Microsoft, which makes a lot of money by doing so.
In my last job, I worked in a mid-sized suburban office. There weren't any "Linux reps" knocking on our door, making sure we were getting the most out of Ubuntu.
Re: Prediction: Microsoft will eventually ship a Windows-themed Linux distro
#70As a Windows system and user-mode dev, I absolutely never understand these sorts of drive-by posts with nearly zero technical depth. If there is one thing about Windows that is really good, it is its kernel and driver architecture, and absolute plethora of user-mode libraries that come with the OS , that can be programmed against with a variety of languages from ancient to brand-new, all maintained by the vendor. Doi…
> If there is one thing about Windows that is really good, it is its kernel and driver architecture, Woah, back up a bit. In the article, it looks like the blue screen is a 0x0 (iopr) exception, likely a wild jump into the weeds. But back in the day, the majority of blue screens were 0xE exceptions -- page fault in the kernel. Why? Buggy driver that didn't wire down a page and it got swapped out from under the driver…
And Microsoft has made the least stable of the drivers a recoverable fault, at least.