• RedFrank24@piefed.social
    link
    fedilink
    English
    arrow-up
    74
    arrow-down
    14
    ·
    edit-2
    6 hours ago

    I think that’s a tad excessive. Sure, Windows sucks, but it’s not my machine so I don’t give a shit. Now, if they expected me to bring my own machine and also insist that it’s Windows, I’ll get pissed off and refuse the offer. Their machine though? They can demand whatever they want, so long as I can actually do my job.

    9/10 times it’s not Windows I’m fighting against when I’m unable to do my job, it’s the IT department not giving me admin rights over the right folders so I can’t even install Docker without spending 3 days with them to get the right permissions.

    • AeonFelis@lemmy.world
      link
      fedilink
      arrow-up
      5
      arrow-down
      2
      ·
      2 hours ago

      Never understood that mindset. Yes, it’s not my machine, but I will need to bring my own brain to the job and expose my own sanity to that oppression[1] system.


      1. not a typo ↩︎

    • Ethan@programming.dev
      link
      fedilink
      English
      arrow-up
      26
      ·
      4 hours ago

      Personally I also would not quit/back out just from that, but “it’s not my machine” misses the point, IMO. It’s a device I’m expected to use ~40 hours a week. Windows fucking sucks. Using that trash for half of my waking hours sucks. Been there, done that, I hope to hell I never have to again.

      • dependencyinjection@discuss.tchncs.de
        link
        fedilink
        arrow-up
        4
        ·
        2 hours ago

        The fuck are you doing in it?

        I’m a software engineer and we use windows. 90% of my day is spent in Visual Studio Professional. The rest is split between chrome, outlook, teams, postman, and SQL server management studio.

        I literally never go to the start menu. I have shortcut icons on the bar for everything I need.

        • Sl00k@programming.dev
          link
          fedilink
          English
          arrow-up
          3
          ·
          2 hours ago

          In my experience with windows there’s just a slight lagginess everywhere. I’ve had full gaming PCs still feel laggy just in Vscode. It’s not bad but it’s a small pain point that I don’t want to experience for 40 hours a week.

    • Evotech@lemmy.world
      link
      fedilink
      arrow-up
      1
      ·
      edit-2
      1 hour ago

      Fully agree. The company also has stuff they have to deal with like compliance, fleet management, device trust etc that I admit is easier to comply with if you just say fuck it windows it is.

      As long as I get local admin and WSL. If not I’d probably quit too

      If they trust me to manage company and other companies server infra but not to manage my fucking laptop, they can get fucked.

    • candyman337@lemmy.world
      link
      fedilink
      arrow-up
      1
      ·
      1 hour ago

      Windows 11 has been a nightmare for me. Every time I leave the file browser open my fans start up like I’m doing something insensive. Mssms freezes constantly, visual studio freezes constantly. Switching between virtual desktops? Not without waiting 30 seconds. And finally, idk if this is a dell thing or a win11 thing but the “low power mode” that activates if my battery is at or below 10 percent, despite me turning off all battery saving settings I can find, makes my computer functionally useless. Programs don’t load, I can’t close or open anything. Like the whole point of low power mode is so you have a little more time to wrap up things before you can get to a charger. There’s no point to that if you set my PC so low power that it literally can’t even run the bloated ass OS on it. I hate it so fucking much.

    • dream_weasel@sh.itjust.works
      link
      fedilink
      arrow-up
      14
      ·
      edit-2
      4 hours ago

      I think that depends a lot on what you’re expected to do. I’d write an email like this if I were expected to be an effective developer on a Windows system. I use Linux because I use vim, not the other way around. I can’t WSL for linux to use tmux or something and be nailed to one laptop screen, it just isn’t worth it. Besides the whacky clipboard problems, it’s just not sustainable to be permanently containerized in your host system IMO.

      Now if you are using an "I"DE like vscode or something it’s maybe not so bad because it at least plays on windows. Gvim is trash, and the whole reason to really lean in to vim/nvim is to sew your development environment right to any other program you need.

      IDK, there’s a dollar value beyond which I would not care, but it’s a gross amount.

    • Crackhappy@lemmy.world
      link
      fedilink
      English
      arrow-up
      1
      ·
      2 hours ago

      I have to use Windows 11 on my work laptop. So I just put it in its own DMZ and don’t worry too much about it.

    • jtrek@startrek.website
      link
      fedilink
      arrow-up
      3
      arrow-down
      2
      ·
      2 hours ago

      Windows isn’t fit for software development unless you’re doing Windows specific stuff. Maybe you can get by with WSL or cygwyn or similar, but that’s just a bandaid to make the machine less windows. You’ll probably still have problems with like case folding and line endings.

      • irelephant [he/him]@lemmy.dbzer0.com
        link
        fedilink
        arrow-up
        1
        ·
        1 hour ago

        As someone who does dev stuff on both windows and Linux, line endings have never been an issue. Are you using notepad or something?

        I’ve only had to use wsl for some stuff only designed for *nix, like openresty (and lua in general).