Author: mcherm
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
I was reading a post in Eric Lippert's
Blog
and started to post a reply, but when I realized just how much I needed
to say, I decided it should be it's own post, nay: series of posts on my
blog. Let me take you on an interesting tour of …
Read more
Posted Wed 19 December 2007
by mcherm
in Programming
Things To Do Before "1.0":
- Add animated dragon logo on right top.
- Fix permalinks.
- Get the front page working at mcherm.com. (It would be nice if
"http://mcherm.com/blog" also worked since I've been giving that out
while in beta.)
- Add the actual blog title.
- Valid XHTML …
Read more
Posted Mon 17 December 2007
by mcherm
in articles