<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>The Game of Life</title>
	<atom:link href="http://mikeb.org/feed/" rel="self" type="application/rss+xml" />
	<link>http://mikeb.org</link>
	<description></description>
	<lastBuildDate>Fri, 17 Dec 2010 03:43:54 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='mikeb.org' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>The Game of Life</title>
		<link>http://mikeb.org</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://mikeb.org/osd.xml" title="The Game of Life" />
	<atom:link rel='hub' href='http://mikeb.org/?pushpress=hub'/>
		<item>
		<title>LifeType to WordPress</title>
		<link>http://mikeb.org/2010/09/23/lifetype-to-wordpress/</link>
		<comments>http://mikeb.org/2010/09/23/lifetype-to-wordpress/#comments</comments>
		<pubDate>Fri, 24 Sep 2010 06:45:17 +0000</pubDate>
		<dc:creator>mikeb</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://mikebdotorg.wordpress.com/?p=305</guid>
		<description><![CDATA[I finally did it!  I killed off my blog almost a year ago because it was behind on security patches and I hated dealing with annoying FreeBSD php conflicts.  Today I finally solved those problems by just getting rid of the blogging platform I was using.  Unfortunately it wasn&#8217;t that easy. First I setup this [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mikeb.org&amp;blog=16054051&amp;post=305&amp;subd=mikebdotorg&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I finally did it!  I killed off my blog almost a year ago because it was behind on security patches and I hated dealing with annoying FreeBSD php conflicts.  Today I finally solved those problems by just getting rid of the blogging platform I was using.  Unfortunately it wasn&#8217;t that easy.</p>
<p>First I setup this blog on wordpress.com.  Then I installed wordpress on my FreeBSD machine at home (portinstall wordpress).  Next I realized mysql was a mess and wasn&#8217;t even running, so pkg_delete&#8217;d the previous versions, pkg_add -r&#8217;ed new ones, and started it up without a problem.</p>
<p>Next I downloaded plog-importer from <a href="http://forums.lifetype.net/viewtopic.php?t=4337">http://forums.lifetype.net/viewtopic.php?t=4337</a> and uploaded it to the machine that was now running wordpress locally along with the old lifetype installation (that I re-enabled in httpd.conf).  It turns out plog-importer was written for WordPress 2, and the plugin structure has since changed.  So I updated the bottom of the php code with;</p>
<pre>function plog_importer_init() {
    load_plugin_textdomain( 'plog-importer', false, dirname( plugin_basename( __FILE__ ) ) . '/languages' );
}
add_action( 'init', 'plog_importer_init' );</pre>
<p>Which caused the plugin to show up in the import section of wordpress properly.  After a few trials and errors, realizing that I shouldn&#8217;t use the same username in WordPress as I had in LifeType so it doesn&#8217;t overwrite user permissions on import, and a quick change of a column which apparently changed when pLog became LifeType;</p>
<pre>mysql&gt; alter table plog_articles change global_category_id category_id integer;</pre>
<p>I went through the import scripts and it worked great, including dates and comments.  Pretty nice.</p>
<p>I am going to go through now and make sure Lori&#8217;s posts from her blogs made it over, talk to her about what she wants done with them, and then work on formatting this blog and removing the old one.</p>
<p>Let me know what you think!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mikebdotorg.wordpress.com/305/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mikebdotorg.wordpress.com/305/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mikebdotorg.wordpress.com/305/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mikebdotorg.wordpress.com/305/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/mikebdotorg.wordpress.com/305/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/mikebdotorg.wordpress.com/305/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/mikebdotorg.wordpress.com/305/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/mikebdotorg.wordpress.com/305/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mikebdotorg.wordpress.com/305/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mikebdotorg.wordpress.com/305/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mikebdotorg.wordpress.com/305/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mikebdotorg.wordpress.com/305/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mikebdotorg.wordpress.com/305/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mikebdotorg.wordpress.com/305/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mikeb.org&amp;blog=16054051&amp;post=305&amp;subd=mikebdotorg&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://mikeb.org/2010/09/23/lifetype-to-wordpress/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/b3f2b4aea4d78b02ccb18617c77731d7?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">mikebdotorg</media:title>
		</media:content>
	</item>
		<item>
		<title>why you should be able to code</title>
		<link>http://mikeb.org/2009/09/04/why-you-should-be-able-to-code/</link>
		<comments>http://mikeb.org/2009/09/04/why-you-should-be-able-to-code/#comments</comments>
		<pubDate>Fri, 04 Sep 2009 00:29:04 +0000</pubDate>
		<dc:creator>mikeb</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://pinky.disturbed.org/wordpress/?p=298</guid>
		<description><![CDATA[&#34;Coding&#34; is what people call programming these days, and it is used in just about every context of utilizing a structured language to automate something on a computer.&#160; There are more syntax types and languages than I can even imagine out there, so knowing them all is basically impossible.&#160; What is quite possible is at [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mikeb.org&amp;blog=16054051&amp;post=302&amp;subd=mikebdotorg&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>&quot;Coding&quot; is what people call programming these days, and it is used in just about every context of utilizing a structured language to automate something on a computer.&nbsp; There are more syntax types and languages than I can even imagine out there, so knowing them all is basically impossible.&nbsp; What is quite possible is at least understanding the basic logic to be able to write something with them.&nbsp; The ability to learn at least one or two, and actually use it is an invaluable tool in life.&nbsp; I use the ability to manipulate data in an automated fashion very regularly at work, and it has saved me thousands of hours of manual labor in return.</p>
<p>Why do I think everyone should know how?&nbsp; Well, I&#8217;m going to tell you.</p>
<p>Lori and I sit down once a month to update all our various financial accounts from the past month.&nbsp; This includes purchases, interest earned, principal paid, etc.. etc..&nbsp; We use <a href="http://www.clearcheckbook.com" title="http://www.clearcheckbook.com">http://www.clearcheckbook.com</a> and find it great for storing what we need.&nbsp; BUT last night something horrible went wrong.&nbsp; The total outstanding value on our American Express card differed by $225.81 from what was calculated in ClearCheckbook.&nbsp; We went over it multiple times and couldn&#8217;t figure it out.&nbsp; In my frustration last night, I downloaded excel (Amex) and comma separated (CC) files representing our purchases from the last two months.&nbsp; I opened them in Numbers and pasted them side by side, then proceeded to actually drag the values next to each other.&nbsp; Well, they all matched, we hadn&#8217;t missed a thing.</p>
<p>So tonight, I downloaded the entire 2.5 year history of the account from both places, exported them both to CSV and put them on the desktop on my mac.&nbsp; I then wrote a perl script to compare the two.&nbsp; I know.. many (well, those who know what it is?) of you would use diff, but it would have required sorting the files by dollar value, and would have removed some of the functionality around dates that I was looking for.</p>
<p>I could very clearly print out in chronological order, the entire history of both accounts and how they differed.&nbsp; This is why you need to know how to program.</p>
<p>Of course, I still found no differences, and it turns out American Express fixed a math error on their side so that everything matches.&nbsp; Meaning&#8230; if you didn&#8217;t know how to program it would have just all fixed itself and you wouldn&#8217;t have wasted all your time like I did.&nbsp; Grumble..&nbsp; but at least I got to practice perl for the first time in a while.</p>
<p>&nbsp;</p>
<p>Anyways, for posterity&#8230;</p>
<p>&nbsp;</p>
<p><span style="font-family:courier new,courier;">#!/usr/bin/perl</span><span style="font-family:courier new,courier;"><span style="font-family:courier new,courier;"></span></span></p>
<p><span style="font-family:courier new,courier;"><span style="font-family:courier new,courier;"><br />use strict;</p>
<p></span>sub read_file<br />{<br />&nbsp; my ($line, $date, $value);<br />&nbsp; my (@values, @dates);</p>
<p>&nbsp; (my $file) = @_;<br />&nbsp; open(FILE, &quot;&lt; $file&quot;) || die &quot;failed $!\n&quot;;<br />&nbsp; my @data = &lt;FILE&gt;;<br />&nbsp; close(FILE);</p>
<p>&nbsp; my $i = 0;</p>
<p>&nbsp; foreach $line (@data)<br />&nbsp; {<br />&nbsp;&nbsp;&nbsp; chomp($line);<br />&nbsp;&nbsp;&nbsp; $line =~ s/&quot;//g;</p>
<p>&nbsp;&nbsp;&nbsp; ($date,$value) = split(/,/, $line);</p>
<p>&nbsp;&nbsp;&nbsp; $values[$i] = $value;<br />&nbsp;&nbsp;&nbsp; $dates[$i] = $date;</p>
<p>&nbsp;&nbsp;&nbsp; $i++;<br />&nbsp; }</p>
<p>&nbsp; return(\@values, \@dates);<br />}</p>
<p>my ($j, $matched);</p>
<p>(my $amexvalues, my $amexdates) = read_file(&quot;amex.csv&quot;);<br />(my $ccvalues, my $ccdates) = read_file(&quot;clearcheckbook.csv&quot;);</p>
<p>my ($i) = 0;</p>
<p>while ($ccvalues-&gt;[$i])<br />{</p>
<p>&nbsp; $j = 0;<br />&nbsp; $matched = 0;</p>
<p>&nbsp; while ($amexvalues-&gt;[$j])<br />&nbsp; {<br />&nbsp;&nbsp;&nbsp; if ($amexvalues-&gt;[$j] == ($ccvalues-&gt;[$i] * -1))<br />&nbsp;&nbsp;&nbsp; {<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; $amexvalues-&gt;[$j] = &quot;MATCHED&quot;;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; $matched = 1;<br />&nbsp;&nbsp;&nbsp; }</p>
<p>&nbsp;&nbsp;&nbsp; $matched ? $j = scalar(@$amexvalues) + 1 : $j++;</p>
<p>&nbsp; }</p>
<p>&nbsp; if (!$matched)<br />&nbsp; {<br />&nbsp;&nbsp;&nbsp; print &quot;CC $ccvalues-&gt;[$i] / $ccdates-&gt;[$i] not found in AMEX\n&quot;;<br />&nbsp; }</p>
<p>&nbsp; $i++;<br />}</p>
<p>$i = 0;</p>
<p>while ($amexvalues-&gt;[$i])<br />{<br />&nbsp; if ($amexvalues-&gt;[$i] ne &quot;MATCHED&quot;)<br />&nbsp; {<br />&nbsp;&nbsp;&nbsp; print &quot;AMEX $amexvalues-&gt;[$i] / $amexdates-&gt;[$i] not found in CC\n&quot;;<br />&nbsp; }<br />&nbsp; $i++;<br />}</span> </p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mikebdotorg.wordpress.com/302/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mikebdotorg.wordpress.com/302/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mikebdotorg.wordpress.com/302/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mikebdotorg.wordpress.com/302/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/mikebdotorg.wordpress.com/302/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/mikebdotorg.wordpress.com/302/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/mikebdotorg.wordpress.com/302/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/mikebdotorg.wordpress.com/302/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mikebdotorg.wordpress.com/302/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mikebdotorg.wordpress.com/302/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mikebdotorg.wordpress.com/302/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mikebdotorg.wordpress.com/302/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mikebdotorg.wordpress.com/302/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mikebdotorg.wordpress.com/302/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mikeb.org&amp;blog=16054051&amp;post=302&amp;subd=mikebdotorg&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://mikeb.org/2009/09/04/why-you-should-be-able-to-code/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/b3f2b4aea4d78b02ccb18617c77731d7?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">mikebdotorg</media:title>
		</media:content>
	</item>
		<item>
		<title>network music storage and macos annoyances</title>
		<link>http://mikeb.org/2009/08/13/network-music-storage-and-macos-annoyances/</link>
		<comments>http://mikeb.org/2009/08/13/network-music-storage-and-macos-annoyances/#comments</comments>
		<pubDate>Thu, 13 Aug 2009 00:01:59 +0000</pubDate>
		<dc:creator>mikeb</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://pinky.disturbed.org/wordpress/?p=297</guid>
		<description><![CDATA[For a long time I&#8217;ve kept my music on a network accessible drive in the house.&#160; I started to do this because I had multiple computers I actively used and wanted to access it in a central location.&#160; The FreeBSD machine served up NFS and SMB to the machines that needed it, and it worked [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mikeb.org&amp;blog=16054051&amp;post=301&amp;subd=mikebdotorg&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>For a long time I&#8217;ve kept my music on a network accessible drive in the house.&nbsp; I started to do this because I had multiple computers I actively used and wanted to access it in a central location.&nbsp; The FreeBSD machine served up NFS and SMB to the machines that needed it, and it worked fine.</p>
<p>Eventually I got a couple Squeezeboxes and needed it to stay on that server so I had place to run the server for playing music.&nbsp; I even wrote a perl script that used MP3::Info to confirm various &quot;minimum requirements&quot; for quality in the music I stored, and even confirmed that the ID3 tags matched the filenames and directory structures.</p>
<p>More recently I decided that managing album art, ID3 tags, and synching the music quickly and reliably meant switching to iTunes.&nbsp; BUT, I had no desire to switch away from the network share method.&nbsp; This is because I still needed to host the music for the Squeezeboxes.&nbsp; I have a 500GB drive hooked up to my iBook G4 that serves as my backup server (Time Machine / rsync depending on OS), so I just added a partition to that for the music and set it all up.</p>
<p>Things worked absolutely great.&nbsp; Sure, I noticed some delay in big updates in the music or apps on my iPhone, but they were relatively minor in the scheme of things. &nbsp;</p>
<p>I did have some problems with my laptop going to sleep though.&nbsp; Sometimes my MacBook would wake up from sleep and forget the network share.&nbsp; This meant a minor inconvenience of telling iTunes where to find its folders, and by navigating to the right location, remounting the drive.&nbsp; It&#8217;s even pretty easy to create an alias to the mount point on your desktop and just double click on it to re-mount the share.&nbsp; I wish MacOS would handle that better, but it was life..</p>
<p>That is.. except when I was actually running iTunes and I put my laptop to sleep.&nbsp; iTunes would crash when it realized it had lost its data.&nbsp; Not only would it crash, but it would spin out of control, eating massive amounts of CPU and make it a pain in the butt to even kill off.</p>
<p>I was finally able to solve the problem tonight.</p>
<p>First, I installed SleepWatcher from http://www.bernhard-baehr.de/&nbsp; &#8211; this application allows for the execution of commands from the cli on sleep or wake up from sleep.</p>
<p>I installed both the daemon and the startup package and rebooted my machine (needed to do some software updates anyways).</p>
<p>Next, I copied some basic scripting from this (mostly) unrelated blog entry;<br />http://rajeev.name/blog/2008/09/01/automated-osx-backups-with-launchd-and-rsync/</p>
<p>and came up with;</p>
<p><span style="font-family:courier new,courier;">#!/bin/bash</p>
<p>function doMounts {<br />&nbsp; vol=$1;<br />&nbsp; mnt_cnt=$(/sbin/mount | grep -ic &quot;/Volumes/$vol&quot;)<br />&nbsp; if [ $mnt_cnt -le 0 ]; then<br />&nbsp;&nbsp;&nbsp; /usr/bin/osascript &lt;&lt;EOT<br />&nbsp;&nbsp;&nbsp; tell application &quot;Finder&quot; to mount volume &quot;afp://myiBookG4/$vol&quot;<br />EOT<br />&nbsp; fi<br />}</p>
<p>for (( i=0; $i &lt; 12; i++ ))<br />do<br />&nbsp; doMounts iTunes\ Library<br />&nbsp; sleep 5<br />done</p>
<p>exit 0</span></p>
<p>Since it will sometimes take the OS a few seconds to realize it has lost the share, or even more to reinitialize all the hardware if it actually hibernated, I told it to look to see if the mount was there on a 5 second interval for a minute.</p>
<p>I&#8217;ve tested it a few times, and it re-mounts the network share with great reliability..&nbsp; Hopefully this solves all the annoyances above.</p>
<p>Now.. Apple.. I shouldn&#8217;t have to do this.&nbsp; Please fix it!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mikebdotorg.wordpress.com/301/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mikebdotorg.wordpress.com/301/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mikebdotorg.wordpress.com/301/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mikebdotorg.wordpress.com/301/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/mikebdotorg.wordpress.com/301/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/mikebdotorg.wordpress.com/301/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/mikebdotorg.wordpress.com/301/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/mikebdotorg.wordpress.com/301/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mikebdotorg.wordpress.com/301/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mikebdotorg.wordpress.com/301/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mikebdotorg.wordpress.com/301/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mikebdotorg.wordpress.com/301/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mikebdotorg.wordpress.com/301/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mikebdotorg.wordpress.com/301/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mikeb.org&amp;blog=16054051&amp;post=301&amp;subd=mikebdotorg&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://mikeb.org/2009/08/13/network-music-storage-and-macos-annoyances/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/b3f2b4aea4d78b02ccb18617c77731d7?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">mikebdotorg</media:title>
		</media:content>
	</item>
		<item>
		<title>fun with fluid</title>
		<link>http://mikeb.org/2009/05/10/fun-with-fluid/</link>
		<comments>http://mikeb.org/2009/05/10/fun-with-fluid/#comments</comments>
		<pubDate>Sun, 10 May 2009 00:56:45 +0000</pubDate>
		<dc:creator>mikeb</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://pinky.disturbed.org/wordpress/?p=296</guid>
		<description><![CDATA[Mozilla just released the newest version of Prism (http://prism.mozilla.com/),so I figured I would play with it.&#160; I use it at work to make a nicelittle Pandora app so I wondered what I could do with; GoogleReader, Google Apps for your Domain Mail (Gmail basically), andFacebook.&#160; Eddie already had me hooked on a client based Twitter [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mikeb.org&amp;blog=16054051&amp;post=300&amp;subd=mikebdotorg&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Mozilla just released the newest version of Prism (<a href="http://prism.mozilla.com/" title="http://prism.mozilla.com/">http://prism.mozilla.com/</a>),so I figured I would play with it.&nbsp; I use it at work to make a nicelittle Pandora app so I wondered what I could do with; GoogleReader, Google Apps for your Domain Mail (Gmail basically), andFacebook.&nbsp; Eddie already had me hooked on a client based Twitter App,but I really like the web versions of most of what I use..</p>
<p>After installing Prism and starting to play, I immediately noticed that noneof my Firefox extensions were there.&nbsp; Ack!&nbsp; I&#8217;m pretty used to thefunctionality they provide (Better Gmail 2, Better GReader, and AdblockPlus specifically here), so I figured I would be able to find a way touse them.&nbsp; Well, vague mentions of add-ons, and directions onjavascript that didn&#8217;t seem to work wasted about two hours of my dayand I gave up on Prism eventually.</p>
<p>Somewhere in the middle Itweeted that I would really like to see Firefox extensions for Prism,and Eddie responded that I should check out Fluid (<a href="http://fluidapp.com/" title="http://fluidapp.com/">http://fluidapp.com/</a>).&nbsp; It said it supported Greasemonkey scripts and Growl,so I figured I would take a look.&nbsp; After all, the two &quot;better&quot;extensions I use are nothing more than compiled Greasemonkey scripts.&nbsp;I started with trying to recreate Google Reader since I only use twoscripts in that extension; the Minimalistic Skin and Show Feed Faviconssetting.&nbsp; I quickly found the lifehacker article that described whichscripts were used to compile the extension at; <a href="http://lifehacker.com/software/exclusive-lifehacker-download/trick-out-google-reader-with-better-greader-262020.php" title="http://lifehacker.com/software/exclusive-lifehacker-download/trick-out-google-reader-with-better-greader-262020.php">http://lifehacker.com/software/exclusive-lifehacker-download/trick-out-google-reader-with-better-greader-262020.php</a>and found that it was very easy to add the scripts to Fluid.&nbsp;Unfortunately the minimalistic one didn&#8217;t work anywhere nearly as wellas it did in Firefox.&nbsp; It wasn&#8217;t hiding the space used by the graphics/menu items, just the items themselves.</p>
<p>I spent a long time reading about Prism andFluid to find a good way to script them, only to realize that neitherof them truly supports Greasemonkey.&nbsp; Of course, I can&#8217;t get Prism toload any script (placing webapp.js next to webapp.ini in the PackageContents got me nowhere).&nbsp; After searching more, and about to give up,I finally got off my butt and just opened the javascript code for theMinimalistic script and found it full of GM_addStyle() calls.&nbsp; I canonly assume that&#8217;s a greasemonkey specific function, so I went insearch of something non-greasemonkey to replace it with.&nbsp; I quicklycame across <a href="http://userscripts.org/scripts/source/47908.user.js" title="http://userscripts.org/scripts/source/47908.user.js">http://userscripts.org/scripts/source/47908.user.js</a>where his first code checks for GM_addStyle() then addStyle() andfinally gives up and enters it manually.&nbsp; I copied his code, usedgoogle to figure out the javascript syntax for arrays and for() loops and was able tomake it all work.</p>
<p>The change simply ended up being;</p>
<p>-&nbsp;&nbsp; GM_addStyle(&quot;.gbh { display:none !important; }&quot;);&nbsp; //Hide dividing line<br />-&nbsp;&nbsp; GM_addStyle(&quot;#entries .entry {padding-top: 2px}&quot;);<br />-&nbsp;&nbsp; GM_addStyle(&quot;.card-common {margin: 0 2px}&quot;);<br />-&nbsp;&nbsp; GM_addStyle(&quot;.entry .entry-source-title {font-size:110%;}&quot;);<br />-&nbsp;&nbsp; GM_addStyle(&quot;.entry .entry-title {font-size:120%;}&quot;);<br />-&nbsp;&nbsp; GM_addStyle(&quot;.card .card-content {padding: 2px 1px 2px 2px;}&quot;);<br />-&nbsp;&nbsp; GM_addStyle(&quot;#current-entry .card .card-content {padding: 2px 1px 2px 2px;}&quot;);<br />-&nbsp;&nbsp; GM_addStyle(&quot;.entry .entry-container {padding-bottom: 0;}&quot;);<br />-&nbsp;&nbsp; GM_addStyle(&quot;.entry .entry-body {padding-top: 0;}&quot;);<br />-&nbsp;&nbsp; GM_addStyle(&quot;.entry .entry-actions {padding: 2px;}&quot;);<br />+&nbsp;&nbsp; var css = [ '.gbh { display:none !important; }',<br />+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; '#entries .entry {padding-top: 2px}',<br />+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; '.card-common {margin: 0 2px}',<br />+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; '.entry .entry-source-title {font-size:110%;}',<br />+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; '.entry .entry-title {font-size:120%;}',<br />+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; '.card .card-content {padding: 2px 1px 2px 2px;}',<br />+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; '#current-entry .card .card-content {padding: 2px 1px 2px 2px;}',<br />+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; '.entry .entry-container {padding-bottom: 0;}',<br />+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; '.entry .entry-body {padding-top: 0;}',<br />+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; '.entry .entry-actions {padding: 2px;}' ];<br />+&nbsp;&nbsp; <br />+&nbsp;&nbsp; var heads = document.getElementsByTagName(&quot;head&quot;);<br />+&nbsp;&nbsp; if (heads.length &gt; 0) {<br />+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; var node = document.createElement(&quot;style&quot;);<br />+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; node.type = &quot;text/css&quot;;<br />+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; for (var i=0; i &lt; css.length; i++)<br />+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; {<br />+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; node.appendChild(document.createTextNode(css[i]));<br />+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; }<br />+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; heads[0].appendChild(node);<br />+&nbsp;&nbsp; }</p>
<p>So now I have a Google Reader application on my Mac.&nbsp; The dock badgeeven updates with my unread article count, pretty cool.&nbsp; UnfortunatelyI have become a bit too accustomed to AdBlock Plus, which makes mye-mail and Facebook look substantially better, so I think I&#8217;ll stickwith just Google Reader for now.&nbsp; Feel free to lecture me on hurtingtheir business by never looking at their ads.. I can take it.</p>
<p>Here is a standard view of Google Reader in Firefox;</p>
<p><a href="http://mikebdotorg.smugmug.com/gallery/8160955_aC8tK/1/532664705_MYnrN" title="http://mikebdotorg.smugmug.com/gallery/8160955_aC8tK/1/532664705_MYnrN"><img src="http://mikebdotorg.smugmug.com/photos/532664705_MYnrN-M.png" alt="http://mikebdotorg.smugmug.com/photos/532664705_MYnrN-M.png" width="600" height="397" /></a> </p>
<p>Here is the webapp from Fluid;</p>
<p><a href="http://mikebdotorg.smugmug.com/gallery/8160955_aC8tK/1/532664691_JpxUk" title="http://mikebdotorg.smugmug.com/gallery/8160955_aC8tK/1/532664691_JpxUk"><img src="http://mikebdotorg.smugmug.com/photos/532664691_JpxUk-M.png" alt="http://mikebdotorg.smugmug.com/photos/532664691_JpxUk-M.png" width="600" height="425" /></a></p>
<p>.. and the dock;</p>
<p><a href="http://mikebdotorg.smugmug.com/gallery/8160955_aC8tK/1/532664667_S5Knr" title="http://mikebdotorg.smugmug.com/gallery/8160955_aC8tK/1/532664667_S5Knr"><img src="http://mikebdotorg.smugmug.com/photos/532664667_S5Knr-M.png" alt="http://mikebdotorg.smugmug.com/photos/532664667_S5Knr-M.png" width="600" height="78" /></a> </p>
<p>&nbsp;</p>
<p>I&#8217;m happy with the results, but there is a ton of room for improvement with all of this.. </p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mikebdotorg.wordpress.com/300/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mikebdotorg.wordpress.com/300/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mikebdotorg.wordpress.com/300/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mikebdotorg.wordpress.com/300/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/mikebdotorg.wordpress.com/300/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/mikebdotorg.wordpress.com/300/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/mikebdotorg.wordpress.com/300/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/mikebdotorg.wordpress.com/300/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mikebdotorg.wordpress.com/300/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mikebdotorg.wordpress.com/300/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mikebdotorg.wordpress.com/300/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mikebdotorg.wordpress.com/300/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mikebdotorg.wordpress.com/300/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mikebdotorg.wordpress.com/300/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mikeb.org&amp;blog=16054051&amp;post=300&amp;subd=mikebdotorg&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://mikeb.org/2009/05/10/fun-with-fluid/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/b3f2b4aea4d78b02ccb18617c77731d7?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">mikebdotorg</media:title>
		</media:content>

		<media:content url="http://mikebdotorg.smugmug.com/photos/532664705_MYnrN-M.png" medium="image">
			<media:title type="html">http://mikebdotorg.smugmug.com/photos/532664705_MYnrN-M.png</media:title>
		</media:content>

		<media:content url="http://mikebdotorg.smugmug.com/photos/532664691_JpxUk-M.png" medium="image">
			<media:title type="html">http://mikebdotorg.smugmug.com/photos/532664691_JpxUk-M.png</media:title>
		</media:content>

		<media:content url="http://mikebdotorg.smugmug.com/photos/532664667_S5Knr-M.png" medium="image">
			<media:title type="html">http://mikebdotorg.smugmug.com/photos/532664667_S5Knr-M.png</media:title>
		</media:content>
	</item>
		<item>
		<title>avery&#039;s birthday party</title>
		<link>http://mikeb.org/2009/04/14/averys-birthday-party/</link>
		<comments>http://mikeb.org/2009/04/14/averys-birthday-party/#comments</comments>
		<pubDate>Tue, 14 Apr 2009 21:51:37 +0000</pubDate>
		<dc:creator>mikeb</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://pinky.disturbed.org/wordpress/?p=295</guid>
		<description><![CDATA[Pictures from Avery&#8217;s birthday party; http://mikebdotorg.smugmug.com/gallery/7887217_opxwA/1/511381047_4ZSep<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mikeb.org&amp;blog=16054051&amp;post=299&amp;subd=mikebdotorg&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Pictures from Avery&#8217;s birthday party;</p>
<p><a href="http://mikebdotorg.smugmug.com/gallery/7887217_opxwA/1/511381047_4ZSep" title="http://mikebdotorg.smugmug.com/gallery/7887217_opxwA/1/511381047_4ZSep">http://mikebdotorg.smugmug.com/gallery/7887217_opxwA/1/511381047_4ZSep </a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mikebdotorg.wordpress.com/299/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mikebdotorg.wordpress.com/299/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mikebdotorg.wordpress.com/299/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mikebdotorg.wordpress.com/299/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/mikebdotorg.wordpress.com/299/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/mikebdotorg.wordpress.com/299/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/mikebdotorg.wordpress.com/299/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/mikebdotorg.wordpress.com/299/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mikebdotorg.wordpress.com/299/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mikebdotorg.wordpress.com/299/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mikebdotorg.wordpress.com/299/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mikebdotorg.wordpress.com/299/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mikebdotorg.wordpress.com/299/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mikebdotorg.wordpress.com/299/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mikeb.org&amp;blog=16054051&amp;post=299&amp;subd=mikebdotorg&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://mikeb.org/2009/04/14/averys-birthday-party/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/b3f2b4aea4d78b02ccb18617c77731d7?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">mikebdotorg</media:title>
		</media:content>
	</item>
		<item>
		<title>video and pictures</title>
		<link>http://mikeb.org/2009/02/21/video-and-pictures/</link>
		<comments>http://mikeb.org/2009/02/21/video-and-pictures/#comments</comments>
		<pubDate>Sat, 21 Feb 2009 21:38:07 +0000</pubDate>
		<dc:creator>mikeb</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://pinky.disturbed.org/wordpress/?p=294</guid>
		<description><![CDATA[First here is Kaelyn singing on video; http://blip.tv/file/1747779 and then here are pictures from my Mom&#8217;s Birthday last year;<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mikeb.org&amp;blog=16054051&amp;post=298&amp;subd=mikebdotorg&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>First here is Kaelyn singing on video;</p>
<p><a href="http://blip.tv/file/1747779" title="http://blip.tv/file/1747779">http://blip.tv/file/1747779</a></p>
<p>and then here are pictures from my Mom&#8217;s Birthday last year;</p>
<p><a href="http://mikebdotorg.smugmug.com/gallery/7417789_6cNAs/1/478010652_p5sqL" title="http://mikebdotorg.smugmug.com/gallery/7417789_6cNAs/1/478010652_p5sqL "><img src="http://mikebdotorg.smugmug.com/photos/478021409_fo3VA-S.jpg" alt="http://mikebdotorg.smugmug.com/photos/478021409_fo3VA-S.jpg " width="400" height="300" /></a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mikebdotorg.wordpress.com/298/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mikebdotorg.wordpress.com/298/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mikebdotorg.wordpress.com/298/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mikebdotorg.wordpress.com/298/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/mikebdotorg.wordpress.com/298/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/mikebdotorg.wordpress.com/298/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/mikebdotorg.wordpress.com/298/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/mikebdotorg.wordpress.com/298/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mikebdotorg.wordpress.com/298/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mikebdotorg.wordpress.com/298/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mikebdotorg.wordpress.com/298/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mikebdotorg.wordpress.com/298/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mikebdotorg.wordpress.com/298/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mikebdotorg.wordpress.com/298/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mikeb.org&amp;blog=16054051&amp;post=298&amp;subd=mikebdotorg&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://mikeb.org/2009/02/21/video-and-pictures/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/b3f2b4aea4d78b02ccb18617c77731d7?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">mikebdotorg</media:title>
		</media:content>

		<media:content url="http://mikebdotorg.smugmug.com/photos/478021409_fo3VA-S.jpg" medium="image">
			<media:title type="html">http://mikebdotorg.smugmug.com/photos/478021409_fo3VA-S.jpg </media:title>
		</media:content>
	</item>
		<item>
		<title>plane crash</title>
		<link>http://mikeb.org/2009/02/14/plane-crash/</link>
		<comments>http://mikeb.org/2009/02/14/plane-crash/#comments</comments>
		<pubDate>Sat, 14 Feb 2009 16:46:44 +0000</pubDate>
		<dc:creator>mikeb</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://pinky.disturbed.org/wordpress/?p=293</guid>
		<description><![CDATA[My employer has a major work center in Rochester, NY &#8211; about 70 miles East/North East of Buffalo.&#160; I have traveled there twice in the last few months, and on my last visit I had the joy of flying in during icy/snowy conditions.&#160; The best flights out of Phoenix to that area always end up [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mikeb.org&amp;blog=16054051&amp;post=297&amp;subd=mikebdotorg&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>My employer has a major work center in Rochester, NY &#8211; about 70 miles East/North East of Buffalo.&nbsp; I have traveled there twice in the last few months, and on my last visit I had the joy of flying in during icy/snowy conditions.&nbsp; The best flights out of Phoenix to that area always end up being on Continental either through Newark or Cleveland.&nbsp; Then there are commuter flights ran by regional carriers to take the last leg to/from Rochester.&nbsp; I&#8217;ve taken various different small planes, from ones you can&#8217;t completely stand up in that only carry about 30 people, to prop planes on those legs of the flights.&nbsp; The prop plane I&#8217;ve taken is a Bombardier Q400 operated by Colgan Air.&nbsp; That&#8217;s the same plane and airline that crashed killing its crew and passengers the other day.&nbsp; It was flying in the same part of the country and apparently lost control due to icy weather conditions.&nbsp; Freaky.</p>
<p>Of course my ears perk up everytime i hear &quot;737&quot; or &quot;MD-80&quot; on a flight problem, but there are enormous amounts of those in use.&nbsp; The Q400 and Colgan Air were both obscure names for me to hear about..</p>
<p>Naturally, nothing will compare to my co-worker who had a seat on United Airlines Flight 175 that ended of flying in to tower two of the World Trade Center.&nbsp; Late the night before he changed his flight to a later one so he could stay for a meeting with Cisco.&nbsp; He was asleep in his hotel room with his cell phone turned off when the plane crashed.&nbsp; While he slept his wife was losing her mind because he had not told her that he was changing his flight.&nbsp; I imagine he tells his wife when he changes flights these days.</p>
<p>A random note about the last time I flew out there; I came in to Newark on a Q400 and saw an amazing mid-morning view of the Manhattan skyline.&nbsp; We even got to see a good view of the Statue of Liberty.&nbsp; EWR seems like it could be a tourist attraction itself.&nbsp; If only they could do something about how loud those propellers are. </p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mikebdotorg.wordpress.com/297/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mikebdotorg.wordpress.com/297/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mikebdotorg.wordpress.com/297/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mikebdotorg.wordpress.com/297/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/mikebdotorg.wordpress.com/297/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/mikebdotorg.wordpress.com/297/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/mikebdotorg.wordpress.com/297/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/mikebdotorg.wordpress.com/297/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mikebdotorg.wordpress.com/297/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mikebdotorg.wordpress.com/297/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mikebdotorg.wordpress.com/297/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mikebdotorg.wordpress.com/297/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mikebdotorg.wordpress.com/297/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mikebdotorg.wordpress.com/297/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mikeb.org&amp;blog=16054051&amp;post=297&amp;subd=mikebdotorg&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://mikeb.org/2009/02/14/plane-crash/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/b3f2b4aea4d78b02ccb18617c77731d7?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">mikebdotorg</media:title>
		</media:content>
	</item>
		<item>
		<title>kierstin happy birthday</title>
		<link>http://mikeb.org/2009/02/06/kierstin-happy-birthday/</link>
		<comments>http://mikeb.org/2009/02/06/kierstin-happy-birthday/#comments</comments>
		<pubDate>Fri, 06 Feb 2009 20:32:28 +0000</pubDate>
		<dc:creator>mikeb</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://pinky.disturbed.org/wordpress/?p=292</guid>
		<description><![CDATA[Kaelyn likes to say &#60;person&#62; happy birthday when referring to someone&#8217;s birthday.&#160; So when we went to Kierstin from dance&#8217;s birthday party we got to hear it plenty.&#160; After the short video I had taken with the point and shoot at dance (here for anyone who missed it).&#160; Lori was nice enough to volunteer me [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mikeb.org&amp;blog=16054051&amp;post=296&amp;subd=mikebdotorg&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Kaelyn likes to say &lt;person&gt; happy birthday when referring to someone&#8217;s birthday.&nbsp; So when we went to Kierstin from dance&#8217;s birthday party we got to hear it plenty.&nbsp; After the short video I had taken with the point and shoot at dance (<a href="http://blip.tv/file/1567512" title="http://blip.tv/file/1567512">here</a> for anyone who missed it).&nbsp; Lori was nice enough to volunteer me to bring the camcorder and take some video of the party.&nbsp; I edited in iMovie (&#8217;08 for those who care.. Eddie), and then posted the results on blip.tv.&nbsp; While the 2.5mbit/s encoding of the 49 minute video came in at 976MB and blip.tv says they accept files up to 1GB, it puked the flash encoding.&nbsp; I tried it again at 1.5mbit/s but that didn&#8217;t work either.&nbsp; I have a feeling it is the time duration not the file size that it doesn&#8217;t like.&nbsp; I ended up uploading the 2.5mbit/s version in two pieces.&nbsp; Here they are;</p>
<p>Part 1 &#8211; <a href="http://blip.tv/file/1744731" target="_blank" title="http://blip.tv/file/1744731">http://blip.tv/file/1744731</a><br />Part 2 &#8211; <a href="http://blip.tv/file/1745712" target="_blank" title="http://blip.tv/file/1745712">http://blip.tv/file/1745712</a></p>
<p>This is the first upload I did that is 16:9 and it looks great.&nbsp; I ended up encoding at 854&#215;480 since it is still standard definition quality video. &nbsp; </p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mikebdotorg.wordpress.com/296/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mikebdotorg.wordpress.com/296/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mikebdotorg.wordpress.com/296/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mikebdotorg.wordpress.com/296/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/mikebdotorg.wordpress.com/296/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/mikebdotorg.wordpress.com/296/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/mikebdotorg.wordpress.com/296/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/mikebdotorg.wordpress.com/296/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mikebdotorg.wordpress.com/296/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mikebdotorg.wordpress.com/296/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mikebdotorg.wordpress.com/296/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mikebdotorg.wordpress.com/296/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mikebdotorg.wordpress.com/296/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mikebdotorg.wordpress.com/296/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mikeb.org&amp;blog=16054051&amp;post=296&amp;subd=mikebdotorg&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://mikeb.org/2009/02/06/kierstin-happy-birthday/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/b3f2b4aea4d78b02ccb18617c77731d7?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">mikebdotorg</media:title>
		</media:content>
	</item>
		<item>
		<title>cooking and cleaning</title>
		<link>http://mikeb.org/2009/01/25/cooking-and-cleaning/</link>
		<comments>http://mikeb.org/2009/01/25/cooking-and-cleaning/#comments</comments>
		<pubDate>Sun, 25 Jan 2009 08:34:08 +0000</pubDate>
		<dc:creator>mikeb</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://pinky.disturbed.org/wordpress/?p=291</guid>
		<description><![CDATA[The morning of the great cup tower destruction Lori dressed Kaelyn up in some play clothes and we taped the results.&#160; The phone part is pretty funny. http://blip.tv/file/1700735/<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mikeb.org&amp;blog=16054051&amp;post=295&amp;subd=mikebdotorg&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>The morning of the great cup tower destruction Lori dressed Kaelyn up in some play clothes and we taped the results.&nbsp; The phone part is pretty funny.</p>
<p><a href="http://blip.tv/file/1700735/" title="http://blip.tv/file/1700735/">http://blip.tv/file/1700735/ </a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mikebdotorg.wordpress.com/295/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mikebdotorg.wordpress.com/295/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mikebdotorg.wordpress.com/295/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mikebdotorg.wordpress.com/295/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/mikebdotorg.wordpress.com/295/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/mikebdotorg.wordpress.com/295/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/mikebdotorg.wordpress.com/295/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/mikebdotorg.wordpress.com/295/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mikebdotorg.wordpress.com/295/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mikebdotorg.wordpress.com/295/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mikebdotorg.wordpress.com/295/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mikebdotorg.wordpress.com/295/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mikebdotorg.wordpress.com/295/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mikebdotorg.wordpress.com/295/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mikeb.org&amp;blog=16054051&amp;post=295&amp;subd=mikebdotorg&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://mikeb.org/2009/01/25/cooking-and-cleaning/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/b3f2b4aea4d78b02ccb18617c77731d7?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">mikebdotorg</media:title>
		</media:content>
	</item>
		<item>
		<title>17th most connected</title>
		<link>http://mikeb.org/2009/01/24/17th-most-connected/</link>
		<comments>http://mikeb.org/2009/01/24/17th-most-connected/#comments</comments>
		<pubDate>Sat, 24 Jan 2009 21:45:37 +0000</pubDate>
		<dc:creator>mikeb</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://pinky.disturbed.org/wordpress/?p=290</guid>
		<description><![CDATA[Forbes&#8217; list is out again and Phoenix is the #17th most connected city.&#160; Seattle takes the cake at #1.&#160; Phoenix is most hurt ranking wise by wifi hotspots. Direct link to Phoenix; http://tr.im/cgl3 (from Engadget)<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mikeb.org&amp;blog=16054051&amp;post=294&amp;subd=mikebdotorg&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Forbes&#8217; list is out again and Phoenix is the #17th most connected city.&nbsp; Seattle takes the cake at #1.&nbsp; Phoenix is most hurt ranking wise by wifi hotspots.</p>
<p>Direct link to Phoenix;</p>
<p><a href="http://tr.im/cgl3" title="http://tr.im/cgl3">http://tr.im/cgl3</a></p>
<p>(from <a href="http://www.engadget.com/2009/01/24/seattle-crowned-most-wired-city-in-america-wheres-your-town/" title="http://www.engadget.com/2009/01/24/seattle-crowned-most-wired-city-in-america-wheres-your-town/">Engadget</a>) </p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mikebdotorg.wordpress.com/294/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mikebdotorg.wordpress.com/294/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mikebdotorg.wordpress.com/294/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mikebdotorg.wordpress.com/294/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/mikebdotorg.wordpress.com/294/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/mikebdotorg.wordpress.com/294/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/mikebdotorg.wordpress.com/294/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/mikebdotorg.wordpress.com/294/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mikebdotorg.wordpress.com/294/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mikebdotorg.wordpress.com/294/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mikebdotorg.wordpress.com/294/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mikebdotorg.wordpress.com/294/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mikebdotorg.wordpress.com/294/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mikebdotorg.wordpress.com/294/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mikeb.org&amp;blog=16054051&amp;post=294&amp;subd=mikebdotorg&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://mikeb.org/2009/01/24/17th-most-connected/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/b3f2b4aea4d78b02ccb18617c77731d7?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">mikebdotorg</media:title>
		</media:content>
	</item>
	</channel>
</rss>
