Rails fuzzy searching with Sunspot gem

Posted on 07/27/10 No Comments

SEARCH FOR: ‘Jon Smath’ and get => ‘John Smith’ This post explains the easy way to get “fuzzy” search results when using sunspot with ruby on rails. This is probably obvious to solr experts out there, but I found the information to be lacking in the rails community. I originally had compared the results of [...]

Read more

Fuzzy search results, solr vs sphinx

Posted on 07/14/09 No Comments

A post I made on my company blog about fuzzy search results comparing solr to sphinx. Fuzzy search results, solr vs sphinx

Read more

Multi-staged deployment with versioning using git and capistrano.

Posted on 12/18/08 No Comments

I recently posted a an article on my companies blog about using git with capistrano for deployment.

Read more

How I automated my backups to Amazon S3 using rsync and s3fs.

Posted on 10/27/08 53 Comments

The following is how I automated my backups to Amazon S3 in about 5 minutes. I lot has changed since my original post on automating my backups to s3 using s3sync. There are more mature and easier to use solutions now. I am switching because using s3fs gives you much more options for using s3, [...]

Read more

Google Docs & Spreadsheets toolbar button.

Posted on 01/29/07 10 Comments

I use both Google Docs and the Google toolbar everyday, I was surprised to find there was not a toolbar button for Google Docs & Spreadsheets…. so I made one. Download the Google Docs & Spreadsheets toolbar button here. Enjoy!

Read more

World’s worst use of a jpeg.

Posted on 10/12/06 58 Comments

NOTE: This was the top link on reddit.com for awhile A jpeg is good for a lot of things, but a live data feed is not one of them. In fact it might be violation of the Americans with Disabilities Act. The Seattle Fire Department has been hosting a live html feed of the latest [...]

Read more

How I automated my backups to Amazon S3 using s3sync.

Posted on 10/09/06 104 Comments

UPDATE: See my newer article for the way I currently backup to Amazon S3. Jeremy Zawodny has an excellent article/discussion about the different tools currently available to take advantage of Amazon simple storage service (S3). After testing many tools available for S3 currently, I decided to use the ruby program s3sync to backup my data [...]

Read more

Cheap, reliable, secure off-site storage for backup…

Posted on 10/02/06 6 Comments

There has been numerous posts for online backup solutions (for good reason), but I haven’t found the best solution for me yet.What I want: cheap reliable off-site backups for my home Linux (Ubuntu Server Edition) file server. O.k. I am a classic digital packrat. My actual garage is very clean and organized, but my digital [...]

Read more