After returning to the Humboldt area, I started following the local LUG again. I came across a local project called Humboldt Hookup to get free WiFi in the local towns. Turns out it's my boss's pet project. I plan on donating some time to help the project get some steam. In the mean time, I'm collecting links and information on the subject.
After moving, I decided to forego a traditional landline. With a cable modem and cell phone, it just wasn't needed. Unfortunately, I forgot about my Series 1 TiVo.
These instructions describe how to network a Series 1 Tivo over a serial cable, to a Gentoo Linux machine, using PPP. These instructions are based on those found here. This setup assumes that the Gentoo Linux machine is already properly configured to access the internet over a LAN.
NOTE: I've added a polished version of these instructions to the Gentoo-Wiki.
Here is THE best article on CSS floats that I've found so far.
TerraPass is an economics experiment designed to take advantage of the existing enviromental trading markets. You buy credits equal to the CO2 output of your vehicle. These credits are then used to reduce the pollution output in various sectors equal to your output. For $80 or less per year, you can help counter the pollution of your gas-guzzler.
I've seen arguments for both. REST is smaller over the wire, while SOAP allows complex types. Obviously each has its place. But when we are talking about web services, isn't standardization key? I'm currently working on a project to build a search abstraction layer. Having to support both protocols is an annoyance. Add to REST and SOAP the possibility of also having to support XML-RPC and things get silly. Personally, I don't mind using a few extra resources for SOAP if it means using one protocol. Computing resources are cheap these days.