This is fun!
# random
f
This is fun!
🀩 2
πŸ’― 3
πŸ‘πŸ½ 1
r
How is that Linux running in Windows?
f
That's WSLg, supported by default in Windows 11. πŸ™‚
πŸ‘ 2
r
Wow, MS is killing it. Are there good Windows laptops around with great battery life, performance and stability like Macbooks?
f
Get any Ryzen 5000 series laptop, you'd get great performance and decent battery life. Legion 5 Pro seems to be the best one available currently, although it comes and goes out of stock so keep an eye on availability.
Also FYI, many of my friends use Windows for work where their development workflow involves docker (with Linux container) running within WSL. I also managed to get GitLab Development Kit (an RoR webapp with lot of different moving parts) running on WSL without any issues (or any noticeable performance drop). Basically if your work needs *nix based OS, but you don't like mac, and face basic issues with Linux like bluetooth and wifi, WSL is good to go.
m
fwiw you don't need Windows 11, there are workarounds like running a X server in Windows to get GUI.
f
Of course Windows 10's last major update (21H2) includes WSLg support.
m
f
@modern-table-48211 https://blogs.windows.com/windowsexperience/2021/07/15/introducing-the-next-feature-update-to-windows-10-21h2/ still mentions GPU support coming to WSL, which is the only thing necessary to get WSLg working. πŸ€”
m
GPU support is for GPU acceleration (think tensorflow etc) afaik
f
Yup, which should allow for unofficial way to get X server running (we may see someone eventually backport it).
m
There's already solutions to get X server running
w
Curious about scenarios where having a GUI would be useful for WSL πŸ€”
b
Woah this is awesome
f
Curious about scenarios where having a GUI would be useful for WSL
GUI for apps running via WSL isn’t of much use, unless you really want to use some Linux desktop app on Windows host without traditional VM overhead. MS added GPU support for working with ML in WSL, and GUI support came free with it.
w
MS added GPU support for working with ML in WSL, and GUI support came free with it.
cool stuff, thanks!