Come on, it can't be that hard of a problem. Lazy ass devs.

  • makotech222 [he/him]
    ·
    8 months ago
    var i = 0;
    While (i == 0){
     var res = RecieveNetworkCallIfAny();
     if (res)
        i = 1;
    }
    

    Sadly, you can't prove that the program will ever exit this loop

      • FunkyStuff [he/him]
        ·
        8 months ago

        I respect it because a lot of the reasons why there even are hangs and crashes is because of pesky side effects. FPchads keep winning.

    • Yurt_Owl
      ·
      edit-2
      8 months ago

      Progress bar to the end of earth its ez or whatever other predicted end date would be relevant

    • mathemachristian [he/him]
      ·
      8 months ago

      I shoot the machine its running on, when the cops ask why Ill tell them you asked me to prove if the machine can be stopped.