Earlier quoted context omitted.
>Windhawk for a vertical taskbar on the right Huh? Windows supports vertical taskbar.
Last time I checked, Windows 11 lost this capability and 3p solutions like Windhawk are needed. I'd be very happy if they brought this back though, feel free to share a link to some info about how to do it natively.
The Windows Subsystem for Linux is now open source
681–690 of 1001 posts
Re: The Windows Subsystem for Linux is now open source
#682Every 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…
This setup automatically backs up my data and is resilient to disk failures. It’s the ultimate form of power and bliss.
Re: The Windows Subsystem for Linux is now open source
#683Here's how you can lose all your data - and Microsoft engineers won’t care: https://github.com/microsoft/WSL/issues/8992 https://github.com/microsoft/WSL/issues/9830 https://github.com/microsoft/WSL/issues/9049#issuecomment-26...
Re: The Windows Subsystem for Linux is now open source
#684Re: The Windows Subsystem for Linux is now open source
#685Earlier quoted context omitted.
Saying running full Linux avoids wasting time on fiddly workarounds kinda blows my mind. Full hardware support is still not a given, and Windows emulation is still need for so many cases (e.g. games, specialized software etc). Until I can choose any machine based on form factor and specs alone and just run Linux on it, WSL will the best version of Linux it can run.
> Full hardware support is still not a given What may hap be your workload? The only thing that aren't working on Linux day 1 are GPU's, and it's mostly because kernel/distro timings (we haven't had a GPU release without support for mainline kernel in years).
Re: The Windows Subsystem for Linux is now open source
#686Nice but where is the code? Is it just very, very incomplete or a joke?
They do this sometimes during their Build conference. The code will probably show up after a keynote or session announcing it at the conference
Re: The Windows Subsystem for Linux is now open source
#687A lot of people here are saying nice things about having dev environment on WSL. Honest question: how do you deal with with those minor but insufferable Windows' quirks like 0d0a line endings, selective Unicode support, byte-order-marks and so on. While right now I enjoy the privilege to develop on Linux, things may change.
Other tools like VSCode IDE, has special handling (extension) to work _inside_ WSL and only keep GUI frontend on the Windows side (very close to how it works over SSH).
On the other hand, I quite often use "explorer.exe ." inside WSL to open File Explorer and jiggle around with files downloaded/created/modified (say with sed) in WSL and it works fine too.
Or use MarkText markdown editor on folder inside WSL being some git repo and I'm adding docs/instructions there.
Re: The Windows Subsystem for Linux is now open source
#688I've been using WSL on and off for Linux development for the last few years. When it works, it's great! When it doesn't....oh man it sucks. It has been non-stop networking and VPN problems, XServer issues, window scaling issues, hardware accelerated graphics not working, etc. this whole time. I've spent more time trying to fix WSL issues then actually developing software. It's never gotten better. It's fast. It's pow…
Re: The Windows Subsystem for Linux is now open source
#689Earlier quoted context omitted.
(Used 15ys OSX, now Win11) The biggest difference between OSX and Windows is, Apple adds (some say steal) functionality from competition, and open source. They make it neat. On windows to have something working, you need a WezTerm, Everything for search, Windhawk for a vertical taskbar on the right, Powertoys for an app starter, Folder Size for disc management etc. If you spend a lot of time, Win11 can be ok to work…
>Windhawk for a vertical taskbar on the right Huh? Windows supports vertical taskbar.
Re: The Windows Subsystem for Linux is now open source
#690Every 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…
And WSL is a limited VM using HyperV anyway. If you want to run a VM, you can as a well run a proper one which isn't limited and runs a full blown distro with sane configuration.
So WSL is definitely not more powerful than normal Linux.