organization, cpants, and choice

March 31, 2005  📚 🌀

I’ve made some revisions to the paperwork I use to try to organize my day. I figure other people might find it useful, although the chances of that are probably slim. If you want nice simple todo/done forms, suitable for clipboards (full or half sized), they’re in my hacks dump.

padwalking, paperwork, and productivity

March 29, 2005  🐪 🌀 🧑🏽‍💻

First, a question. When I run this code:

use Data::Dumper;
use PadWalker qw(peek_my);
{
my $lex = "HELLO";
sub pad {
    my $l = shift;
    warn Dumper(peek_my($l));
    print "While you're here, I'll print my enclosed scalar: $lex\n";
}
}
pad(0);

rubric, reading, and repair

March 26, 2005

If you look at the entries in del.icio.us for del.irio.us, you find someone with these tags: { ripoff lame loser sucks bastard plagiarism assclown failure faux false hellalame hellahellalame }.

if rains then pours

March 24, 2005

Tonight, still in a bad mood about my laptop’s poor state, I came home from class and put in Republic Commando, determined to relax. The Xbox kept giving me the damned “disk dirty” error, often found on the early models. Their DVD drives lose alignment easily. As I ejected and reinserted the disk, over and over, I got more and more frustrated and forceful.

gopher

March 20, 2005

Something got me thinking about the gopher protocol last week, and I thought it would be fun to implement something like Net::Gopher::Server. It’s given me an excuse to read Network Programming with Perl, which has (so far) been quite good. I’ve been reading the gopher RFC and a lot of old USENET threads about Gopher+ and other extensions, too.

reading, repast, reconciliation

March 18, 2005

I’m not getting much reading done at all, lately, which is no good, since I really need to finish and return the library book I have out. It’s due on Monday! I hope I can get another renewal.

reviews, rewards, relaxation

March 16, 2005

I just finished writing some short, so-so reviews on the ABE.pm page. Dave Cross mentioned that someone at O’Reilly felt that the UG program was underused, so I’m going to try to use it. I’ll see if I can’t get some of the other guys to express some opinions on the books, and see if there aren’t any nice books coming out for review soon. (This summer, at least, I can try to get a review copy of Simon’s new Advanced Perl Programming.)