Archive for 2006/12
-
If I Could Remove Two Keywords from Java...
-- 2006-12-13 15:36:00
Java is pretty boring as far as programming languages go. There are plenty of things I'd like to be able to do in it that I can't do, but there are a couple of things that you can do that I think are fairly stupid. void The first item on my hitlist is void. void communicates that a method exists ...
-
Using Gmail as a Spam Filter
-- 2006-12-11 22:46:00
I've been using spamassassin for quite a while now which helped quite a bit at first, but then the spammers caught up. When I first read about greylisting, I wrote a toolkit for postfix that was quite successful, but they eventually caught up again. Today, I set up my home mail to go to my blackberry. That's where I realized ...
-
If Only Somebody Would Come Up with a Web Toolkit...
-- 2006-12-08 16:44:00
You know what we need? Some sort of toolkit that makes all this web programming stuff easier. OK, I was being facetious. What I really need is someone to come up with some sort of toolkit that helps me narrow down my toolkit selection to just two or three. When I'm making content-centric sites, I like to use Django. It's ...
-
Too Many Programmers
-- 2006-12-05 10:01:00
There are just too many programmers. It's getting hard to find anything to do. This morning, I thought it'd be a good contribution to the world to build a couple of design by contract systems. I know, it's nothing truly revolutionary, but I haven't done any serious Eiffel programming in years and I miss being able to just state what ...
-
IE Still Sucks
-- 2006-12-01 15:00:00
The design of this site was tested in the browsers to which I have regular access: Firefox, Safari, and Opera. Although Opera had some differences of opinion on font sizes for pre blocks, they basically all rendered the site the same way. Then came IE. I really didn't expect much out of IE5 or IE6, but IE7 brought with it ...
-
C Does Not Mean Fast
-- 2006-12-01 10:35:00
I keep getting into arguments where people say, Well, if we need it fast, we'll write it in C. C programs can be fast, but it often takes a lot more effort, and it's not always clear what that effort is. This reminds me of a story a mentor once told me. He was a mainframe programmer at some large ...