:hidden flag: [scientific computation] n. An extra option added to
a routine without changing the calling sequence. For example,
instead of adding an explicit input variable to instruct a routine
to give extra diagnostic output, the programmer might just add a
test for some otherwise meaningless feature of the existing inputs,
such as a negative mass. The use of hidden flags can make a
program very hard to debug and understand, but is all too common
wherever programs are hacked on in a hurry.
-- The AI Hackers Dictionary
munching squares: n. A {display hack} dating back to the PDP-1
(ca. 1962, reportedly discovered by Jackson Wright), which employs
a trivial computation (repeatedly plotting the graph Y = X XOR T
for successive values of T --- see {HAKMEM} items 146--148) to
produce an impressive display of moving and growing squares that
devour the screen....