154
you are viewing a single comment's thread
view the rest of the comments
[-] simontherockjohnson@lemmy.ml 7 points 2 days ago* (last edited 2 days ago)

Margaret Hamilton's first job out of undergrad was working for Lorenz. She was incredibly accomplished with several stints in top labs, by the time of Apollo. It's not like opportunities for trail blazing software fell out of the sky on shlubs who barely passed undergrad data structures and algorithms courses.

[-] admin@sh.itjust.works 9 points 2 days ago

shlubs who barely passed undergrad data structures and algorithms courses.

And that's the problem with most people getting into IT nowadays, they expect to go to an algorithms course or a development bootcamp and come out knowing everything to make a 6 figure salary, but don't even try to learn what a software dependency is or how to fix their dev environment and expect GPT to shlub it up, when in reality many of these old school software programmers were self learning nerds who were just trying to solve (a) problem, and spent hours doing so.

[-] simontherockjohnson@lemmy.ml 8 points 2 days ago* (last edited 2 days ago)

don’t even try to learn what a software dependency

Everyone at my company keeps using the term "dependency hell" when referring to literally dependency management and order of operations with a modern package manager like NPM that tracks versions and dependencies.

They've literally never experienced working with dynamically linked libraries and they think it's so hard because they have to understand a tree that exists in data form (e.g. package-lock.json) and can be easily visualized vs a tangled file system and LD_LIBRARY_PATH or Windows standard search order / HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\KnownDLLs.

It's pathetic.

[-] admin@sh.itjust.works 2 points 2 days ago* (last edited 2 days ago)

These guys are living in the glory. I bet they don't even know all the info they need is just in a fucking config file, in a damn manual somewhere or in the stupid docs that people doesn't seem to bother reading anymore, or writing some decent ones.

this post was submitted on 07 May 2025
154 points (94.3% liked)

Programmer Humor

35561 readers
280 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS