by ezs | Nov 19, 2006 | evilzenscientist, fun stuff, Technology, Uncategorized
We bought a splendid HD TV a week or so ago – a Sony – very pleased with the quality.
I did the cable magic and got the DirecTV up to speed as well. I decided to go with the ‘old’ HR10-250 Tivo based DVR, rather than the newer MPEG4 non-Tivo DVR. Call it Tivo loyalty.
Nice to know that rather than the $400 we estimated for getting the work done; it cost me around $15 for the extra LNB for the satellite dish and about $20 for the good quality coax. Good job I can still crimp cables 😉

by ezs | Nov 17, 2006 | evilzenscientist, fun stuff, Linux, Technology, Uncategorized
I use IPcop and Copfilter as my firewall/spam/email filtering gateway. Free and easy. Scales well.
I’ve had problems with Copfilter running the Bayesian learning for spam assassin; in short copfilter runs a wrapper script to call into sa-learn.pl.
I found that the IMAP->message_to_file was just sitting waiting for input from the NetMail server I run. Simple fix; add a timeout to IMAP reads and increase the IMAP buffer size. This should let me get all of the body text for learning, and timeout on massive inline images.
I logged a bug and posted a fix to the DMZS-sa-learn.pl script
my $imap = Mail::IMAPClient->new(
Server => ‘foo.com:143’,
User => ‘spamtrainer’,
Password => ‘longpassword’,
Debug => ‘1’,
#ezs edits
Timeout => ‘5’,
Buffer => ‘65536’,
);
Spam training is working perfectly now – Copfilter is eating its way through 3600 spam and about 6000 ham (non spam) messages.
by ezs | Nov 16, 2006 | blogging, fun stuff, Uncategorized

I sent out birth announcements via email and blog on 28th October; the traffic spiked. It’s back to normal now – just family and friends.
by ezs | Oct 26, 2006 | 'Web 2.0', evilzenscientist, fun stuff, Uncategorized
Nice make your own magnetic ribbon at SupportOurRibbons.com

by ezs | Oct 16, 2006 | evilzenscientist, fun stuff, travel, Uncategorized
We saw Paul van Dyk in Munich.
by ezs | Oct 12, 2006 | fun stuff, Stuff, Uncategorized
Is Jericho (on CBS) the new Lost?
Recent Comments