<?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>Randquist Rants &#187; rubyconf2008</title>
	<atom:link href="http://randquist.us/blog/tags/rubyconf2008/feed/" rel="self" type="application/rss+xml" />
	<link>http://randquist.us/blog</link>
	<description>Random ramblings of a Software Engineer and Entrepreneur.</description>
	<lastBuildDate>Tue, 24 Apr 2012 17:04:56 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>sqlite3-ruby on windows</title>
		<link>http://randquist.us/blog/2008/11/22/sqlite3-ruby-on-windows/</link>
		<comments>http://randquist.us/blog/2008/11/22/sqlite3-ruby-on-windows/#comments</comments>
		<pubDate>Sat, 22 Nov 2008 16:46:02 +0000</pubDate>
		<dc:creator>CobyR</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[conferences]]></category>
		<category><![CDATA[Confreaks]]></category>
		<category><![CDATA[gem]]></category>
		<category><![CDATA[Ruby]]></category>
		<category><![CDATA[rubyconf2008]]></category>
		<category><![CDATA[sqlite3]]></category>

		<guid isPermaLink="false">http://www.randquist.us/blog/?p=126</guid>
		<description><![CDATA[So I&#8217;m working along this morning toping and tailing videos from rubyconf2008.  I am also working on a new app for the confreaks web-site, that will allow more dynamic access to all of our recorded presentations.  My post production work on our videos uses AVISynth which runs on Windows, so I&#8217;m stuck in Windows XP [...]]]></description>
			<content:encoded><![CDATA[<p>So I&#8217;m working along this morning toping and tailing videos from rubyconf2008.  I am also working on a new app for the <a title="Confreaks Website" href="http://www.confreaks.com" target="_blank">confreaks</a> web-site, that will allow more dynamic access to all of our recorded presentations.  My post production work on our videos uses <a title="AVISynth scripting language" href="http://avisynth.org" target="_blank">AVISynth </a>which runs on Windows, so I&#8217;m stuck in Windows XP while doing the work.</p>
<p>Normally I&#8217;d just hook up my MBP and use <a title="Synergy (share keyboard and mouse) between multiple computers" href="http://synergy2.sourceforge.net" target="_blank">synergy</a> to share the keyboard and mouse, but right now I have my MBP doing other things&#8230;  So I checked out the latest version of my app to the windows box and went to run the migrations.  FAIL</p>
<p>No sqlite3 file&#8230; I guess I haven&#8217;t done any development on this box in a very long time.  So I run a</p>
<p>gem update &#8211;system</p>
<p>It eventually complets, and then I do a</p>
<p>gem install sqlite3-ruby</p>
<p>This ultimately results in an error message about not having nmake installed.</p>
<p>So figuring there was not a native version for windows yet, I ran the following command:</p>
<p>gem list &#8211;remote &#8211;all sqlite</p>
<p>To get a list of all gems starting with sqlite, found the sqlite3-ruby gem and installed the prior version, to see if it was already available for windows.</p>
<p>gem install sqlite3-ruby -v=1.2.3</p>
<p>And that did the trick.</p>
<p>Net result I&#8217;m back up and running my app on the windows machine, making changes and finshing videos.</p>
<p>The rubyconf2008 videos should be available on Tuesday (11/25/08), follow &#8216;confreaks&#8217; on twitter for the latest news.</p>
]]></content:encoded>
			<wfw:commentRss>http://randquist.us/blog/2008/11/22/sqlite3-ruby-on-windows/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>RubyConf 2008!</title>
		<link>http://randquist.us/blog/2008/11/04/rubyconf-2008/</link>
		<comments>http://randquist.us/blog/2008/11/04/rubyconf-2008/#comments</comments>
		<pubDate>Tue, 04 Nov 2008 07:20:33 +0000</pubDate>
		<dc:creator>CobyR</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[conferences]]></category>
		<category><![CDATA[Confreaks]]></category>
		<category><![CDATA[rubyconf]]></category>
		<category><![CDATA[rubyconf2008]]></category>
		<category><![CDATA[travel]]></category>

		<guid isPermaLink="false">http://www.randquist.us/blog/?p=103</guid>
		<description><![CDATA[Jamming to get my stuff packed and organized so I can jump on a plan to Orlando in the morning. Hard to believe this is my 3rd RubyConf. Good things are in the wind&#8230; Hopefully more soon from the east coast, videos will be recorded, processed and posted to Confreaks as quickly as we can.]]></description>
			<content:encoded><![CDATA[<p>Jamming to get my stuff packed and organized so I can jump on a plan to Orlando in the morning.</p>
<p>Hard to believe this is my 3rd RubyConf.</p>
<p>Good things are in the wind&#8230; </p>
<p>Hopefully more soon from the east coast, videos will be recorded, processed and posted to Confreaks as quickly as we can.</p>
]]></content:encoded>
			<wfw:commentRss>http://randquist.us/blog/2008/11/04/rubyconf-2008/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

