A small matter of programming

on Mar 01, 2005
Programming is easy, it’s figuring out what it needs to do that’s hard.

Understanding the requirements, the working life of the people who are going to use it, and the simplest design we can come up …

Continue reading

Keyboard recommendation?

on Feb 25, 2005

I’m not happy with my current mac keyboard situation.



I have an Apple wireless keyboard, but I find the keys too hard to the touch. I prefer a keyboard with a really soft touch, like the keyboard on …

Continue reading

Book review: Emergence

on Feb 17, 2005

Steven Johnson: Emergence.



The book includes some excellent stories, for example the one about Alan Turing’s death because he was gay, which I hadn’t heard before (may everyone involved suffer in hel…

Continue reading

Flickr photos in OpenACS/Tcl

on Jan 24, 2005
Here is my code for showing my Flickr photos on the left side of my blog:
namespace eval flickr {}
namespace eval flickr::people {}

ad_proc flickr::api_key {} { return "<em>your api key here</em>" …
Continue reading