A pledge for today.
I'm going to start loving life and living it to its fullest again, rather than just "making it through it".
That means more goofballness, more insane things in real life, and all around my goal is to have responsible fun.
I _can_ be a functional, responsible adult and still have alot of fun in life. That's my new mantra.

Anyone who gets in the way of these goals is an enemy.

w00t! Second leet perl program in under 24 hours!

This one is not ready for public release yet, but it recovers deleted pictures off of smartmedia, compact flash, microdrive, etc. Basically anything that is a filesystem full of JPEGs.
w00t!
./recover.pl < /dev/hdc1 Creating recover1.jpg Creating recover2.jpg Creating recover3.jpg Creating recover4.jpg ..... etc .... w00t! Eat your heart out, OnTrack.

Livejournal Birthday Alerter!

This is a perl script. It's portable, as far as I know, it should even work under activeperl as long as you have lynx and mail on your system.
Requires: lynx, perl, mail
Preferrably requires: cron, or some kind of scheduler
You need to change the following lines in the file before scheduling it to run daily:
$username needs to be set to your username
$password needs to be set to your password
$site needs to be set to a site running the livejournal code (by default, it's www.livejournal.com, should work with deadjournal, etc. Untested.)
$email needs to be set to an email address to mail the alerts to. Don't forget to put a backslash before an at sign.

http://mainframe.timmins.net/~noweb4u/alertbday.pl

I run this out of cron with the following cron entry:

0 1 * * * $HOME/alertbday.pl

Tested under Debian Linux, should run on all linux variants, and FreeBSD and other BSD variants, Tru64, whatever, as long as it has a working mail command, and lynx installed, and perl, of course.
w00t!