Category: Programming
I'm not a very good cook. One reasons is that I've never mastered the
art of tasting the food as I go along and seasoning it properly. When
cooking, I never seem to add the right amount of salt. As a programmer,
though, I always use salt.
"Salt", in programming …
Read more
Posted Mon 05 May 2008
by mcherm
in Programming
When I was a physics student one of the things that I learned to do was
"unit analysis". That's where you simply consider what units an answer
has: is it in meters, or meters squared? Surprisingly, there is an
enormous amount that can be learned just by doing unit analysis …
Read more
Posted Sun 30 March 2008
by mcherm
in Programming
I've been interviewing lately for "senior programmer"
positions. I find it outright astonishing how many applicants for
these positions lack what I would consider the most fundamental of
programming skills. Some people have suggested using
FizzBuzz
(a trivial programming exercise) as a filter; what I use is a discussion
of …
Read more
Posted Sun 17 February 2008
by mcherm
in Programming
I'm beginning to wonder whether I'm turning into an "old fogey" of a
computer programmer. You know, the elderly fellow who has an office near
the server room; the one who always objects to the use of any new
technology and goes on at length about "the good old days …
Read more
Posted Sat 02 February 2008
by mcherm
in Programming
In part
1
I introduced immutable trees, this time I will talk about threading
evil. If you haven't yet read part
1,
go back and do so now.
We will start by recapping the argument showing that there cannot be a
loop. This argument went as follows:
The RandomTreeBuilder and …
Read more
Posted Wed 19 December 2007
by mcherm
in Programming