<?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>beetlefeet.net &#187; lessons</title>
	<atom:link href="http://www.beetlefeet.net/tag/lessons/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.beetlefeet.net</link>
	<description>Personal blog of Jack Casey.</description>
	<lastBuildDate>Fri, 01 Jul 2011 02:02:44 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Lessons learned</title>
		<link>http://www.beetlefeet.net/2010/02/24/lessons-learned/</link>
		<comments>http://www.beetlefeet.net/2010/02/24/lessons-learned/#comments</comments>
		<pubDate>Wed, 24 Feb 2010 09:20:31 +0000</pubDate>
		<dc:creator>beetlefeet</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[lessons]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[ruby]]></category>

		<guid isPermaLink="false">http://www.beetlefeet.net/2010/02/24/lessons-learned/</guid>
		<description><![CDATA[Just because you can get sweet usec timestamps on Ubuntu and Vista doesn&#8217;t mean the same library will get any decent resolution times out of windows XP.
The default ruby mysql library doesn&#8217;t deal properly with > 32bit database ids.
If you want to use > 32bit database primary id&#8217;s. Sleep on it. You might not really [...]]]></description>
			<content:encoded><![CDATA[<p>Just because you can get sweet usec timestamps on Ubuntu and Vista doesn&#8217;t mean the same library will get any decent resolution times out of windows XP.</p>
<p>The default ruby mysql library doesn&#8217;t deal properly with > 32bit database ids.</p>
<p>If you want to use > 32bit database primary id&#8217;s. Sleep on it. You might not really want to (especially if you get hit by the above point -_-;) </p>
]]></content:encoded>
			<wfw:commentRss>http://www.beetlefeet.net/2010/02/24/lessons-learned/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

