<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.0.3" -->
<rss version="0.92">
<channel>
	<title>blog.westarete.com</title>
	<link>http://blog.westarete.com</link>
	<description></description>
	<lastBuildDate>Wed, 10 Sep 2008 14:07:17 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Quick Look preview from the command line</title>
		<description>(This post is only for Mac folks, and only the ones that spend time in the terminal at that. Everyone else can safely ignore this.)

As you may already know, you can open a file from the command line using the "open" command. The file will be opened using the default ...</description>
		<link>http://blog.westarete.com/2008/09/10/quick-look-preview-from-the-command-line/</link>
			</item>
	<item>
		<title>Giving from the top</title>
		<description>1% For The Planet is a group of companies that have pledged to donate 1% of their annual sales to nonprofit environmental organizations. By donating a fixed portion of their "top line",  these companies are committed to giving through thick and thin.

They've just released a new promotional video that ...</description>
		<link>http://blog.westarete.com/2008/08/01/giving-from-the-top/</link>
			</item>
	<item>
		<title>Stratamodel in Niger</title>
		<description>Tom Bell of Stratamodel is an exploration geologist. He travels around the world looking for valuable minerals. He's just wrapping up a several-week expedition to the desert in Niger to look for uranium. This guy has an incredible job.

Tom gave me a ring a few days before leaving for his ...</description>
		<link>http://blog.westarete.com/2008/02/16/stratamodel-in-niger/</link>
			</item>
	<item>
		<title>Exploring Ruby class methods</title>
		<description>I decided that I needed to learn more about all the different ways to declare and use Ruby class methods, so I wrote a 10-line example script to try a couple things out. Two hours later, it had expanded to almost 300 lines (including lots of comments) as I tried ...</description>
		<link>http://blog.westarete.com/2008/02/15/exploring-ruby-class-methods/</link>
			</item>
	<item>
		<title>Anti-specs: Using RSpec to document the bad in addition to the good</title>
		<description>Sometimes we purposely write code that has bugs that we don't intend to fix. 

I know that sounds terrible, but consider the following example. We were recently writing a class to parse a known set of data that didn't include any whitespace between tokens. Our one-time class worked great for ...</description>
		<link>http://blog.westarete.com/2007/12/13/anti-specs-using-rspec-to-document-the-bad-in-addition-to-the-good/</link>
			</item>
	<item>
		<title>Copying a large amount of data between disks</title>
		<description>We upgraded the disks on our backup server to create some much-needed space. When the new drive arrived, I had to reformat it and copy the entire contents of the old backup disk to the new one. I needed a way to transfer 250GB of small files, while preserving permissions ...</description>
		<link>http://blog.westarete.com/2007/11/12/copying-a-large-amount-of-data-between-disks/</link>
			</item>
	<item>
		<title>New rails plugin: validate_request</title>
		<description>One thing that bothered me when I started using rails was that there wasn't a built-in way to verify that your actions are getting the correct arguments. For example, in this typical action:

  def show
    @dog = Dog.find(params[:id])
  end

an exception is raised if the "id" ...</description>
		<link>http://blog.westarete.com/2006/07/26/new-rails-plugin-validate_request/</link>
			</item>
	<item>
		<title>Deploying Mongrel behind Apache 2.0</title>
		<description>Most of the documentation and writings for mongrel require setting up mongrel with apache 2.2, so that you get the benefit of the mod_balanced_proxy module. However there are an awful lot of production machines out there running apache 2.0.

For small installations, it turns out that it can be quite sufficient ...</description>
		<link>http://blog.westarete.com/2006/07/25/deploying-mongrel-behind-apache-20/</link>
			</item>
</channel>
</rss>
