Hacker News new | ask | show | jobs
by breuleux 792 days ago
Depending on capabilities within the simulation, that method scales unpredictably. If you can build supercomputers and run programs on them, these need to be simulated accurately at all times lest it becomes noticeable that they don't perform according to spec. Basically, the more machines you build, the larger the set of interactions that must be simulated becomes, and if your simulator's capacity is limited, then either things have to break from the perspective of the simulation, or the simulatees are effectively performing a denial of service attack on the simulator.
1 comments

interesting perspective. So all entities in one big simulation to ensure everyone has the same clock/variables/... and then just simulate around the person?