There are gzip compression options available but when I looked at this a long time ago I found that the …
read moreOther articles
"Setting Ruby Defaults '||' vs 'fetch(){}'"
There is a very good presentation Confident Code by Avdi Grimm author of http://exceptionalruby.com/. Previously presented at Cascadia …
read more"Schwartzian Transform"
I recently heard about the Schwartzian transform, which is a sorting idiom from perl. It allows an array of objects …
read more"ORM(Activerecord) or Ruby Sort"
Based on an old Article I wrote, investigating incase sensitive sorting performance.
I have an active record model call Tag …
read more"Mac mini (mid 2010) 8GB memory upgrade"
"My Backup Strategy"
Considering various raid strategies I decided that Raid 5 would be too limiting and have previously found raid striping systems …
read more"Amazon Drops EC2 Web Service Prices"
The new EC2-Pricing also includes a new Micro service. This micro service is intended for small apps servicing tens of …
read more"Mac OS X Harddrive Spin Down Time"
The Preferences menu in OS x give you the option to turn off Hard Disks whenever possible to save power …
read more"Benchmark your website for load times."
I have been wondering how to do this for a while and accidentally discovered it while perusing this heroku page …
read more"Homebrew package management for Mac OS X"
Homebrew is a new package management system for Mac OS X. A good review/tutorial on EngineYard.
Update 20-August-2010
read more
Then …"gem install memory_usage"
Just released my first gem 'memory_usage' Version 0.0.1.
$ gem install memory_usage
Assuming the gems folder has been set-up …
read more"Save space on your Mac by going Monolingual"
"MacBook Power Consumption"
MacBook3,1 (2007) Intel Core 2 Duo 2.2GHz Hard drive and memory upgraded to 320GB and 4GB
Graphics GMA …
read more"Ruby parsing torrent files for meta info"
There currently does not appear to be any really good torrent file parsers available via the gems system.
rubytorrent seems …
read more"Installing Ruby Enterprise on Mac OS X"
Download ruby enterprise and follow instructions on page. The exact commands I used are:
read more$ cd ~/bin $ wget http://rubyforge.org …
"Ruby Memory Issue on Web Faction"
"Ruby Performance Measure"