Nov 17, 2010 11:51
My Post from the mythbuster's forum:
[QUOTE]Originally posted by tstab:
Cynics deny that a thing exists. Skeptics demand to be convinced of a thing's existence.[/QUOTE]
And I believe the cat is both alive and dead until it can be determined.
In programming terms:
Boolean determined = null;
if (proved) determined = Boolean.TRUE;
if (disproved) determined = Boolean.FALSE;
In the statement:
[QUOTE]Originally posted by tstab:
Cynics deny that a thing exists. Skeptics demand to be convinced of a thing's existence.[/QUOTE]
The programming allegory for both Cynics and Skeptics:
Boolean determined = Boolean.FALSE;
if (proved) determined = Boolean.TRUE;