this post was submitted on 15 Mar 2026
865 points (93.4% liked)
Programmer Humor
30403 readers
2182 users here now
Welcome to Programmer Humor!
This is a place where you can post jokes, memes, humor, etc. related to programming!
For sharing awful code theres also Programming Horror.
Rules
- Keep content in english
- No advertisements
- Posts must be related to programming or programmer topics
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
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?
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.
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.
Nope. The language we use handles that for us. I don't think path length has been an issue for a while now?
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.
I never had to do anything on my Mac it just works every time
Enterprise Windows does not get all those ads. I haven't seen a single ad on any of my Windows machines.
Apples doesn't sell a Mac version with ads and a version without so that seems better to me too. Why do I have to pay extra for that?
Because you’re already paying more for the hardware with a Mac.
Or you could just use a cross platform terminal such as Powershell? I also use Terminal to have nice UX.
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.
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.
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.
What ide are you using?
Im in firmware. IDEs change often depending on the chip i am working with. In some cases, the tools are better on windows, or have been in the past. It has gotten alot better recently.
How do you audit your IDEs extensions?