<?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>dan.thoughts &#187; Uncategorized</title>
	<atom:link href="http://blog.sosedoff.com/category/uncategorized/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.sosedoff.com</link>
	<description>Web-development, PHP, Ruby, Sinatra, Merb, Rails, MySQL, SQLite, Web Services.</description>
	<lastBuildDate>Wed, 25 Jan 2012 18:54:45 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Homebrew upgrade failure fix</title>
		<link>http://blog.sosedoff.com/2012/01/19/homebrew-upgrade-failure-fix/</link>
		<comments>http://blog.sosedoff.com/2012/01/19/homebrew-upgrade-failure-fix/#comments</comments>
		<pubDate>Fri, 20 Jan 2012 01:19:57 +0000</pubDate>
		<dc:creator>Dan Sosedoff</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[homebrew]]></category>
		<category><![CDATA[osx]]></category>

		<guid isPermaLink="false">http://blog.sosedoff.com/?p=412</guid>
		<description><![CDATA[If you have an old homebrew installation, upgrade method for package will fail with something like this:

Error: undefined method `include?' for nil:NilClass
Please report this bug:
    https://github.com/mxcl/homebrew/wiki/checklist-before-filing-a-new-issue
/usr/local/Library/Homebrew/formula.rb:417:in `canonical_name'
/usr/local/Library/Homebrew/formula.rb:449:in `factory'
/usr/local/Library/Contributions/examples/brew-upgrade.rb:7
/usr/local/Library/Contributions/examples/brew-upgrade.rb:7:in `map'
/usr/local/Library/Contributions/examples/brew-upgrade.rb:7
/usr/local/bin/brew:47:in `require'
/usr/local/bin/brew:47:in `require?'
/usr/local/bin/brew:80

This happens because of old brew-update command. Pretty annoying, so to fix it just run the following script:

cd `brew --prefix`/Library/Contributions/examples
git clean -n
git [...]]]></description>
			<content:encoded><![CDATA[<p>If you have an old homebrew installation, upgrade method for package will fail with something like this:</p>
<pre>
Error: undefined method `include?' for nil:NilClass
Please report this bug:
    https://github.com/mxcl/homebrew/wiki/checklist-before-filing-a-new-issue
/usr/local/Library/Homebrew/formula.rb:417:in `canonical_name'
/usr/local/Library/Homebrew/formula.rb:449:in `factory'
/usr/local/Library/Contributions/examples/brew-upgrade.rb:7
/usr/local/Library/Contributions/examples/brew-upgrade.rb:7:in `map'
/usr/local/Library/Contributions/examples/brew-upgrade.rb:7
/usr/local/bin/brew:47:in `require'
/usr/local/bin/brew:47:in `require?'
/usr/local/bin/brew:80
</pre>
<p>This happens because of old <i>brew-update</i> command. Pretty annoying, so to fix it just run the following script:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #7a0874; font-weight: bold;">cd</span> <span style="color: #000000; font-weight: bold;">`</span>brew --prefix<span style="color: #000000; font-weight: bold;">`/</span>Library<span style="color: #000000; font-weight: bold;">/</span>Contributions<span style="color: #000000; font-weight: bold;">/</span>examples
git clean <span style="color: #660033;">-n</span>
git clean <span style="color: #660033;">-f</span></pre></div></div>

]]></content:encoded>
			<wfw:commentRss>http://blog.sosedoff.com/2012/01/19/homebrew-upgrade-failure-fix/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Moved to Rackspace Cloud!</title>
		<link>http://blog.sosedoff.com/2010/06/01/moved-to-rackspace-cloud/</link>
		<comments>http://blog.sosedoff.com/2010/06/01/moved-to-rackspace-cloud/#comments</comments>
		<pubDate>Tue, 01 Jun 2010 22:36:27 +0000</pubDate>
		<dc:creator>Dan Sosedoff</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[cloud]]></category>
		<category><![CDATA[hosting]]></category>
		<category><![CDATA[Nginx]]></category>
		<category><![CDATA[rackspace]]></category>
		<category><![CDATA[ultrahosting]]></category>

		<guid isPermaLink="false">http://blog.sosedoff.com/2010/06/01/moved-to-rackspace-cloud/</guid>
		<description><![CDATA[Moved this blog to rackspace cloud after almost 2 year service with UltraHosting. Had a dedicated server (512 Ram/ 70 Hdd / Celeron 1.8 / 100mbit) for $66/mo in Toronto, Canada. Good service. 
Now switched to PHP 5.3.2 + php-fpm + nginx 0.7.65
]]></description>
			<content:encoded><![CDATA[<p>Moved this blog to rackspace cloud after almost 2 year service with UltraHosting. Had a dedicated server (512 Ram/ 70 Hdd / Celeron 1.8 / 100mbit) for $66/mo in Toronto, Canada. Good service. </p>
<p>Now switched to PHP 5.3.2 + php-fpm + nginx 0.7.65</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.sosedoff.com/2010/06/01/moved-to-rackspace-cloud/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Back to business</title>
		<link>http://blog.sosedoff.com/2010/01/14/back-to-business/</link>
		<comments>http://blog.sosedoff.com/2010/01/14/back-to-business/#comments</comments>
		<pubDate>Thu, 14 Jan 2010 13:30:26 +0000</pubDate>
		<dc:creator>Dan Sosedoff</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.sosedoff.com/?p=195</guid>
		<description><![CDATA[Im back to my blog, which i havent updated since last october. Need to throw some more articles. 
]]></description>
			<content:encoded><![CDATA[<p>Im back to my blog, which i havent updated since last october. Need to throw some more articles. </p>
]]></content:encoded>
			<wfw:commentRss>http://blog.sosedoff.com/2010/01/14/back-to-business/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Blog is back!</title>
		<link>http://blog.sosedoff.com/2009/09/17/blog-is-back/</link>
		<comments>http://blog.sosedoff.com/2009/09/17/blog-is-back/#comments</comments>
		<pubDate>Thu, 17 Sep 2009 10:22:56 +0000</pubDate>
		<dc:creator>Dan Sosedoff</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.sosedoff.com/2009/09/17/blog-is-back/</guid>
		<description><![CDATA[Recovered blog. Will start write some other stuff soon.
]]></description>
			<content:encoded><![CDATA[<p>Recovered blog. Will start write some other stuff soon.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.sosedoff.com/2009/09/17/blog-is-back/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>UFO Crashed Here</title>
		<link>http://blog.sosedoff.com/2009/01/15/hello-world/</link>
		<comments>http://blog.sosedoff.com/2009/01/15/hello-world/#comments</comments>
		<pubDate>Thu, 15 Jan 2009 10:11:35 +0000</pubDate>
		<dc:creator>Dan Sosedoff</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.sosedoff.com/?p=1</guid>
		<description><![CDATA[Ufo`s servers crashed during the flight and their craft landed here.. Ok, let`s find something to eat on this small planet  
]]></description>
			<content:encoded><![CDATA[<p>Ufo`s servers crashed during the flight and their craft landed here.. Ok, let`s find something to eat on this small planet <img src='http://blog.sosedoff.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://blog.sosedoff.com/2009/01/15/hello-world/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

