http://rochester.craigslist.org/mcy/1200719663.html
http://rochester.craigslist.org/mcy/1199933997.html
If I sell the shitty civic in my garage for ~$1000, autoanything.com has hitches for ~$160 and electrical for ~$30.
From what I've read, it seems there might be a slight issue with Apple's airport driver, but it's also a well known fact that Apple laptops (even the older models) can sometimes have their airport cards or antenna come loose. If I get up the courage to actually open my macbook, I'll need the following tear-down guide to safely do so, so that I can reseat the antenna connectors and airport card itself.
http://www.bukisa.com/articles/68749_install-or-upgrade-the-airport-wire...
These guys implemented an ELM327+MCP2557 to communicate with any post 1996 car and show the results on an LCD.
http://instruct1.cit.cornell.edu/courses/ee476/FinalProjects/s2009/ama64...
http://www.canonical.org/~kragen/tao-of-programming.html
A novice asked the Master: ``Here is a programmer that never designs, documents or tests his programs. Yet all who know him consider him one of the best programmers in the world. Why is this?''
http://m0n0.ch/wall/list/showmsg.php?id=35/88
A very good tutorial on how to understand and then properly use the traffic shaper in m0n0wall
Lol... go figure there's a web 2.0 site that offers dynamically generated loading gifs for ajaxy applications. <3
Woot! A pretty tree-view I can use for SD
I've been reading about The Pirate Bay's trial since shortly after day one, since various sources started translating the procedings. From what I've read through torrentfreak.com's blog, I really wish I could understand swedish to hear all of the hilarity first hand! It's almost like some sort of silly law tv show, like Judge Judy. ;-)
http://dev.mysql.com/tech-resources/articles/hierarchical-data.html
Gives a great explenation of using left/right values to identify boundries of nested sets to make very efficient tree queries. Insertion and removal isn't too terribly difficult (at least through the use of MySQL functions). This'd be great if I ever needed to make a highly efficient tree set in MySQL.