• 0 Posts
  • 3 Comments
Joined 2 years ago
cake
Cake day: July 21st, 2023

help-circle

  • What CPU do you have? Have you enabled hardware accelerated virtualization in the BIOS? Did you do any tweaking when running the VM? I had a Windows 10 VM on a 2013 laptop, so what you are describing might just be bad configuration.

    Enabling virtualization in the BIOS is required for usable performance. Tweaks are optional but I highly recommend them because out of the box Windows VM feels pretty sluggish mainly because of bad graphics configuration. For that I use Quickemu which is a script that automatically sets up your VM for optimal performance. (Works for MacOS VMs too but I have not tried it) Finally you can try debloating your Windows 10 installation with Chris Titus’ Winutil, which btw also includes some useful Windows tools like a GUI for package manager.


  • CLA is basically a requirement for any larger scale open source project. It would be mental to add a “this single edited line is licensed under X license” to every tiny commit. Microsoft’s CLA does not tranfer rights btw, it just licenses your contribution to M$ under “basically BSD 0 clause license” terms.

    I guess sure they could do a ragpull but it does not make much sense. Reasons:

    1. they have open sourced it themselves

    2. It’s made by M$ for M$. They don’t have competition in the Windows space, so there is no point to hide the code.

    Also what would be the worst thing that could happen if they did that? You would either use a fork, because WSL2 is basically feature complete at this points, or you would be have to use a proprietary app on a proprietary OS. Imo the licensing of WSL specifically is the least of Windows’ issues.