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;
static Set lastFacts;
static new LatestAppearance factAppearance;
p-experiment {
autoRestart();
repeat with sleep interval {
long time = sysNow();
SS map = mechMap("Thing on screen => Fact");
Set factsSet = lookupAllAsCISet(map, thingsOnScreen2());
L factsList = factAppearance.recordAndSort(factsSet);
S facts = lines(factsList);
if (neq(factsSet, lastFacts))
printWithAsciiHeading("FACTS", or2(facts, "-"));
lastFacts = factsSet;
//done2_always(time, localDateWithSeconds() + ": Found: " + list);
consoleTitle(trim(l(factsList) + " " + first(factsList)));
}
}