I’m interviewing for a software dev job currently (it’s in the initial stages). If things work out, I’d absolutely prefer a work laptop with Linux installed (I personally use PopOS but any distro will do), a Mac will be second choice, but I absolutely cannot tolerate Windows, I abhor it, I hate it… (If all computers left on earth have Windows I’d either quit this field or just quit Earth).

Sometimes it’s possible to tell if they use Windows or not, for example, jobs with dotnet/C# are most likely using windows, but not in my case.

Anyways, is it too weird to ask what kind of laptop they provide to their employees? And to also specifically ask for a Linux (or anything but windows) work laptop?

  • mac
    link
    34 months ago

    Those differences between Dev and prod are usually mitigated by containers to be fair.

    • @flubba86@lemmy.world
      link
      fedilink
      14 months ago

      We use containers in our work whenever possible, to reduce the problems caused by different development environments and deployment environments. And as a Linux user I embrace the idea (Linux dev containers for every project!) but it has unfortunately made things harder for our Windows developers. Docker on windows is a difficult to get right. Throw Docker-Desktop and WSL2 in the mix, you have a nightmare. They all come to me with “why isn’t my Docker environment working?!”.