Warning: session_start(): open(/var/lib/php/sessions/sess_cq48rfr5n8o5lm3epqg2tsacuj, O_RDWR) failed: No space left on device (28) in /var/www/tb-usercake/models/config.php on line 51
Warning: session_start(): Failed to read session data: files (path: /var/lib/php/sessions) in /var/www/tb-usercake/models/config.php on line 51
!7
static double interval = 4.0;
p-experiment {
autoRestart();
SS map = mechMap("Thing on screen => Fact");
repeat with sleep interval {
long time = sysNow();
Set factsSet;
S facts = lines(factsSet = lookupAllAsCISet(map, thingsOnScreen()));
if (neq(facts, lastFacts))
printWithAsciiHeading("FACTS", or2(facts, "-"));
lastFacts = facts;
//done2_always(time, localDateWithSeconds() + ": Found: " + list);
consoleTitle(trim(l(factsSet) + " " + unnull(random(factsSet))));
}
}