Combines the power of a really half-arsed Linux distro with the pure speed of the Windows file system.
I mean, it’s slightly better than nothing, but installing a real Linux distro on Windows through eg. VirtualBox absolutely fucks it into the bin. I don’t see who WSL is for. People in really locked-down corporate environments?
I use it a lot - I use my main rig for gaming and general stuff, but also need to be able to program things; rather than dealing with dual booting and the headaches it brings (including limited hardware support), I use docker with WSL2.
I am able to launch VS Code or PhpStorm on my local, have it remote into WSL and run things how they’re meant to be ran on a Linux box, without dealing with installing windows specific variants.
This makes working with things like Laravel/Composer a lot easier and with everything built on docker, deploying to prod is as simple as a docker image push to my registry of choice.
I also enjoy the benefits of not having a bunch of dependencies sitting around - drop the container and you’re system is as clean as it was before
I understand that this doesn’t work for everyone but I’m kinda the reverse. My entire workflow relies on Linux, but I occasionally play video games. I’d say any game without aggressive anti cheat works fine on Linux nowadays.
I’ve not been able to get full performance of games on Linux; then you add on lack of support for mouse/keyboard/headsets and it just becomes easier to have a windows setup to play games
I don’t see who WSL is for. People in really locked-down corporate environments?
That’s me pretty much. Locked down low spec Windows 10 laptop that would probably suffocate under the weight of a full VM anyway, so I’m happy to have access to a proper Linux shell with a nice-ish terminal that’s a lot less clunky than “git bash”, MingW etc.
I use it for ad hoc scripting and things like interacting with webservices (curl), massaging text files with tools like jq, sed, awk and to use Azure and AWS cli tools to interact with cloud infrastructure.
My guess is that this time they really wanted to pull the developer demographic over into the M$ sphere of influence. MSYS, MingW, and Git Shell already fill the same niche as WSL, so it wasn’t destined to succeed. Thing is, they probably didn’t expect it to succeed either. Microsoft’s strategy has always been to throw a hundred dicks at the wall and hope that one of them sticks (think Zune, Windows Phone, etc). This time, Azure kind of stuck. WSL didn’t. When you’re as big as Microsoft, the occasional win more than covers the cost of a hundred fails.
Combines the power of a really half-arsed Linux distro with the pure speed of the Windows file system.
I mean, it’s slightly better than nothing, but installing a real Linux distro on Windows through eg. VirtualBox absolutely fucks it into the bin. I don’t see who WSL is for. People in really locked-down corporate environments?
I use it a lot - I use my main rig for gaming and general stuff, but also need to be able to program things; rather than dealing with dual booting and the headaches it brings (including limited hardware support), I use docker with WSL2.
I am able to launch VS Code or PhpStorm on my local, have it remote into WSL and run things how they’re meant to be ran on a Linux box, without dealing with installing windows specific variants.
This makes working with things like Laravel/Composer a lot easier and with everything built on docker, deploying to prod is as simple as a docker image push to my registry of choice.
I also enjoy the benefits of not having a bunch of dependencies sitting around - drop the container and you’re system is as clean as it was before
I understand that this doesn’t work for everyone but I’m kinda the reverse. My entire workflow relies on Linux, but I occasionally play video games. I’d say any game without aggressive anti cheat works fine on Linux nowadays.
I’ve not been able to get full performance of games on Linux; then you add on lack of support for mouse/keyboard/headsets and it just becomes easier to have a windows setup to play games
That’s me pretty much. Locked down low spec Windows 10 laptop that would probably suffocate under the weight of a full VM anyway, so I’m happy to have access to a proper Linux shell with a nice-ish terminal that’s a lot less clunky than “git bash”, MingW etc.
I use it for ad hoc scripting and things like interacting with webservices (curl), massaging text files with tools like jq, sed, awk and to use Azure and AWS cli tools to interact with cloud infrastructure.
My guess is that this time they really wanted to pull the developer demographic over into the M$ sphere of influence. MSYS, MingW, and Git Shell already fill the same niche as WSL, so it wasn’t destined to succeed. Thing is, they probably didn’t expect it to succeed either. Microsoft’s strategy has always been to throw a hundred dicks at the wall and hope that one of them sticks (think Zune, Windows Phone, etc). This time, Azure kind of stuck. WSL didn’t. When you’re as big as Microsoft, the occasional win more than covers the cost of a hundred fails.
Given that Docker/Podman heavily rely on WSL to work on windows, I would argue that it definitely has succeeded