• Monument@piefed.world
    link
    fedilink
    English
    arrow-up
    2
    arrow-down
    1
    ·
    2 days ago

    There is one single app I need for freelance work that I cannot replace with a non-windows app.

    It lives in a virtual machine and is shut down for 99% of its existence.

    The machine that runs the VM is the one I use for local LLM and fucking around with docker containers. It’s an insanely powerful machine that’s slightly RAM constrained. I can run what feels like an unlimited amount of containers on it, or that fucking Windows VM. I have to kill every running container on the machine just to run one single Windows app for 10 minutes once or twice a week.

    If my freelance work paid more, I’d buy a dedicated windows machine just to do this one fucking task. (And then I’d have to air-gap it, and figure out how to remotely start it somehow, because I don’t trust Windows at all, and don’t want it running all the time.)
    Or, I guess… buy access to a windows VM online? Hm. The convenience/time/effort trade off could be worth it at certain price points.

    • mobyduck648@lemmy.world
      link
      fedilink
      English
      arrow-up
      2
      ·
      1 day ago

      I’ve faced this situation at work, we deployed a dedicated windows VM that all the devs shared for the one tedious task. Eventually got replaced with a saner system and we had no Windows dependencies at all.

    • argarath@lemmy.world
      link
      fedilink
      English
      arrow-up
      2
      ·
      2 days ago

      this is a legit question, but why can’t you run that program through wine? does it need a windows account validation step or something or does wine simply not work for that program?

      • Monument@piefed.world
        link
        fedilink
        English
        arrow-up
        1
        ·
        22 hours ago

        I… guess I never thought of that.

        I use MacOS (I know, I know), but I didn’t realize I could use WINE on Mac. I haven’t had a chance to investigate yet if I can make this work for me, but this was a good suggestion. I have this on my short list of stuff to figure out. Thank you!