Friday, January 30, 2004

 
Gas on Ice: "Scientists have demonstrated for the first time that they can produce natural gas from an existing gas hydrate deposit in nature. "

Thursday, January 29, 2004

 
Hektor.ch - interesting project - using a computer-controlled spray can as a large-scale plotter.

Tuesday, January 27, 2004

 
Using the java.lang.Character Class and Handling Uncaught Exceptions: "All the exceptions that an application typically tries to catch are subclasses of java.lang.Exception, and so are caught by this technique. This excludes exceptions like OutOfMemoryError, which are descendants of java.lang.Error. If you really want to catch everything (not necessarily a good idea), you need to use a 'catch (Throwable e)' clause. " - something I need to do for my Java photo resizer - sometimes it runs out of memory, and I don't handle that very gracefully. Maybe this will help.
 
Career Calculus: "The key to a great career is to focus on L, the first derivative of the equation. L is the rate at which your cluefulness is changing over time. The actual value of C at any given moment is usually a distraction. Only one question matters: With each day that goes by, are you getting more clueful, or less clueful? Or are you just stuck?"

This page is powered by Blogger. Isn't yours?