Hacks

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 […]

Surf privately and anonymously with JanusVM

JanusVM is an open source VMware image that combines Ubuntu, Tor, dns-proxy-tor, Squid, Privoxy, and openvpn all into a convenient little package. Just load up the appliance in VMware and make a VPN connection to the virtual machine’s IP. Once you’ve connected, all of your traffic (including DNS) will be localy encrypted and anonymized over […]

Crreate a Wii media server

Crreate a Wii media server

Wii Media Center X is a Java-based web media server that you can have up and running in about 15 minutes. After downloading and unzipping the application, just run the following command (from the mediacenter folder) to start it up: java -jar MediaCenter.jar Run this on any machine that your Wii can see and you […]

HOWTO mount a camera to your bike

HOWTO mount a camera to your bike

I’ve seen a couple gorgeous films lately of couriers flying through traffic, narrowly avoiding cars and pedestrians, all filmed from a bicyclist’s perspective (example). Most of these are shot from helmet cam, but there’s something cool about the perspective from a fixed bike mount as well. The latter is really easy to do on the […]