Microsoft is ruining Windows. It just keeps getting worse. Whether it be their insistence on AI and cloud garbage, or just a general sense of incompetence, I can’t help but feel like the operating system has seen better days.

Normally I wouldn’t care too much, big tech ruins another thing, whatever.

But the problem is Microsoft has such a dominant market share that you can’t really escape them.

I guess unless you use a Mac or something I don’t know.

    • AnomalousBit@programming.dev
      link
      fedilink
      arrow-up
      9
      ·
      1 个月前

      Can you detail your VM setup? I’ve tried Windows 10 on several occasions using Qemu and VirtualBox and the UI lag has been complete ass, even after installing the driver packages for each VM host.

      • Rimu@piefed.social
        link
        fedilink
        English
        arrow-up
        12
        ·
        edit-2
        1 个月前

        To have any chance of doing serious CAD work in a VM you are going to need to set up GPU passthrough so the guest OS can access the GPU directly. AFAIK Virtualbox doesn’t do this. Some hints about further research can be found at https://en.wikipedia.org/wiki/GPU_virtualization.

        I strongly doubt Windows will be faster in a VM, that’s a pretty bold claim. But it should be possible to get it to an ok level.

    • floofloof@lemmy.ca
      link
      fedilink
      English
      arrow-up
      7
      ·
      edit-2
      1 个月前

      How can that be? It’s the same machine except you have introduced some overhead.

      • metaStatic@kbin.earth
        link
        fedilink
        arrow-up
        6
        ·
        1 个月前

        it’s a half truth. a compatibility layer will always be slower than bare metal but main systems tend to get bogged down with excess software and general use. A VM will be optimized for the 1 thing you need to run, and maybe even use a snapshot so it’s always the same system at max performance.