Earlier quoted context omitted.
> All our experience with computational sandboxes so far is that preventing information leaks or escapes is extremely hard. I believe this is due to the path-dependent nature of our hardware architecture, not anything fundamental. x86 is not really designed with virtualization in mind. Theoretically, perfect airtight simulation is the primary ability of computers, and we're just too sloppy to exploit it properly. Ano…
Can entities inside the simulation get info about your CPU architecture? (From HAKMEM): Item 154 (Bill Gosper): The myth that any given programming language is machine independent is easily exploded by computing the sum of powers of 2. If the result loops with period = 1 with sign +, you are on a sign-magnitude machine. If the result loops with period = 1 at -1, you are on a twos-complement machine. If the result loo…
Anyway, there's no reason entities in a physics simulation would have such direct access to the primitives of the underlying computer, and trying to crash your host simulation does not seem like a reliable, healthy, or in any other way advisable approach to finding out if you're in one.