It is fun to think about the Simulation Theory but most discussions revolve around it being likely that we are in one.

What are some concrete reasons why it’s all science fiction and not reality?

  • 👍Maximum Derek👍@discuss.tchncs.de
    link
    fedilink
    English
    arrow-up
    6
    ·
    edit-2
    6 months ago

    Recursion would imply that’s its a regular repeating sequence, not an irregular one, no?

    No. A loop is recursive if it calls itself, it can still do different work each time. As a less than ideal example, I can write a function that concats a character from /dev/random to a string then call itself. It will go forever without repeating itself.