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?
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?
Recursion would imply that’s its a regular repeating sequence, not an irregular one, no? Pi, and other irrational numbers, have no pattern. They do not repeat.
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.Pi has a pattern, just not a repeating one. There are algorithms to calculate it to arbitrary precision.
A pattern is, by definition, repeating. Pi does not repeat. At least not that we’ve yet calculated, and we’ve gotten to thirteen trillion digits which is frankly incomprehensible.