Bonus points if it’s usually misused/misunderstood by the people who say it

  • jmsy@lemmy.world
    link
    fedilink
    arrow-up
    49
    arrow-down
    6
    ·
    9 months ago

    The definition of insanity is doing the same thing over and over and expecting different results.

    That is not the definition of insanity

    • blady_blah@lemmy.world
      link
      fedilink
      arrow-up
      15
      arrow-down
      1
      ·
      9 months ago

      Yeah, isn’t it like practicing? You’re not very good at something so you practice over and over and over and hopefully when you’re done you do it better… You know different than when you started.

    • leaky_shower_thought@feddit.nl
      link
      fedilink
      arrow-up
      5
      ·
      9 months ago

      this quote works very well on computers who run instructions pretty consistent.

      any larger/ life-level scope and it falls apart from niche cases.

      • Alien Nathan Edward@lemm.ee
        link
        fedilink
        arrow-up
        5
        ·
        9 months ago

        Any software engineer you care to ask will tell you about situations in which doing the same thing has led to vastly different results.

      • Zacryon@feddit.de
        link
        fedilink
        arrow-up
        4
        ·
        edit-2
        9 months ago

        *on deterministic computers.

        Technically, even then doing the same can lead to different results, if nondeterministic events play a role and the different aspects of the software or system may contain bugs. For example mutlithreaded applications where the scheduler can passively influence the outcome of an operation. In one run it fails, in another it doesn’t. A nightmare to debug.