<?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>Ever in Flux</title>
	<atom:link href="http://papabean.org/feed/" rel="self" type="application/rss+xml" />
	<link>http://papabean.org</link>
	<description>i {work, game, rant, geek out, lost my mind}</description>
	<lastBuildDate>Wed, 18 Aug 2010 00:11:01 +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>A gripe about my Aspire One.</title>
		<link>http://papabean.org/2010/08/a-gripe-about-my-aspire-one/</link>
		<comments>http://papabean.org/2010/08/a-gripe-about-my-aspire-one/#comments</comments>
		<pubDate>Wed, 18 Aug 2010 00:02:05 +0000</pubDate>
		<dc:creator>Bean</dc:creator>
				<category><![CDATA[Personal]]></category>

		<guid isPermaLink="false">http://papabean.org/?p=500</guid>
		<description><![CDATA[I have an erectile dysfunction medication clock and an alarm on my phone.]]></description>
			<content:encoded><![CDATA[<p>Gotta knock my netbook's cool factor down a notch.  The keyboard, while larger many, is not full-size and line breaks created by the inadvertent tap of the Enter key can drastically change a conversation.</p>
<p>For example, what I had intended to type was the following:</p>
<blockquote><p>I have an erectile dysfunction medication clock and an alarm on my phone.</p></blockquote>
<p>Referring to the Viagra promotional wall clock I purchased at the local ASPCA Thrift Store.  Gem like that has got to be worth a lot, eh?  Nope.  $1.49 out the door.  Best purchase I've made in weeks.</p>
<p>So here is the consequence of having man-sized fingers while typing on the dainty keyboard of a netbook:</p>
<blockquote><p>I have an erectile dysfunction<br />
medication clock and an alarm on my phone.</p></blockquote>
<p>Dammit!!</p>
]]></content:encoded>
			<wfw:commentRss>http://papabean.org/2010/08/a-gripe-about-my-aspire-one/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Before reading any further, please be aware of the following points.</title>
		<link>http://papabean.org/2010/05/before-reading-any-further-please-be-aware-of-the-following-points/</link>
		<comments>http://papabean.org/2010/05/before-reading-any-further-please-be-aware-of-the-following-points/#comments</comments>
		<pubDate>Sat, 01 May 2010 17:56:13 +0000</pubDate>
		<dc:creator>Bean</dc:creator>
				<category><![CDATA[Personal]]></category>

		<guid isPermaLink="false">http://papabean.org/?p=461</guid>
		<description><![CDATA[This is a personal website. Information here is provided to you without warranty of its accuracy. If you find any material offensive, exercise your choice to leave. The intended audience is people that know me or wish to know more about me. As with anything in life, you have a choice. Read further...or don't. It's [...]]]></description>
			<content:encoded><![CDATA[<ol>
<li>This is a personal website.</li>
<li>Information here is provided to you without warranty of its accuracy.</li>
<li>If you find any material offensive, exercise your choice to leave.</li>
<li>The intended audience is people that know me or wish to know more about me.</li>
</ol>
<p>As with anything in life, you have a choice.  Read further...or don't.  It's your time, your life and your web.</p>
]]></content:encoded>
			<wfw:commentRss>http://papabean.org/2010/05/before-reading-any-further-please-be-aware-of-the-following-points/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing the Ruby/MySQL gem on Snow Leopard server</title>
		<link>http://papabean.org/2010/03/installing-the-rubymysql-gem-on-snow-leopard-server/</link>
		<comments>http://papabean.org/2010/03/installing-the-rubymysql-gem-on-snow-leopard-server/#comments</comments>
		<pubDate>Sat, 13 Mar 2010 18:22:00 +0000</pubDate>
		<dc:creator>Bean</dc:creator>
				<category><![CDATA[Personal]]></category>

		<guid isPermaLink="false">http://papabean.org/2010/03/installing-the-rubymysql-gem-on-snow-leopard-server/</guid>
		<description><![CDATA[This is a follow-up to the last post about installing the Ruby/MySQL gem&#160;on Leopard Server. Following the steps for downloading and installing the MySQL headers provided by Apple, I was able to compile and successfully utilize the mysql gem without having to resort to third-party software like MacPorts&#160;or Sun's MySQL. This was done because of [...]]]></description>
			<content:encoded><![CDATA[<p>This is a follow-up to the last post about installing the <a href="http://www.tmtm.org/en/mysql/ruby/">Ruby/MySQL gem</a>&nbsp;on <a href="http://www.apple.com/support/macosxleopardserver/">Leopard Server</a>.</p>
<p>Following the <a href="http://support.apple.com/kb/TA25017">steps for downloading and installing the MySQL headers provided by Apple</a>, I was able to compile and successfully utilize the mysql gem without having to resort to third-party software like <a href="http://www.macports.org/">MacPorts</a>&nbsp;or Sun's MySQL. This was done because of a project I am working on. &nbsp;I wanted to keep the server as close to stock as possible.</p>
<p>While that worked for Leopard, I needed to do the same for <a href="http://www.apple.com/server/macosx/">Snow Leopard Server</a>&nbsp;since the project may move to a newer server. &nbsp;So, I followed the steps in <a href="http://support.apple.com/kb/TA25017">Technical Article 25017</a>&nbsp;and retrieved the MySQL binaries for Mac OS X 10.6.1 (last version to have changes to MySQL). &nbsp;After untarring the binaries and installing the gem, Rails would fail every time it had to access the MySQL database.</p>
<p>A combination of FLAGS and command line switches is necessary to get the gem to compile properly:</p>
<p><span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace;">sudo env ARCHFLAGS="-arch x86_64" gem install mysql</span><br /><span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace;"><br /></span><br /><span class="Apple-style-span" style="font-family: inherit;">Having done that, the gem compiled and installed, my Rails app functions correctly and I didn't have to install any additional software beyond the gem itself. &nbsp;Downside of this method, however, is that MySQL is still frozen in an older version and there is no way of telling when Apple will update it.</span></p>
<p>Also, the Apple-supplied documentation for <a href="http://developer.apple.com/mac/articles/server/deployrailsonleopard.html">Deploying Rails Applications on Mac OS X Leopard</a> is incredibly out-of-date and should be avoided until it's updated for Snow Leopard.</p>
]]></content:encoded>
			<wfw:commentRss>http://papabean.org/2010/03/installing-the-rubymysql-gem-on-snow-leopard-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google: Time to leave China?</title>
		<link>http://papabean.org/2010/01/official-google-blog-a-new-approach-to-china/</link>
		<comments>http://papabean.org/2010/01/official-google-blog-a-new-approach-to-china/#comments</comments>
		<pubDate>Thu, 14 Jan 2010 05:25:36 +0000</pubDate>
		<dc:creator>Bean</dc:creator>
				<category><![CDATA[Opinion]]></category>

		<guid isPermaLink="false">http://papabean.org/?p=454</guid>
		<description><![CDATA[Official Google Blog: A new approach to China. New approach? Hands off? The gravity of Google's ultimate decision on this matter will not be felt until well after the choice is made and implemented. I further believe that it will impact the internet as a whole. Here's some other links I came across regarding this [...]]]></description>
			<content:encoded><![CDATA[<p><a href='http://googleblog.blogspot.com/2010/01/new-approach-to-china.html'>Official Google Blog: A new approach to China</a>.</p>
<p>New approach?  Hands off?</p>
<p>The gravity of Google's ultimate decision on this matter will not be felt until well after the choice is made and implemented. I further believe that it will impact the internet as a whole.</p>
<p>Here's some other links I came across regarding this subject:<br />
<a href="http://www.state.gov/secretary/rm/2010/01/135105.htm">From the U.S. Department of State</a><br />
<a href="http://www.computerworld.com/s/article/9144221/Google_attack_part_of_widespread_spying_effort">From ComputerWorld: Government</a><br />
<a href="http://publicaddress.net/6413#post6413">From PublicAddress.net</a> <- Yeah, I don't know either, but Google said it was relevant.  K?</p>
]]></content:encoded>
			<wfw:commentRss>http://papabean.org/2010/01/official-google-blog-a-new-approach-to-china/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>gem install mysql on Leopard and Snow Leopard Server</title>
		<link>http://papabean.org/2010/01/gem-install-mysql-on-leopard-and-snow-leopard-server/</link>
		<comments>http://papabean.org/2010/01/gem-install-mysql-on-leopard-and-snow-leopard-server/#comments</comments>
		<pubDate>Tue, 05 Jan 2010 06:38:00 +0000</pubDate>
		<dc:creator>Bean</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[Rails]]></category>
		<category><![CDATA[Ruby]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[gem]]></category>
		<category><![CDATA[leopard]]></category>
		<category><![CDATA[server]]></category>

		<guid isPermaLink="false">http://papabean.org/2010/01/gem-install-mysql-on-leopard-and-snow-leopard-server/</guid>
		<description><![CDATA[Brief: Instructions for installing the Ruby MySQL gem on Mac OS X 10.5 Server without using MacPorts or installing MySQL. MySQL and Ruby ship with Leopard and Snow Leopard Server, so why waste the time reinstalling it? Like me, you probably never found this little gem of wisdom in Apple's knowledge base. Follow the steps [...]]]></description>
			<content:encoded><![CDATA[<p>Brief: Instructions for installing the <a href="http://www.tmtm.org/en/mysql/ruby/">Ruby MySQL</a> gem on <a href="http://www.apple.com/support/macosxleopardserver/">Mac OS X 10.5 Server</a> without using <a href="http://www.macports.org/">MacPorts</a> or installing <a href="http://www.mysql.org/">MySQL</a>.</p>
<p>MySQL and Ruby ship with Leopard and Snow Leopard Server, so why waste the time reinstalling it?  Like me, you probably never found this <a href="http://support.apple.com/kb/TA25017" title="Mac OS X Server version 10.5: MySQL libraries available for download">little gem of wisdom</a> in Apple's knowledge base. Follow the steps listed there (using -45 [10.5.8] instead of -43 [10.5.5]) and you'll be able to perform the magic incantation:</p>
<p><span style="font-family: 'Droid Sans Mono', monospace;">sudo gem install mysql</span></p>
<p>The advantage to this is that you needn't resort to installing anything that didn't ship with it. Oh, and you don't need to pass any flags to gem.</p>
<p>There's also this additional documentation for <a href="http://developer.apple.com/mac/articles/server/deployrailsonleopard.html">Deploying Rails Applications on Mac OS X Leopard</a>. I've not traveled that route, but will soon.</p>
]]></content:encoded>
			<wfw:commentRss>http://papabean.org/2010/01/gem-install-mysql-on-leopard-and-snow-leopard-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to save all &#8220;Too big to fail&#8221; industries.</title>
		<link>http://papabean.org/2009/12/how-to-save-all-too-big-to-fail-industries/</link>
		<comments>http://papabean.org/2009/12/how-to-save-all-too-big-to-fail-industries/#comments</comments>
		<pubDate>Sun, 27 Dec 2009 00:25:31 +0000</pubDate>
		<dc:creator>Bean</dc:creator>
				<category><![CDATA[Opinion]]></category>
		<category><![CDATA[mini-rants]]></category>

		<guid isPermaLink="false">http://papabean.org/?p=452</guid>
		<description><![CDATA[Government mandate. Why the fuck not? If health insurance and automobile insurance can be required, why stop there? Require all Amurikans to purchase only vehicles from Amurikan companies. Require every citizen of the United States to mortgage a home. Require every Amurikan to carry life insurance. How the hell did we get to a point [...]]]></description>
			<content:encoded><![CDATA[<p>Government mandate. Why the fuck not? If health insurance and automobile insurance can be required, why stop there?</p>
<p>Require all Amurikans to purchase only vehicles from Amurikan companies. Require every citizen of the United States to mortgage a home. Require every Amurikan to carry life insurance.</p>
<p>How the hell did we get to a point in our society where our government can force us to redirect our earnings to private organizations? I'm not a historian nor do I enjoy learning more about Amurikan history because the more I discover, the less faith I have in our government to help shape a better future for its citizenry unless they're a "corporate" citizen.</p>
]]></content:encoded>
			<wfw:commentRss>http://papabean.org/2009/12/how-to-save-all-too-big-to-fail-industries/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The further adventures of Mr. and Mrs. Wannerbob</title>
		<link>http://papabean.org/2009/12/the-further-adventures-of-mr-and-mrs-wannerbob/</link>
		<comments>http://papabean.org/2009/12/the-further-adventures-of-mr-and-mrs-wannerbob/#comments</comments>
		<pubDate>Sun, 27 Dec 2009 00:13:55 +0000</pubDate>
		<dc:creator>Bean</dc:creator>
				<category><![CDATA[Personal]]></category>

		<guid isPermaLink="false">http://papabean.org/?p=450</guid>
		<description><![CDATA[On December 24th, 2009, my beautiful girlfriend and I legally bound our lives to each other. It was a private ceremony and family wasn't even told until after the event. This wasn't because we wished it to remain a secret, but more a matter of convenience. Just like a good bank heist, the fewer people [...]]]></description>
			<content:encoded><![CDATA[<p>On December 24th, 2009, my beautiful girlfriend and I legally bound our lives to each other. It was a private ceremony and family wasn't even told until after the event. This wasn't because we wished it to remain a secret, but more a matter of convenience. Just like a good bank heist, the fewer people involved the smoother the operation works out.</p>
<p>While researching options for name changes, Jen came across "The Name Equality Act of 2007." It's the document that spells out your options for changing your name after being legally wed.</p>
<p>I discovered two things that night:</p>
<ol>
<li>The California Department of Health has a Genetic Disease Branch</li>
<li>You can change your middle name when you're married</li>
</ol>
<p>Neither of these are earth-shattering, but still revelations to me. Turns out you can also use a combination of both last names in whole or segmented. The act doesn't state whether you can use only a single segment or multiple, so I anagrammed our names and thus we are now Mr. and Mrs. Wannerbob.</p>
]]></content:encoded>
			<wfw:commentRss>http://papabean.org/2009/12/the-further-adventures-of-mr-and-mrs-wannerbob/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Allow me to present&#8230;</title>
		<link>http://papabean.org/2009/12/allow-me-to-present/</link>
		<comments>http://papabean.org/2009/12/allow-me-to-present/#comments</comments>
		<pubDate>Thu, 24 Dec 2009 22:18:34 +0000</pubDate>
		<dc:creator>Bean</dc:creator>
				<category><![CDATA[Personal]]></category>

		<guid isPermaLink="false">http://papabean.org/2009/12/allow-me-to-present/</guid>
		<description><![CDATA[Mr &#038; Mrs Wannerbob.]]></description>
			<content:encoded><![CDATA[<p>Mr &#038; Mrs Wannerbob.</p>
]]></content:encoded>
			<wfw:commentRss>http://papabean.org/2009/12/allow-me-to-present/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>bean likes an ad!</title>
		<link>http://papabean.org/2009/12/bean-likes-an-ad/</link>
		<comments>http://papabean.org/2009/12/bean-likes-an-ad/#comments</comments>
		<pubDate>Wed, 23 Dec 2009 04:51:33 +0000</pubDate>
		<dc:creator>Bean</dc:creator>
				<category><![CDATA[mini-rants]]></category>
		<category><![CDATA[dipshit advertisements]]></category>
		<category><![CDATA[marketing]]></category>
		<category><![CDATA[mental vomit]]></category>
		<category><![CDATA[noise]]></category>

		<guid isPermaLink="false">http://papabean.org/?p=446</guid>
		<description><![CDATA[This is a marketing masterpiece. I'm hoping there is a board room somewhere with a bunch of hooting monkeys jerking each other off at their brilliance. "Taste it twice." Ummm...maybe their ad people aren't from the U.S. because tasting a food twice is not something you want people to be associating with your food(?) product. [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_447" class="wp-caption aligncenter" style="width: 310px"><a href="http://papabean.org/wp-content/uploads/2009/12/AMPM_tasteittwice.jpg"><img src="http://papabean.org/wp-content/uploads/2009/12/AMPM_tasteittwice-300x225.jpg" alt="AM/PM&#039;s marketing team should be fired...or given a raise." title="Don&#039;t they look appetizing?" width="300" height="225" class="size-medium wp-image-447" /></a><p class="wp-caption-text">Mmmm...looks like something I'd want to taste twice.</p></div>
<p>This is a marketing masterpiece. I'm hoping there is a board room somewhere with a bunch of hooting monkeys jerking each other off at their brilliance.</p>
<p>"Taste it twice."</p>
<p>Ummm...maybe their ad people aren't from the U.S. because tasting a food twice is not something you want people to be associating with your food(?) product. The picture only reinforces that there is a strong chance you'll be tasting bile with a tinge of cheese and whatever else is in there.</p>
<p>My name is bean and I like this ad.</p>
]]></content:encoded>
			<wfw:commentRss>http://papabean.org/2009/12/bean-likes-an-ad/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Best of 2009? Really?</title>
		<link>http://papabean.org/2009/12/best_of_2009/</link>
		<comments>http://papabean.org/2009/12/best_of_2009/#comments</comments>
		<pubDate>Fri, 18 Dec 2009 05:47:36 +0000</pubDate>
		<dc:creator>Bean</dc:creator>
				<category><![CDATA[Personal]]></category>

		<guid isPermaLink="false">http://papabean.org/?p=439</guid>
		<description><![CDATA[Ok. What is up with this? 64 million? 64 MILLION sites with "Best of 2009?" Recently, friends have been sending me links to "Best of 2009" lists. Best of 2009? Really? I believe it's still the year 2009. How can anyone be deciding what's the best of anything for this year when it's not even [...]]]></description>
			<content:encoded><![CDATA[<p>Ok.  What is up with this? 64 million?  64 MILLION sites with "Best of 2009?"</p>
<div id="attachment_443" class="wp-caption aligncenter" style="width: 310px"><a href="http://papabean.org/wp-content/uploads/2009/12/googres_for_bo20091.png"><img src="http://papabean.org/wp-content/uploads/2009/12/googres_for_bo20091-300x22.png" alt="Results of &#039;Best of 2009&#039; search on 12/15/2009. 64,700,00" title="googres_for_bo2009" width="300" height="22" class="size-medium wp-image-443" /></a><p class="wp-caption-text">Results of 'Best of 2009' search on 12/15/2009. 64,700,00</p></div>
<p>Recently, friends have been sending me links to "Best of 2009" lists. Best of 2009? Really? I believe it's still the year 2009. How can anyone be deciding what's the best of anything for this year when it's not even done yet?</p>
<p>Winners aren't declared in sporting events until it's done. Movies don't start rolling credits 5 minutes before the end although some should. Your torrent is not marked as completely downloaded when you've only got 95% of the file(s).</p>
<p>I understand we're only a few weeks from the end of the year, but no matter what category your list covers, there is still a chance that something or someone could happen to change your feelings about any items on it. Patience, people.</p>
]]></content:encoded>
			<wfw:commentRss>http://papabean.org/2009/12/best_of_2009/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
