Hacks

DSL for

DSL for $10

It only applies to folks in the 22 states that AT&T serves, and you need to sign a 1 year contract, but check out what The Consumerist found: As part of a concession made to the FCC in order to get its mitts on BellSouth, AT&T is required to offer basic DSL for $10 a […]

Removing yourself from Street View

Threat Level recently ran a story about Kevin Bankston, the EFF attorney who decided to test the take-down procedure for privacy-infringing photos within Google’s Street View. Initially, Google required a wealth of information before removing the photo, but they changed their policy, requiring only your name and the location the image was taken. Kevin submitted […]

Use a Google Spreadsheet as a simple CMS

Using Google’s Spreadsheet API, you can create a simple CMS for your website extremely easily. It’s as simple as making a new sheet with key/value pairs for any fields you want dynamically populated. You can then access the data from javascript via the JSON API. Any updates to the spreadsheet will be immediately reflected in […]