• RagingRobot@lemmy.world
    link
    fedilink
    arrow-up
    28
    arrow-down
    4
    ·
    13 hours ago

    You have to install extra crap to get the terminal to work like unix and I always had to fight with it to install things. Not worth the time. Maybe if you don’t need a terminal though?

    • UPGRAYEDD@lemmy.world
      link
      fedilink
      arrow-up
      4
      arrow-down
      3
      ·
      7 hours ago

      This sounds more like IT babysitting.

      If IT cant trust software engineers to have full admin rights on a work computer, either the calibur of your co workers is so bad that no one should want to work there, or the IT department has such a god complex, no one should want to work there.

      • aeiou_ckr@lemmy.world
        link
        fedilink
        arrow-up
        8
        arrow-down
        1
        ·
        6 hours ago

        No IT should trust devs to have full admin rights. Y’all know enough to fuck everything up and then blame IT for not knowing how to fix your weird ass edge case in 30 seconds before crying to the CIO.

        • r1veRRR@feddit.org
          link
          fedilink
          arrow-up
          1
          ·
          3 hours ago

          It obviously depends on the environment, but if I am supposed to develop tools that, in theory, can fuck up everything, then I also need access to everything (on my machine). There’s no point in testing, if the elevated access rights on the server suddenly surface a fuckton of extra bugs.

          Heck, I need admin just for the basics of installing developer tools and opening web ports.

          They tried to lock our stuff down once. After a couple of days of absolutely zero work being done because all our tooling was missing, and the poor IT guy had to somehow learn how to install every tool we needed and taking forever, we just got sudo rights.

    • Gladaed@feddit.org
      link
      fedilink
      arrow-up
      2
      arrow-down
      4
      ·
      5 hours ago

      Or you could just use a cross platform terminal such as Powershell? I also use Terminal to have nice UX.

    • blackn1ght@feddit.uk
      link
      fedilink
      English
      arrow-up
      8
      arrow-down
      2
      ·
      12 hours ago

      You install git and you get git bash that works great in the Windows terminal. That’s something you do once. I use the terminal daily, not an issue at all.

      • r1veRRR@feddit.org
        link
        fedilink
        arrow-up
        3
        ·
        3 hours ago

        Cool, and then there’s NEVER any problems with different paths? With back and forward slashes? With the limit on path length? With missing permissions on the file system requiring weird workarounds?

        Most importantly, your server is likely not Windows, yet you test on Windows, and that’s never ever been a serious source of issues?

        And don’t say WSL. That’s like saying the fix to using Windows is to use Linux, but fiddlier. Not to mention you still get issues with the mounted file system.

        • blackn1ght@feddit.uk
          link
          fedilink
          English
          arrow-up
          1
          arrow-down
          1
          ·
          2 hours ago

          Cool, and then there’s NEVER any problems with different paths? With back and forward slashes? With the limit on path length? With missing permissions on the file system requiring weird workarounds?

          Nope. The language we use handles that for us. I don’t think path length has been an issue for a while now?

          Most importantly, your server is likely not Windows, yet you test on Windows, and that’s never ever been a serious source of issues?

          We use serverless functions using Linux and it’s never an issue. My previous employer, we had Windows servers and Linux based containers, and that wasn’t an issue either.

      • RagingRobot@lemmy.world
        link
        fedilink
        arrow-up
        4
        arrow-down
        3
        ·
        edit-2
        7 hours ago

        I never had to do anything on my Mac it just works every time

        Also some of the libraries I use aren’t even supported on windows. I know a bunch of node libraries that I had to change in project repos to accommodate engineers using windows specifically. Windows is shit

        Also it’s riddled with ads