Monthly Archives: April 2008

Lucasfilm releases details of new advanced CGI techniques

Well in those days computers were apparently 1-4Mhz on the server end of things. Doing wireframe perspective matrix transformations quick enough to rotate things in real time was a big deal. I mean… I wasn’t born yet – but the literature clearly indicates there were parties in the streets. LOL Is this kind-of like a

Edward Lorenz dead at 90

Who is Edward Lorenz? Well he’s known in scientific circles as the father of chaos theory. Chaos theory explores the relatioships between tiny changes in a dynamic system and the vast impacts these changes can have. For me this is a somber day as I fondly remember reading about chaos theory in my school library

PHP toalpha and toalphanum

These aren’t default functions but I thought I’d post them: <?php function toalphanum( $string ) { $newstring = “”; for( $i = 0; $i < strlen( $string ); $i++ ) { if( ( ( $string[$i] >= “A” ) && ( $string[$i] < = "z" ) ) || ( ( $string[$i] >= “0″ ) && (

I can’t be bothered lately…

I’ve put my efforts into too many other things lately and I’ve severely neglected this blog. I apologize to all two of my readers. Sorry. :3