<?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>Kevin&#039;s random thoughts &#187; Uncategorized</title>
	<atom:link href="http://kbullock.ringworld.org/category/uncategorized/feed/" rel="self" type="application/rss+xml" />
	<link>http://kbullock.ringworld.org</link>
	<description>god, tech, and other geekery</description>
	<lastBuildDate>Thu, 18 Apr 2013 19:53:04 +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>vlad-unicorn version 2.3.1 has been released!</title>
		<link>http://kbullock.ringworld.org/2013/04/18/vlad-unicorn-version-2-3-1-has-been-released/</link>
		<comments>http://kbullock.ringworld.org/2013/04/18/vlad-unicorn-version-2-3-1-has-been-released/#comments</comments>
		<pubDate>Thu, 18 Apr 2013 19:53:04 +0000</pubDate>
		<dc:creator>kbullock</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://kbullock.ringworld.org/?p=1819</guid>
		<description><![CDATA[Unicorn app server support for Vlad. Adds support for vlad:startapp and vlad:stopapp using Unicorn[http://unicorn.bogomips.org/]. Changes: 2.3.1 / 2013-04-18 1 bug fix Generate the command to start Unicorn correctly. http://bitbucket.org/krbullock/vlad-unicorn/]]></description>
			<content:encoded><![CDATA[<p>Unicorn app server support for Vlad. Adds support for vlad:start<em>app and
vlad:stop</em>app using Unicorn[http://unicorn.bogomips.org/].</p>

<p>Changes:</p>

<h3>2.3.1 / 2013-04-18</h3>

<ul>
<li><p>1 bug fix</p>

<ul>
<li>Generate the command to start Unicorn correctly.</li>
</ul></li>
<li><p><a href="http://bitbucket.org/krbullock/vlad-unicorn/">http://bitbucket.org/krbullock/vlad-unicorn/</a></p></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://kbullock.ringworld.org/2013/04/18/vlad-unicorn-version-2-3-1-has-been-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>vlad-unicorn version 2.3.0 has been released!</title>
		<link>http://kbullock.ringworld.org/2013/04/17/vlad-unicorn-version-2-3-0-has-been-released/</link>
		<comments>http://kbullock.ringworld.org/2013/04/17/vlad-unicorn-version-2-3-0-has-been-released/#comments</comments>
		<pubDate>Thu, 18 Apr 2013 02:26:25 +0000</pubDate>
		<dc:creator>kbullock</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://kbullock.ringworld.org/?p=1817</guid>
		<description><![CDATA[Unicorn app server support for Vlad. Adds support for vlad:startapp and vlad:stopapp using Unicorn[http://unicorn.bogomips.org/]. Changes: 2.3.0 / 2013-04-17 3 minor enhancements Pass an environment to Unicorn, default to rails_env (if present) or &#8216;production&#8217;. (Mathieu Lemoine) (BC) Create shared/log and shared/pids directories on vlad:setup_app, even for non-Rails apps. Add an option to trivially enable using bundle [...]]]></description>
			<content:encoded><![CDATA[<p>Unicorn app server support for Vlad. Adds support for vlad:start<em>app and
vlad:stop</em>app using Unicorn[http://unicorn.bogomips.org/].</p>

<p>Changes:</p>

<h3>2.3.0 / 2013-04-17</h3>

<ul>
<li><p>3 minor enhancements</p>

<ul>
<li>Pass an environment to Unicorn, default to rails_env (if present) or
&#8216;production&#8217;. (Mathieu Lemoine) (BC)</li>
<li>Create shared/log and shared/pids directories on vlad:setup_app, even for
non-Rails apps.</li>
<li>Add an option to trivially enable using <code>bundle exec</code>.</li>
</ul></li>
<li><p>2 bug fixes</p>

<ul>
<li>Fix broken shell-quoting of sudo commands</li>
<li>Quote config file path when passing it to unicorn</li>
</ul></li>
<li><p><a href="http://bitbucket.org/krbullock/vlad-unicorn/">http://bitbucket.org/krbullock/vlad-unicorn/</a></p></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://kbullock.ringworld.org/2013/04/17/vlad-unicorn-version-2-3-0-has-been-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>vlad-unicorn version 2.2.1 has been released!</title>
		<link>http://kbullock.ringworld.org/2013/03/08/vlad-unicorn-version-2-2-1-has-been-released/</link>
		<comments>http://kbullock.ringworld.org/2013/03/08/vlad-unicorn-version-2-2-1-has-been-released/#comments</comments>
		<pubDate>Fri, 08 Mar 2013 18:04:10 +0000</pubDate>
		<dc:creator>kbullock</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://kbullock.ringworld.org/?p=1806</guid>
		<description><![CDATA[Unicorn app server support for Vlad. Adds support for vlad:startapp and vlad:stopapp using Unicorn[http://unicorn.bogomips.org/]. Changes: 2.2.1 / 2013-03-08 1 bug fix Quote commands better when using sudo http://bitbucket.org/krbullock/vlad-unicorn/]]></description>
			<content:encoded><![CDATA[<p>Unicorn app server support for Vlad. Adds support for vlad:start<em>app and
vlad:stop</em>app using Unicorn[http://unicorn.bogomips.org/].</p>

<p>Changes:</p>

<h3>2.2.1 / 2013-03-08</h3>

<ul>
<li><p>1 bug fix</p>

<ul>
<li>Quote commands better when using sudo</li>
</ul></li>
<li><p><a href="http://bitbucket.org/krbullock/vlad-unicorn/">http://bitbucket.org/krbullock/vlad-unicorn/</a></p></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://kbullock.ringworld.org/2013/03/08/vlad-unicorn-version-2-2-1-has-been-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Back up and running!</title>
		<link>http://kbullock.ringworld.org/2006/10/03/back-up-and-running/</link>
		<comments>http://kbullock.ringworld.org/2006/10/03/back-up-and-running/#comments</comments>
		<pubDate>Wed, 04 Oct 2006 02:50:00 +0000</pubDate>
		<dc:creator>kbullock</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[meta]]></category>

		<guid isPermaLink="false">/2006/10/05/back-up-and-running</guid>
		<description><![CDATA[Hey kind friends. Well, I finally set aside the time to get my blog back up and running, this time on Mephisto. In the meantime many of you may have noticed me posting on my LiveJournal. I&#8217;m going to be migrating some of my more recent entries from there over here, and generally reorganizing things [...]]]></description>
			<content:encoded><![CDATA[<p>Hey kind friends.</p>

<p>Well, I finally set aside the time to get my blog back up and running, this time on <a href="http://mephistoblog.com/">Mephisto</a>. In the meantime many of you may have noticed me posting on <a href="http://krbullock.livejournal.com/">my LiveJournal</a>. I&#8217;m going to be migrating some of my more recent entries from there over here, and generally reorganizing things into sections.</p>

<p>I&#8217;m also going to take a stab at getting a better theme going than Mephisto&#8217;s default one; we&#8217;ll see how that goes.</p>

<p><strong>UPDATE</strong> <em>[2006.10.05 15:30]:</em> I&#8217;ve made some changes to make this theme higher-contrast and thus easier to read, but I&#8217;m still on the lookout for a different one. Things are organized generally into sections now, and I&#8217;ve added some actual links to the Atom feeds. You can now get a feed not just of the whole blog, but of individual sections too.</p>
]]></content:encoded>
			<wfw:commentRss>http://kbullock.ringworld.org/2006/10/03/back-up-and-running/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tags are working!</title>
		<link>http://kbullock.ringworld.org/2006/01/12/tags-are-working/</link>
		<comments>http://kbullock.ringworld.org/2006/01/12/tags-are-working/#comments</comments>
		<pubDate>Fri, 13 Jan 2006 04:13:00 +0000</pubDate>
		<dc:creator>kbullock</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[meta]]></category>

		<guid isPermaLink="false">/2006/10/04/tags-are-working</guid>
		<description><![CDATA[I&#8217;ve gone a step beyond typo 2.6 (as mentioned in my previous post) and gone straight to the bleeding-edge development code. As a result, I&#8217;ve replaced the categories with tags. Have fun I may add categories back in at some future point, so that I can save those of you non-geeky readers from my technobabble. [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve gone a step beyond <a href="http://typo.leetsoft.com/trac/">typo</a> 2.6 (as mentioned in my previous post) and gone straight to the bleeding-edge development code. As a result, I&#8217;ve replaced the categories with tags. Have fun <img src='http://kbullock.ringworld.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>

<p>I may add categories back in at some future point, so that I can save those of you non-geeky readers from my technobabble. On the other hand, I may hack typo to allow me to have multiple separate blogs, and move the technobabble to a separate one. <em>*ponders*</em></p>

<p>(<strong>UPDATE</strong> [21 Jan 16:10]: I&#8217;ve also gotten typo working via FastCGI now. Gah.)</p>
]]></content:encoded>
			<wfw:commentRss>http://kbullock.ringworld.org/2006/01/12/tags-are-working/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DEATHMATCH: Kevin vs. sqlite+typo-2.6.0</title>
		<link>http://kbullock.ringworld.org/2005/12/21/deathmatch-kevin-vs-sqlite-typo-2-6-0/</link>
		<comments>http://kbullock.ringworld.org/2005/12/21/deathmatch-kevin-vs-sqlite-typo-2-6-0/#comments</comments>
		<pubDate>Wed, 21 Dec 2005 16:44:00 +0000</pubDate>
		<dc:creator>kbullock</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[meta]]></category>

		<guid isPermaLink="false">/2006/10/04/deathmatch-kevin-vs-sqlite-typo-2-6-0</guid>
		<description><![CDATA[Sorry for the downtime and weirdness yesterday and today. I&#8217;ve been attempting to update to the latest version of typo while at the same time migrating from SQLite to MySQL for the backend. Things got more complex than I was able to deal with while at work. But we&#8217;re back now. You&#8217;ll also notice a [...]]]></description>
			<content:encoded><![CDATA[<p>Sorry for the downtime and weirdness yesterday and today. I&#8217;ve been attempting to update to the latest version of <a href="http://typo.leetsoft.com/trac/">typo</a> while at the same time migrating from SQLite to MySQL for the backend. Things got more complex than I was able to deal with while at work. But we&#8217;re back now.</p>

<p>You&#8217;ll also notice a shiny new theme to the site. It&#8217;s the Origami theme from the <a href="http://typogarden.com/">TypoGarden Theme Contest</a>. By default it uses a Flash-based technique to render headlines, but this can be shut off in the top little control bar (just above the site title). You can also switch it to a fluid layout (highly recommended), change the font size, or switch the sidebar to the other side. I&#8217;m a little ambivalent about using such an intense theme, so it may change soon. <strong>UPDATE</strong>: I&#8217;ve switched back to the old theme, since the Ta-da Lists were being displayed weirdly.</p>

<p>Next on the to do list (as you can now see in the sidebar thanks to the wonders of <a href="http://www.tadalist.com/">Ta-da List</a>) is to make the RSS feeds display with the proper URL (currently they&#8217;re using 127.0.0.1, which is why you can&#8217;t click on a link in your feed reader and get to the story). <strong>UPDATE</strong>: This seems to have been fixed somewhere in the transition between 2.5.6 and 2.6.0. Thanks <a href="http://blog.leetsoft.com/">Tobias</a>!</p>
]]></content:encoded>
			<wfw:commentRss>http://kbullock.ringworld.org/2005/12/21/deathmatch-kevin-vs-sqlite-typo-2-6-0/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>About this blog</title>
		<link>http://kbullock.ringworld.org/2005/10/29/about-this-blog/</link>
		<comments>http://kbullock.ringworld.org/2005/10/29/about-this-blog/#comments</comments>
		<pubDate>Sat, 29 Oct 2005 10:33:00 +0000</pubDate>
		<dc:creator>kbullock</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[meta]]></category>

		<guid isPermaLink="false">/2006/10/04/about-this-blog</guid>
		<description><![CDATA[I&#8217;m not sure yet what sort of information I&#8217;ll put on this blog, but it will probably involve some combination of life events, computer insights, and random ramblings. stay tuned. heh.]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m not sure yet what sort of information I&#8217;ll put on this blog, but it will probably involve some combination of life events, computer insights, and random ramblings.</p>

<p>stay tuned. heh.</p>
]]></content:encoded>
			<wfw:commentRss>http://kbullock.ringworld.org/2005/10/29/about-this-blog/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>First post[sic]</title>
		<link>http://kbullock.ringworld.org/2005/10/29/first-post-sic/</link>
		<comments>http://kbullock.ringworld.org/2005/10/29/first-post-sic/#comments</comments>
		<pubDate>Sat, 29 Oct 2005 09:26:00 +0000</pubDate>
		<dc:creator>kbullock</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[meta]]></category>

		<guid isPermaLink="false">/2006/10/04/first-post-sic</guid>
		<description><![CDATA[Lookie! I&#8217;ve got a blog! BOOM!!!]]></description>
			<content:encoded><![CDATA[<p>Lookie! I&#8217;ve got a blog!</p>

<p><strong>BOOM!!!</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://kbullock.ringworld.org/2005/10/29/first-post-sic/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->