this post was submitted on 15 Mar 2026
700 points (93.0% liked)

Programmer Humor

30373 readers
2209 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
[–] RedFrank24@piefed.social 63 points 18 hours ago* (last edited 18 hours ago) (15 children)

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.

[–] jtrek@startrek.website -1 points 15 hours ago (2 children)

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@lemmy.dbzer0.com 1 points 13 hours ago (1 children)

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).

[–] jtrek@startrek.website 1 points 12 hours ago

One of the other guys is on Windows and we had to change a config in git to handle it. Not sure what he did on his end. I have vscode on a Mac. Some people at this place have been working since like the 90s and probably are using notepad.

load more comments (12 replies)