“Emailtoid is a simple mapping service that enables the use of email addresses as OpenID identifiers.”
Tuesday, September 30, 2008
Monday, September 29, 2008
Change your OS X login screen wallpaper image
/System/Library/CoreServices
Thursday, September 25, 2008
Untitled
This site is awesome. It’s no secret that I work for iCrossing and a big part of what we do is analytics and data visualization. GraphJam is The Onion of charts and graphs.
You have to be able to laugh at yourselves, right? Definitely check it out.
Wednesday, September 24, 2008
Setting your hostname in OS X
$sudo scutil --set HostName your.cool.hostname
Tuesday, September 23, 2008
Monday, September 22, 2008
Textmate GetBundle - Installer Shell Script
The web site that hosts GetBundle appears to be down. Here’s the shell script to install it from the Macromates site. Save it to a file, and grant execute perms:
$ chmod u+x textmate_install_getbundle.sh
$ ./textmate_install_getbundle.sh
Here’s the script…
#!/bin/shLC_CTYPE=en_US.UTF-8SVN=`which svn`echo Changing to Bundles directory...mkdir -p /Library/Application Support/TextMate/Bundlescd /Library/Application Support/TextMate/Bundlesif [ -d /Library/Application Support/TextMate/Bundles/GetBundle.tmbundle ]; then echo GetBundle bundle already exists - updating... $SVN up GetBundle.tmbundleelse echo Checking out GetBundle bundle... $SVN --username anon --password anon co http://macromates.com/svn/Bundles/trunk/Bundles/GetBundle.tmbundle/fiecho Reloading bundles in TextMate...osascript -e 'tell app "TextMate" to reload bundles'
Friday, September 19, 2008
Online Pirate Translator
Obligatory ‘Talk Like a Pirate Day’ utility
Thursday, September 18, 2008
Getting Rails talking to SQLServer on OSX via ODBC
These were the most complete and accurate instructions I could find. Note that it wiped out my previous ruby install and replaced it with MacPorts Ruby. I had to re-load all of my gems, etc. You have been warned.
Wednesday, September 17, 2008
PostgreSQL on GitHub
Nothing final, but it looks like PostgreSQL is moving to GitHub. Noice.
MySQLTuner
Thanks @JaysonJPhillips
Tuesday, September 16, 2008
VirtualBox 2.0
OpenSource virtualization software. I’m currently using VMWare on my MBP, but I’ve been meaning to give VB (ha!) a try. Now might be a great time.
Monday, September 15, 2008
Ruby on Rails guides
More Rails documentation goodness
Google Gears for Safari
S’worth a shout.
Shoulda testing plugin
Now with gem-liciousness
Pushup : Pushing up the web
Actively encourage users to update their browsers.
CrossOver Chromium
Google’s Chrome on Mac (on Windows)
Saturday, September 13, 2008
Remove Genre from iTunes (8)
Wednesday, September 10, 2008
Searchgasm
Object-based search.
Email Veracity Plugin
An email verification plugin.
Tuesday, September 9, 2008
New Gmail Lab Experiments
- Custom label Colors
- Navbar drag and drop
- “Go to label” shortcut
CookiePie FireFox Extension
Different tabs, different cookies. Awesome.
Monday, September 8, 2008
Sunday, September 7, 2008
Saturday, September 6, 2008
haproxy_queue
Very quick demo of HAProxy
Tumbltape
Turn any Tumblr blog into a playlist
silverpop_mailer
A Rails plugin to augment ActionMailer to send emails via the SilverPop Service
Cappuccino Web Framework
“Cappuccino is an open source framework that makes it easy to build desktop-caliber applications that run in a web browser.”
AJAX Libraries API - Google Code
From the site:
The AJAX Libraries API is a content distribution network and loading architecture for the most popular open source JavaScript libraries. By using the Google AJAX API Loader’s google.load()
method, your application has high speed, globaly available access to a growing list of the most popular JavaScript open source libraries including:
Monday, September 1, 2008
json-head
Google App Engine mini-app for running HEAD requests
WWW SQL Designer
Online ERD generator, done in javascript.
Instant SQL Formatter
Pretty print?? your SQL