• A third line of cancer treatment reversed the growth of the rightparacaval lymph node

    From olcott@polcott333@gmail.com to comp.theory,sci.logic,comp.lang.c on Tue Feb 4 21:38:16 2025
    From Newsgroup: comp.lang.c

    This treatment does not typically last very long and
    will be immediately followed by a riskier fourth line
    of treatment that has an initial success rate much higher
    than its non progression mortality rate.
    --
    Copyright 2024 Olcott "Talent hits a target no one else can hit; Genius
    hits a target no one else can see." Arthur Schopenhauer

    --- Synchronet 3.20c-Linux NewsLink 1.2
  • From olcott@polcott333@gmail.com to comp.theory,comp.lang.c on Thu Feb 6 12:26:16 2025
    From Newsgroup: comp.lang.c

    On 2/6/2025 10:52 AM, Bonita Montero wrote:
    Am 05.02.2025 um 16:11 schrieb olcott:
    On 2/5/2025 1:44 AM, Bonita Montero wrote:
    Am 05.02.2025 um 04:38 schrieb olcott:
    This treatment does not typically last very long and
    will be immediately followed by a riskier fourth line
    of treatment that has an initial success rate much higher
    than its non progression mortality rate.


    Halting problem solved !


    The halting problem proof input does specify non-halting
    behavior to its decider.

    https://www.researchgate.net/
    publication/369971402_Simulating_Termination_Analyzer_H_is_Not_Fooled_by_Pathological_Input_D

    LOOOOOOOOL

    Anyone that understands the C programming language
    sufficiently well (thus not confused by the unreachable
    "if" statement) correctly understands that DD simulated
    by HHH cannot possibly reach its own return instruction.

    When we add a little computer science to this then we
    know that the input to HHH does not halt.

    typedef void (*ptr)();
    int HHH(ptr P);

    int DD()
    {
    int Halt_Status = HHH(DD);
    if (Halt_Status)
    HERE: goto HERE;
    return Halt_Status;
    }

    int main()
    {
    HHH(DD);
    }
    --
    Copyright 2024 Olcott "Talent hits a target no one else can hit; Genius
    hits a target no one else can see." Arthur Schopenhauer
    --- Synchronet 3.20c-Linux NewsLink 1.2