Monthly Archives: March 2006

The sharpest knives in the drawer

Here’s an inspiring piece about OXO, the company that arguably produces the best kitchen tools in the world. How do they do it? Evolutionary improvement and fanatic attention to detail. If you’re developing software, that’s not the worst model you … Continue reading

Posted in General | Comments Off

Which sci-fi crew would you best fit in?

I’m only slightly embarrassed. You scored as SG-1 (Stargate). You are versatile and diverse in your thinking. You have an open mind to that which seems highly unlikely and accept it with a bit of humor. Now if only aliens … Continue reading

Posted in General | Comments Off

How I wish I could write one of those

Dominik Wagner, one of the minds behind SubEthaEdit, wrote a retrospective on his six years of studying computer science at a german university. Being in my sixth year myself (but not at one of Germany’s finest universities), I can confirm … Continue reading

Posted in General | 2 Comments

Assembler not dead yet, apparently

pagetable.com is a new blog about assembly language. They even do puzzles! I think I kind of know the answer to the first one. Wouldn’t something like this work, with x and y in ax and bx? mul ax, bx … Continue reading

Posted in General | 3 Comments

Perfectly organized

I love this ad campaign for an office furniture company. Very clever. (via Information Aesthetics)

Posted in General | Comments Off

Analysing multiple CVS modules with StatCVS

This just came up on the StatCVS mailing list and is worth a blog post. Sometimes you want to create a cumulative StatCVS report that summarizes multiple projects. This neat little trick works if they are all from the same … Continue reading

Posted in General | Tagged | Comments Off

Steve Yegge on programming languages

This is a pointer to some insightful and entertaining rants about programming languages, by Steve Yegge. If you are wondering if you should learn another language, and which one, or are interested in the bigger picture of the programming language … Continue reading

Posted in General | Comments Off

A peek into the future: the Order Status Widget

Sometimes I see something that makes me think: “This is what the future will be like.” Usually it’s not something world-shattering, but something very small. This dashboard widget tracks the status of an order with the Apple store. How many … Continue reading

Posted in General | Comments Off

AJAX on Rails

AJAX on Rails, visualized. Thanks for the link Paolo!

Posted in General | Comments Off

Semantic wiki musings

This is a followup to my short review of Semantic MediaWiki. I’ve followed the semantic wiki space for quite a while. In late 2003 and early 2004, I was working on my own semantic wiki implementation in PHP, based on … Continue reading

Posted in General, Semantic Web | 1 Comment