this post was submitted on 19 Mar 2024
7 points (100.0% liked)

Programmer Humor

19471 readers
1357 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
 
all 12 comments
sorted by: hot top controversial new old
[–] TexasDrunk@lemmy.world 2 points 7 months ago (1 children)

She's now qualified to do 90% of my job. Unfortunately the other 10% is explaining why it works.

[–] Aceticon@lemmy.world 3 points 7 months ago* (last edited 7 months ago) (2 children)

There's an anecdote that goes like this:

An important machine in a factory stops working. No matter what they do they can't get it to work again.

So they bring in a specialist to solve the problem, for an agreed fee of $1000

The guy checks the machine over and then goes and presses a specific button and the machine is back working again.

So the factory manager goes: "All you did was press a button! Why should I pay you $1000 for pressing a button?!"

To which the specialist answers: "Well, you see, you're paying me just $1 to press the button. The other $999 are for knowing which button to press".

[–] BastingChemina@slrpnk.net 1 points 7 months ago

It's a real story!

https://www.smithsonianmag.com/history/charles-proteus-steinmetz-the-wizard-of-schenectady-51912022/

At the beginning of the 20th century Henry Ford's electrical engineers had issues they could not solve with a gigantic generator. Henry Ford called Steimmetz, a genius mathematician working for GE to help them.

When he arrive at the factory he spent 2 days and night listening to the generator and scribbling on his notebook.

After that he asked for a ladder, climbed on it, put a chalk mark on a specific spot and explain to the engineers that they needed to remove the plate and replace sixteen windings behind the plate. After that the generator worked perfectly and Ford received a $10 000 bill.

Ford asked for an itemized bill and Steinmetz sent this

  • Making chalk mark on generator $1.
  • Knowing where to make mark $9,999.

Ford paid the bill.

[–] TexasDrunk@lemmy.world 0 points 7 months ago (1 children)

I heard the same story when I was a kid, but it was about a boilermaker. The rest was for knowing where to tap his hammer to fix their problem.

It's an obviously apocryphal story with two great messages. First, don't undervalue your expertise just because the fix was easy (I still have a problem with that). Second, if you don't know what you're doing don't question the expert just because it looked easy.

[–] cm0002@lemmy.world 1 points 7 months ago (1 children)

working her way through C++

part of Digital arts curriculum

Might be too high for this, but what??

[–] mosiacmango@lemm.ee 1 points 7 months ago (1 children)

Maybe part of a gaming curriculum?

Like, "learn some code so that when the devs are crying you can make small talk?"

[–] PrinceWith999Enemies@lemmy.world 0 points 7 months ago (2 children)

Smalltalk would probably make more sense than C++.

[–] mosiacmango@lemm.ee 0 points 7 months ago (1 children)

I was Haskalling for that one. I need to Go and shake off the Rust, maybe work on my Lisp to make sure people React well.

Node what I'm saying?

[–] 0xD@infosec.pub 1 points 7 months ago

Not Ruby sure what you're saying, but I dream of getting strangled by a Python that can't C#. 🤤

[–] xmunk@sh.itjust.works 0 points 7 months ago (1 children)

C++ is still the far and ahead leader in game programming. All the tools are written in it and everyone is used to it.

[–] Sonotsugipaa@lemmy.dbzer0.com 1 points 7 months ago

C++ is an awful candidate for a first programming language to learn, at least nowadays - it is very powerful, but it's also full of foot-guns and past a certain point the learning curve becomes a wall