<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Hints and Kinks</title>
	<atom:link href="http://matthew.mceachen.us/blog/feed" rel="self" type="application/rss+xml" />
	<link>http://matthew.mceachen.us/blog</link>
	<description>Tips and tricks and howtos galore</description>
	<lastBuildDate>Mon, 09 Apr 2012 03:38:48 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>HOWTO Test your Rails application with Travis CI on different database engines</title>
		<link>http://matthew.mceachen.us/blog/howto-test-your-rails-application-with-travis-ci-on-different-database-engines-1220.html</link>
		<comments>http://matthew.mceachen.us/blog/howto-test-your-rails-application-with-travis-ci-on-different-database-engines-1220.html#comments</comments>
		<pubDate>Mon, 09 Apr 2012 02:27:35 +0000</pubDate>
		<dc:creator>matthew</dc:creator>
				<category><![CDATA[Technical HOWTOs]]></category>

		<guid isPermaLink="false">http://matthew.mceachen.us/blog/?p=1220</guid>
		<description><![CDATA[Travis CI is an awesome continuous integration service that&#8217;s free for open-source projects. If you&#8217;d like to test your app against multiple database engines, it&#8217;s fairly simple. For these examples, I&#8217;m testing my app against SQLite, MySQL, and PostgreSQL. Edit &#8230; <a href="http://matthew.mceachen.us/blog/howto-test-your-rails-application-with-travis-ci-on-different-database-engines-1220.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://matthew.mceachen.us/blog/howto-test-your-rails-application-with-travis-ci-on-different-database-engines-1220.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>HOWTO: Deal with Amazon&#8217;s &#8220;requested Availability Zone is no longer supported&#8221; error</title>
		<link>http://matthew.mceachen.us/blog/howto-deal-with-amazons-the-requested-availability-zone-is-no-longer-supported-error-1193.html</link>
		<comments>http://matthew.mceachen.us/blog/howto-deal-with-amazons-the-requested-availability-zone-is-no-longer-supported-error-1193.html#comments</comments>
		<pubDate>Sun, 03 Jul 2011 20:27:14 +0000</pubDate>
		<dc:creator>matthew</dc:creator>
				<category><![CDATA[Technical HOWTOs]]></category>
		<category><![CDATA[aws]]></category>

		<guid isPermaLink="false">http://matthew.mceachen.us/blog/?p=1193</guid>
		<description><![CDATA[In shutting down the AdGrok servers (talk about bittersweet&#8230;), I stopped the instances, but then remembered I wanted to shred the files first, so I clicked &#8220;start,&#8221; and was greeted by the following error: The requested Availability Zone is no &#8230; <a href="http://matthew.mceachen.us/blog/howto-deal-with-amazons-the-requested-availability-zone-is-no-longer-supported-error-1193.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://matthew.mceachen.us/blog/howto-deal-with-amazons-the-requested-availability-zone-is-no-longer-supported-error-1193.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>It really is rocket science!</title>
		<link>http://matthew.mceachen.us/blog/it-really-is-rocket-science-1180.html</link>
		<comments>http://matthew.mceachen.us/blog/it-really-is-rocket-science-1180.html#comments</comments>
		<pubDate>Sun, 29 May 2011 23:00:05 +0000</pubDate>
		<dc:creator>matthew</dc:creator>
				<category><![CDATA[Technical HOWTOs]]></category>
		<category><![CDATA[rockets]]></category>
		<category><![CDATA[science]]></category>

		<guid isPermaLink="false">http://matthew.mceachen.us/blog/?p=1180</guid>
		<description><![CDATA[This last Friday I taught my &#8220;it really is rocket science&#8221; class to another hundred children (Kindergarten through 5th grade). Last year PTO Today wrote an article about Arts and Science day, and interviewed me. This year, the kids were &#8230; <a href="http://matthew.mceachen.us/blog/it-really-is-rocket-science-1180.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://matthew.mceachen.us/blog/it-really-is-rocket-science-1180.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HOWTO: Fix &#8220;rake/rdoctask is deprecated. use rdoc/task instead&#8221;</title>
		<link>http://matthew.mceachen.us/blog/howto-fix-rake-rdoctask-is-deprecated-use-rdoc-task-instead-1169.html</link>
		<comments>http://matthew.mceachen.us/blog/howto-fix-rake-rdoctask-is-deprecated-use-rdoc-task-instead-1169.html#comments</comments>
		<pubDate>Thu, 26 May 2011 16:29:26 +0000</pubDate>
		<dc:creator>matthew</dc:creator>
				<category><![CDATA[Technical HOWTOs]]></category>
		<category><![CDATA[rdoc]]></category>
		<category><![CDATA[ruby]]></category>

		<guid isPermaLink="false">http://matthew.mceachen.us/blog/?p=1169</guid>
		<description><![CDATA[Seeing this? rake/rdoctask is deprecated. Use rdoc/task instead (in RDoc 2.4.2+) Edit your Rakefile and change these lines: require 'rake/rdoctask' Rake::RDocTask.new&#40;:rdoc&#41; do &#124;rdoc&#124; ... to look like this: require 'rdoc/task' RDoc::Task.new do &#124;rdoc&#124; ... You may need to add gem &#8230; <a href="http://matthew.mceachen.us/blog/howto-fix-rake-rdoctask-is-deprecated-use-rdoc-task-instead-1169.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://matthew.mceachen.us/blog/howto-fix-rake-rdoctask-is-deprecated-use-rdoc-task-instead-1169.html/feed</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>HOWTO: Wrangle the pg (postgresql) gem with macports and rvm</title>
		<link>http://matthew.mceachen.us/blog/howto-wrangle-the-pg-postgresql-gem-with-macports-and-rvm-1159.html</link>
		<comments>http://matthew.mceachen.us/blog/howto-wrangle-the-pg-postgresql-gem-with-macports-and-rvm-1159.html#comments</comments>
		<pubDate>Sat, 21 May 2011 23:13:35 +0000</pubDate>
		<dc:creator>matthew</dc:creator>
				<category><![CDATA[Technical HOWTOs]]></category>
		<category><![CDATA[macports]]></category>
		<category><![CDATA[pg]]></category>
		<category><![CDATA[postgresql]]></category>
		<category><![CDATA[ruby]]></category>
		<category><![CDATA[rubygems]]></category>

		<guid isPermaLink="false">http://matthew.mceachen.us/blog/?p=1159</guid>
		<description><![CDATA[Seeing this? Installing pg (0.11.0) with native extensions /Users/mrm/.rvm/rubies/ruby-1.9.2-p180/lib/ruby/site_ruby/1.9.1/rubygems/installer.rb:533:in `rescue in block in build_extensions': ERROR: Failed to build gem native extension. (Gem::Installer::ExtensionBuildError) /Users/mrm/.rvm/rubies/ruby-1.9.2-p180/bin/ruby extconf.rb checking for pg_config... no No pg_config... trying anyway. If building fails, please try again with --with-pg-config=/path/to/pg_config &#8230; <a href="http://matthew.mceachen.us/blog/howto-wrangle-the-pg-postgresql-gem-with-macports-and-rvm-1159.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://matthew.mceachen.us/blog/howto-wrangle-the-pg-postgresql-gem-with-macports-and-rvm-1159.html/feed</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>HOWTO: Fix git-gui&#8217;s &#8220;Spell checking is unavailable&#8221; dialog</title>
		<link>http://matthew.mceachen.us/blog/howto-fix-git-guis-spell-checking-is-unavailable-dialog-1153.html</link>
		<comments>http://matthew.mceachen.us/blog/howto-fix-git-guis-spell-checking-is-unavailable-dialog-1153.html#comments</comments>
		<pubDate>Sat, 21 May 2011 19:27:06 +0000</pubDate>
		<dc:creator>matthew</dc:creator>
				<category><![CDATA[Technical HOWTOs]]></category>
		<category><![CDATA[git]]></category>
		<category><![CDATA[macports]]></category>

		<guid isPermaLink="false">http://matthew.mceachen.us/blog/?p=1153</guid>
		<description><![CDATA[Launching `git gui` from the command line, when built with MacPorts, causes an irritating dialog to pop up: The solution is simple: $ sudo port install aspell aspell-dict-en]]></description>
		<wfw:commentRss>http://matthew.mceachen.us/blog/howto-fix-git-guis-spell-checking-is-unavailable-dialog-1153.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Creating acts_as_&#8230; gems for Rails 3.1.x</title>
		<link>http://matthew.mceachen.us/blog/creating-acts_as_-gems-for-rails-3-1-x-1146.html</link>
		<comments>http://matthew.mceachen.us/blog/creating-acts_as_-gems-for-rails-3-1-x-1146.html#comments</comments>
		<pubDate>Sat, 21 May 2011 19:03:38 +0000</pubDate>
		<dc:creator>matthew</dc:creator>
				<category><![CDATA[Technical HOWTOs]]></category>
		<category><![CDATA[gem]]></category>
		<category><![CDATA[rails]]></category>
		<category><![CDATA[ruby]]></category>

		<guid isPermaLink="false">http://matthew.mceachen.us/blog/?p=1146</guid>
		<description><![CDATA[Update January 2012: since originally writing this post, I&#8217;ve recanted my love for rails plugins &#8212; having a stubbed rails app in your plugin&#8217;s test directory is just too funky. If you need an example of a rails 3.2.x plugin &#8230; <a href="http://matthew.mceachen.us/blog/creating-acts_as_-gems-for-rails-3-1-x-1146.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://matthew.mceachen.us/blog/creating-acts_as_-gems-for-rails-3-1-x-1146.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hierarchical Tagging with Rails 3 and Closure Trees</title>
		<link>http://matthew.mceachen.us/blog/hierarchical-tagging-with-rails-3-and-closure-trees-1131.html</link>
		<comments>http://matthew.mceachen.us/blog/hierarchical-tagging-with-rails-3-and-closure-trees-1131.html#comments</comments>
		<pubDate>Wed, 18 May 2011 06:26:15 +0000</pubDate>
		<dc:creator>matthew</dc:creator>
				<category><![CDATA[Technical HOWTOs]]></category>
		<category><![CDATA[closure tree]]></category>
		<category><![CDATA[rails]]></category>
		<category><![CDATA[ruby]]></category>
		<category><![CDATA[rubygem]]></category>

		<guid isPermaLink="false">http://matthew.mceachen.us/blog/?p=1131</guid>
		<description><![CDATA[In rebuilding PhotoStructure on Rails, I was surprised that one of the most popular gem for trees used a nested set model. Nested sets are performant for reads, but for adding and deleting nodes, it&#8217;s extremely expensive &#8212; on average, &#8230; <a href="http://matthew.mceachen.us/blog/hierarchical-tagging-with-rails-3-and-closure-trees-1131.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://matthew.mceachen.us/blog/hierarchical-tagging-with-rails-3-and-closure-trees-1131.html/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Sandbox telegrams, or, how your Chrome extension can interact with page content scripts</title>
		<link>http://matthew.mceachen.us/blog/sandbox-telegrams-or-how-your-chrome-extension-can-interact-with-page-content-scripts-1123.html</link>
		<comments>http://matthew.mceachen.us/blog/sandbox-telegrams-or-how-your-chrome-extension-can-interact-with-page-content-scripts-1123.html#comments</comments>
		<pubDate>Fri, 25 Mar 2011 06:22:41 +0000</pubDate>
		<dc:creator>matthew</dc:creator>
				<category><![CDATA[Technical HOWTOs]]></category>
		<category><![CDATA[chrome]]></category>
		<category><![CDATA[greyhat]]></category>
		<category><![CDATA[javascript]]></category>

		<guid isPermaLink="false">http://matthew.mceachen.us/blog/?p=1123</guid>
		<description><![CDATA[In AdGrok&#8217;s GrokBar, we inject a &#8220;heads-up display&#8221; on pages that the user is advertising. The heads-up display is actually an iframe that&#8217;s positioned within a browser-extension-injected div, and that iframe renders content from our secure server farm. You can &#8230; <a href="http://matthew.mceachen.us/blog/sandbox-telegrams-or-how-your-chrome-extension-can-interact-with-page-content-scripts-1123.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://matthew.mceachen.us/blog/sandbox-telegrams-or-how-your-chrome-extension-can-interact-with-page-content-scripts-1123.html/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Multi-value hashes in Ruby</title>
		<link>http://matthew.mceachen.us/blog/multi-value-hashes-in-ruby-1114.html</link>
		<comments>http://matthew.mceachen.us/blog/multi-value-hashes-in-ruby-1114.html#comments</comments>
		<pubDate>Thu, 24 Mar 2011 21:26:22 +0000</pubDate>
		<dc:creator>matthew</dc:creator>
				<category><![CDATA[Technical HOWTOs]]></category>
		<category><![CDATA[ruby]]></category>

		<guid isPermaLink="false">http://matthew.mceachen.us/blog/?p=1114</guid>
		<description><![CDATA[Any non-trivial project quickly finds itself needing data structures that are more exotic than simple arrays or maps. In my quest for multimap nirvana, I first found references where every value-put call would need to be changed to look like &#8230; <a href="http://matthew.mceachen.us/blog/multi-value-hashes-in-ruby-1114.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://matthew.mceachen.us/blog/multi-value-hashes-in-ruby-1114.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: enhanced
Object Caching 639/756 objects using disk: basic

Served from: matthew.mceachen.us @ 2012-05-20 12:02:09 -->
