Warning: session_start(): open(/var/lib/php/sessions/sess_vfmu3jof9c5ltt4rldjgh396vs, 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
cmodule TheoryMaker > DynConvo {
/*
1. measurable features (fields of object)
2. higher level features (words the user throws in)
3. make theories (random statements)
4. check theories
1. show a random line
2. user types keyword
3. assign keyword to line
line $a has keyword $x & line $a's text is $bla
& line $y has text $bla => line $b might have keyword $x
*/
L msgs;
start-thread {
if (empty(msgs))
setField(msgs := mainCruddieLog());
setMsgs(takeFirst(5, msgs));
}
}