558
of=/dev/sda (programming.dev)
you are viewing a single comment's thread
view the rest of the comments
[-] Thorry84@feddit.nl 59 points 10 months ago

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.

[-] kaboom36@ani.social 80 points 10 months ago

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

[-] Thorry84@feddit.nl 26 points 10 months ago

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

[-] Ziglin@lemmy.world 2 points 10 months ago

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

[-] skulbuny@sh.itjust.works 24 points 10 months ago

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

  1. Read all of the words
  2. Believe them
[-] elvith@feddit.org 10 points 10 months ago* (last edited 10 months ago)

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

[-] ugo@feddit.it 7 points 10 months 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

[-] smeg@feddit.uk 6 points 10 months ago

Addendum to 2: never believe that what they say is relevant to what's actually happening here. You have a lot of faith that the people writing error messages knew what they were doing!

[-] Trainguyrom@reddthat.com 3 points 10 months ago

Having written some error messages in a godforsaken database frontend, an error message only means that something didn't work correctly and may or may not correctly indicate what is actually wrong

[-] skulbuny@sh.itjust.works 2 points 10 months ago* (last edited 10 months ago)

I mean, if the error says "variable foo is not defined" I don't think it's wise to go "I'm pretty sure it's defined, the compiler is just wrong" 😂

[-] firelizzard@programming.dev 2 points 10 months ago

I don’t know, have you ever used JavaScript? I’ve run into some really fucking weird bugs. I’ve also spent hours trying to find the source of an error message only to discover the error message was lying and caused by some other error.

[-] Lepsea@sh.itjust.works 8 points 10 months ago

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

/S

[-] thevoidzero@lemmy.world 3 points 10 months ago* (last edited 10 months ago)

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

Edit: Sorry didn't see /S

[-] smeg@feddit.uk 7 points 10 months ago

Never dealt with an intermittent failure or race condition, eh?

[-] FruitLips@lemmy.ml 5 points 10 months ago

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

this post was submitted on 30 Sep 2024
558 points (97.3% liked)

Programmer Humor

25531 readers
2653 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