mathstodon.xyz is one of the many independent Mastodon servers you can use to participate in the fediverse.
A Mastodon instance for maths people. We have LaTeX rendering in the web interface!

Server stats:

2.7K
active users

#wsl

14 posts12 participants0 posts today

Hat hier jemand hands-on Erfahrungen mit WSL unter Windows 11 für Python-Entwicklung? Ich könnte hier gut Munition für eine Diskussion mit dem IT-Bereich gebrauchen, bin aber auch bereit meine Vorbehalte zu hinterfragen.

Edit: Interessant wäre zu wissen, ob es Einschränkungen gegenüber "native Linux" gibt und welche das wären, also bspw. Performanzeinbußen oder sowas.

#python#wsl#linux

Hat hier jemand hands-on Erfahrungen mit WSL unter Windows 11 für Python-Entwicklung? Ich könnte hier gut Munition für eine Diskussion mit dem IT-Bereich gebrauchen, bin aber auch bereit meine Vorbehalte zu hinterfragen.
#python #wsl #linux

There's moments, where I have to use a certain proprietary operating system from Redmond (be it because of customers requirements or loaner hardware etc.)

But this is now a magnitude less painful, since Fedora Linux 42 is now officially available as an official Linux distribution for the Windows Subsystem for Linux (WSL) version 2 🥳 :fedora:

1. Installing WSL:
wsl.exe --install

2. Installing Fedora-42:
wsl.exe --install -d FedoraLinux-42

3. Setting Fedora as the default distribution for WSL:
wsl.exe --set-default FedoraLinux-42
wslconfig.exe /setdefault FedoraLinux-42

4. Running Fedora in Windows:
wsl.exe

Also works perfectly fine in combination with VSCode/VSCodium for Ansible development on Windows.

#linux#windows#wsl

Windows and WSL is a decent combo. Windows handles apps for me that are not supported on Linux. And my whole development is on WSL.
Trying it out now on my desktop after using macOS since the past 11 years on my laptop.

I hate development in Windows. This is okay.