VDrumming Article

Posted on January 31, 2004

I posted an article about the TD-10 and TD-20 here:

  • http://involution.com/td20.php
  • HTMLDeluxeMode Article

    Posted on January 31, 2004

    Here’s another article about using HTML Deluxe Mode in emacs.

  • http://involution.com/deluxe.php
  • Bacon, You Want It!

    Posted on January 27, 2004

    Code Blue Disbands

    Posted on January 27, 2004

    The cover band that I’m in broke-up yesterday due to personality conflicts and other reasons mostly pertaining to egos. You can read the colorful commentary here. I’m still in another band called Gravity Test with a bunch of young whippersnappers though. Feel free to come to Graffiti’s on February 21 to see me play with them.

    NCFTP

    Posted on January 26, 2004

    The

    ncftp

    client is teh r0x. I just replaced this entire expect script:

    #!/usr/bin/expect
    set pwd [exec pwd]
    spawn ftp -i ftp.involution.com
    expect  "Name (ftp.involution.com:root): "
    send "blargh!!!"
    expect "Password:"
    send "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
    expect "ftp> "
    send "cd logs"
    expect "ftp> "
    send "mget *.zip"
    expect "ftp> "
    send "ls access_log*"
    expect "ftp> "
    send "quit"

    With this:

    ncftpget -DD -f .login.cfg . logs/*.zip
    

    Both the script and the ncftp call do the same exact thing. But the expect script breaks occasionally, and ncftp always seems to work.

    Yahoo Web Messenger Protocol

    Posted on January 24, 2004

    I managed to port the GAIM 0.75 Yahoo Web Messenger logon implementation to bitlbee. You can download my new super tar ball here:

    Code Blue MP3s

    Posted on January 20, 2004

    I added a dex of Code Blue MP3s from our last gig here:

    New Firewall Script

    Posted on January 20, 2004

    I updated my firewall script to what I’m currently running on 127.0.0.1. You can view the script here:

    New MP3s…

    Posted on January 18, 2004

    I added a new dex of mp3s for Gravity Test’s Saturday practice here.

    Promise SX4000

    Posted on January 18, 2004

    I added an article on what I did to get the Promise SX4000 to work on Redhat 9.