MozillaZine: Thunderbird 1.5 Released. Excellent. Here are the release notes. My favorite feature is probably "Sort address autocomplete results by how often you send e-mail to each recipient", which is such an obvious feature. I've wanted that for a long time.
Update: Crap, you can't upgrade over an existing install.
Update: They should have built-in something like Quick File. Actually, I just realized that the current version of Quick File doesn't run on 1.5 yet.
Here's a short programming problem: Given a list of tokens, generate a minimal regular expression that matches those (and only those) tokens. So, given ['one','two','three','four','five','twenty','tween'], the regular expression would be "f(ive|our)|one|t(hree|w(e(en|nty)|o))". I've shown it sorted, but it doesn't have to be. Also, don't worry about a '|'.
Now, an interesting problem would be how to generate a provably minimal regular expression... maybe there's already an algorithm I don't know about that does that. But all I'm trying to do here is prefix stemming.
I'll probably post some Python code later that solves the problem -- I'm just about finished writing it, but won't get to finish tonight. I'm most interested in your approaches. Who wants to try? 
(I'd love to see a solution in K.)
new⇒Ubuntu Nvidia install not working for me... could use a hand
Cant change xorg.conf!
I'm notthe owner of it, don't ask mewhy
but it...
I)orogon: Nov 22, 5:41am