• pool_spray_098@lemmy.world
      link
      fedilink
      arrow-up
      3
      ·
      5 hours ago

      I love having it at work, so I can write and run bash scripts on my Windows work PC.

      I have dozens if Linux servers available to me but sometimes it just is easier to run a script locally.

    • forrcaho@lemmy.world
      link
      fedilink
      arrow-up
      1
      ·
      4 hours ago

      I only use Windows because I have to work with a corporation’s IT helpdesk staff to get on their VPN if I want to do contract work for them. They are not likely to help me get connected from Linux; they’ll just find another contract dev. Once in, I do everything in Linux because my code will ultimately run in a Linux cloud container of some sort. WSL works well enough for me to do this. I’d rather have Linux on bare metal, but whatever. I’m in; I’m coding; I’m getting paid. I’ll put up with a little bit of suck.

    • x00z@lemmy.world
      link
      fedilink
      English
      arrow-up
      7
      ·
      8 hours ago

      Run Linux stuff on Windows.

      A big use case is development with Docker containers.

      • DigitalDilemma@lemmy.ml
        link
        fedilink
        English
        arrow-up
        2
        ·
        7 hours ago

        Thanks - I can kind of see that, as docker on windows is majorly broken. I think I’d just run it in a linux vm, as I do with most of my developing, but I can see some might not want that overhead.

        • rmuk@feddit.uk
          link
          fedilink
          English
          arrow-up
          2
          ·
          5 hours ago

          That’s the best bit about WSL (at least, version 2) is that it is a VM running a full version of Linux using Microsoft Hypervisor. There’s a bunch of drivers included that allow Windows and Linux to share filesystems and if you run Wayland/X apps in Linux they run on the Windows desktop.