A Django site.
November 29, 2007

Clint Savage
herlo
Sexy Sexy Penguins » Tech
» Thunderbird! You’re Annoying us all!

Let me get this out first, I’m a avid fan of all things Mozilla. Even with the limitations they cause, the problems I’ve heard about Firefox and Thunderbird and all that Jazz, I’m still a big fan, current and future consumer of these wonderful applications.

BUT!

Why is it that a bug that has been logged for some time can go so long without being fixed. It sure seems like a very simple fix, but no, its still broken.

What, you ask, am I talking about? Well, its this bug on mozilla’s bugzilla that’s bugging me. While its not a major bug, its annoying and causes me heartache every time I look into my /tmp directory.

The problem is that as Thunderbird creates and moves data around when using a filter rule. It creates temporary files which is all fine and good, but the problem is the code is broken that removes the temporary files. My /tmp directory just fills and fills with these useless little files. It’s driving me insane. Every time I go into the directory to look at something, I’m bombarded with files that are named tmprules-##.dat , where the ## is a number.

Have a look into the directory:

$ ls /tmp/tmprules*.dat | wc -l
492

Why do we need to have 492 files in there? I don’t even have 492 messages I read each day. Come on Mozilla Foundation, take a few minutes and fix this annoying little bug that’s been hanging around since this March!

Cheers,

Herlo

September 4, 2006

Stuart Jansen
sjansen
Stuart's Blog
» A Little Metainfo Could Go a Long Way

When Pat Eyler mentioned Glark without a link, I decided to find out what it was. Instead, I stumbled across a perfect example of context insensitive advertising. I can't help but think it should have been possible for the reporter to tag the article tragic_death and the ad server to evaluate rules like:

ad = ads.find_random_ad()
while article.tags.contains(ad.tags_to_avoid) do
   ad = ads.find_random_ad()
end