overheard in #email

October 20, 2008  ๐Ÿ“ง ๐Ÿง‘๐Ÿฝโ€๐Ÿ’ป

Programming email can leave you a bit โ€ฆ touched. Here are some recent gems from #email on irc.perl.org

Read more โ†’

coping with solaris cron

October 18, 2008  ๐Ÿช ๐Ÿง‘๐Ÿฝโ€๐Ÿ’ป

More and more, weโ€™re eliminating Linux boxes in favor of Solaris. This is generally not a huge deal, but one of the niggling details has been Sunโ€™s cron. It sucks. It sucks because it uses a constant as the subject of its alert messages. If you have a lot of servers running a lot of cron jobs, generating a lot of output, you end up with a display that looks like this:

Read more โ†’

american express sends me mixed messages

October 18, 2008

In general, I am a very, very happy cardholder. Just recently, when my EVDO modem died, American Express paid for me to replace it with nearly no questions asked. That saved me about $250, since the modem had just gone out of warranty. That pays for over half my annual membership. They also paid for some MacBook repairs earlier this year, which was a real plus.

Read more โ†’

annoying things learned about perl today

October 17, 2008  ๐Ÿช ๐Ÿง‘๐Ÿฝโ€๐Ÿ’ป

App::Cmd::Tester lets you test that an App::Cmd program output the right things to standard error and standard out, and did so in the right order. It does stuff Test::Output can do, but also just a bit more.

Read more โ†’

another unproductive complaint about subversion

October 15, 2008  ๐Ÿ”€ ๐Ÿคค

I remember in 2005 or so when I first started using Subversion, I liked it so much. It was much easier to use than CVS. Everyone said it would be make tagging and branching easier than CVS. In CVS, tagging was fine, but branching was such a pain that I never bothered.

Read more โ†’

just what the cpan was missing

October 6, 2008  ๐Ÿช ๐Ÿง‘๐Ÿฝโ€๐Ÿ’ป

I work for Pobox. We provide identity management. For the most part, itโ€™s about email. You register an email address with us and we handle the mail for you. We send it to an IMAP store, or your current ISP, or some flash in the pan webmail provider like Google. We do other things, though, like web and URL redirection. Itโ€™s about managing services that relate to your identity.

Read more โ†’

email::messageid 1.400

October 3, 2008  ๐Ÿ“ง ๐Ÿช ๐Ÿง‘๐Ÿฝโ€๐Ÿ’ป

Iโ€™ve uploaded a new Email::MessageID, version 1.400. It has two major improvements. First, the result of its new method is now an Email::MessageID object, where it was previously an Email::Address object(!). This means that it can now have its own message-id-specific methods. It has one: in_brackets. This is a very common mistake:

Read more โ†’