This past week has been quite interesting.
Russ and I rebuilt the CUW BadgerNet room. Quite a bit of cruft had been plugged in here and there over time. We rebuilt the system from the original wiring diagrams. We also tried to lock down the cabinets in an effort to prevent things from being tacked on in the future.
On of my coworkers seems to have left a
wire stripper on top of a soda machine…. I'll return it on Monday.
The
Concordia Pep Band left for Hawaii. I'm still not sure why they are going to Hawaii to deliver phone books.
The
cover story in
<interactions> is interesting.
I'm nearly done writing a toolkit that generates graphs from
AIM Sniff logs using
GraphViz. Actually, I'm converting from AIM Sniff's odd hash delimited log format to XML. Then I'm converting the XML formatted logs to GraphViz format. The intermediate state (XML) is needed because I'm going to insert the data into a database and want to spend as little time as possible dealing with AIM Sniff's log format. Progress and source can be viewed
here.