Skip to content

{ Monthly Archives } March 2010

Bazookas, it’s the only thing I can hit a moving target with

del.icio.us links for Today

Open source for the online gaming universe | RedDwarf Server This is a neat Java backend for a MMOG. An impressive open-source project (well, not that I've tested it!) If you ever had the idea to create some kind of MMOG, this seriously lowers the barrier to entry. (tags: gaming mmog mmorpg)

Sleep, sleep, sleep, wake up feeling great!

The ideal life… via haha.nu

She solves rubik’s cube, while balancing 10 books on her head, while reciting Pi to 100 decimals

via haha.nu

Realitic CGI portraits

Wow, unbelievable: RT @jseiden: Am I the only one who finds this kind of CG creepy? http://bit.ly/doHXeC

del.icio.us links for Today

The Single Sign On – The Daily WTF Single sign-on implementation that's really slick, although the story is more entertaining. Give it a read and relish in over-engineering. (tags: security wtf humor)

Stunning interactive, musical Flash!

Click here! http://soydeaire.labuat.com/ And enjoy. I stuck it out for the whole song, sooo cool. Thanks RobG!

Spring Running

So, Spring is here and I’ve officially started training for my season of triathlons and the Ragnar Relay. As usual, I’m starting off heavy, about 195 lbs. Last year I think I may have lost 5 lbs. the entire season, which sucks. I blame that on not really training hard enough and not having nutritional [...]

WP-Syntax

I added wp-syntax to help make the display of source code in this blog more legible, and colorful. (defn fib [n] (if (or (zero? n) (= n 1)) 1 (+ (fib (dec n) ) (fib (- n 2))))) Here is some Java: ServerSocket serverSocket; try { serverSocket = new ServerSocket(this.listenPort); } catch (IOException e) { [...]

I am outta here!

Primordial Ooze is Digg proof thanks to caching by WP Super Cache