Mar 20
True Story w/ James.
James: Did you ever play a game called Honey [my mother's dog] versus Ralph [my aunt's cat]?
Me: No.
James: That is a very inappropriate game.
Me: Why?
James: It is too violent.
Mar 3
Debugging is twice as hard as writing the code in the first place. Therefore, if you write the code as cleverly as possible, you are, by definition, not smart enough to debug it. —Brian W. Kernighan, co-author of The C Programming Language and the “K” in “AWK”
Feb 27
Seven ways to think like the web « Jon Udell
Be the authoritative source for your own data
Pass by reference not by value
Know the difference between structured and unstructured data
Create and adopt disciplined naming conventions
Push your data to the widest appropriate scope
Participate in pub/sub networks as both a publisher and a subscriber
Reuse components and services




