If you look more closely at the actual code, this exercise compares the performance of readFileSync (an operation that deliberately blocks) on 1 core vs 2 cores.
Initially they overlap which is one of the main cause of the jitter. Spreading out the initial locations would be a remedy, but then I would have to find a different way to explain "diffusion" to my daughter :)
This works as well (using jquery):
var a=0,t;setInterval(function(){t=$("#question").text().replace('x','*').replace('÷','/');t=t.slice(0,t.length-2);if(t!=a)$("#answer").val(eval(t)).keyup();a=t;},0);
There is a link to the source at the bottom of the page (http://www.straeto.is/rauntimakort/). I parse the JSON input, associate the records with previous ones (i.e. which bus is uniquely which) and stream output via websockets.
Multiple clusters unreachable