• Trollception@lemmy.world
    link
    fedilink
    arrow-up
    1
    arrow-down
    27
    ·
    4 months ago

    What developer uses Linux in professional work? Maybe for on the side stuff but I haven’t seen any corporate Linux machines.

    • aodhsishaj@lemmy.world
      link
      fedilink
      arrow-up
      9
      ·
      4 months ago

      Hello, I use a linux machine for dev work and all the servers and containers I touch are linux, all managed through gitlab CI/CD.

      git scm is my daily driver and I use it for not taking and documentation as well as active python development.

    • Ephera@lemmy.ml
      link
      fedilink
      arrow-up
      7
      ·
      4 months ago

      The entire IT ecosystem is built around Linux, because it’s so prevalent in servers, containers, budget hardware and the open-source community.

      Yes, many companies don’t understand that and expect their devs to be productive on Windows. But in my experience, that’s an uphill battle.

      In my company, we get very little IT support, if we decide to order a Linux laptop and we still have significantly less trouble with getting things set up to start coding.
      Not to mention the productivity boost from having all the relevant technologies natively available + being able to script whatever you want.

    • Solemn@lemmy.dbzer0.com
      link
      fedilink
      English
      arrow-up
      8
      arrow-down
      1
      ·
      4 months ago

      Everywhere I’ve worked, you have a Windows/Mac for emails, and then either use WSL, develop on console in Mac since it’s Linux, or most commonly have a dedicated Linux box or workstation.

      I’m starting to see people using VSCode more these days though.

        • Solemn@lemmy.dbzer0.com
          link
          fedilink
          English
          arrow-up
          3
          ·
          4 months ago

          I think someone else said what it actually is in another comment. It’s functionally identical 90℅ of the time for me anyway,and I use CLI and vim on it.

        • Ephera@lemmy.ml
          link
          fedilink
          arrow-up
          2
          ·
          4 months ago

          They’re both UNIX-like, i.e. they both implement the POSIX specification and are therefore in many ways compatible.

          But yeah, modern macOS is more directly derived from the original UNIX operating system.
          Linux was instead implemented from scratch to be compatible with UNIX.