Earlier quoted context omitted.
> Running a Linux VM on Windows is nicer than just booting into Linux Indeed, it does. Having stable system and not dealing with Linux on Desktop, clear tradoffs (like "just add another 16gb RAM stick in laptop/desktop and you are golden") is great for peace of mind. The average uptimes on my laptops (note for plural) is ~3 weeks, until next Windows Update to be applied. I don't have nostalgia on the days of using Li…
I'm confused, in what world does running Linux require more RAM than Windows? The suspend/hibernate on laptops isn't that great, but tbh I never had great results on windows either (macos is decent though). And uptimes for desktop systems are similarly just limited by whenever there's a kernel update.
The Windows Subsystem for Linux is now open source
611–620 of 1001 posts
Re: The Windows Subsystem for Linux is now open source
#612Every time I praise WSL on hn I pay the karma tax but I will die on this hill. WSL is more powerful than Linux because of how easy it is to run multiple OS on the same computer simultaneously. It's as powerful as Linux with some janky custom local docker wrappers for device support, local storage mapping, and network mapping. Except it's not janky at all. It's an absolute delight to use, out of the box, on a desktop…
Re: The Windows Subsystem for Linux is now open source
#613Nice but where is the code? Is it just very, very incomplete or a joke?
Re: The Windows Subsystem for Linux is now open source
#614Earlier quoted context omitted.
I think you might want to give more context. I use linux. I don't need WSL at all. Not at work nor at home. So you praise WSL because you use Windows as your main system? Than yes its great. It definitly makes the Windows experience a lot better. OpenSSH for Windows was also a game changer. Honestly, i have no clue why Microsoft needed so long for that.
https://xkcd.com/963/
Re: The Windows Subsystem for Linux is now open source
#615Earlier quoted context omitted.
> Running a Linux VM on Windows is nicer than just booting into Linux Indeed, it does. Having stable system and not dealing with Linux on Desktop, clear tradoffs (like "just add another 16gb RAM stick in laptop/desktop and you are golden") is great for peace of mind. The average uptimes on my laptops (note for plural) is ~3 weeks, until next Windows Update to be applied. I don't have nostalgia on the days of using Li…
This is the opposite of what I've heard. Most often you hear of people installing Linux on old machines due to it performing better than Windows on low resources.
Re: The Windows Subsystem for Linux is now open source
#616Earlier quoted context omitted.
Am currently on nvidia and have no issues with their proprietary drivers. While they aren't following the linux ethos, the software runs just fine.
Have they fixed the drivers on wayland yet?
Re: The Windows Subsystem for Linux is now open source
#617Earlier quoted context omitted.
> symptomatic of some sort of Stockholm syndrome I have since moved to macbooks for the hardware, but until not too long ago WSL was my linux "distro" of choice because I didn't want to spend time configuring my computer to make basic things work like suspend/wake on lid down/up, battery life, hardware acceleration for video playback on the browser, display scaling on external monitor and so on.
Who deals with this? All this is fine out of the box on a modern Linux distro.
Re: The Windows Subsystem for Linux is now open source
#618Earlier quoted context omitted.
> nor the stop the world updates that take entirely too long Interesting enough, that beyond release upgrades, happening may be once a year, all or may be 99% of updates took ~5 minutes of interruption of me, including needed reboot. I really wonder how others manage to have "entirely too long" updates.
5 minutes is too long. My Debian systems never demand that I update them. When I update them, it never even takes two minutes.
I've not being using Debian setups lately, but on Ubuntu, alert on need-to-reboot packages after daily unattended upgrades run is happening almost every month. I'm kinda sure that Debian is on similar schedule here.
Re: The Windows Subsystem for Linux is now open source
#619Every time I praise WSL on hn I pay the karma tax but I will die on this hill. WSL is more powerful than Linux because of how easy it is to run multiple OS on the same computer simultaneously. It's as powerful as Linux with some janky custom local docker wrappers for device support, local storage mapping, and network mapping. Except it's not janky at all. It's an absolute delight to use, out of the box, on a desktop…
You can do the same thing with many other technologies on most other operating systems. I've used, in chronological order: FreeBSD jails, VMs, Cloud-hosted VMs, Docker, K8s, and Nix flakes. WSL is probably somewhere in around K8s.
My point is, we've had the ability to run "subsystems" for decades, by different names, on every OS. WSL is cool but quite late to the game, far from being "more powerful than linux".
Re: The Windows Subsystem for Linux is now open source
#620I despise Windows 11 so much, but have to use it. I have a 24/7 box with Ubuntu running a couple of Linux and Windows VMs and that's the way I like it. I don't touch the Ubuntu host except for when I need to reconfigure it. All development is done on Windows laptop via SSH to those VMs. When I tried using Ubuntu via WSL, something didn't feel right. There were some oddities, probably with the filesystem integration,…