<?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>omgsean.com &#187; Uncategorized</title>
	<atom:link href="http://omgsean.com/category/uncategorized/feed/" rel="self" type="application/rss+xml" />
	<link>http://omgsean.com</link>
	<description>It's a Site on the Internet</description>
	<lastBuildDate>Thu, 08 Oct 2009 03:53:41 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Installing the MySQL Ruby Gem on OS X 10.6 (Snow Leopard)</title>
		<link>http://omgsean.com/2009/09/installing-the-mysql-ruby-gem-on-os-x-10-6-snow-leopard/</link>
		<comments>http://omgsean.com/2009/09/installing-the-mysql-ruby-gem-on-os-x-10-6-snow-leopard/#comments</comments>
		<pubDate>Fri, 18 Sep 2009 16:51:23 +0000</pubDate>
		<dc:creator>Sean</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://omgsean.com/?p=74</guid>
		<description><![CDATA[UPDATE: The advice in this post may work for some people, but I didn&#8217;t have complete luck until I installed MySQL via MacPorts, and then completely reinstalled Ruby and RubyGems via the Instructions at Hivelogic. Feel free to post a comment if you&#8217;re still having trouble. Holy jumping crap am I ever sick of installing [...]]]></description>
			<content:encoded><![CDATA[<p>UPDATE: The advice in this post may work for some people, but I didn&#8217;t have complete luck until I installed MySQL via MacPorts, and then completely reinstalled Ruby and RubyGems via the <a href="http://hivelogic.com/articles/compiling-ruby-rubygems-and-rails-on-snow-leopard/" target="_">Instructions at Hivelogic</a>.  Feel free to post a comment if you&#8217;re still having trouble.</p>
<p>Holy jumping crap am I ever sick of installing the MySQL gem.  If I never have to do it again, it will be too soon.  That being said, here&#8217;s what you get (as usual) if you</p>
<pre><code>sudo gem install mysql</code></pre>
<p>on Snow Leopard:</p>
<pre><code>
Building native extensions.  This could take a while...
ERROR:  Error installing mysql:
	ERROR: Failed to build gem native extension.

/usr/local/bin/ruby extconf.rb
checking for mysql_ssl_set()... no
checking for rb_str_set_len()... no
checking for rb_thread_start_timer()... no
checking for mysql.h... no
checking for mysql/mysql.h... no
*** extconf.rb failed ***
Could not create Makefile due to some reason, probably lack of
necessary libraries and/or headers.  Check the mkmf.log file for more
details.  You may need configuration options.

Provided configuration options:
	--with-opt-dir
	--without-opt-dir
	--with-opt-include
	--without-opt-include=${opt-dir}/include
	--with-opt-lib
	--without-opt-lib=${opt-dir}/lib
	--with-make-prog
	--without-make-prog
	--srcdir=.
	--curdir
	--ruby=/usr/local/bin/ruby
	--with-mysql-config

Gem files will remain installed in /usr/local/lib/ruby/gems/1.8/gems/mysql-2.8.1 for inspection.</code></pre>
<p>This time it&#8217;s pretty simple.  First of all, get rid of any old versions you have kicking around</p>
<pre><code>sudo gem uninstall mysql</code></pre>
<p>Next, install the newest MySQL package.  Make sure you get the 64-bit version.  For me it was 5.1.38.  After that, and here&#8217;s the important, install Xcode from your Snow Leopard disc.  Don&#8217;t skip this step!  You may also need to update your RubyGems install:</p>
<pre><code>sudo gem update --system</code></pre>
<p>Finally, you just need to install the gem telling it where your config file is:</p>
<pre><code>sudo gem install mysql -- --with-mysql-config=/usr/local/mysql-5.1.38-osx10.5-x86_64/bin/mysql_config</code></pre>
<p>And that ought to do it!</p>
]]></content:encoded>
			<wfw:commentRss>http://omgsean.com/2009/09/installing-the-mysql-ruby-gem-on-os-x-10-6-snow-leopard/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>Installing the MySQL Gem on Slicehost (Ubuntu)</title>
		<link>http://omgsean.com/2009/09/installing-the-mysql-gem-on-slicehost-ubuntu/</link>
		<comments>http://omgsean.com/2009/09/installing-the-mysql-gem-on-slicehost-ubuntu/#comments</comments>
		<pubDate>Sun, 13 Sep 2009 17:56:52 +0000</pubDate>
		<dc:creator>Sean</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://omgsean.com/?p=72</guid>
		<description><![CDATA[Seems like getting the Rails MySQL gem installed on various systems would make a good candidate for a series of blog posts. Hopefully this will help somebody out. Trying to install the gem on Slicehost will product the dreaded &#8220;Could not create Makefile due to some reason, probably lack of necessary libraries and/or headers&#8221; error. [...]]]></description>
			<content:encoded><![CDATA[<p>Seems like getting the Rails MySQL gem installed on various systems would make a good candidate for a series of blog posts.  Hopefully this will help somebody out.  Trying to install the gem on Slicehost will product the dreaded &#8220;Could not create Makefile due to some reason, probably lack of necessary libraries and/or headers&#8221; error.  Thankfully this is easily fixed:</p>
<pre><code>sudo gem install mysql-server
sudo gem install libmysqlclient15-dev
sudo gem install mysql</code></pre>
<p>Shazam!</p>
]]></content:encoded>
			<wfw:commentRss>http://omgsean.com/2009/09/installing-the-mysql-gem-on-slicehost-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing the MySQL Gem on Red Hat Enterprise Linux</title>
		<link>http://omgsean.com/2009/08/installing-the-mysql-gem-on-red-hat-enterprise-linux/</link>
		<comments>http://omgsean.com/2009/08/installing-the-mysql-gem-on-red-hat-enterprise-linux/#comments</comments>
		<pubDate>Fri, 07 Aug 2009 19:12:50 +0000</pubDate>
		<dc:creator>Sean</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://omgsean.com/?p=68</guid>
		<description><![CDATA[There is nothing quite so much fun as installing the MySQL gem for Ruby. It seems like every time I try to do it I wind up with a different issue. Today&#8217;s issue was simple yet easy. When running gem install mysql I was greeted by this lovely message: ERROR: Error installing mysql: ERROR: Failed [...]]]></description>
			<content:encoded><![CDATA[<p>There is nothing quite so much fun as installing the MySQL gem for Ruby.  It seems like every time I try to do it I wind up with a different issue.  Today&#8217;s issue was simple yet easy.  When running gem install mysql I was greeted by this lovely message:</p>
<pre><code>
ERROR:  Error installing mysql:
	ERROR: Failed to build gem native extension.

/usr/local/bin/ruby extconf.rb --with-mysql-conf=/usr/bin/mysql --with-mysql-lib=/usr/lib/mysql
checking for mysql_query() in -lmysqlclient... no
checking for main() in -lm... yes
checking for mysql_query() in -lmysqlclient... no
checking for main() in -lz... yes
checking for mysql_query() in -lmysqlclient... no
checking for main() in -lsocket... no
checking for mysql_query() in -lmysqlclient... no
checking for main() in -lnsl... yes
checking for mysql_query() in -lmysqlclient... no
*** extconf.rb failed ***
Could not create Makefile due to some reason, probably lack of
necessary libraries and/or headers.  Check the mkmf.log file for more
details.  You may need configuration options.

Provided configuration options:
	--with-opt-dir
	--without-opt-dir
	--with-opt-include
	--without-opt-include=${opt-dir}/include
	--with-opt-lib
	--without-opt-lib=${opt-dir}/lib
	--with-make-prog
	--without-make-prog
	--srcdir=.
	--curdir
	--ruby=/usr/local/bin/ruby
	--with-mysql-config
	--without-mysql-config
	--with-mysql-dir
	--without-mysql-dir
	--with-mysql-include
	--without-mysql-include=${mysql-dir}/include
	--with-mysql-lib=${mysql-dir}/lib
	--with-mysqlclientlib
	--without-mysqlclientlib
	--with-mlib
	--without-mlib
	--with-mysqlclientlib
	--without-mysqlclientlib
	--with-zlib
	--without-zlib
	--with-mysqlclientlib
	--without-mysqlclientlib
	--with-socketlib
	--without-socketlib
	--with-mysqlclientlib
	--without-mysqlclientlib
	--with-nsllib
	--without-nsllib
	--with-mysqlclientlib
	--without-mysqlclientlib

Gem files will remain installed in /usr/local/lib/ruby/gems/1.8/gems/mysql-2.7 for inspection.
Results logged to /usr/local/lib/ruby/gems/1.8/gems/mysql-2.7/gem_make.out
</code></pre>
<p>Thankfully this can be fixed fairly easily with  two steps:</p>
<pre><code>yum install mysql-devel
gem install mysql -- --with-mysql-config=/usr/bin/mysql_config</code></pre>
<p>Success!</p>
]]></content:encoded>
			<wfw:commentRss>http://omgsean.com/2009/08/installing-the-mysql-gem-on-red-hat-enterprise-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Please stop writing articles about Twitter.</title>
		<link>http://omgsean.com/2009/04/please-stop-writing-articles-about-twitter/</link>
		<comments>http://omgsean.com/2009/04/please-stop-writing-articles-about-twitter/#comments</comments>
		<pubDate>Thu, 16 Apr 2009 03:33:00 +0000</pubDate>
		<dc:creator>Sean</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://omgsean.com/?p=65</guid>
		<description><![CDATA[I&#8217;ve been noticing a hot new trend on the Internet lately, and I think we need to cut it off at the head. Thousands of bloggers and hundreds of print columnists are writing boring, rambling articles about their mostly homogeneous Twitter experience. The average article goes something like this: - I heard about Twitter because [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been noticing a <strong>hot new trend</strong> on the Internet lately, and I think we need to cut it off at the head.  Thousands of bloggers and hundreds of print columnists are writing <a href="http://ctrlshiftlife.com/content/the-problem-with-twitter">boring</a>, <a href="http://www.vancouversun.com/Entertainment/Warning+This+column+contains+more+than+characters/1472358/story.html">rambling</a> articles about their mostly homogeneous Twitter experience.  The average article goes something like this:</p>
<p>- I heard about Twitter because Shaq/Barack Obama uses it<br />
- I signed up and at first I didn&#8217;t really know what was going on<br />
- Then I started liking it<br />
- Then I made a joke about how I was limited to 140 characters<br />
- Then I started thinking it was stupid<br />
- But I&#8217;m still using it&#8230; until the next hot e-trend comes around!</p>
<p>I want this to stop.  I understand that as a technology writer, it&#8217;s your job to keep abreast of current trends, but the sad fact is that you&#8217;re way late to the party and no one is interested in your bland Twitter experience.  The existence of a hot new social networking website does not compel you to document your user experience.  In fact, Twitter can serve to make this process much easier if you absolutely must talk about it.  Just Tweet &#8220;using Twitter&#8221; and then go write an article about something that requires a little more research than just doing something that millions of people are doing every day.</p>
<p>Next Week: So what exactly is this &#8220;Face-book&#8221; anyway?</p>
]]></content:encoded>
			<wfw:commentRss>http://omgsean.com/2009/04/please-stop-writing-articles-about-twitter/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Great stuff I tweeted on 2009-04-04</title>
		<link>http://omgsean.com/2009/04/great-stuff-i-tweeted-on-2009-04-04/</link>
		<comments>http://omgsean.com/2009/04/great-stuff-i-tweeted-on-2009-04-04/#comments</comments>
		<pubDate>Sat, 04 Apr 2009 10:00:00 +0000</pubDate>
		<dc:creator>Sean</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Tweets]]></category>

		<guid isPermaLink="false">http://omgsean.com/2009/04/great-stuff-i-tweeted-on-2009-04-04/</guid>
		<description><![CDATA[Alright Iowa! http://www.desmoinesregister.com/article/20090403/NEWS/90403010 # Just added myself to the http://wefollow.com twitter directory under: #webdev #webdesign #politics # 25 years after 1984, the telescreen is called Twitter and it&#8217;s actually kinda fun. #]]></description>
			<content:encoded><![CDATA[<ul class="aktt_tweet_digest">
<li>Alright Iowa! <a href="http://www.desmoinesregister.com/article/20090403/NEWS/90403010" rel="nofollow">http://www.desmoinesregister.com/article/20090403/NEWS/90403010</a> <a href="http://twitter.com/SeanLazer/statuses/1446039546">#</a></li>
<li>Just added myself to the <a href="http://wefollow.com" rel="nofollow">http://wefollow.com</a> twitter directory under:  #<a href="http://search.twitter.com/search?q=%23webdev">webdev</a> #<a href="http://search.twitter.com/search?q=%23webdesign">webdesign</a> #<a href="http://search.twitter.com/search?q=%23politics">politics</a> <a href="http://twitter.com/SeanLazer/statuses/1446382608">#</a></li>
<li>25 years after 1984, the telescreen is called Twitter and it&#8217;s actually kinda fun. <a href="http://twitter.com/SeanLazer/statuses/1446828372">#</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://omgsean.com/2009/04/great-stuff-i-tweeted-on-2009-04-04/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Great stuff I tweeted on 2009-04-03</title>
		<link>http://omgsean.com/2009/04/great-stuff-i-tweeted-on-2009-04-03/</link>
		<comments>http://omgsean.com/2009/04/great-stuff-i-tweeted-on-2009-04-03/#comments</comments>
		<pubDate>Fri, 03 Apr 2009 10:00:00 +0000</pubDate>
		<dc:creator>Sean</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Tweets]]></category>

		<guid isPermaLink="false">http://omgsean.com/2009/04/great-stuff-i-tweeted-on-2009-04-03/</guid>
		<description><![CDATA[Serious question from a client: &#8220;Can we put the logo in the URL?&#8221; # my styles be cascadin&#8217;, yo #]]></description>
			<content:encoded><![CDATA[<ul class="aktt_tweet_digest">
<li>Serious question from a client: &#8220;Can we put the logo in the URL?&#8221; <a href="http://twitter.com/SeanLazer/statuses/1438898569">#</a></li>
<li>my styles be cascadin&#8217;, yo <a href="http://twitter.com/SeanLazer/statuses/1440391651">#</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://omgsean.com/2009/04/great-stuff-i-tweeted-on-2009-04-03/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Great stuff I tweeted on 2009-04-02</title>
		<link>http://omgsean.com/2009/04/great-stuff-i-tweeted-on-2009-04-02/</link>
		<comments>http://omgsean.com/2009/04/great-stuff-i-tweeted-on-2009-04-02/#comments</comments>
		<pubDate>Thu, 02 Apr 2009 10:00:00 +0000</pubDate>
		<dc:creator>Sean</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Tweets]]></category>

		<guid isPermaLink="false">http://omgsean.com/2009/04/great-stuff-i-tweeted-on-2009-04-02/</guid>
		<description><![CDATA[When you finish editing a record on a website do you prefer to go back to the edit page, or the index of all records? # RT @ jdickerson If I open one more tab on my browser I think they&#8217;re going to foreclose on my house. # http://www.saveie6.com/ #]]></description>
			<content:encoded><![CDATA[<ul class="aktt_tweet_digest">
<li>When you finish editing a record on a website do you prefer to go back to the edit page, or the index of all records? <a href="http://twitter.com/SeanLazer/statuses/1431400998">#</a></li>
<li>RT @ jdickerson If I open one more tab on my browser I think they&#8217;re going to foreclose on my house. <a href="http://twitter.com/SeanLazer/statuses/1432194901">#</a></li>
<li><a href="http://www.saveie6.com/" rel="nofollow">http://www.saveie6.com/</a> <a href="http://twitter.com/SeanLazer/statuses/1434034231">#</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://omgsean.com/2009/04/great-stuff-i-tweeted-on-2009-04-02/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Great stuff I tweeted on 2009-04-01</title>
		<link>http://omgsean.com/2009/04/great-stuff-i-tweeted-on-2009-04-01/</link>
		<comments>http://omgsean.com/2009/04/great-stuff-i-tweeted-on-2009-04-01/#comments</comments>
		<pubDate>Wed, 01 Apr 2009 10:00:00 +0000</pubDate>
		<dc:creator>Sean</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Tweets]]></category>

		<guid isPermaLink="false">http://omgsean.com/2009/04/great-stuff-i-tweeted-on-2009-04-01/</guid>
		<description><![CDATA[First Stringer Bell in The Office, and now Major Colvin in How I Met Your Mother? Hoping to see Marlo Stansfield in the Full House reunion. #]]></description>
			<content:encoded><![CDATA[<ul class="aktt_tweet_digest">
<li>First Stringer Bell in The Office, and now Major Colvin in How I Met Your Mother?  Hoping to see Marlo Stansfield in the Full House reunion. <a href="http://twitter.com/SeanLazer/statuses/1424257802">#</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://omgsean.com/2009/04/great-stuff-i-tweeted-on-2009-04-01/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Great stuff I tweeted on 2009-03-31</title>
		<link>http://omgsean.com/2009/03/great-stuff-i-tweeted-on-2009-03-31/</link>
		<comments>http://omgsean.com/2009/03/great-stuff-i-tweeted-on-2009-03-31/#comments</comments>
		<pubDate>Tue, 31 Mar 2009 10:00:00 +0000</pubDate>
		<dc:creator>Sean</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Tweets]]></category>

		<guid isPermaLink="false">http://omgsean.com/2009/03/great-stuff-i-tweeted-on-2009-03-31/</guid>
		<description><![CDATA[Snow can F RIGHT OFF. #]]></description>
			<content:encoded><![CDATA[<ul class="aktt_tweet_digest">
<li>Snow can F RIGHT OFF. <a href="http://twitter.com/SeanLazer/statuses/1417635848">#</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://omgsean.com/2009/03/great-stuff-i-tweeted-on-2009-03-31/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Great stuff I tweeted on 2009-03-30</title>
		<link>http://omgsean.com/2009/03/great-stuff-i-tweeted-on-2009-03-30/</link>
		<comments>http://omgsean.com/2009/03/great-stuff-i-tweeted-on-2009-03-30/#comments</comments>
		<pubDate>Mon, 30 Mar 2009 10:00:00 +0000</pubDate>
		<dc:creator>Sean</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Tweets]]></category>

		<guid isPermaLink="false">http://omgsean.com/2009/03/great-stuff-i-tweeted-on-2009-03-30/</guid>
		<description><![CDATA[Who knew hockey was the perfect hangover cure? #]]></description>
			<content:encoded><![CDATA[<ul class="aktt_tweet_digest">
<li>Who knew hockey was the perfect hangover cure? <a href="http://twitter.com/SeanLazer/statuses/1413121330">#</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://omgsean.com/2009/03/great-stuff-i-tweeted-on-2009-03-30/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
