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

founded 2 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] RagingRobot@lemmy.world 20 points 1 day ago (3 children)

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?

[–] blackn1ght@feddit.uk 5 points 1 day ago (2 children)

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 6 points 19 hours ago (1 children)

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 1 points 19 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 3 points 1 day ago (1 children)

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

[–] ChairmanMeow@programming.dev 1 points 21 hours ago (1 children)

Enterprise Windows does not get all those ads. I haven't seen a single ad on any of my Windows machines.

[–] RagingRobot@lemmy.world 1 points 17 hours ago (1 children)

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?

[–] W98BSoD@lemmy.dbzer0.com 1 points 13 hours ago* (last edited 13 hours ago)

Because you’re already paying more for the hardware with a Mac.

[–] Gladaed@feddit.org -2 points 22 hours ago

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

[–] UPGRAYEDD@lemmy.world 0 points 23 hours ago (2 children)

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 6 points 22 hours ago (2 children)

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 3 points 19 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.

[–] yabbadabaddon@lemmy.zip 1 points 21 hours ago (1 children)
[–] UPGRAYEDD@lemmy.world 1 points 12 hours ago (1 children)

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.

[–] yabbadabaddon@lemmy.zip 1 points 12 hours ago

How do you audit your IDEs extensions?