this post was submitted on 16 Mar 2025
889 points (98.8% liked)

Programmer Humor

21609 readers
2180 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
[–] SnotFlickerman@lemmy.blahaj.zone 52 points 1 day ago* (last edited 1 day ago) (3 children)

In my experience, a lot of software dev degree paths basically don't even have relevant classes on hardware at all. Classes on hardware are all in IT Helpdesk and Network Admin degree paths whereas the software dev students are dumped straight into Visual Studio right off the bat with no relevant understanding of the underlying hardware or OS.

[–] atomicbocks@sh.itjust.works 48 points 1 day ago (1 children)

My experience does not reflect yours. Computer Architecture, Discrete Math (logic gate math), and Operating System Concepts were all required classes in my CS degree from just a few years ago.

[–] SnotFlickerman@lemmy.blahaj.zone 23 points 1 day ago (2 children)

Honestly that's good to hear. I've run into some devs who are completely mystified on how to connect to a remote database and couldn't tell a socket from sandwich.

[–] Pieisawesome@lemmy.dbzer0.com 10 points 22 hours ago

In my degree, we had to write kernel mods and device drivers

Can I have my socket with rye. I like rye.

[–] kryptonianCodeMonkey@lemmy.world 9 points 1 day ago* (last edited 1 day ago) (1 children)

My CS degree had a hardware/IT support class, but A) it was entirely simulation based. We never touched any actual hardware. We "built" PC's or identified physical issues in 3d sim software, set up RAID arrays in software, etc. B) it was super hand holdy and you only ever go over a problem once, so nothing on the class has stuck. I know much more from having built, troubleshot and maintained my own computers and network than I ever learned from that class, then learned more by doing in an actual IT support position before becoming an engineer.

[–] applebusch@lemmy.blahaj.zone 3 points 15 hours ago (1 children)

I mean to be fair the sheer amount of material most university engineering programs require these days makes spending significant time on specific problems almost impossible. They try to shove so much theory into your head they lose track of practical implementation. Basically everyone I went to school with complained about the lack of practical application relative to theory, and I studied mechanical engineering which is theoretically and literally chiefly concerned with hardware.