Random Thoughts

Piracy and Copy Protection

There’s been a lot of hooting and hollering in the media about copy protection and piracy.  DRM seems to be…

Read more

Is it simple enough?

One question I sometimes forget to ask myself, when I’m coming up with solutions to problems is this: “Is it…

Read more

AIM Spam

has any body else noticed a huge increase in AIM spam lately? I’m just waiting for the akismet-style service/plugin combo…

Read more

Daemonize Anything

I hacked together this little C program from this other little c program. Basically acts as an execution wrapper that…

Read more

Autumn Leaves Leaf (Irc Bot) — Chanlogger

Simple, straight forward. Logs channel messages. class Chanlogger < AutumnLeaf def did_receive_channel_message(sender, channel, msg) log_base = File::dirname(File::dirname(__FILE__)) + "/data/logs" subdir…

Read more