<?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>ClearCove &#187; Note to self</title>
	<atom:link href="http://clearcove.ca/blog/category/blog/note-to-self/feed/" rel="self" type="application/rss+xml" />
	<link>http://clearcove.ca</link>
	<description>Jo Hund's software engineering blog</description>
	<lastBuildDate>Fri, 28 May 2010 16:28:42 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Simplest way to use cron with Rails</title>
		<link>http://clearcove.ca/blog/2009/03/simplest-way-to-use-cron-with-rails/</link>
		<comments>http://clearcove.ca/blog/2009/03/simplest-way-to-use-cron-with-rails/#comments</comments>
		<pubDate>Tue, 31 Mar 2009 04:07:21 +0000</pubDate>
		<dc:creator>Jo Hund</dc:creator>
				<category><![CDATA[Note to self]]></category>
		<category><![CDATA[Ruby/Rails]]></category>
		<category><![CDATA[broadcast]]></category>

		<guid isPermaLink="false">http://clearcove.ca/?p=378</guid>
		<description><![CDATA[For simple applications I use cron to run automated background jobs like sending emails or indexing sphinx.
I like to have all aspects of my application under version control. Cron is no exception. To do this, I add a file named &#8220;crontab&#8221; in /config. In there I add all my cron jobs in regular cron notation.

Then [...]]]></description>
		<wfw:commentRss>http://clearcove.ca/blog/2009/03/simplest-way-to-use-cron-with-rails/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tablet pressure support on OS X for X11, Gimp, and Inkscape</title>
		<link>http://clearcove.ca/blog/2008/12/tablet-pressure-support-on-os-x-for-x11-gimp-and-inkscape/</link>
		<comments>http://clearcove.ca/blog/2008/12/tablet-pressure-support-on-os-x-for-x11-gimp-and-inkscape/#comments</comments>
		<pubDate>Sun, 07 Dec 2008 05:30:29 +0000</pubDate>
		<dc:creator>Jo Hund</dc:creator>
				<category><![CDATA[Note to self]]></category>
		<category><![CDATA[Tools]]></category>

		<guid isPermaLink="false">http://clearcove.ca/?p=342</guid>
		<description><![CDATA[Here is what I had to do to enable tablet pressure support for the X11 based Gimp and Inkscape applications on OS X Leopard:
My setup:

OS X Leopard: 10.5.5 on Intel
X11: XQuartz 2.3.2 RC2
Inkscape: 0.46 (Mac binary)
Gimp: 2.6.3 (Mac binary)
Tablet: Wacom Graphire ET from around 2003

Key points are:

get at least the 2.3.2 version of XQuartz. 2.3.1 [...]]]></description>
		<wfw:commentRss>http://clearcove.ca/blog/2008/12/tablet-pressure-support-on-os-x-for-x11-gimp-and-inkscape/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>Fixing Inkscape on OS X Leopard</title>
		<link>http://clearcove.ca/blog/2008/06/fixing-inkscape-on-os-x-leopard/</link>
		<comments>http://clearcove.ca/blog/2008/06/fixing-inkscape-on-os-x-leopard/#comments</comments>
		<pubDate>Thu, 12 Jun 2008 03:58:21 +0000</pubDate>
		<dc:creator>Jo Hund</dc:creator>
				<category><![CDATA[Note to self]]></category>

		<guid isPermaLink="false">http://new.clearcove.ca/?p=47</guid>
		<description><![CDATA[After I upgraded to Leopard, Inkscape did not start up any more. Just a blank screen. Here is what I did to fix it:
If you like Inkscape (an open source alternative to Adobe Illustrator) and have a Mac with Leopard; you will figure that it after installation it will not work. It will say that [...]]]></description>
		<wfw:commentRss>http://clearcove.ca/blog/2008/06/fixing-inkscape-on-os-x-leopard/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Require Ruby &#8216;Forwardable&#8217; on Leopard</title>
		<link>http://clearcove.ca/blog/2008/05/require-ruby-forwardable-on-leopard/</link>
		<comments>http://clearcove.ca/blog/2008/05/require-ruby-forwardable-on-leopard/#comments</comments>
		<pubDate>Wed, 14 May 2008 04:54:52 +0000</pubDate>
		<dc:creator>Jo Hund</dc:creator>
				<category><![CDATA[Note to self]]></category>
		<category><![CDATA[Ruby/Rails]]></category>

		<guid isPermaLink="false">http://new.clearcove.ca/?p=61</guid>
		<description><![CDATA[When I upgraded to Leopard, some of my Rails apps broke. Ruby threw this error at me:
uninitialized constant User::Forwardable
Here is a simple fix:

require 'forwardable'

in environment.rb.
It seems that on Tiger &#8216;Forwardable&#8217; was included by default, but not on Leopard any more. Not exactly sure why this is.
]]></description>
		<wfw:commentRss>http://clearcove.ca/blog/2008/05/require-ruby-forwardable-on-leopard/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Kill caps lock</title>
		<link>http://clearcove.ca/blog/2008/01/kill-caps-lock/</link>
		<comments>http://clearcove.ca/blog/2008/01/kill-caps-lock/#comments</comments>
		<pubDate>Wed, 02 Jan 2008 03:43:41 +0000</pubDate>
		<dc:creator>Jo Hund</dc:creator>
				<category><![CDATA[Note to self]]></category>

		<guid isPermaLink="false">http://new.clearcove.ca/?p=38</guid>
		<description><![CDATA[I found myself too many times having to rewrite the last word because I hit the caps lock key by accident. I decided to take care of this annoyance once and for all
Here is how to turn off the caps lock key on OS X Leopard:

 Go to &#8220;System Preferences&#8221;
 Select &#8220;Keyboard &#38; Mouse&#8221;
 Go [...]]]></description>
		<wfw:commentRss>http://clearcove.ca/blog/2008/01/kill-caps-lock/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.335 seconds -->
