Insights on Ruby, Git, jQuery, Cappuccino, WordPress, Debian and OS X. Please subscribe if you find something useful!

ip2loc

Posted: July 19th, 2008 | Author: Jerod | Filed under: Projects, Ruby | Tags: , | Comments Off

ip2loc

ip2loc is a simple tool which visualizes location data for a given IP address using the Google Maps API. I created it for a few reasons:

  1. Most sites that do this charge or are clunky
  2. I wanted to write a simple application with Sinatra
  3. It was a good excuse to sharpen my jQuery skills
  4. Boredom

ip2loc is powered by Ruby, written in TextMate, and deployed with Passenger on DreamHost.


New GitHub Repo: AWS Ruby Miscellany

Posted: July 14th, 2008 | Author: Jerod | Filed under: Projects | Tags: , , | Comments Off

I decided to source out a few random Ruby scripts I use to interface with Amazon’s Simple Storage Service (S3) from the command line. Right now there are scripts which allow:

  • Duplicating a local folder in a specified S3 bucket (recursively)
  • Listing all buckets and files stored on an S3 account
  • Uploading a specified file to a specified S3 bucket
  • Downloading a specified file from a specified S3 bucket.

I’m sure the functionality will grow as needs arise. For now, check out the repo on GitHub