this post was submitted on 28 Sep 2024
498 points (95.8% liked)

Programmer Humor

19276 readers
2755 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 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] _____@lemm.ee 41 points 9 hours ago* (last edited 7 hours ago) (3 children)

I think it's on a case by case basis but having help desk ppl help you out and opening powershell and noodling without any concept of problem solving made me make this face once.

It probably goes both ways, I'm a dev and I assembled computers at 12 yo so I believe I have a lot of experience and knowledge when it comes to hardware. I've also written code for embedded platforms.

IT people in my pov can really come across as enthusiast consumers when it comes to their hardware knowledge.

"did you guys hear Nvidia has the new [marketing term] wow!" . Have you ever thought about what [marketing term] actually does past just reading the marketing announcement?

At the same time I swear to God devs who use macs have no idea how computers work at all and I mean EXCLUDING their skill as a dev. I've had them screen share to see what I imagine is a baby's first day on a computer.

To close this rant: probably goes both ways

[–] 0x4E4F@sh.itjust.works 6 points 8 hours ago* (last edited 8 hours ago)

Agreed. I have colleagues that I write scripts for (I don't do that any more, I stopped and shit stopped working, so they solve things manually now), they don't know shit about scripting... and still don't.

On the other hand, I've had the pleasure of working with a dev that was just this very positive, very friendly person and was also very knowledgeable when it came to hardware, so we were on the same page most of the time. He also accepted most of my code changes and the ones that he didn't, gave him an idea of how to solve it more efficiently. We were a great team to be honest. We're still friends. Don't see him as frequently, but we keep in touch.

[–] spacecadet@lemm.ee 18 points 8 hours ago (3 children)

Interesting comment on the Mac. At my workplace we can choose between Mac or Windows (no Linux option unfortunately, my personal computer runs Debian). Pretty much all the principle and senior devs go for Mac, install vim, and live in the command line, and I do the same. All the windows people seem over reliant on VSCode, AI apps, and a bunch of other apps Unix people just have cli aliases for and vim shortcuts. I had to get a loaner laptop from work for a week and it was windows. Tried using powershell and installing some other CLI tools and after the first day just shut the laptop and didn’t work until I got back from travel and started using my Mac again.

[–] _____@lemm.ee 13 points 7 hours ago

If you don't have access to Linux, MacOS is the closest commercially available option so it makes sense.

Also please take what I said lightly, I by no means want to bash Mac users and generalize them. It just has been my experience. I'm sure there are thousands of highly competent technical users who prefer Mac.

[–] velvetThunder@lemmy.zip 2 points 7 hours ago

Why wasn't wsl an option?

[–] uis@lemm.ee -5 points 6 hours ago (4 children)

devs who use macs

Do they exist? Are you sure they are devs?

[–] aniki@discuss.tchncs.de 3 points 4 hours ago

I'm writing python in PyCharm on my M2 right now.

[–] GoodEye8@lemm.ee 1 points 5 hours ago

They do exist and some of them swear Mac has better workflows (than windows because most of the time your options are Windows or Mac). I would call them loonies but I've seen some smart people use Macs.

[–] JordanZ@lemmy.world 4 points 3 hours ago

Our entire .NET shop swapped to MacBook Pros from Dell Precisions for like 2-3 years because our head of development liked them more. Then went back to having a choice after that. So now we have a mix. In all honesty it’s not much different for me but I use everything…Windows, Mac, Linux. Whatever works best for me for the task at hand. DotNet runs on all three so we kind of mix and match. Deploying to Azure allows a mix of windows/linux and utilizing GitHub Actions allows a mix of windows/linux in the same workflows as well. So it’s best to just learn them all. None of them are perfect and have pros/cons.

I dabble in hardware and networking too. I built my first computer when I was 11 by myself. My parents are kind of tech illiterate. I have fiber switches and dual Xeon servers and the such in my house. My NAS is a 36 hot swap bay 4U server. That knowledge definitely helps when deploying to the cloud where you’re responsible for basically everything.

Also, yes. I can do more than .Net languages…that’s where my job currently falls though.

[–] Zink@programming.dev 1 points 1 hour ago

MacOS is literally certified UNIX though.

I’m not a Mac user at all, and I’m lucky enough to be able to run Linux full time at work, but it seems like macs should be alright in many cases.