Live data from Hacker News

Is CBL-Mariner going to become Microsoft Linux?

boxofcables.dev

111–120 of 242 posts

Re: Is CBL-Mariner going to become Microsoft Linux?

#111
post #70

Earlier quoted context omitted.

> The future of desktop Linux is a VM under Windows. Is there really any demand for this though? What Linux gui apps exist that windows users want/need? Enough that Microsoft sees an addressable market large enough to get roi? The inverse seems to have way more practical use cases that could actually drive revenue - games and legacy business applications (as mentioned in the esr prose).

I got quite excited when I heard about wslG and rushed to install it. Never used it since. I did have the Linux version of dBeaver installed that way but there is little/no difference just running the native Windows install for that. The only use I can really think of is doing cross-platform GUI development, but even then MS will say "hey look, native Linux windowing support in WSL" and also "Not yours, no linux vers…

Avalonia is a thing and looks bloody amazing across platforms, so maybe no MAUI is not that big a deal.

Re: Is CBL-Mariner going to become Microsoft Linux?

#113

Earlier quoted context omitted.

Still Microsoft, although after a change of tactics. They don't want to kill Linux anymore, but something even more dangerous: controlling it by making their one the accepted corporate standard ("Nobody was ever fired for using MS Linux", etc). The day they push some proprietary or oddly licensed technology to be integrated into their Linux is the day a thousands alerts should be raised into the community. Then will…

> The day they push some proprietary or oddly licensed technology to be integrated into their > Linux is the day a thousands alerts should be raised into the community. EFI boot?

Yep. And everything their sleeper agent Pottering wrote.

Re: Is CBL-Mariner going to become Microsoft Linux?

#114

Earlier quoted context omitted.

Maybe they'll ship a usable version of huge pages so that ~all software can go like 10% faster someday. We've waited like 26 years so far.

SQL Server has been able to do that on Windows for about a decade now. Just grant the “Lock pages in memory” privilege to the service account and it’ll do it automatically if the server has 16 GB of memory or more. I use it as a free 15% go-faster button in my consulting gigs.

The current implementation is ok for programs that start soon after boot, run as root, and never exit, but even for server workloads there is a lot of other software out there.

Re: Is CBL-Mariner going to become Microsoft Linux?

#115
post #71

Earlier quoted context omitted.

Microsoft already has their way. Any time you boot an alternate OS, it's only because Microsoft deigns to allow it. They're the CA for Secure Boot, and at any time they can forbid disabling Secure Boot in order to qualify for Windows.

…and then immediately get broken up. I have always found it funny that Microsoft provides a free service to the Linux community which makes them significantly safer, and for their trouble they get no end of shade from that community.

That won’t happen, they might get told to cut it out but they won’t get broken up. Microsoft is so unbelievably too big to fail that their existence is a strategic asset for US national security. SecureBoot isn’t some big ole scandal to cut out Linux, it’s a feature to protect the massive fleet of Windows boxes provisioned by various government agencies that got spun into a consumer feature.

Re: Is CBL-Mariner going to become Microsoft Linux?

#116

No. Microsoft will buy Canonical for Ubuntu and that sweet, sweet developer mindshare. Ubuntu is the developer distro after all. Ubuntu will become Microsoft Linux.

I have defaulted to Ubuntu for familiarity reasons, but recently I got to learn - the procedure for upgrading to a newer release of ubuntu it you run sed as root to fix your sources.list, then you do-release-upgrade, but it doesn't work because it has an undocumented dependency on pciutils - at this point i should be used to this pciutils thing since ~all software has undocumented dependencies on autoconf, automake,…

No post body was provided.

Re: Is CBL-Mariner going to become Microsoft Linux?

#117
post #59

Earlier quoted context omitted.

It is absolutely wank compared to eDirectory but I'll be whistling in the wind on that one! eDir is what AD should have been.

Is there an OSS implementation?

[0] https://en.wikipedia.org/wiki/List_of_LDAP_software

[1] https://en.wikipedia.org/wiki/Directory_service#LDAP_impleme...

Re: Is CBL-Mariner going to become Microsoft Linux?

#118

No. Microsoft will buy Canonical for Ubuntu and that sweet, sweet developer mindshare. Ubuntu is the developer distro after all. Ubuntu will become Microsoft Linux.

I have defaulted to Ubuntu for familiarity reasons, but recently I got to learn - the procedure for upgrading to a newer release of ubuntu it you run sed as root to fix your sources.list, then you do-release-upgrade, but it doesn't work because it has an undocumented dependency on pciutils - at this point i should be used to this pciutils thing since ~all software has undocumented dependencies on autoconf, automake,…

>snap will just install broken package updates for you and is incapable of undoing this operation by design

I no longer recommend Ubuntu for this reason to people looking to get into Linux for the first time for developer-adjacent reasons. My recommendation is now Mint or Pop_OS, as they are effectively Ubuntu without Snap.

Edit: I am not blindly against snap, or against its idea outright. I understand what it is for, and if it delivered on that without issue, I would welcome it. My avoidance of Ubuntu is due to having to repeatedly (and increasingly) help Linux newbies through problems, where lately all of those problems have wound up being based in snap.

Re: Is CBL-Mariner going to become Microsoft Linux?

#119

Earlier quoted context omitted.

On the contrary, they’ve been adding new features which bring it closer to POSIX in capabilities - for example, various Windows 10 builds introduced Unix domain sockets, a pseudoterminal API, proper UTF-8 support, POSIX file delete semantics, etc. The pain of porting software from Linux/macOS to Windows has been reduced (significantly for some types of apps) and here’s to hoping they reduce it even further.

All of this is towards the goal of deprecating the NT-Kernel and work on it. Today they "emulate" Linux on Windows (WSL2), tomorrow they will "emulate" Windows on Linux (i.e. all the Win32, etc APIs on Linux - think WINE++). Rather than windows::nt or gnu::linux, the first "Linux on Desktop" will happen with windows::linux. In 2015 I bet my friends this would happen in 2025. It might not happen exactly that year, but…

> Today they "emulate" Linux on Windows (WSL2), tomorrow they will "emulate" Windows on Linux (i.e. all the Win32, etc APIs on Linux - think WINE++).

No. Microsoft tried to bridge the Linux APIs to NT APIs in WSL1 just like WINE does for Windows APIs to Linux APIs. But they ended up running into issues and limitations that made them change their approach.

Now, with WSL2, they just have a virtualized instance of Linux running. This isn't even an odd choice as Windows has already been running on top of a hypervisor for anyone who has Hyper-V enabled (new installs of Windows 11 have it enabled by default to support Virtualization Based Security).

Re: Is CBL-Mariner going to become Microsoft Linux?

#120

Microsoft employs primary maintainers of the Linux kernel (gregkh) and systemd (Lennart Poettering), among other Linux contributors. (correction: gregkh works for Linux Foundation, Sasha Levin works for MS). Azure Sphere OS for embedded is based on the Linux kernel, https://static.sched.com/hosted_files/ossna19/91/Crossover_E... There's also their NOS for merchant silicon whitebox networking, https://www.linuxfoundat…

Do you have a source on Microsoft employing GKH? First time I've heard of it.
Post reply on HN