<?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/"
	xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Alister's Weblog</title>
	<atom:link href="http://shortepic.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://shortepic.wordpress.com</link>
	<description>This space for rent</description>
	<lastBuildDate>Mon, 12 May 2008 08:38:59 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='shortepic.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/668cf155391be47ed9d637614f4c46d5?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>Alister's Weblog</title>
		<link>http://shortepic.wordpress.com</link>
	</image>
			<item>
		<title>FATAL:  no PostgreSQL user name specified in startup packet (PGError)</title>
		<link>http://shortepic.wordpress.com/2008/05/12/fatal-no-postgresql-user-name-specified-in-startup-packet-pgerror/</link>
		<comments>http://shortepic.wordpress.com/2008/05/12/fatal-no-postgresql-user-name-specified-in-startup-packet-pgerror/#comments</comments>
		<pubDate>Mon, 12 May 2008 08:38:59 +0000</pubDate>
		<dc:creator>alilee</dc:creator>
				<category><![CDATA[1]]></category>

		<guid isPermaLink="false">http://shortepic.wordpress.com/?p=8</guid>
		<description><![CDATA[This difficult-to-trace error occurs when you start the app server and you have an error in your database.yml. Instead of
username: user
I had
user: user
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=shortepic.wordpress.com&blog=2004749&post=8&subd=shortepic&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>This difficult-to-trace error occurs when you start the app server and you have an error in your database.yml. Instead of</p>
<p><code>username: user</code></p>
<p>I had</p>
<p><code>user: user</code></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/shortepic.wordpress.com/8/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/shortepic.wordpress.com/8/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/shortepic.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/shortepic.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/shortepic.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/shortepic.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/shortepic.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/shortepic.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/shortepic.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/shortepic.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/shortepic.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/shortepic.wordpress.com/8/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=shortepic.wordpress.com&blog=2004749&post=8&subd=shortepic&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://shortepic.wordpress.com/2008/05/12/fatal-no-postgresql-user-name-specified-in-startup-packet-pgerror/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/bc46b08f9310f5dbe8328470ee59b613?s=96&#38;d=identicon" medium="image">
			<media:title type="html">alilee</media:title>
		</media:content>
	</item>
		<item>
		<title>Choosing between ruby-postgres and postgres gems</title>
		<link>http://shortepic.wordpress.com/2008/05/10/choosing-between-ruby-postgres-and-postgres-gem/</link>
		<comments>http://shortepic.wordpress.com/2008/05/10/choosing-between-ruby-postgres-and-postgres-gem/#comments</comments>
		<pubDate>Sat, 10 May 2008 00:53:57 +0000</pubDate>
		<dc:creator>alilee</dc:creator>
				<category><![CDATA[Technical]]></category>

		<guid isPermaLink="false">http://shortepic.wordpress.com/?p=7</guid>
		<description><![CDATA[I saw a post saying that postgres and ruby-postgres are the same project (and had the same versions at some point: 0.7.1). This is how I chose to use postgres rather than ruby-postgres. Oh, and that Robby on Rails chooses it in his rails stack for Leopard at Planet Argon.
$ gem search -r postgres
*** REMOTE [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=shortepic.wordpress.com&blog=2004749&post=7&subd=shortepic&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>I saw a post saying that postgres and ruby-postgres are the same project (and had the same versions at some point: 0.7.1). This is how I chose to use postgres rather than ruby-postgres. Oh, and that Robby on Rails chooses it in his rails stack for Leopard at Planet Argon.</p>
<p><code>$ gem search -r postgres</p>
<p>*** REMOTE GEMS ***</p>
<p>postgres (0.7.9.2008.01.28, 0.7.9.2008.01.24, 0.7.9.2008.01.09, 0.7.9.2008.01.03, 0.7.9.2007.12.22, 0.7.9.2007.12.12)<br />
ruby-postgres (0.7.1.2006.04.06, 0.7.1.2006.04.05, 0.7.1.2005.12.21, 0.7.1.2005.12.20, 0.7.1.2005.12.19, 0.7.1.2005.11.27, 0.7.1.2005.11.26, 0.7.1.2005.11.24, 0.7.1.2005.11.23)<br />
$</code></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/shortepic.wordpress.com/7/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/shortepic.wordpress.com/7/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/shortepic.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/shortepic.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/shortepic.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/shortepic.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/shortepic.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/shortepic.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/shortepic.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/shortepic.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/shortepic.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/shortepic.wordpress.com/7/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=shortepic.wordpress.com&blog=2004749&post=7&subd=shortepic&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://shortepic.wordpress.com/2008/05/10/choosing-between-ruby-postgres-and-postgres-gem/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/bc46b08f9310f5dbe8328470ee59b613?s=96&#38;d=identicon" medium="image">
			<media:title type="html">alilee</media:title>
		</media:content>
	</item>
		<item>
		<title>MacBook Air (not quite yet)</title>
		<link>http://shortepic.wordpress.com/2008/01/23/macbook-air-not-quite-yet/</link>
		<comments>http://shortepic.wordpress.com/2008/01/23/macbook-air-not-quite-yet/#comments</comments>
		<pubDate>Wed, 23 Jan 2008 00:50:50 +0000</pubDate>
		<dc:creator>alilee</dc:creator>
				<category><![CDATA[Apple]]></category>

		<guid isPermaLink="false">http://shortepic.wordpress.com/2008/01/23/macbook-air-not-quite-yet/</guid>
		<description><![CDATA[I will admit I was watching for the MacWorld keynote announcement with some interest. After some thought I think I&#8217;ll wait for three things before I jump:

Built-in HSDPA (3G wireless) &#8211; why do I want to carry an external modem?
Capacity for 3GB of RAM &#8211; this is the maximum Windows can address.
FullHD resolution: 1920&#215;1080 &#8211; [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=shortepic.wordpress.com&blog=2004749&post=6&subd=shortepic&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>I will admit I was watching for the MacWorld keynote announcement with some interest. After some thought I think I&#8217;ll wait for three things before I jump:</p>
<ol>
<li>Built-in HSDPA (3G wireless) &#8211; why do I want to carry an external modem?</li>
<li>Capacity for 3GB of RAM &#8211; this is the maximum Windows can address.</li>
<li>FullHD resolution: 1920&#215;1080 &#8211; ok, this is only a nice to have.</li>
</ol>
<p>Other than these things, it&#8217;s pretty cool.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/shortepic.wordpress.com/6/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/shortepic.wordpress.com/6/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/shortepic.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/shortepic.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/shortepic.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/shortepic.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/shortepic.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/shortepic.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/shortepic.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/shortepic.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/shortepic.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/shortepic.wordpress.com/6/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=shortepic.wordpress.com&blog=2004749&post=6&subd=shortepic&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://shortepic.wordpress.com/2008/01/23/macbook-air-not-quite-yet/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/bc46b08f9310f5dbe8328470ee59b613?s=96&#38;d=identicon" medium="image">
			<media:title type="html">alilee</media:title>
		</media:content>
	</item>
		<item>
		<title>Problems installing postgres and ruby-postgres after Leopard upgrade</title>
		<link>http://shortepic.wordpress.com/2007/10/28/problems-installing-postgres-and-ruby-postgres-after-leopard-upgrade/</link>
		<comments>http://shortepic.wordpress.com/2007/10/28/problems-installing-postgres-and-ruby-postgres-after-leopard-upgrade/#comments</comments>
		<pubDate>Sun, 28 Oct 2007 06:28:12 +0000</pubDate>
		<dc:creator>alilee</dc:creator>
				<category><![CDATA[Technical]]></category>
		<category><![CDATA[leopard]]></category>
		<category><![CDATA[macports]]></category>
		<category><![CDATA[postgresql]]></category>
		<category><![CDATA[ruby]]></category>

		<guid isPermaLink="false">http://shortepic.wordpress.com/2007/10/28/problems-installing-postgres-and-ruby-postgres-after-leopard-upgrade/</guid>
		<description><![CDATA[Unwinding macports to use Apple&#8217;s ruby stack I found that
sudo port install postgresql82 postgresql82-server
fails. Able to install from source with the same configuration settings. Missing optional stuff like tsearch2 though.
More of a concern is the problems installing
sudo gem install ruby-postgres. The first problem is that configure doesn&#8217;t find certain functions due to problems linking to [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=shortepic.wordpress.com&blog=2004749&post=3&subd=shortepic&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Unwinding macports to use Apple&#8217;s ruby stack I found that<br />
<code>sudo port install postgresql82 postgresql82-server</code><br />
fails. Able to install from source with the same configuration settings. Missing optional stuff like tsearch2 though.</p>
<p>More of a concern is the problems installing<br />
<code>sudo gem install ruby-postgres</code>. The first problem is that configure doesn&#8217;t find certain functions due to problems linking to the ppc symbols. The <code>ARCHFLAGS="-arch i386"</code> doesn&#8217;t solve this &#8211; still builds for ppc as well. Can override <code>#defines</code> in the postgres.c file and override the contents of the Makefile to build successfully though.</p>
<p><strong>Update</strong> ARCHFLAGS does work in compiling ruby-postgres, I just had to be more sophisticated about passing it through sudo.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/shortepic.wordpress.com/3/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/shortepic.wordpress.com/3/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/shortepic.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/shortepic.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/shortepic.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/shortepic.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/shortepic.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/shortepic.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/shortepic.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/shortepic.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/shortepic.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/shortepic.wordpress.com/3/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=shortepic.wordpress.com&blog=2004749&post=3&subd=shortepic&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://shortepic.wordpress.com/2007/10/28/problems-installing-postgres-and-ruby-postgres-after-leopard-upgrade/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/bc46b08f9310f5dbe8328470ee59b613?s=96&#38;d=identicon" medium="image">
			<media:title type="html">alilee</media:title>
		</media:content>
	</item>
		<item>
		<title>Hello world!</title>
		<link>http://shortepic.wordpress.com/2007/10/28/hello-world/</link>
		<comments>http://shortepic.wordpress.com/2007/10/28/hello-world/#comments</comments>
		<pubDate>Sun, 28 Oct 2007 05:52:13 +0000</pubDate>
		<dc:creator>alilee</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Blogging]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[&#8230;is this thing on?? testing 1-2-3&#8230; ok, we&#8217;re go.
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=shortepic.wordpress.com&blog=2004749&post=1&subd=shortepic&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>&#8230;is this thing on?? testing 1-2-3&#8230; ok, we&#8217;re go.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/shortepic.wordpress.com/1/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/shortepic.wordpress.com/1/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/shortepic.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/shortepic.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/shortepic.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/shortepic.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/shortepic.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/shortepic.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/shortepic.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/shortepic.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/shortepic.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/shortepic.wordpress.com/1/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=shortepic.wordpress.com&blog=2004749&post=1&subd=shortepic&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://shortepic.wordpress.com/2007/10/28/hello-world/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/bc46b08f9310f5dbe8328470ee59b613?s=96&#38;d=identicon" medium="image">
			<media:title type="html">alilee</media:title>
		</media:content>
	</item>
	</channel>
</rss>