PDA

View Full Version : Paradox



The Dude Abides!
Tue Nov 30th, 2010, 10:46 AM
Just something for you CSC folks to ponder:

Wrider
Tue Nov 30th, 2010, 11:12 AM
Haha very nice

asp_125
Tue Nov 30th, 2010, 11:17 AM
OWWW! My brain huurrts!

MetaLord 9
Tue Nov 30th, 2010, 11:41 AM
This is how we separate the robots from the men.

50sGrl
Tue Nov 30th, 2010, 11:47 AM
But wait. Isn't 'My nose will grow' maybe only a prediction and not necessarily a lie (which requires intent)?

And even though it's been eons, I don't remember the story saying that the nose could NOT grow if he was telling the truth.

I think I need more to do.

Ricky
Tue Nov 30th, 2010, 12:22 PM
That's what I call an unhandled exception

50sGrl
Tue Nov 30th, 2010, 01:13 PM
That's what I call an unhandled exception

Haven't heard this one. Is this a techie thing?

Matty
Tue Nov 30th, 2010, 02:20 PM
<~~~ brain hurts.

gtn
Tue Nov 30th, 2010, 07:19 PM
That's what I call an unhandled exception

If he says it three times fast it could be a race condition.

LambeauXLIV
Wed Dec 1st, 2010, 01:48 AM
Thread.setDefaultUncaughtExceptionHandler (new UncaughtExceptionHandler() {

public void uncaughtException (Thread thread, Throwable ex) {

pinocchio.kill();
}
}

problem solved.

dirkterrell
Wed Dec 1st, 2010, 08:31 AM
This statement is a lie.

Snowman
Wed Dec 1st, 2010, 11:22 AM
Isn’t there an old Star Trek episode like this?

Ricky
Wed Dec 1st, 2010, 12:54 PM
Haven't heard this one. Is this a techie thing?

An unhandled exception is when there's no code in place (in an object oriented programming language) to handle conditions other than what it was originally intended to do. There's no code in place to handle the condition, basically.