projects: cadubi, dowsing rod, hostbeast, $writing_project

statico on 2004-12-24T02:41:36

I love vacation. It's a time when I don't have to worry about a job or classes and I get to work on projects. This vacation, I've got few major projects that I'm pursuing, in alphabetical order:

Cadubi - My console-based ASCII-art editor. I felt guilty after denouncing everyone that uses it. So, like a spineless fish, flipped my attitude and vowed to rewrite it and continue supporting it. People claim to use it because of it's ease of use (similar interface to Pico/Nano) and ease of install (it has only one module dependancy and was a single script). The only thing I'd like to change is the single script, though I *could* store all of the modules in the single file...

Dowsing Rod - Pete's geographic firewalling project, which I've written most of the backend database and Perl API for. It needs a webapp frontend, SNMP communication with the Cisco access points, and an interface to pf, the firewall.

HostBeast - The software that manages The College's database of hosts is going on 12 years old, and it needs a rewrite. I spent a good 9 months or so developing it up until September, when development kind of stalled due to my lack of time. I've got time now, plus clear direction, and it needs to get done.

$writing_project - I've written about a quarter of my outline and have begun my proposal. Nuf 'ced for now.

In regards to my newfound appreciation for test-driven development, Dowsing Rod and the Cadubi rewrite are both being created by writing tests beforehand. HostBeast has a rather hefty but not-too-up-to-date test suite already, and I plan to create tests first with further development. And the $writing_project -- well, you should be able to guess what that's about.