this post was submitted on 30 Sep 2024
549 points (97.4% liked)

Programmer Humor

19331 readers
4 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
[–] [email protected] 58 points 1 week ago (4 children)

Hmmm command not found, let me just try the same command a couple more times, this time it will work right?

In IT teaching users to actually read and understand errors is always an uphill battle.

[–] [email protected] 80 points 1 week ago (2 children)

Tbh I'd try it multiple times too, just because the concept of cd not being there is horrifying and cannot possibly be the case

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

Very true, I would do the same and feel my stomach drop farther each time.

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

Also muscle memory. I keep typing aliases I only have on my computer :(

[–] [email protected] 23 points 1 week ago (2 children)

I learned early in my software engineering career these two beautiful rules of debugging:

  1. Read all of the words
  2. Believe them
[–] [email protected] 10 points 1 week ago* (last edited 1 week ago)

Unless you were the one writing the program and its error messages - then check, that you didn't mess up there...

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

Until you write a compiler error in some deeply templated C++ code, in which case just reading every word takes all day

/s but not too much

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

You see they all different one use / the other use - and ~

/S

[–] [email protected] 3 points 1 week ago* (last edited 1 week ago)

Yeah but those are arguments to cd, the error says command not found

Edit: Sorry didn't see /S

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

Where is the Windows 'help' button, did you try that?