• jtrek@startrek.website
    link
    fedilink
    arrow-up
    1
    ·
    4 hours ago

    I’m not that kind of computer person so I can’t speak confidently on the specifics. I imagine it might be a factor that windows is just more familiar to many people, lots of enterprise software was already written for this task, and common problems were solved.

    A user in linux without admin rights is pretty limited in what they can do.

    • Axolotl@feddit.it
      link
      fedilink
      arrow-up
      1
      ·
      2 hours ago

      I imagine it might be a factor that windows is just more familiar to many people

      Does it really matter in a development enviroment? Like, yeah, it can cause issue for some devs the first few times they use it, but if you can’t adapt to a new OS, can we really trust in your skills? At least, that’s thinking

      A user in linux without admin rights is pretty limited in what they can do.

      Yeah, that’s what i was thinking too, you can lock down Linux but then you would’ve to remove administrator rights which make it harder to develop stuff but if you don’t remove them, it’s easy as fuck to remove the stuff that locks you

      • jtrek@startrek.website
        link
        fedilink
        arrow-up
        1
        ·
        1 hour ago

        Does it really matter in a development enviroment?

        Yes 100%. There’s a good chance whatever you’re working on with be on Linux, so being on windows locally is just an extra layer for problems to manifest. Plus windows is just weird compared to everything else.

        I don’t want to fuss with the OS. I just want the basics like ~, cat, grep, curl, etc to work. I don’t want OneDrive. You can go get tooling to make windows more linux-like but, like, why half ass it.

        With containers I guess it matters less. You could have a Windows host and Linux container, and probably not cause any problems with case folding or line feeds, but again: why half ass it.

        Do you do software development work?