this post was submitted on 28 Sep 2024
697 points (96.2% liked)

Programmer Humor

19315 readers
3 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
697
Sometimes, it's backwards (sh.itjust.works)
submitted 1 week ago* (last edited 1 week ago) by [email protected] to c/[email protected]
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 175 points 1 week ago (50 children)

"IT people" here, operations guy who keeps the lights on for that software.

It's been my experience developers have no idea how the hardware works, but STRONGLY believe they know more then me.

Devops is also usually more dev than ops, and it shows in the availability numbers.

[–] [email protected] 12 points 1 week ago (14 children)

I've always found this weird. I think to be a good software developer it helps to know what's happening under the hood when you take an action. It certainly helps when you want to optimize memory access for speed etc.

I genuinely do know both sides of the coin. But I do know that the majority of my fellow developers at work most certainly have no clue about how computers work under the hood, or networking for example.

I find it weird because, to be good at software development (and I don't mean, following what the computer science methodology tells you, I mean having an idea of the best way to translate an idea into a logical solution that can be applied in any programming language, and most importantly how to optimize your solution, for example in terms of memory access etc) requires an understanding of the underlying systems. That if you write software that is sending or receiving network packets it certainly helps to understand how that works, at least to consider the best protocols to use.

But, it is definitely true.

[–] [email protected] 3 points 1 week ago

and I don't mean, following what the computer science methodology tells you, I mean having an idea of the best way to translate an idea into a logical solution that can be applied in any programming language,

But that IS computer science.

load more comments (13 replies)
load more comments (48 replies)