Something something case-insensitive file something... - eviltoast
    • Railcar8095@lemm.ee
      link
      fedilink
      arrow-up
      13
      ·
      1 个月前

      I got a Mac at work because the Linux on Mac didn’t suck as much as the Linux on windows (docker).

      My 8 years old mid range PC beats both to dust on development using the Linux on Linux, but somehow the bosses don’t value my time.

      • 9point6@lemmy.world
        link
        fedilink
        arrow-up
        4
        ·
        1 个月前

        Technically the “Linux on Mac” is Unix based and not Linux, but I agree the dev experience is nicer on my Mac than Windows given the choice. Also rather than docker you can use the WSL stuff on Windows for a much closer to normal Linux dev setup (with a few weird edges).

        I end up regularly using all three OSes, so it’s helpful you can finally get a serviceable dev environment on any of the common non-mobile OSes now.

        • Railcar8095@lemm.ee
          link
          fedilink
          arrow-up
          5
          ·
          1 个月前

          I meant using a linux VM to run docker (With Rancher Desktop).

          WSL started eating RAM like if there’s was no tomorrow for no reason, even when idle. And considering we had to run memory and cpu intensive tasks, that was a big problem. Several colleges saw the same issue and we all ended up moving to Mac for that reason (well, some of them just because “shiny”).

          • 9point6@lemmy.world
            link
            fedilink
            arrow-up
            1
            ·
            1 个月前

            Oh yeah, I’d say Windows in general just chomps through RAM, but there has been some times that WSL takes it to chrome-like levels

      • 9point6@lemmy.world
        link
        fedilink
        arrow-up
        13
        ·
        1 个月前

        I’m aware, though there’s some nice integration stuff that means you can run GUI applications and share the file system

        Interesting fact WSLv1 was actually not a VM and it was the NT kernel speaking POSIX

        • xthexder@l.sw0.com
          link
          fedilink
          arrow-up
          4
          ·
          1 个月前

          And this is why the WSL1 filesystem was so damn slow. WSL2 uses a native ext4 filesystem (usually, you can format it to whatever)