• @[email protected]
    link
    fedilink
    377 hours 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.

    • @[email protected]
      link
      fedilink
      567 hours 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

    • @[email protected]
      link
      fedilink
      English
      136 hours ago

      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]
        link
        fedilink
        11 hour 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]
        link
        fedilink
        6
        edit-2
        5 hours ago

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