<?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>Brian Herman's blog</title>
	<atom:link href="http://brianherman.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://brianherman.wordpress.com</link>
	<description>My thoughts on Project Management, Leadership, Music, and Life</description>
	<lastBuildDate>Wed, 25 Nov 2009 05:58:21 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='brianherman.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/039b02b1224775a2b2c9e1ac5b98b4ad?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>Brian Herman's blog</title>
		<link>http://brianherman.wordpress.com</link>
	</image>
			<item>
		<title>The 7th Deadly Sin: Sloth Programming</title>
		<link>http://brianherman.wordpress.com/2009/11/12/the-7th-deadly-sin-sloth-programming/</link>
		<comments>http://brianherman.wordpress.com/2009/11/12/the-7th-deadly-sin-sloth-programming/#comments</comments>
		<pubDate>Fri, 13 Nov 2009 05:45:07 +0000</pubDate>
		<dc:creator>brianherman</dc:creator>
				<category><![CDATA[Musings]]></category>
		<category><![CDATA[tech]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[Sun]]></category>

		<guid isPermaLink="false">http://brianherman.wordpress.com/?p=296</guid>
		<description><![CDATA[As I work here on my laptop I have a bunch of apps open but they are idle, not opened since yesterday:  a word processors, spreadsheets, two email clients, two web browsers with 34+ tabs full of html, java, and flash.  Today all I&#8217;m using today TextEdit (writing this blog post) and iTunes (currently playing [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=brianherman.wordpress.com&blog=3412538&post=296&subd=brianherman&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>As I work here on my laptop I have a bunch of apps open but they are idle, not opened since yesterday:  a word processors, spreadsheets, two email clients, two web browsers with 34+ tabs full of html, java, and flash.  Today all I&#8217;m using today TextEdit (writing this blog post) and iTunes (currently playing some Rodrigo Y Gabriela), and I&#8217;m reminded of something Sun&#8217;s CEO, <a href="http://www.sun.com/aboutsun/executives/schwartz/bio.jsp">Jonathan Schwartz</a>, said &#8211; &#8220;Most modern user-applications are over-served by <a href="http://en.wikipedia.org/wiki/Moore%27s_law">Moore&#8217;s Law</a>.&#8221;  What he means is that getting yourself more memory and a faster processor isn&#8217;t going to make iTunes play your songs any differently or your email tool do something interesting while waiting for your slow fingers to type the next character in your sentence.</p>
<p><img class="alignright size-full wp-image-298" title="Software-bloat-gone-bad" src="http://brianherman.files.wordpress.com/2009/11/software-bloat-gone-bad.png?w=120&#038;h=319" alt="Software-bloat-gone-bad" width="120" height="319" /></p>
<p>Frankly, the work I do most of the time (reading email, reading web pages, creating word documents and spreadsheets, listening to iTunes) would be perfectly well served by my 7 year-old PowerBook G4 (and it was way back then).  What annoys me is that I&#8217;m running on a modern 2 GHz Intel Core 2 Duo, by all rights a screaming machine, and my computer is doing NOTHING right now, yet the system is running at 64% of max!</p>
<p>Faster processors and larger memory have made software developers LAZY BASTARDS!  They write big fat bloated apps that have memory leaks galore.  My modern machine easily has 8x the processing power and 4x the memory of my old laptop, and that lets me run more apps at once, but not too many more because while &#8220;idle&#8221; they continue to suck up more and more resources.</p>
<p>The only truly &#8220;active&#8221; app on the list is iTunes, in 5th place and using only 3.2% of 1 CPU.  Safari, which I haven&#8217;t touched in 2 hours is choking up 97% of 1 CPU.  WTF?!</p>
<p><img class="alignleft size-full wp-image-297" title="Software-bloat-2" src="http://brianherman.files.wordpress.com/2009/11/software-bloat-2.png?w=497&#038;h=120" alt="Software-bloat-2" width="497" height="120" /></p>
<p>Dear programmers of the world&#8230; Being &#8220;green&#8221; shouldn&#8217;t just be about recycling your soda bottles and writing software to run the smart grid, it should be about not wasting <strong><em>ANY</em></strong> resources, including the &#8220;free&#8221; ones like the unused memory and CPU cycles on my laptop.  I could argue that efficient, clean code would consume less CPU, meaning less power consumption, saving battery life, which in turn means less electricity is used charging the laptop, but it shouldn&#8217;t just be about that.   You should be embarrassed that your app runs amuck and requires your customers to restart it (or worse, reboot the whole machine) periodically to clean up after you.</p>
<p>Imagine if other objects in your life worked like that.  Suppose that if you left appliances on for more than a week they began to consume more and more resources (electricity), after two weeks your refrigerator might be sucking up 80% of the entire capacity of the wires coming to your home, the toaster would be getting hot even though you haven&#8217;t used it since last Tuesday&#8217;s breakfast, pretty soon you&#8217;d have to go unplug your devices, or even trip the main breaker to reset everything and get your electricity usage back down to the tiny percentage of resource utilization that is warranted by idle devices.  You wouldn&#8217;t tolerate that!  Nor should you of your software!</p>
<p>Moore&#8217;s law doesn&#8217;t give you carte blanche to write sloppy code.</p>
<p>My dream is of a day when I can get away with a cheaper, lower-power laptop because there just isn&#8217;t anything I need it to do that warrants a more powerful device.  As my freshmen comp-sci professor used to say &#8220;All computers wait at the same speed.&#8221;   Frankly my typing just isn&#8217;t fast enough to wear out a dual core 2 GHz box, even with a little flamenco music on the side.</p>
<p>&nbsp;</p>
<p><em><a href="http://www.amazon.com/Bank-Of-Bad-Habits/dp/B000W1574G/ref=sr_1_1?ie=UTF8&amp;qid=1258091351&amp;sr=1-1">And the 8th deadly sin is&#8230; </a><strong><a href="http://www.amazon.com/Bank-Of-Bad-Habits/dp/B000W1574G/ref=sr_1_1?ie=UTF8&amp;qid=1258091351&amp;sr=1-1">PIZZA</a></strong><a href="http://www.amazon.com/Bank-Of-Bad-Habits/dp/B000W1574G/ref=sr_1_1?ie=UTF8&amp;qid=1258091351&amp;sr=1-1">!</a></em></p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/brianherman.wordpress.com/296/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/brianherman.wordpress.com/296/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/brianherman.wordpress.com/296/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/brianherman.wordpress.com/296/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/brianherman.wordpress.com/296/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/brianherman.wordpress.com/296/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/brianherman.wordpress.com/296/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/brianherman.wordpress.com/296/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/brianherman.wordpress.com/296/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/brianherman.wordpress.com/296/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=brianherman.wordpress.com&blog=3412538&post=296&subd=brianherman&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://brianherman.wordpress.com/2009/11/12/the-7th-deadly-sin-sloth-programming/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/19a52375f086bce578d0e23c6eb37ed9?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Brian</media:title>
		</media:content>

		<media:content url="http://brianherman.files.wordpress.com/2009/11/software-bloat-gone-bad.png" medium="image">
			<media:title type="html">Software-bloat-gone-bad</media:title>
		</media:content>

		<media:content url="http://brianherman.files.wordpress.com/2009/11/software-bloat-2.png" medium="image">
			<media:title type="html">Software-bloat-2</media:title>
		</media:content>
	</item>
		<item>
		<title>The Gabe Dixon Band Fishbowl</title>
		<link>http://brianherman.wordpress.com/2009/11/08/the-gabe-dixon-band-fishbowl/</link>
		<comments>http://brianherman.wordpress.com/2009/11/08/the-gabe-dixon-band-fishbowl/#comments</comments>
		<pubDate>Sun, 08 Nov 2009 14:24:58 +0000</pubDate>
		<dc:creator>brianherman</dc:creator>
				<category><![CDATA[music]]></category>

		<guid isPermaLink="false">http://brianherman.wordpress.com/?p=293</guid>
		<description><![CDATA[Amazon holds periodic promotional events, for lack of a better phrase, where a featured author or artist from Amazon.com is brought in to talk to employees over the lunch hour.  They do this every 2 weeks or so; I attended my first one this week.  The Gabe Dixon Band came in and performed a fantastic [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=brianherman.wordpress.com&blog=3412538&post=293&subd=brianherman&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Amazon holds periodic promotional events, for lack of a better phrase, where a featured author or artist from <a href="http://amazon.com/">Amazon.com </a>is brought in to talk to employees over the lunch hour.  They do this every 2 weeks or so; I attended my first one this week.  The <a href="http://www.amazon.com/gp/product/B00122D12O/ref=dm_dp_adp?ie=UTF8&amp;qid=1257690155&amp;sr=301-1">Gabe Dixon Band</a> came in and performed a fantastic set for us.  Gabe played piano and <a href="http://www.listennashville.com/allstarsjanorix.html">Jano Rix</a> played percussion using only a guitar body.  The music was great.  Gabe has a high smooth voice that reminds me of <a href="http://www.jasonmraz.com/">Jason Mraz</a>, and he&#8217;s a hell of a piano player.  His songs have smart, interesting lyrics &#8211; no popcorn to be found (yea!)  He did some mellow stuff and a few hoppin&#8217; songs that had us all clapping along, and he closed with a &#8220;sing-along&#8221; where he taught the crowd a &#8220;wooo hooo&#8221; sort of line, very fun!</p>
<p>Jano&#8217;s percussion was incredible.  His method was based on hand motions on a guitar.  He placed a clothespin across all the strings, right over the sound hole and when he smacked it with his fingers it sounded for all the world like a high-hat.  He&#8217;d use the heel of the same hand to pound the guitar body just below the hole which produced a deep base drum sound.  With his other hand he&#8217;d tap his fingers against the side of the guitar, producing a higher pitched drum sound, and periodically he&#8217;d let the ring on his finger smack the side giving a nice snare drum rim-shot effect.  You would have sworn there was a drum kit in the room, or at least a drum machine.  It was amazing to watch.</p>
<p>I went home that night and downloaded the band&#8217;s <a href="http://www.amazon.com/The-Gabe-Dixon-Band/dp/B001EDH8Y8/ref=sr_shvl_album_1?ie=UTF8&amp;qid=1257690070&amp;sr=301-1">self titled album</a>.  It&#8217;s only $6.95 and worth checking out if you like piano rock.  Good stuff!</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/brianherman.wordpress.com/293/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/brianherman.wordpress.com/293/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/brianherman.wordpress.com/293/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/brianherman.wordpress.com/293/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/brianherman.wordpress.com/293/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/brianherman.wordpress.com/293/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/brianherman.wordpress.com/293/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/brianherman.wordpress.com/293/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/brianherman.wordpress.com/293/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/brianherman.wordpress.com/293/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=brianherman.wordpress.com&blog=3412538&post=293&subd=brianherman&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://brianherman.wordpress.com/2009/11/08/the-gabe-dixon-band-fishbowl/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/19a52375f086bce578d0e23c6eb37ed9?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Brian</media:title>
		</media:content>
	</item>
		<item>
		<title>Thoughts from the Fuselage: Part 4– July 2009</title>
		<link>http://brianherman.wordpress.com/2009/08/14/thoughts-from-the-fuselage-part-4%e2%80%93-july-2009/</link>
		<comments>http://brianherman.wordpress.com/2009/08/14/thoughts-from-the-fuselage-part-4%e2%80%93-july-2009/#comments</comments>
		<pubDate>Sat, 15 Aug 2009 05:03:25 +0000</pubDate>
		<dc:creator>brianherman</dc:creator>
				<category><![CDATA[Musings]]></category>
		<category><![CDATA[Travel]]></category>
		<category><![CDATA[air]]></category>
		<category><![CDATA[music]]></category>

		<guid isPermaLink="false">http://brianherman.wordpress.com/?p=284</guid>
		<description><![CDATA[Thoughts from the Fuselage: Part 4 – July 2009
The final(?) installment
Ideas, thoughts, musings, and drivel captured while commuting by air.


(a slightly belated post &#8211; completed on 25 days ago)

July 3rd
Due to my screw-up, Sandy and I are on separate flights heading home.  She&#8217;s on@AlaskaAir and departed at 5:05.  I&#8217;m on Southwest 905 and departed at [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=brianherman.wordpress.com&blog=3412538&post=284&subd=brianherman&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p style="line-height:24px;font:normal normal normal 16px/normal Arial;margin:0;"><strong>Thoughts from the Fuselage: Part 4 – July 2009</strong></p>
<p style="line-height:24px;font:normal normal normal 13px/normal Arial;margin:0;"><em><strong>The final(?) installment</strong></em></p>
<div><em>Ideas, thoughts, musings, and drivel captured while commuting by air.</em></div>
<p style="line-height:24px;font:normal normal normal 13px/normal Arial;margin:0;"><em><br />
</em></p>
<p style="line-height:24px;font:normal normal normal 13px/normal Arial;min-height:15px;margin:0;">(a slightly belated post &#8211; completed on 25 days ago)</p>
<p style="line-height:24px;font:normal normal normal 13px/normal Arial;min-height:15px;margin:0;">
<p style="line-height:15px;font:12px Arial;margin:0 0 12px;"><strong>July 3rd</strong></p>
<p style="line-height:15px;font:12px Arial;margin:0 0 12px;">Due to my screw-up, Sandy and I are on separate flights heading home.  She&#8217;s on<img class="alignright size-full wp-image-285" title="Alaska-airlines-4" src="http://brianherman.files.wordpress.com/2009/08/alaska-airlines-4.jpg?w=300&#038;h=220" alt="Alaska-airlines-4" width="300" height="220" /><a href="http://twitter.com/alaskaair">@AlaskaAir</a> and departed at 5:05.  I&#8217;m on Southwest 905 and departed at 6:40 &#8211; 30 minutes late, on a ground hold due to big thunderstorms in Denver.  Poor Sandy *<em>hates</em>* flying and not only had to go alone but also is flying into a potentially ICK landing&#8230; and now she has to wait 90 minutes at DIA for me to arrive and drive us home.  Sigh.  I suck.</p>
<p style="line-height:15px;font:12px Arial;margin:0 0 12px;">We have the clearest skies I&#8217;ve seen yet leaving Seattle.  I booked both Sandy and I on the starboard side of the plane and we have absolutely AMAZING views of Mount Rainier, Mount Adams, Mount St. Helens, and Mount Hood. *W*O*W*</p>
<p style="font:12px Arial;margin:0;"><span style="font:12px Hiragino Kaku Gothic ProN;">♫</span><span style="font:12px Helvetica;"> </span>Diggin&#8217; me some Dave Matthews Band &#8211; Big Whiskey and the GrooGrux King album.  &#8220;<span style="color:#0e1bff;"><a href="http://www.amazon.com/Shake-Me-Like-A-Monkey/dp/B002B37CEQ/ref=sr_1_1?ie=UTF8&amp;qid=1250309926&amp;sr=1-1">Shake Me Like A Monkey</a></span>&#8221; is pure funk genius!  Those horn riffs kick butt!  I&#8217;m gonna play that <em>again!</em></p>
<p style="font:12px Arial;min-height:14px;margin:0;">
<p style="font:12px Arial;margin:0;">Traveling in <span style="color:#0e1bff;"><a href="http://crocs.com/">Crocs</a></span> is comfy enough but removing them to walk through security was not at all pleasant.  Walking barefoot across dirty floors full of people&#8217;s nasty feet filth is just not a good thing.  Dear TSA, can you please get over this ridiculous shoe removal nonsense?  If you can&#8217;t detect a knife in my shoe WTF makes you think you&#8217;ll detect one in my pocket?  Either make us all go through naked or let us leave our clothes on, KTHXBYE</p>
<p style="font:12px Arial;min-height:14px;margin:0;">
<p style="font:12px Arial;margin:0;"><span style="font:12px Hiragino Kaku Gothic ProN;">♫</span><span style="font:12px Helvetica;"> </span>I&#8217;m enjoying the album <a href="http://www.amazon.com/Saturday-Night-Live-Musical-Performances/dp/B00001QGNN/ref=pd_sim_m_1">SNL 25th &#8211; The Musical Performances Vol I</a></p>
<p style="font:12px Arial;min-height:14px;margin:0;">
<p style="font:12px Arial;margin:0;">I dunno about your political leanings and I&#8217;m always careful not to start down that slippery slope with friends, but I can NOT stop smiling about the Sarah Palin resignation.  &#8220;Executive experience&#8221; my ass, she was mayor of a town that was smaller than my high-school before she somehow (her looks) got her hands on the unsuspecting Alaskan government. She is a stolid soundbite slinging sanctimonious stooge; a babbling beauty buzzword bingo bluestocking.  The girl couldn&#8217;t find a cogent sentence if a Russian wrote it on a sign in his front yard.  Palin isn&#8217;t qualified to run a Jiffy Lube much be a heartbeat away from the big chair.  Thank gawd she is over (for now, until they make her the female Rush Limbaugh).  Oh wait&#8230; you say she&#8217;s a Leviticus zealot?  Well never mind then!</p>
<p style="font:12px Arial;min-height:14px;margin:0;">
<p style="font:12px Arial;margin:0;">Who put all these clouds over Oregon at 35,000 feet?</p>
<p style="font:12px Arial;min-height:14px;margin:0;">
<p style="font:12px Arial;margin:0;">Watching my favorite Podcast &#8211; Tiki Bar TV.  Today I&#8217;m enjoying <a href="http://feeds2.feedburner.com/~r/TikiBarTV/~4/Mvv1beR9EVE">Episode 42 &#8211; Fishbone</a>.  This one&#8217;s not as pure as some of the others but it&#8217;s funny (and not kid safe).</p>
<p style="font:12px Arial;min-height:14px;margin:0;">
<p style="font:12px Arial;min-height:14px;margin:0;">
<p style="font:12px Arial;margin:0;"><span style="font:12px Hiragino Kaku Gothic ProN;">♫</span><span style="font:12px Helvetica;"> </span>I was NOT expecting to listen to SIR-MIX-A-LOT today, but my iPod served up <span style="color:#0e1bff;"><a href="http://www.amazon.com/Baby-Got-Back/dp/B001388LZY/ref=sr_1_1?ie=UTF8&amp;qid=1250310660&amp;sr=1-1">Baby Got Back</a></span> and now I&#8217;m down wit dat.</p>
<p style="font:12px Arial;min-height:14px;margin:0;">
<p style="font:12px Arial;margin:0;">We had an exciting landing today &#8211; just before we touched down the plane started slewing from side to side in a nasty wind shear.  The pilot pulled up and gunned the throttle.  It took several seconds the plane to really respond and climb out.  We circled around twice and made a 2nd landing pass with almost the same results.  The pilot battled through it and put us down for one of the smoothest landings I&#8217;ve seen in weeks, but it was pretty dicey before we touched down!  Applause from all aboard, well deserved IMO!</p>
<p style="font:12px Arial;min-height:14px;margin:0;">
<p style="font:12px Arial;min-height:14px;margin:0;">
<p style="line-height:15px;font:12px Arial;margin:0 0 12px;"><strong>July 7th</strong></p>
<p style="font:12px Arial;margin:0;">Hey, it&#8217;s my first flight of the month &#8211;&gt; New in-flight magazine!!!  W00t!</p>
<p style="font:12px Arial;min-height:14px;margin:0;">
<p style="font:12px Helvetica;margin:0;"><span style="font:12px Hiragino Kaku Gothic ProN;">♫</span> Counting Crows &#8220;<a href="http://www.last.fm/music/Counting+Crows/_/Baby+I'm+A+Big+Star+Now">Baby I&#8217;m a Big Star Now</a>&#8221; &#8211; one of my favs!  By the way, that name &#8220;Counting Crows&#8221; &#8211; is &#8220;counting&#8221; a verb or an adjective?</p>
<p style="font:12px Helvetica;min-height:14px;margin:0;">
<p style="font:12px Helvetica;margin:0;">Ever since airlines started charging for food on the planes (beyond the miniscule packet of kibble) more and more people just bring their own.  Everything from fruit to dried oatmeal (which they mix in a cup of hot water from the drink cart) to nasty Egg McMuffins that they carry on the plane.</p>
<p style="font:12px Helvetica;min-height:14px;margin:0;">
<p style="font:12px Arial;margin:0;"><span style="font:12px Hiragino Kaku Gothic ProN;">♫</span><span style="font:12px Helvetica;"> </span>You know that Billy Joel&#8217;s &#8220;<a href="http://www.amazon.com/Piano-Man/dp/B00136JSY4/ref=sr_1_1?ie=UTF8&amp;qid=1250311131&amp;sr=1-1">Piano Man</a>&#8221; is a limerick right?  The whole song, verses and chorus too.</p>
<p style="font:12px Arial;min-height:14px;margin:0;">
<p style="font:12px Arial;margin:0;">This is odd&#8230; Elvis Costello doesn&#8217;t show up as an artist on my iPod, yet I have at least 5 of his songs and I can find them all by title, but not by artist.  Bug?</p>
<p style="font:12px Arial;min-height:14px;margin:0;">
<p style="font:12px Arial;margin:0;">The guy next to me is reading <a href="http://en.wikipedia.org/wiki/Tony_Hillerman">Tony Hillerman</a>, very cool.  I&#8217;d strike up a conversation but he&#8217;s reading and I&#8217;m working, so no good can come of that.</p>
<p style="font:12px Arial;min-height:14px;margin:0;">
<p style="font:12px Arial;margin:0;"><span style="font:12px Hiragino Kaku Gothic ProN;">♫</span><span style="font:12px Helvetica;"> </span><a href="http://www.darrenkramer.com/">DKO&#8217;s</a> &#8220;<a href="http://www.cdbaby.com/cd/dko03">Intangible Attraction</a>&#8221; &#8211; the funk horn lines at the end are fantastic!</p>
<p style="font:12px Arial;min-height:14px;margin:0;">
<p style="font:12px Arial;margin:0;">The girl next to me is reading &#8220;<a href="http://www.amazon.com/Are-You-There-Vodka-Chelsea/dp/1416954120/ref=sr_1_3?ie=UTF8&amp;s=books&amp;qid=1250311347&amp;sr=8-3">Are You There Vodka, It&#8217;s Me Chelsea</a>&#8221; and laughing constantly.  It must be good.  But she&#8217;s laughing a lot.  Loudly.  A n n o y i n g l y . . .</p>
<p style="font:12px Arial;min-height:14px;margin:0;">
<p style="font:12px Arial;min-height:14px;margin:0;">
<p style="font:12px Arial;min-height:14px;margin:0;">
<p style="line-height:15px;font:12px Arial;margin:0 0 12px;"><strong>July 17th</strong></p>
<p style="font:12px Helvetica;margin:0;"><span style="font:12px Hiragino Kaku Gothic ProN;">♫</span> Who the hell put Wham on my iPod?!  (<span style="color:#0e1bff;"><a href="http://www.amazon.com/Freedom/dp/B00136LU0E/ref=sr_1_1?ie=UTF8&amp;qid=1250311397&amp;sr=1-1">Freedom</a></span>)</p>
<p style="font:12px Arial;min-height:14px;margin:0;">
<p style="font:12px Arial;margin:0;">Today begins my last commute to and from Denver.  I&#8217;m on the last flight out today and come back to Seattle on the first flight Monday morning.  At that point I&#8217;ll be &#8220;going home&#8221; to Seattle.  I must say that overall the 3 months of commuting was quite easy and there&#8217;s a part of me that will even miss it.  In fact&#8230; I&#8217;m gonna go <a href="http://brianherman.wordpress.com/2009/07/20/the-last-commute/">blog about that</a>.</p>
<p style="font:12px Arial;min-height:14px;margin:0;">
<p style="font:12px Helvetica;margin:0;"><span style="font:12px Hiragino Kaku Gothic ProN;">♫</span> I woke up this morning and watched the news&#8230; King 5 decided it would be funny to play a full 30 second bumper of <a href="http://www.amazon.com/Copacabana-At-Copa-Long-Version/dp/B00137KKDQ/ref=sr_1_1?ie=UTF8&amp;qid=1250311467&amp;sr=1-1">Copa Cabana</a>!  OMFG that sucked.  The song was in my head the entire day.  I tweeted about it and tortured a few other souls too.  Several folks tried to help me with other songs to clear my head, including <a href="http://twitter.com/King5Seattle">@King5Seattle</a> &#8211; who punked me with another bleeping Barry Manillow song &#8211; I&#8217;ll get her!   The &#8220;winner&#8221; was <a href="http://twitter.com/ThinGuy">@ThinGuy </a>who for entirely other reasons stuck <a href="http://www.amazon.com/Hollaback-Girl-Explicit/dp/B000V64PJK/ref=sr_1_1?ie=UTF8&amp;qid=1250311525&amp;sr=1-1">Hollaback Girl</a> in my head about 3 in the afternoon.  That is different but not at all better.  Ugh!</p>
<p style="font:12px Helvetica;min-height:14px;margin:0;">
<p style="font:12px Helvetica;margin:0;"><span style="font:12px Hiragino Kaku Gothic ProN;">♫</span> @CollectiveSoul&#8217;s &#8220;<a href="http://www.amazon.com/gp/product/B001ME8C12/ref=dm_dp_trk11?ie=UTF8&amp;qid=1250311568&amp;sr=301-2">Adored</a>&#8221; is so amazing.</p>
<p style="font:12px Helvetica;min-height:14px;margin:0;">
<p style="font:12px Helvetica;margin:0;">Hey look, Lake Dillon!</p>
<p style="font:12px Helvetica;margin:0;">(Denver&#8217;s drinking water source, on the other side of the Continental Divide)</p>
<p style="font:12px Helvetica;min-height:14px;margin:0;">
<p style="font:12px Helvetica;margin:0;">It&#8217;s really depressing to see the pine beetle damage from the air.  The thickly forested mountains of my youthful camping trips are no more.  It&#8217;s like the moon in spots down there.</p>
<p style="font:12px Helvetica;min-height:14px;margin:0;">
<p style="font:12px Helvetica;min-height:14px;margin:0;">
<p style="font:12px Helvetica;min-height:14px;margin:0;">
<p style="line-height:15px;font:12px Arial;margin:0 0 12px;"><strong>July 20th</strong></p>
<p style="font:12px Helvetica;margin:0;">I said goodbye to my home in the dark hours of the morning and drove out of Longmont for the last time.  As I crossed the final streets before the highway <a href="http://kbco.com/">KBCO</a> was playing to &#8220;<span style="color:#0e1bff;"><a href="http://www.amazon.com/Linger/dp/B000WOUTYQ/ref=sr_1_1?ie=UTF8&amp;qid=1250311726&amp;sr=1-1">Linger</a></span>&#8221;  by The Cranberries.  I&#8217;ve never been so sad.</p>
<p style="font:12px Helvetica;margin:0;">
<p style="font:12px Helvetica;margin:0;">
<p style="font:12px Helvetica;margin:0;"><span style="font:12px Hiragino Kaku Gothic ProN;">♫</span> Glen Campbell&#8217;s &#8220;<a href="http://www.amazon.com/Wichita-Lineman/dp/B000T1C8WI/ref=sr_1_3?ie=UTF8&amp;qid=1250311679&amp;sr=1-3">Wichita Lineman</a>&#8221; was playing in the plane as I boarded.  I&#8217;d forgotten that song&#8230; and for good reason!  Ugh.</p>
<p style="font:12px Arial;min-height:14px;margin:0;">
<p style="font:12px Arial;margin:0;">It was a tough weekend without much sleep.  I had an unplanned nap for the 1st half of the flight.  I guess I fell asleep on the tarmac, missed takeoff completely.</p>
<p style="font:12px Arial;min-height:14px;margin:0;">
<p style="font:12px Helvetica;margin:0;"><span style="font:12px Hiragino Kaku Gothic ProN;">♫</span> Chingon&#8217;s &#8220;<a href="http://www.amazon.com/gp/dmusic/media/sample.m3u/ref=dm_sp_smpl?ie=UTF8&amp;catalogItemType=track&amp;ASIN=B000X6NWQ0&amp;CustomerID=A15ADTT90XSPPG&amp;qid=1250311766&amp;sr=1-1">Malegania Salerosa</a>&#8221; &#8211; I have no words to describe how awesome this song is.</p>
<p style="font:12px Helvetica;min-height:14px;margin:0;">
<p style="font:12px Helvetica;margin:0;">I&#8217;m hammering away on project plans, issues, and risks this morning&#8230; not many fun thoughts to add here&#8230;  I can see Mount Hood and Mount Adams out my window, both perfect volcanic cones &#8211; that&#8217;s pretty cool.  Rainier  and St Helens are just ahead.  The pilot is throttling back for decent&#8230; spotting Rainier is the signal that it&#8217;s time to get ready for landing.</p>
<p style="font:12px Helvetica;min-height:14px;margin:0;">
<p style="font:12px Helvetica;margin:0;">Today <span style="color:#0e1bff;"><a href="http://www.soundtransit.org/x11204.xml">Seattle&#8217;s light rail </a></span>is up and running for it&#8217;s 1st ever &#8220;for pay&#8221; service day.  The rail terminal at SeaTac isn&#8217;t done yet, so there&#8217;s a shuttle bus that takes you from the airport over to Tukwila which has the closet light rail terminal.  I&#8217;m tempted to try this because today I brought 2 carry-ons and a big checked bag (bringing some final items from home that we didn&#8217;t want to wait for when the family arrives this weeked).  Getting on the 194 with more than one small bag is a huge PITA, but on the other hand it&#8217;s the devil I know.  I&#8217;m sure the light-rail will be much roomier for bags and passengers, but I have NO idea where the shuttle bus will be nor how getting on it with bags will work.   Hmmmm&#8230;.</p>
<p style="font:12px Helvetica;min-height:14px;margin:0;">
<p style="font:12px Helvetica;margin:0;"><span style="font:12px Hiragino Kaku Gothic ProN;">♫</span> &#8220;<a href="http://www.amazon.com/3s-7s/dp/B000ZJYI2W/ref=sr_1_1?ie=UTF8&amp;qid=1250312088&amp;sr=1-1">3&#8217;s &amp; 7&#8217;s</a>&#8221; by Queens of the Stone Age &#8211; good rockin&#8217; morning music.  I love the guitar lines and the power bridge.</p>
<p style="font:12px Helvetica;min-height:14px;margin:0;">
<p style="font:12px Helvetica;margin:0;">Wow, there&#8217;s been some significant snow melt on Rainier in the last week!  I tell you, if you&#8217;re flying to Seattle make sure you sit on the port side of the plane so you can enjoy the views.  It never loses it&#8217;s magic.  I swear the pilot must have to correct the level of the plane as everyone leans to the left to look out the windows.</p>
<p style="font:12px Arial;min-height:14px;margin:0;">
<p style="font:12px Arial;margin:0;">The woman next to me is making her 1st trip to Seattle.  She lives in Denver with 2 daughters still in school.  Her oldest daughter (19) is married to a soldier who is stationed in Seattle and is shipping out to Iraq this week.  She&#8217;s here to support him and help her daughter get settled once he leaves.  As often as I think my life is difficult at times, it pales in comparison to those who are sacrificing for our country.  Perspective!</p>
<p style="font:12px Arial;min-height:14px;margin:0;">
<p style="font:12px Arial;min-height:14px;margin:0;">
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/brianherman.wordpress.com/284/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/brianherman.wordpress.com/284/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/brianherman.wordpress.com/284/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/brianherman.wordpress.com/284/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/brianherman.wordpress.com/284/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/brianherman.wordpress.com/284/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/brianherman.wordpress.com/284/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/brianherman.wordpress.com/284/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/brianherman.wordpress.com/284/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/brianherman.wordpress.com/284/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=brianherman.wordpress.com&blog=3412538&post=284&subd=brianherman&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://brianherman.wordpress.com/2009/08/14/thoughts-from-the-fuselage-part-4%e2%80%93-july-2009/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/19a52375f086bce578d0e23c6eb37ed9?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Brian</media:title>
		</media:content>

		<media:content url="http://brianherman.files.wordpress.com/2009/08/alaska-airlines-4.jpg" medium="image">
			<media:title type="html">Alaska-airlines-4</media:title>
		</media:content>
	</item>
		<item>
		<title>On Building A Community &#8211; Top Down?  Bottom Up?</title>
		<link>http://brianherman.wordpress.com/2009/08/04/on-building-a-community-top-down-bottom-up/</link>
		<comments>http://brianherman.wordpress.com/2009/08/04/on-building-a-community-top-down-bottom-up/#comments</comments>
		<pubDate>Wed, 05 Aug 2009 06:05:42 +0000</pubDate>
		<dc:creator>brianherman</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[Social Media]]></category>
		<category><![CDATA[blogging]]></category>
		<category><![CDATA[community]]></category>
		<category><![CDATA[ESN]]></category>
		<category><![CDATA[social]]></category>

		<guid isPermaLink="false">http://brianherman.wordpress.com/?p=247</guid>
		<description><![CDATA[I really like Brad Rourke&#8217;s thoughts on community growth, both for views of online communities and for his clever translation of those ideas into place-based communities (ie: towns)
http://blog.bradrourke.com/2009/06/17/my-taxonomy-of-community-participants-the-90-9-1-principle-in-person/
(With thanks to @johncr8on for finding and sharing it via Twitter)

The 90-9-1 rule implies 2 ways of growing communities:

Top down:  If you add more leaders you&#8217;ll generate more participants [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=brianherman.wordpress.com&blog=3412538&post=247&subd=brianherman&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p style="font:14px Helvetica;margin:0;"><span style="font-family:Calibri, 'Times New Roman', 'Bitstream Charter', Times, fantasy;">I really like <span style="color:#0e1bff;"><a href="http://blog.bradrourke.com/2009/06/17/my-taxonomy-of-community-participants-the-90-9-1-principle-in-person/">Brad Rourke&#8217;s thoughts</a></span> on community growth, both for views of online communities and for his clever translation of those ideas into place-based communities (ie: towns)</span></p>
<p style="font:13px Arial;margin:0;"><a href="http://blog.bradrourke.com/2009/06/17/my-taxonomy-of-community-participants-the-90-9-1-principle-in-person/">http://blog.bradrourke.com/2009/06/17/my-taxonomy-of-community-participants-the-90-9-1-principle-in-person/</a></p>
<p style="font:13px Arial;margin:0;">(With thanks to <span style="color:#0e1bff;"><a href="http://twitter.com/johncr8on">@johncr8on</a></span> for finding and sharing it via <span style="color:#0e1bff;"><a href="http://twitter.com/">Twitter</a></span>)</p>
<p style="font:13px Arial;min-height:15px;margin:0;">
<p style="font:13px Arial;margin:0;">The 90-9-1 rule implies 2 ways of growing communities:</p>
<p style="font:13px Arial;margin:0;">
<p style="font:13px Arial;margin:0;"><strong>Top down</strong>:  If you add more leaders you&#8217;ll generate more participants and followers.  In essence, adding leaders helps moving some of the 90 into the 9 and draws outsiders into the 90 from &#8220;the buzz&#8221; around the community.  Adding a super-star to your team not only makes the team better but she becomes a recruiting magnet.</p>
<p style="font:13px Arial;min-height:15px;margin:0;">
<p style="font:13px Arial;margin:0;"><strong>Bottom up</strong>: If you add more people into the community through the 90, some of them will step into the 9 and perhaps into the 1.  A growing community attracts talent and some of them will see and fill voids in the the community&#8217;s abilities.</p>
<p style="font:13px Arial;min-height:15px;margin:0;">
<p style="font:13px Arial;margin:0;">I fundamentally believe both approaches are correct.  But if you want to grow a community, which one do you put your energy into?</p>
<p style="font:13px Arial;min-height:15px;margin:0;">
<p style="font:13px Arial;margin:0;">&lt;I&#8217;m going to talk mostly about on-line communities from here on, but I&#8217;m confident you can generalize this to place-based communities just like Brad Rouke did in his post.&gt;</p>
<p style="font:13px Arial;min-height:15px;margin:0;">
<p style="font:13px Arial;margin:0;">The bottom up approach requires a grass-roots effort that likely will only happen via 2 means.</p>
<p style="font:13px Arial;margin:0;">
<p style="font:13px Arial;margin:0;">
<p style="font:13px Arial;margin:0;">
<p style="font:13px Arial;margin:0;"><img class="alignright" src="http://www.suzylamplugh.org/files/images/Training/community_pic.jpg" alt="" width="156" height="134" /></p>
<p style="font:13px Arial;margin:0;">1) A culture that already embraces communities -  You won&#8217;t get anywhere if the culture on the periphery of the community doesn&#8217;t believe in participation.  If you&#8217;re surrounded by isolationists they aren&#8217;t going to just &#8220;see the light&#8221; and join in the community as participants at any level.  Changing culture requires patience and glacier-like power to wear barriers down over time.  This is not a place you can individually have a lot of influence.</p>
<p style="font:13px Arial;margin:0;">
<p style="font:13px Arial;margin:0;">
<p style="font:13px Arial;margin:0;">
<div id="attachment_248" class="wp-caption alignleft" style="width: 166px"><img class="size-full wp-image-248" title="CandyMtn" src="http://brianherman.files.wordpress.com/2009/07/candymtn.png?w=156&#038;h=140" alt="Simply the worst video of all time" width="156" height="140" /><p class="wp-caption-text">Simply the worst video ever</p></div>
<p style="font:13px Arial;margin:0;">2) &#8220;Viral growth&#8221;<br />
- Frankly I think this has become the battle-cry of the overconfident and the communication avoiders.  Viral growth does happen &#8211; communities spring up overnight from nothingness but as <a href="http://www.amazon.com/Malcolm-Gladwell/e/B000APOE98/ref=ep_sprkl_at_B000APOE98?pf_rd_p=482609291&amp;pf_rd_s=auto-sparkle&amp;pf_rd_t=301&amp;pf_rd_i=malcolm%20gladwell&amp;pf_rd_m=ATVPDKIKX0DER&amp;pf_rd_r=0508X98C5Q86DZ4XVPN7">Malcom Gladwell</a> points out in <a href="http://www.amazon.com/Tipping-Point-Little-Things-Difference/dp/0316346624/ref=sr_1_1?ie=UTF8&amp;s=books&amp;qid=1247634310&amp;sr=8-1">The Tipping Point </a> &#8211; capturing lightning in a bottle is amazingly tricky and is almost never happens on purpose.  If you&#8217;re counting on viral growth to build your community you may as well buy a lottery ticket and count on it to build your retirement account.  If it happens, count your blessings, but don&#8217;t be surprised if you&#8217;re still working at 70.  You can put the structures in place so that it might happen, but you can&#8217;t <em>make </em>it to happen.</p>
<p style="font:13px Arial;min-height:15px;margin:0;">
<p style="font:13px Arial;margin:0;">I contend that bottoms-up growth isn&#8217;t the place where your effort is going to guarantee results.</p>
<p style="font:13px Arial;min-height:15px;margin:0;">
<p style="font:13px Arial;margin:0;">Top-down growth on the other hand is a place you may be able to make some headway.  You need to add more leaders (and by extension more editors) to grow your community.  The &#8220;easiest&#8221; way of doing this is by finding existing leaders outside your community and recruiting them to join.  You need to find the rock stars, the people that others respect and look up to, and you need to get them participating visibly in your community.  I say &#8220;easily&#8221; because that is no small feat, but it <em>is</em> something you can put energy into and have some success with.</p>
<p style="font:13px Arial;min-height:15px;margin:0;">
<p style="font:13px Arial;margin:0;">Looking specifically at blogging, you need to get thought-leaders in your space involved in your community.  It is through the writings of these &#8220;cool kids&#8221; that others will be drawn in.  Some will read, and some of them will respond, and some of them will over time think &#8220;you know, I&#8217;ve got a lot of passion and energy around this community, I should be writing too&#8221;.  You begin to build a buzz around this group and others will be drawn in from outside the community to join the 90.</p>
<p style="font:13px Arial;min-height:15px;margin:0;">
<p style="font:13px Arial;margin:0;">If you doubt that approach go look at <span style="color:#0e1bff;"><a href="http://wilwheaton.typepad.com/">Wil Wheaton&#8217;s blog</a> </span>and <span style="color:#0e1bff;"><a href="http://twitter.com/wilw">twitter feed</a></span>, or <span style="color:#0e1bff;"><a href="http://twitter.com/lancearmstrong">Lance Armstrong&#8217;s</a></span>, or <span style="color:#0e1bff;"><a href="http://twitter.com/chrisbrogan">Chris Brogan&#8217;s</a></span>.  Each of them is &#8220;a cool kid&#8221; in their space, and others who care about that space (geek culture, cycling, social media) gather around to see what they&#8217;ll say next.  They&#8217;ve built massive communities, many of their &#8220;followers&#8221; contribute to the conversations, and some of those contributors have gone own to start successful communities of their own.</p>
<p style="font:13px Arial;min-height:15px;margin:0;">
<p style="font:13px Arial;margin:0;">Still not buying it?  Check out <span style="color:#0e1bff;"><a href="http://www.jimrome.com/">The Jim Rome Show</a></span> sometime.  Here&#8217;s a rock star sports commentator &#8211; some would argue that he&#8217;s grown bigger than many of the athletes he interviews.  He&#8217;s built an almost cult-like community of self-proclaimed &#8220;clones&#8221;.  Millions listen to his radio show and thousands comment via email and SMS to the interactions of hundreds of callers responding to Jim&#8217;s thoughts on sports.  Some of those clones now have their own radio shows (a few quite good). (feel that 90-9-1 pyramid?)</p>
<p style="font:13px Arial;min-height:15px;margin:0;">
<p><img class="alignleft" src="http://joshsmithonwpf.files.wordpress.com/2007/12/rockstar.jpg?w=119&#038;h=180" alt="" width="119" height="180" /></p>
<p style="font:13px Arial;margin:0;">This is the essence of building a community from the top down. You don&#8217;t have to be a rock star yourself, but you have to be able to recruit the rock stars if you&#8217;re going to make headway.  This is where you can direct your individual energies &#8211; either in becoming a rock star yourself (good luck with that, it takes time and practice) or in finding others and drawing them in.</p>
<p style="font:13px Arial;min-height:15px;margin:0;">
<p style="font:13px Arial;min-height:15px;margin:0;">
<p style="font:13px Arial;min-height:15px;margin:0;">
<p style="font:13px Arial;margin:0;">When you&#8217;re planning ways to grow your community you need to think where your energy can have the most impact.  It&#8217;s my contention that top-down is where you can make a difference as an individual.  You can (and should) work to encourage a bottom-up growth pattern too but this is really done by being a cog in the wheel, playing the part that you want others to play more than through direct recruiting &#8211; just don&#8217;t expend too much of your energy here&#8230; and for goodness sake, please don&#8217;t sit on your hind end and wait for your community to &#8220;go viral&#8221;.  Trust me&#8230; <span style="color:#0e1bff;"><a href="http://www.ted.com/">great ideas</a> </span>and products fail to grab mindshare every single day while crap like &#8220;<span style="color:#0e1bff;"><a href="http://www.youtube.com/watch?v=JPONTneuaF4">Candy Mountain</a></span>&#8221; goes viral &#8211; please don&#8217;t bet your community&#8217;s success on such astro-aligned alchemy.</p>
<p style="font:13px Arial;min-height:15px;margin:0;">
<p style="font:13px Arial;margin:0;">In the mean time, I&#8217;ll be thinking of you growing, with your top down&#8230;</p>
<p style="font:13px Arial;min-height:15px;margin:0;">
<p style="text-align:center;"><img class="aligncenter size-full wp-image-250" title="Bottoms Up" src="http://brianherman.files.wordpress.com/2009/07/bottomsup.png?w=234&#038;h=230" alt="Bottoms Up" width="234" height="230" /></p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/brianherman.wordpress.com/247/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/brianherman.wordpress.com/247/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/brianherman.wordpress.com/247/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/brianherman.wordpress.com/247/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/brianherman.wordpress.com/247/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/brianherman.wordpress.com/247/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/brianherman.wordpress.com/247/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/brianherman.wordpress.com/247/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/brianherman.wordpress.com/247/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/brianherman.wordpress.com/247/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=brianherman.wordpress.com&blog=3412538&post=247&subd=brianherman&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://brianherman.wordpress.com/2009/08/04/on-building-a-community-top-down-bottom-up/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/19a52375f086bce578d0e23c6eb37ed9?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Brian</media:title>
		</media:content>

		<media:content url="http://www.suzylamplugh.org/files/images/Training/community_pic.jpg" medium="image" />

		<media:content url="http://brianherman.files.wordpress.com/2009/07/candymtn.png" medium="image">
			<media:title type="html">CandyMtn</media:title>
		</media:content>

		<media:content url="http://joshsmithonwpf.files.wordpress.com/2007/12/rockstar.jpg" medium="image" />

		<media:content url="http://brianherman.files.wordpress.com/2009/07/bottomsup.png" medium="image">
			<media:title type="html">Bottoms Up</media:title>
		</media:content>
	</item>
		<item>
		<title>Thoughts from the Fuselage: Part 3 – Late June 2009</title>
		<link>http://brianherman.wordpress.com/2009/07/28/thoughts-from-the-fuselage-part-3-%e2%80%93-late-june-2009/</link>
		<comments>http://brianherman.wordpress.com/2009/07/28/thoughts-from-the-fuselage-part-3-%e2%80%93-late-june-2009/#comments</comments>
		<pubDate>Tue, 28 Jul 2009 21:32:36 +0000</pubDate>
		<dc:creator>brianherman</dc:creator>
				<category><![CDATA[Musings]]></category>
		<category><![CDATA[Travel]]></category>
		<category><![CDATA[music]]></category>
		<category><![CDATA[air]]></category>
		<category><![CDATA[alaksa]]></category>

		<guid isPermaLink="false">http://brianherman.wordpress.com/?p=266</guid>
		<description><![CDATA[Thoughts from the Fuselage: Part 3 – Late June 2009
Ideas, thoughts, musings, and drivel captured while commuting by air.

June 26th
♫ Today we open with The Thompson Twins&#8217; &#8220;Doctor Doctor&#8221; &#8211; one of my favorite songs.


The flight attendant slipped into a gestapo German accent for the &#8220;Turn off all your electronics for takeoff, arm the doors [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=brianherman.wordpress.com&blog=3412538&post=266&subd=brianherman&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p style="line-height:24px;font:16px Arial;margin:0;"><strong>Thoughts from the Fuselage: Part 3 – Late June 2009</strong></p>
<p style="line-height:24px;font:13px Arial;margin:0;"><em>Ideas, thoughts, musings, and drivel captured while commuting by air.</em></p>
<p style="line-height:24px;font:13px Arial;min-height:15px;margin:0;">
<p style="line-height:15px;font:12px Arial;margin:0 0 12px;"><strong>June 26th</strong></p>
<p style="font:12px Arial;margin:0;"><span style="font:12px Hiragino Kaku Gothic ProN;">♫</span><span style="font:12px Helvetica;"> </span>Today we open with The Thompson Twins&#8217; &#8220;<a href="http://www.amazon.com/Doctor/dp/B0018Q29RM/ref=sr_f2_2?ie=UTF8&amp;s=dmusic&amp;qid=1248307597&amp;sr=102-2">Doctor Doctor</a>&#8221; &#8211; one of my favorite songs.</p>
<p style="font:12px Arial;margin:0;"><img class="alignright size-medium wp-image-267" title="AlaskaJet3" src="http://brianherman.files.wordpress.com/2009/07/alaskajet3.jpg?w=300&#038;h=199" alt="AlaskaJet3" width="300" height="199" /></p>
<p style="line-height:15px;font:12px Arial;margin:0 0 12px;">
<p style="line-height:15px;font:12px Arial;margin:0 0 12px;">The flight attendant slipped into a gestapo German accent for the &#8220;Turn off all your electronics for takeoff, arm the doors and cross check&#8221; announcement.  Wicked funny.</p>
<p style="line-height:15px;font:12px Arial;margin:0 0 12px;">I&#8217;m on the starboard side of the plane and have a FANTASTIC view of Rainier on the way out of Seattle!  It never gets old!</p>
<p style="line-height:15px;font:12px Arial;margin:0 0 12px;">I&#8217;m sitting next to an amazing little girl.  She&#8217;s &#8220;almost 8&#8243; and is traveling alone. &#8220;Don&#8217;t worry, I&#8217;m used to it, I do it all the time&#8221;.  Her mother lives in Seattle with her boyfriend and her father lives in Denver with his girlfriend.  She lives with mom but flies back to Denver for 4 or 5 times a year for  holidays, spring break, and a month each summer.  Her mother is able to bring her to the gate and stay with her until she boards the plane.  Her father will pick her up at the gate in Denver (&#8220;he has a special security pass so he can come get me&#8221;) and in between the flight attendants and fellow passengers take care of her.  She&#8217;s just an angel &#8211; and a worldly little traveler.  She has a lanyard with a holder for her boarding pass and ID.  She has a water bottle in the seatback, a rolling backpack under her seat and a little knit purse with her that holds a pink CD player with a Rascal Flatz CD, a little cinderella book, a stuffed horsie, a tin of tic-tacs and some coloring pens.  When the flight attendant comes by and gives her special instructions for using the oxegen mask she says &#8220;Boy, that&#8217;s a lot to remember!&#8221;  She&#8217;s very matter of fact about the whole trip. I&#8217;m so impressed with this little road warrior.  It makes me think we might be able to fly one of Orion&#8217;s friends out to stay with us on occasion.</p>
<p style="line-height:15px;font:12px Arial;margin:0 0 12px;">Flying Southwest today &#8211; they do a fine job but it&#8217;s just not the same vibe as <a href="http://twitter.com/alaskaair">@AlaskaAir</a>.  This sad Coke isn&#8217;t getting it done, I want my Jones Soda!</p>
<p style="line-height:15px;font:12px Arial;margin:0 0 12px;">The guy next to me took an interest in my &#8220;moving to Seattle&#8221; story and gave me a great pep-talk on the area, activities, and lifestyle.  He was born and raised in Colorado but now he considers the North West his home.  Nice.</p>
<p style="font:12px Arial;margin:0;"><span style="font:12px Hiragino Kaku Gothic ProN;">♫</span><span style="font:12px Helvetica;"> </span>I&#8217;m betting you love Sublime&#8217;s &#8220;<a href="http://www.amazon.com/Santeria/dp/B000VZWNKE/ref=sr_f2_1?ie=UTF8&amp;s=dmusic&amp;qid=1248307789&amp;sr=102-1">Santeria</a>&#8220;.  And I&#8217;m further betting that you sing or hum along with the catchy melody but have never really listened to the lyrics.  If I&#8217;m right, then you&#8217;re in for a shock on your next listen cuz that song is D*A*R*K!</p>
<p style="font:12px Hiragino Kaku Gothic ProN;min-height:18px;margin:0;">
<p style="font:12px Arial;margin:0;"><span style="font:12px Hiragino Kaku Gothic ProN;">♫</span><span style="font:12px Helvetica;"> </span>I&#8217;m singing along (ok, mouthing along) to Little Big Town&#8217;s &#8220;<a href="http://www.amazon.com/A-Little-More-You/dp/B001DQF7SK/ref=sr_f2_1?ie=UTF8&amp;s=dmusic&amp;qid=1248307818&amp;sr=102-1">A Little More You</a>&#8221; and the girl next to me asks me what my favorite song is.  I tell her that sometimes it&#8217;s whatever song I&#8217;m listening to right at the moment.  She says &#8220;my favorite song is anything Country &amp; Western&#8221; which is perfect &#8211; I hand her my headphones and with a big smile say &#8220;then you&#8217;re gonna love this song!&#8221; and hit the re-start button.  She loved it and told me I need to check out <a href="http://www.darrenmotamedy.com/">Darren Motamedy</a>, a sax player she loves. (He&#8217;s a teacher at her school &#8211; she says go to <a href="http://www.darrenmotamedy.com/">darrenmotamedy.com</a>)</p>
<p style="line-height:15px;font:12px Arial;min-height:14px;margin:0 0 12px;">
<p style="line-height:15px;font:12px Arial;margin:0 0 12px;">Couple across the way from me is all snuggled up together.  Can&#8217;t decide if it&#8217;s cute or annoying.  I will go with cute for now.</p>
<p style="line-height:15px;font:12px Arial;min-height:14px;margin:0 0 12px;">
<p style="line-height:15px;font:12px Arial;margin:0 0 12px;"><strong>June 29th</strong></p>
<p style="line-height:15px;font:12px Arial;margin:0 0 12px;">Traveling with my wife who&#8217;s coming to Seattle to see our new house &#8211; we put an offer on it with her having only seen it online.  She&#8217;s going to get the kids registered for school, signed up for hockey and ballet, and get us organized for our move in July.  She&#8217;s riding along on my weekly commute, up at 5:00 this morning for the first flight out to Seattle and coming home Friday after work.  She&#8217;s traveling light as I&#8217;ve been bringing a few of her things out over the past weeks.  This makes it easy to zip through the airports.</p>
<p style="line-height:15px;font:12px Arial;margin:0 0 12px;">Today it has been utterly cloudless from DIA all the way to eastern Washington.  I don&#8217;t know if it will stay clear all the way into seattle, but I&#8217;ve seen more scenery today than on any other flight I&#8217;ve taken.  There is still quite a bit of snow on the peaks of every mountain range we&#8217;ve crossed and Colorado is as green as I&#8217;ve seen it in 10 years or more.</p>
<p style="line-height:15px;font:12px Arial;margin:0 0 12px;">Woman next to me is balancing her checkbook in a paper register.  I didn&#8217;t know people did that anymore!</p>
<p style="line-height:15px;font:12px Arial;margin:0 0 12px;">This weekend was hard!  We&#8217;re starting to feel the gravity of the end &#8211; many of the things we&#8217;re doing are &#8220;the last time we&#8230;&#8221; see friends, eat at restaurants, etc.  Ugh!</p>
<p style="line-height:15px;font:12px Arial;margin:0 0 12px;">Seeing the Snake River and the Columbia River for the first time.  They are so big!</p>
<p style="line-height:15px;font:12px Arial;min-height:14px;margin:0 0 12px;">
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/brianherman.wordpress.com/266/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/brianherman.wordpress.com/266/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/brianherman.wordpress.com/266/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/brianherman.wordpress.com/266/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/brianherman.wordpress.com/266/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/brianherman.wordpress.com/266/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/brianherman.wordpress.com/266/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/brianherman.wordpress.com/266/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/brianherman.wordpress.com/266/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/brianherman.wordpress.com/266/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=brianherman.wordpress.com&blog=3412538&post=266&subd=brianherman&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://brianherman.wordpress.com/2009/07/28/thoughts-from-the-fuselage-part-3-%e2%80%93-late-june-2009/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/19a52375f086bce578d0e23c6eb37ed9?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Brian</media:title>
		</media:content>

		<media:content url="http://brianherman.files.wordpress.com/2009/07/alaskajet3.jpg?w=300" medium="image">
			<media:title type="html">AlaskaJet3</media:title>
		</media:content>
	</item>
		<item>
		<title>Lessons In Web Design</title>
		<link>http://brianherman.wordpress.com/2009/07/22/lessons-in-web-design/</link>
		<comments>http://brianherman.wordpress.com/2009/07/22/lessons-in-web-design/#comments</comments>
		<pubDate>Thu, 23 Jul 2009 00:01:01 +0000</pubDate>
		<dc:creator>brianherman</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[tech]]></category>
		<category><![CDATA[Amazon]]></category>
		<category><![CDATA[web2.0]]></category>

		<guid isPermaLink="false">http://brianherman.wordpress.com/?p=254</guid>
		<description><![CDATA[ With thanks to @lskrocki I got a pointer to @emzee (Matt Zellmer), one of the rock stars of web design at Sun Microsystems.  He tweeted his take-aways from a conversation with Jared Spool on the design lessons from Amazon.com.  There&#8217;s gold in this Twitter stream:


Lead with content &#8211; reviews and ratings of reviews are [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=brianherman.wordpress.com&blog=3412538&post=254&subd=brianherman&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p style="font:14px Helvetica;margin:0;"><span style="font-size:12px;"> With thanks to <span style="color:#0e1bff;"><a href="http://twitter.com/lskrocki/">@lskrocki</a></span><a href="http://twitter.com/lskrocki/"> </a>I got a pointer to <span style="color:#0e1bff;"><a href="http://twitter.com/emzee/">@emzee</a></span> (Matt Zellmer), one of the rock stars of web design at <span style="color:#0e1bff;"><a href="http://www.sun.com/">Sun Microsystems</a></span>.  He tweeted his take-aways from a conversation with <span style="color:#e8160b;"><a href="http://twitter.com/jmSpool">Jared Spool</a></span> on the design lessons from <span style="color:#0e1bff;"><a href="http://amazon.com/">Amazon.com</a></span>.  There&#8217;s gold in this Twitter stream:</span></p>
<p style="font:12px Helvetica;min-height:14px;margin:0;">
<ol style="list-style-type:decimal;">
<li>Lead with content &#8211; reviews and ratings of reviews are impactful
<ul style="list-style-type:hyphen;">
<li>Don&#8217;t copy another site&#8217;s (Amazon&#8217;s) [reviews] without fully understanding how they really work</li>
<li>On average 1 in 1300 buyers write a review</li>
</ul>
</li>
<li>Don&#8217;t fear new ideas</li>
<li>Reduce time user spends in admin functionality while increasing time on goals</li>
<li>Don&#8217;t do huge redesigns &#8211; people hate change (BH: Are you listening Facebook?)</li>
</ol>
<p style="font:12px Helvetica;min-height:14px;margin:0;"><img class="aligncenter size-full wp-image-255" title="Web Design" src="http://brianherman.files.wordpress.com/2009/07/web-design.png?w=497&#038;h=506" alt="Web Design" width="497" height="506" /></p>
<p style="font:12px Helvetica;min-height:14px;margin:0;">
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/brianherman.wordpress.com/254/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/brianherman.wordpress.com/254/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/brianherman.wordpress.com/254/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/brianherman.wordpress.com/254/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/brianherman.wordpress.com/254/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/brianherman.wordpress.com/254/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/brianherman.wordpress.com/254/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/brianherman.wordpress.com/254/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/brianherman.wordpress.com/254/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/brianherman.wordpress.com/254/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=brianherman.wordpress.com&blog=3412538&post=254&subd=brianherman&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://brianherman.wordpress.com/2009/07/22/lessons-in-web-design/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/19a52375f086bce578d0e23c6eb37ed9?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Brian</media:title>
		</media:content>

		<media:content url="http://brianherman.files.wordpress.com/2009/07/web-design.png" medium="image">
			<media:title type="html">Web Design</media:title>
		</media:content>
	</item>
		<item>
		<title>The Last Commute</title>
		<link>http://brianherman.wordpress.com/2009/07/20/the-last-commute/</link>
		<comments>http://brianherman.wordpress.com/2009/07/20/the-last-commute/#comments</comments>
		<pubDate>Mon, 20 Jul 2009 23:59:59 +0000</pubDate>
		<dc:creator>brianherman</dc:creator>
				<category><![CDATA[Travel]]></category>
		<category><![CDATA[moving]]></category>

		<guid isPermaLink="false">http://brianherman.wordpress.com/?p=258</guid>
		<description><![CDATA[*Friday 7/17*



Today begins my last commute to and from Denver.  I&#8217;m on the last flight out today and come back to Seattle on the first flight Monday morning.  At that point I&#8217;ll be &#8220;going home&#8221; to Seattle.

I must say that overall the 3 months of commuting was quite easy and there&#8217;s a part of me [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=brianherman.wordpress.com&blog=3412538&post=258&subd=brianherman&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p style="line-height:24px;font:16px Arial;margin:0;"><span style="font-size:12px;">*Friday 7/17*<img class="alignright size-medium wp-image-259" title="pc-commute533" src="http://brianherman.files.wordpress.com/2009/07/pc-commute533.jpg?w=300&#038;h=157" alt="pc-commute533" width="300" height="157" /></span></p>
<p style="line-height:24px;font:16px Arial;margin:0;"><span style="font-size:12px;"><br />
</span></p>
<p style="line-height:24px;font:16px Arial;margin:0;">
<p style="line-height:24px;font:16px Arial;margin:0;"><span style="font-size:12px;">Today begins my last commute to and from Denver.  I&#8217;m on the last flight out today and come back to Seattle on the first flight Monday morning.  At that point I&#8217;ll be &#8220;going home&#8221; to Seattle.</span></p>
<p style="font:12px Arial;min-height:14px;margin:0;">
<p style="font:12px Arial;margin:0;">I must say that overall the 3 months of commuting was quite easy and there&#8217;s a part of me that will even miss it.  I enjoyed the routine and the private hours it gave me both to work (Monday mornings) and to unwind (Friday evenings).  I&#8217;ve blogged, I&#8217;ve listened to music, I&#8217;ve read, I&#8217;ve planned and strategized, I&#8217;ve comforted kids and even made a few friends.  Frankly I&#8217;ve never really had this kind of focused time, perhaps it&#8217;s the lack of TV and Internet or maybe just the fact that I can&#8217;t get up and go anywhere, but it&#8217;s been productive and kinda fun.</p>
<p style="font:12px Arial;min-height:14px;margin:0;">
<p style="font:12px Arial;margin:0;">Also the OCD side of me will miss the brutal efficiency of the process.  Over 3 months I&#8217;ve honed it from a 7+ hour door to door (office to house) event down to an average of 5.5 hrs.  I know the most direct routes from here to there, the best parking places, the best seats on the bus, the shortest security lines, the right clothes to wear that won&#8217;t set off the alarms (belt buckles and metal watches will kill you every time), the places to sit on the plane.  I know where to eat (and when).  I have my carry-on down to a bare minimum size and weight and have all the things I need in the most accessible spots.  It&#8217;s like a giant travel system and I&#8217;ve optimized the hell out of it.  I love high-speed walking through the airport knowing exactly what&#8217;s next and how to carve a minute or two out of it.</p>
<p style="font:12px Arial;min-height:14px;margin:0;">
<p style="font:12px Arial;margin:0;">Yeah, I know, you&#8217;re thinking I&#8217;m sick, and maybe I am just a little, but who among us isn&#8217;t, just a little?</p>
<p style="font:12px Arial;min-height:14px;margin:0;">
<p style="font:12px Arial;margin:0;">So today is the beginning of the end of that chapter of my life.  I have 3 more trips back to Colorado to finish a class I&#8217;m in.  One trip each of Sept, Oct, and Nov.  After that I&#8217;ll just be another holiday traveler moving his family from point A to point B a few times a year, with loads of suit cases and carry-ons and 3 other people&#8217;s anxieties to manage.</p>
<p style="font:12px Arial;min-height:14px;margin:0;">
<p style="font:12px Arial;min-height:14px;margin:0;">
<p style="font:12px Arial;margin:0;">Here are my travel tips for anyone who makes this run:</p>
<p style="font:12px Arial;min-height:14px;margin:0;">
<p style="font:12px Arial;margin:0;"><strong>Always</strong></p>
<ul style="list-style-type:disc;">
<li><strong> </strong>Fly <a href="http://alaskaair.com/">Alaska Airlines</a> when you can, they are fantastic.   Be sure to enjoy a nice Jones Soda rather than the more common brands.</li>
<li><strong> </strong><a href="http://southwest.com/">Southwest</a> is your next best bet.  They are fun and have customer service that&#8217;s right there with Alaska&#8217;s</li>
<li><strong> </strong>Use the busses in Seattle (until light rail is online in Nov 2009).</li>
<li><strong> </strong>Wear headphones, especially on the busses, it keeps the crazies quiet.</li>
<li>On Alaska, get yourself a seat in row 6, even if it&#8217;s the middle seat.  Row 6 is a bulkhead seat, which means you can use your laptop without fear of the reclining seat in front of you.  It has under-seat storage as well as overhead, so that&#8217;s a big bonus.  But best of all, row 6 boards right after first class, with all the Premier members and it is SUPER fast to get off the plane at the end of the flight.  I used it every single week (except that one time I gave it up to the nervous flyer woman).</li>
</ul>
<p style="font:12px Arial;min-height:14px;margin:0;"><strong> </strong></p>
<p style="font:12px Arial;margin:0;"><strong>Never</strong></p>
<ul style="list-style-type:disc;">
<li><strong> </strong>Never<strong> </strong>use the busses in Denver.  RTD blows.  Just park in long-term parking for $5 per day and suffer the ignominy of poor public transport</li>
<li><strong> </strong>Never use the public restrooms in SeaTac, anywhere, they are all nasty and almost NEVER have soap.  You&#8217;ll have to go before you leave for the airport or wait to use the can in your flying can.</li>
<li><strong> </strong>Never use SeaTac&#8217;s &#8220;experienced traveler&#8221; security line unless you are in fact an experienced traveler.  You don&#8217;t want to draw the dirty glares of the business travelers who don&#8217;t want your fumbling in their line.  BTW, DIA please add this to your security areas, it&#8217;s so freaking smart.</li>
</ul>
<p style="font:12px Arial;min-height:14px;margin:0;"><strong> </strong></p>
<p style="font:12px Arial;margin:0;"><strong>Tips for Denver</strong></p>
<ul style="list-style-type:disc;">
<li>Park in long term parking (Pikes Peak lot), row C4.  You can always get a spot, you walk right to the bus and it&#8217;s next stop is the airport (5 minutes from picking you up).  When you come back don&#8217;t ride the bus around the lot, just get off at the first stop (D1) and walk up the isle to C4, you&#8217;ll save 15 minutes easy</li>
<li>When you get to the airport get off at the United stop (the 1st one) no matter what airline you&#8217;re flying.  It&#8217;s way faster to walk thru the terminal than to ride the bus around while people exit at each stop.  If you don&#8217;t have checked bags then take a hard right from the bus and walk along the south windows of the terminal, it&#8217;ll take you straight to security without winding around at all.  VERY quick.</li>
<li>If the 1st security screening area looks full, just hoof-it at high speed to the north and go to the 2nd area.  It&#8217;s always a shorter line, but a longer walk, so don&#8217;t bother unless the 1st line is long.  If the 2nd line is dodgy you can then truck over the walkway to the A-gate security, which is fastest of all but a loooong walk from where you got off the bus.</li>
<li>Never eat in the main terminal, you&#8217;ll just end up getting hosed by unpredictable security lines.  Go through security and eat when you get out to the concourses.</li>
<li>When you get to the concourse if all you want is a snack or a juice (or most especially a bathroom) don&#8217;t bother hitting the places in the center.  Truck out to your gate, there are restrooms and snack places at each end of the concourses that have WAY shorter lines.</li>
<li>Sit on the port side of the plane when flying to Seattle, you&#8217;ll be on the Rainier view side!</li>
</ul>
<p style="font:12px Arial;min-height:14px;margin:0;">
<p style="font:12px Arial;margin:0;"><strong>Tips for Seattle</strong></p>
<ul style="list-style-type:disc;">
<li>Ride the 194 bus, NOT the 174 which is much slower and, um, more&#8230; scenic</li>
<li>There is a great food court *after* security in the center of the main concourse (between B and C).  Eat there, not out near the planes (opposite of Denver, but this is because SeaTac put their good shops and food BEHIND security, this is key!</li>
<li>Avoid the bathrooms, they are sketchy.  In fact the restroom in the plane is a way better way to go, at least you&#8217;ll have soap and someone will have wiped it down in the last month.</li>
<li>SeaTac security is way faster than DIAs, perhaps because it&#8217;s a smaller airport or perhaps because they have their shit together, I don&#8217;t know.  But go to the southern most security point, it&#8217;s the fastest one by far.</li>
<li>Sit on the starboard side of the plane when flying to Denver, you&#8217;ll be on the Rainier view side!</li>
</ul>
<p style="font:12px Arial;min-height:14px;margin:0;">
<p style="font:12px Arial;min-height:14px;margin:0;">
<p style="font:12px Arial;min-height:14px;margin:0;">
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/brianherman.wordpress.com/258/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/brianherman.wordpress.com/258/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/brianherman.wordpress.com/258/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/brianherman.wordpress.com/258/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/brianherman.wordpress.com/258/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/brianherman.wordpress.com/258/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/brianherman.wordpress.com/258/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/brianherman.wordpress.com/258/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/brianherman.wordpress.com/258/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/brianherman.wordpress.com/258/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=brianherman.wordpress.com&blog=3412538&post=258&subd=brianherman&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://brianherman.wordpress.com/2009/07/20/the-last-commute/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/19a52375f086bce578d0e23c6eb37ed9?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Brian</media:title>
		</media:content>

		<media:content url="http://brianherman.files.wordpress.com/2009/07/pc-commute533.jpg?w=300" medium="image">
			<media:title type="html">pc-commute533</media:title>
		</media:content>
	</item>
		<item>
		<title>How The Fat Kid Became Cool</title>
		<link>http://brianherman.wordpress.com/2009/07/13/how-the-fat-kid-became-cool/</link>
		<comments>http://brianherman.wordpress.com/2009/07/13/how-the-fat-kid-became-cool/#comments</comments>
		<pubDate>Tue, 14 Jul 2009 04:58:16 +0000</pubDate>
		<dc:creator>brianherman</dc:creator>
				<category><![CDATA[tech]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[Sun]]></category>
		<category><![CDATA[thin computing]]></category>

		<guid isPermaLink="false">http://brianherman.wordpress.com/?p=240</guid>
		<description><![CDATA[How The Fat Kid Became Cool

No, I&#8217;m not talking about Jared I&#8217;m talking about the iPhone.

Nearly 2 years ago now I met @thinguy on Twitter.  He was a fellow Sun employee and I soon learned of the double-entendre of his handle &#8211; he his a health conscious man working to keep himself fit (and keep [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=brianherman.wordpress.com&blog=3412538&post=240&subd=brianherman&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p style="font:14px Helvetica;margin:0;"><strong>How The Fat Kid Became Cool</strong></p>
<p style="font:12px Helvetica;min-height:14px;margin:0;">
<p style="font:14px Calibri;margin:0;">No, I&#8217;m not talking about <span style="color:#0e1bff;"><a href="http://www.subway.com/subwayroot/menunutrition/jared/index.aspx">Jared</a></span> I&#8217;m talking about the <span style="color:#0e1bff;"><a href="http://www.apple.com/iphone/">iPhone</a></span>.</p>
<p style="font:14px Calibri;min-height:17px;margin:0;">
<p style="font:14px Calibri;margin:0;">Nearly 2 years ago now I met <span style="color:#0e1bff;"><a href="http://twitter.com/thinguy">@thinguy</a></span> on Twitter.  He was a fellow Sun employee and I soon learned of the double-entendre of his handle &#8211; he his a health conscious man working to keep himself fit (and keep those moobs off!), but he&#8217;s also an engineer on Sun&#8217;s awesome thin-client desktop &#8211; <span style="color:#0e1bff;"><a href="http://www.sun.com/sunray/sunray2/">SunRay</a></span>.</p>
<p style="font:14px Calibri;min-height:17px;margin:0;">
<p style="font:14px Calibri;margin:0;">Years ago Sun&#8217;s then CEO, <span style="color:#0e1bff;"><a href="http://www.sun.com/aboutsun/executives/mcnealy/bio.jsp">Scott McNealy</a></span> proclaimed that Thin was In.  He foresaw a day when the PC would fade away and we&#8217;d return to the way computing started &#8211; big servers accessed by &#8220;dumb&#8221; terminals.   Sun built a <a href="http://en.wikipedia.org/wiki/Sun_Ray">modern thin-client</a> that could handle today&#8217;s video and audio demands but all the heavy-lifting is done on big backend servers over a high speed network.  Login credentials are carried on a smart card (something you have) and paired with your password (something you know) &#8211; giving strong two factor authentication.  Your state is saved on the servers and you can unplug your SunRay card from one machine, walk across the campus or fly across the country (or world for that matter), plug into any other SunRay and poof, there&#8217;s your session just as you left it.  FANTASTIC.</p>
<p style="font:14px Calibri;min-height:17px;margin:0;">
<p style="font:14px Calibri;margin:0;">Now it&#8217;s not perfect mind you, but it&#8217;s a great vision and a product line that gets stronger by the year.  It&#8217;s a great solution for governments, schools, libraries, and the like, but it was darn slick at a Fortune 500 company too.</p>
<p style="font:14px Calibri;min-height:17px;margin:0;">
<p style="font:14px Calibri;margin:0;">Honestly I think computing is swinging towards Scott&#8217;s vision.  Cloud computing is gaining ground.  Some of the best (or at least most popular) apps out there aren&#8217;t installed on your desktop, rather they run on the web (<a href="http://mail.google.com/mail/">Gmail</a>, <a href="http://calendar.google.com/">Google Calendar</a>, <a href="http://facebook.com/">Facebook</a>, <a href="http://mint.com/">Mint</a>, <a href="http://hulu.com/">Hulu</a> ) and in many cases even your data doesn&#8217;t reside on your machine (<a href="http://flickr.com/">Flickr</a>, <a href="http://youtube.com/">YouTube</a>, <a href="http://docs.google.com/">GoogleDocs</a>, <a href="http://blip.tv/">blip.tv</a>).   These compute engines, apps, and data stores mean that your machine can be simpler and simpler &#8211; the popularity of teeny-tiny &#8220;<span style="color:#0e1bff;"><a href="http://en.wikipedia.org/wiki/Netbook">Netbooks</a></span>&#8221; is proof of that&#8230;</p>
<p style="font:14px Calibri;min-height:17px;margin:0;">
<p style="font:14px Calibri;margin:0;">But at the same time that computers are getting thinner and thinner something odd is happening in the cell phone space.  Sun&#8217;s current CEO is fond of saying (and he&#8217;s right) that more people will experience the Internet via their phone than via a computer.  With each passing day that becomes a stronger reality.  Cell phones are cheap, small, portable, don&#8217;t require tethered electricity nor a complex wi-fi infrastructure.  They too can do chat, email, photos, music, and video, and with web access they make a suitable substitute for the computer.  Up to now most phones were built with a simple OS and lightweight apps, often written in Java.  Content providers often made stripped down light-weight versions of their sites for mobile devices, the so called m-dot sites (<span style="color:#0e1bff;"><a href="http://m.cnn.com/">m.cnn.com</a></span>) Then came the iPhone.</p>
<p style="font:14px Calibri;min-height:17px;margin:0;">
<p style="font:14px Calibri;margin:0;">Apple changed everything with the iPhone.  They produced a beautiful, cool, and feature filled device.  It provides a great user experience and it&#8217;s sex appeal made it THE device to have.  Then Apple released their developer kit and introduced the iTunes App Store &#8211; they used the success of the iTunes model to monetize applications and people are writing and buying them by the thousands!  Now the phone has a big fat complex OS and people are filling their phones with stand-alone apps, installed locally on the device.  People aren&#8217;t using m.websites, instead they are using Twitter apps, Ebay apps, Amazon apps, there&#8217;s an iPhone app for everything, <span style="color:#0e1bff;"><a href="http://www.wired.com/gadgetlab/2008/12/iphone-fart-app/">EVERYTHING</a></span>.</p>
<p style="font:14px Calibri;min-height:17px;margin:0;">
<p style="font:14px Calibri;margin:0;">Apple&#8217;s iPhone is a fat little bastard (I mean that in the most endearing sense of the word!) and he&#8217;s the darling of the world.  Fat is cool baby, Fat is where it&#8217;s at!  And as more and more people rush to join the iPhone app gold-rush he will just keep getting fatter.  (And watch for his little fat buddy: Palm Pre)</p>
<p style="font:14px Calibri;min-height:17px;margin:0;">
<p style="font:14px Calibri;margin:0;">But what of my skinny little phone?  My thin OS and m.twitter.com experience?  My &#8220;you can&#8217;t view nhl.com cuz you haz no flash&#8221;?  My &#8220;I can&#8217;t buy you a mother&#8217;s day gift cuz my phone don&#8217;t go there&#8221;?  I&#8217;m sooooo not cool and I&#8217;ll never get another date with this thin phone weighing me down.  If thin is in for the desktop, why not take the Web2.0 meme to the mobile space?  m.websites don&#8217;t need to suck, make &#8216;em cool, make &#8216;em slick, make &#8216;em work with my lean OS.  Trouble is, the <span style="color:#0e1bff;"><a href="http://www.amazon.com/Who-Moved-My-Cheese-Amazing/dp/0399144463/ref=sr_1_1?ie=UTF8&amp;s=books&amp;qid=1247547041&amp;sr=8-1">cheese has moved</a></span> for the phone space and Thin is NOT where it&#8217;s at.  As <span style="color:#0e1bff;"><a href="http://www.dailymotion.com/video/x1r7qc_sir-mix-a-lotbaby-got-back_music">SIR-MIX-A-LOT</a></span> knows, even white boys got to shout iPhone got back!</p>
<p style="font:14px Calibri;min-height:17px;margin:0;">
<p style="font:14px Calibri;min-height:17px;margin:0;">
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/brianherman.wordpress.com/240/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/brianherman.wordpress.com/240/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/brianherman.wordpress.com/240/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/brianherman.wordpress.com/240/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/brianherman.wordpress.com/240/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/brianherman.wordpress.com/240/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/brianherman.wordpress.com/240/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/brianherman.wordpress.com/240/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/brianherman.wordpress.com/240/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/brianherman.wordpress.com/240/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=brianherman.wordpress.com&blog=3412538&post=240&subd=brianherman&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://brianherman.wordpress.com/2009/07/13/how-the-fat-kid-became-cool/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/19a52375f086bce578d0e23c6eb37ed9?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Brian</media:title>
		</media:content>
	</item>
		<item>
		<title>AlaskaAir Aviation Geek Night</title>
		<link>http://brianherman.wordpress.com/2009/07/06/alaskaair-aviation-geek-night/</link>
		<comments>http://brianherman.wordpress.com/2009/07/06/alaskaair-aviation-geek-night/#comments</comments>
		<pubDate>Tue, 07 Jul 2009 03:26:43 +0000</pubDate>
		<dc:creator>brianherman</dc:creator>
				<category><![CDATA[Fun]]></category>
		<category><![CDATA[Seattle]]></category>
		<category><![CDATA[Travel]]></category>
		<category><![CDATA[AlaskaAir]]></category>
		<category><![CDATA[ASAGN]]></category>
		<category><![CDATA[geek]]></category>
		<category><![CDATA[safety]]></category>

		<guid isPermaLink="false">http://brianherman.wordpress.com/?p=225</guid>
		<description><![CDATA[A Night With @AlaskaAir

This week I had a unique and truly awesome experience thanks to the good people behind @AlaskaAir&#8217;s twitter presence (Most specifically Elliot).  I was one of 12 people chosen to participate in Alaska Airlines Aviation Geek Night!  We went out to their Seattle flight operations center -the training center for pilots and [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=brianherman.wordpress.com&blog=3412538&post=225&subd=brianherman&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p style="font:15px Helvetica;margin:0;"><strong>A Night With @AlaskaAir</strong></p>
<p style="font:12px Helvetica;min-height:14px;margin:0;">
<p style="font:12px Helvetica;margin:0;">This week I had a unique and truly awesome experience thanks to the good people behind <span style="color:#0e1bff;"><a href="http://twitter.com/AlaskaAir/">@AlaskaAir&#8217;s</a> </span>twitter presence (Most specifically <span style="color:#0e1bff;"><a href="http://twitter.com/elliottp/">Elliot</a></span>).  I was one of 12 people chosen to participate in Alaska Airlines Aviation Geek Night!  We went out to their Seattle flight operations center -the training center for pilots and flight crew.</p>
<p style="font:12px Helvetica;min-height:14px;margin:0;">
<p style="font:12px Helvetica;margin:0;">Our night began with some traditional &#8220;in flight snacks&#8221; of peanuts, pretzels and and a selection of Jones Sodas while we watched a nice promo video on Alaska Air&#8217;s customer service culture.  Marketing hoo-haa you say?  Perhaps, but I can tell you that the flights I&#8217;ve been on have lived up to the image they portray in the video.</p>
<p style="font:12px Helvetica;min-height:14px;margin:0;">
<p style="font:12px Helvetica;margin:0;">Then we split into small groups for the big fat geeky fun part of the night.   The first activity for me was flying their multi-million dollar 737 flight simulator.  This thing is so realistic that the pilots train exclusively in it&#8230; the first time they fly an actual plane it&#8217;s full of passengers!</p>
<p style="text-align:center;"><a href="http://twitpic.com/89112"><img class="aligncenter size-medium wp-image-244" title="13858166" src="http://brianherman.files.wordpress.com/2009/07/13858166.jpg?w=360&#038;h=270" alt="13858166" width="360" height="270" /></a></p>
<p style="font:12px Helvetica;margin:0;">One of my compatriots <a href="http://twitter.com/imperfectsense">@</a><span style="color:#0e1bff;"><a href="http://twitter.com/imperfectsense">imperfectsense</a></span> videoed my landing on her iPhone <span style="color:#0e1bff;"><a href="http://yfrog.us/10mwwz">(watch it here)</a>.</span> It looks worse than it was, honestly, but I did hit pretty hard.  She called out that it felt like a carrier deck landing, and I think I flatted a tire, but hey I got it down in one piece!  <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />    I flew it all the way in on manual, didn&#8217;t use the autopilot at all, so I was pretty proud of that &#8211; lining up on the runway was the toughest part IMO.   Actually, harder than landing was driving the plane across the tarmac!  Holy cats!  You steer with your feet (one pedal for each) and you break with your toes, plus there&#8217;s a little hand wheel near your left hip that&#8217;s VERY touchy.  I about got motion sick from that part of the simulation.  Once I was stopped at the gate the trainer told me to do the &#8220;Airplane (movie) thing&#8221; and drive the plane through the terminal, which was quite honestly creepy, that simulator is so realistic that both the co-pilot and I winced as the wall of the building approached!</p>
<p style="font:12px Helvetica;min-height:14px;margin:0;">
<p style="font:12px Helvetica;margin:0;">After having fun in the sim we went off to flight attendant training.  Our first order of business was to learn to put out an airplane fire.  They had a little computer controlled fireplace and a big cart full of extinguishers and turned us loose one at a time to put out a fire.  After watching us bumble they gave us some training and had us try again.  The first time very few people got the fire out, after the training most of us got it in under 10 seconds.</p>
<p style="font:12px Helvetica;min-height:14px;margin:0;">
<p style="font:12px Helvetica;margin:0;"><a href="http://twitpic.com/8a5bu"><img class="alignright size-medium wp-image-245" title="13910394" src="http://brianherman.files.wordpress.com/2009/07/13910394.jpg?w=240&#038;h=180" alt="13910394" width="240" height="180" /></a> Next up we boarded the plane and got a &#8220;crash course&#8221; (HA!) in removing airplane over-wing doors. Each of us getting a chance to try both the older style (aka &#8220;classic door&#8221;) and the new spring-assisted ones (soooo much easier).  We then learned how to open the main forward doors and once the emergency slide inflated we got to evac the plane.  SUHWEEEEEET!   I had so much fun that I went back and did the slide again!   We also learned the proper technique of exiting the wing without a slide &#8211; a process that requires the pilot to put the flaps down and you to sit on the wing and slide off the side about 15 feet above the ground.  FUN!</p>
<p style="font:12px Helvetica;min-height:14px;margin:0;">
<p style="font:12px Helvetica;margin:0;">We learned about the kind of safety, self defense, and first responder training that the flight crew goes through.  If you ever thought of them as in-flight waiters and waitresses &#8211; then stop it, these guys and gals are hard core!</p>
<p style="font:12px Helvetica;min-height:14px;margin:0;">
<p style="font:12px Helvetica;margin:0;">We ended the evening with a sharing of photos, stories, and videos before heading back into the real world, each of us a bit more confident as travelers and a bit more impressed by the men and women who haul our privileged butts from one end of the globe to the other.</p>
<p style="font:12px Helvetica;min-height:14px;margin:0;">
<p style="font:12px Helvetica;margin:0;">Thanks so much to Elliot, our hosts, pilots, flight crew, and everyone at @AlaskaAir that made this happen.  I had a great time!</p>
<p style="font:12px Helvetica;margin:0;">
<p style="font:12px Helvetica;margin:0;">
<p><img class="aligncenter size-medium wp-image-233" title="Certificate of Geekiness" src="http://brianherman.files.wordpress.com/2009/07/img00015.jpg?w=450&#038;h=333" alt="Certificate of Geekiness" width="450" height="333" /></p>
<p style="font:12px Helvetica;margin:0;">
<p style="font:12px Helvetica;margin:0;">
<p style="font:12px Helvetica;margin:0;">
<p>P.S. To see what the other attendees thought, check out the <a href="http://search.twitter.com/search?q=&amp;ands=&amp;phrase=&amp;ors=&amp;nots=&amp;tag=ASAGN&amp;lang=all&amp;from=&amp;to=&amp;ref=&amp;near=&amp;within=15&amp;units=mi&amp;since=2009-06-15&amp;until=2009-07-05&amp;rpp=50">#ASAGN twitter stream</a> and the <a href="http://www.flickr.com/photos/39343745@N07/">photos</a> from the <a href="http://smcseattle.com/">Seattle Social Media Club</a>.</p>
<p style="font:12px Helvetica;min-height:14px;margin:0;">
<p style="font:12px Helvetica;min-height:14px;margin:0;">
<p style="font:12px Helvetica;min-height:14px;margin:0;">
<hr />
<p style="font:12px Helvetica;min-height:14px;margin:0;">Late breaking news &#8211; I was quoted twice in Harriet Baskas&#8217; <a href="http://www.msnbc.msn.com/id/31780179/ns/travel-tips/">MSNBC.com</a> story about her experiences at ASAGN.  Thanks Harriet for the nod!  :-)</p>
<p style="font:12px Helvetica;min-height:14px;margin:0;">
<p style="font:9px Helvetica;min-height:14px;margin:0;"><em>Harriet Baskas writes msnbc.com&#8217;s popular weekly column, The Well-Mannered Traveler. She is the author of the </em><a style="text-decoration:none;color:#336699;outline-width:0;outline-style:initial;outline-color:initial;font-size:9px;vertical-align:baseline;font-weight:bold;border:0 initial initial;margin:0;padding:0;" href="http://stuckattheairport.com/"><em>“Stuck at the Airport” blog</em></a><em>, a contributor to National Public Radio and a columnist for USATODAY.com.</em></p>
<p style="font:12px Helvetica;min-height:14px;margin:0;">
<p style="font:12px Helvetica;min-height:14px;margin:0;">
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/brianherman.wordpress.com/225/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/brianherman.wordpress.com/225/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/brianherman.wordpress.com/225/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/brianherman.wordpress.com/225/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/brianherman.wordpress.com/225/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/brianherman.wordpress.com/225/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/brianherman.wordpress.com/225/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/brianherman.wordpress.com/225/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/brianherman.wordpress.com/225/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/brianherman.wordpress.com/225/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=brianherman.wordpress.com&blog=3412538&post=225&subd=brianherman&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://brianherman.wordpress.com/2009/07/06/alaskaair-aviation-geek-night/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/19a52375f086bce578d0e23c6eb37ed9?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Brian</media:title>
		</media:content>

		<media:content url="http://brianherman.files.wordpress.com/2009/07/13858166.jpg?w=360" medium="image">
			<media:title type="html">13858166</media:title>
		</media:content>

		<media:content url="http://brianherman.files.wordpress.com/2009/07/13910394.jpg?w=300" medium="image">
			<media:title type="html">13910394</media:title>
		</media:content>

		<media:content url="http://brianherman.files.wordpress.com/2009/07/img00015.jpg?w=300" medium="image">
			<media:title type="html">Certificate of Geekiness</media:title>
		</media:content>
	</item>
		<item>
		<title>Comcast Cares?  I beg to differ!</title>
		<link>http://brianherman.wordpress.com/2009/07/03/comcast-cares-i-beg-to-differ/</link>
		<comments>http://brianherman.wordpress.com/2009/07/03/comcast-cares-i-beg-to-differ/#comments</comments>
		<pubDate>Sat, 04 Jul 2009 00:38:55 +0000</pubDate>
		<dc:creator>brianherman</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[comcast]]></category>
		<category><![CDATA[customer service]]></category>

		<guid isPermaLink="false">http://brianherman.wordpress.com/?p=219</guid>
		<description><![CDATA[My name is Brian Herman, and I hate Comcast
 
Here&#8217;s my Comcast customer (dis)service experience for the week.   I&#8217;m new to Comcast, I&#8217;ve only had my account about 7 weeks.

Wednesday
I arrive home late and find my internet is down, I turn on the TV and it&#8217;s dead too.  I call Comcast support and fairly [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=brianherman.wordpress.com&blog=3412538&post=219&subd=brianherman&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p style="font:12px Helvetica;margin:0;"><strong>My name is Brian Herman, and I hate Comcast</strong></p>
<p style="font:12px Helvetica;margin:0;"><strong> </strong></p>
<p style="font:12px Helvetica;margin:0;">Here&#8217;s my Comcast customer (dis)service experience for the week.   I&#8217;m new to Comcast, I&#8217;ve only had my account about 7 weeks.<img class="alignright" src="http://reallyhateit.com/wp-content/uploads/2009/05/comcast-sucks-296x300.jpg" alt="" width="150" height="150" /></p>
<p style="font:12px Helvetica;min-height:14px;margin:0;">
<p style="font:12px Helvetica;margin:0;"><strong>Wednesday</strong></p>
<p style="font:12px Helvetica;margin:0;">I arrive home late and find my internet is down, I turn on the TV and it&#8217;s dead too.  I call Comcast support and fairly quickly end up connected with a nice guy who tries to help fix my problem remotely.  He&#8217;s VERY friendly and chatty.  He recognizes that my cell phone area code is Colorado and talks to me about his friends in Denver, he sees my street address in Seattle and tells me how much he loves the Queen Anne area.   When he can&#8217;t fix my problem remotely he sets me up a service appointment for 10-2 the next day.  Sadly he can&#8217;t move it further forward and that means my wife is going to lose her morning waiting for service, but I understand.  Then, without prompting he offers to comp me for 3 days of &#8220;down service&#8221;.  Overall this is an awesome experience, I&#8217;m pretty impressed with them (admittedly my expectations were low based on what I&#8217;d heard from other Comcast customers)</p>
<p style="font:12px Helvetica;min-height:14px;margin:0;">
<p style="font:12px Helvetica;margin:0;">But here&#8217;s where it all goes south.  I explain to him that I have to be in meetings at work all day on Thursday and that my wife is in town for the week.  I ask that they have the technician call her number in the morning to get access to the apartment.</p>
<p style="font:12px Helvetica;min-height:14px;margin:0;">
<p style="font:12px Helvetica;margin:0;">Looking back at it I now realize that the &#8220;3 free days of service&#8221; should have been setting my expectations for how long it would take to come fix my problem!</p>
<p style="font:12px Helvetica;min-height:14px;margin:0;">
<p style="font:12px Helvetica;min-height:14px;margin:0;"><img class="alignnone" src="http://www.boygeniusreport.com/wp-content/uploads/image/Comcast-march(1).jpg" alt="" width="396" height="323" /></p>
<p style="font:12px Helvetica;min-height:14px;margin:0;">
<p style="font:12px Helvetica;margin:0;"><strong>Thursday</strong></p>
<p style="font:12px Helvetica;margin:0;">I&#8217;m in the middle of a meeting with my VP when my phone rings.   I ignore it.</p>
<p style="font:12px Helvetica;min-height:14px;margin:0;">
<p style="font:12px Helvetica;margin:0;">15 minutes later it rings again.  I ignore it again.</p>
<p style="font:12px Helvetica;min-height:14px;margin:0;">
<p style="font:12px Helvetica;margin:0;">90 minutes later I am between meetings and check my messages&#8230; I have 2 calls from Comcast, the first saying they are at my apartment and the 2nd saying they are giving up and moving on to their next customer. !$%@#$!</p>
<p style="font:12px Helvetica;min-height:14px;margin:0;">
<p style="font:12px Helvetica;margin:0;">I text my wife, who proceeds to spend the bulk of her afternoon on the phone trying to get these bastards back to the apartment, they will not help her.  The best they can do is noon-4p on Friday.</p>
<p style="font:12px Helvetica;min-height:14px;margin:0;">
<p style="font:12px Helvetica;margin:0;">At 4:30 I&#8217;m between meetings again and I call Comcast and lay into them.  This was their mistake, in fact the agent admits that the correct number to call (Sandy&#8217;s) is right there in the work order).  I tell them I want a supervisor to call my wife&#8217;s phone and make this right.  This process took 15 minutes and made me late to an interview with a potential new-hire, NOT a cool experience.</p>
<p style="font:12px Helvetica;min-height:14px;margin:0;">
<p style="font:12px Helvetica;margin:0;">A supervisor does call Sandy, she offers to get her into the morning slot (8a-noon) but will NOT assure her that we are a priority and will get the first slot of the day, promptly at 8a.  Sandy really pushes but they will not commit.</p>
<p style="font:12px Helvetica;min-height:14px;margin:0;">
<p style="font:12px Helvetica;margin:0;">The agent says to Sandy &#8220;I&#8217;ve already comp&#8217;ed you a week of free service, what else do you want from me?&#8221;   I&#8217;ll tell you what want you twit,  I&#8217;m paying for a service, it&#8217;s the service I want, not the money.   I don&#8217;t need a service discounted, if I didn&#8217;t want to spend money on cable and Internet then I would not have signed up. After Sandy spent her entire day sitting in my apartment with no internet, no tv, and unable to go enjoy her day and take care of the errands she&#8217;s in town today, a few $$ off the bill isn&#8217;t going to make things right.  What I want at this point is I wan&#8217;t my !$%@^ time back!</p>
<p style="font:12px Helvetica;min-height:14px;margin:0;">
<p style="font:12px Helvetica;margin:0;">That night I needed to check-in for our flight back to Colorado.  Without internet access I went and sat on the dirty stairs in a parking lot a few blocks away where I could pick up a free wi-fi signal and get checked in.</p>
<p style="font:12px Helvetica;margin:0;"><img class="alignright" src="http://www.delawareonline.com/blogs/uploaded_images/comcast-772617.jpg" alt="" width="175" height="136" /></p>
<p style="font:12px Helvetica;min-height:14px;margin:0;">
<p style="font:12px Helvetica;margin:0;"><strong>Friday</strong></p>
<p style="font:12px Helvetica;margin:0;">Today is our last day in Seattle.  We are planning to do some shopping and go hang out at the beach before leaving for the airport at 2:30.   I&#8217;ll be in Colorado all next week and when I return I want my internet and cable working.  I particularly</p>
<p style="font:12px Helvetica;margin:0;">At 8:05 my phone isn&#8217;t ringing, my doorbell isn&#8217;t ringing and I call Comcast.  The automated system tells me that I am scheduled for service between Noon and 4, not 8 and noon as promised by the supervisor last night!  !@#%!$#^!</p>
<p style="font:12px Helvetica;min-height:14px;margin:0;">
<p style="font:12px Helvetica;margin:0;">After a long hold time I speak to an agent (Gwen) who says she can not help me but will put me through to a supervisor.  After 18 minutes on hold the call gets dropped.</p>
<p style="font:12px Helvetica;min-height:14px;margin:0;">
<p style="font:12px Helvetica;margin:0;">I call back in and after 8 minutes on hold the next agent (Allison) says the supervisor lines are all very busy (gee can&#8217;t f*ing imagine why) and she will put me in the call back queue.</p>
<p style="font:12px Helvetica;min-height:14px;margin:0;">
<p style="font:12px Helvetica;margin:0;">15 min later&#8230;</p>
<p style="font:12px Helvetica;min-height:14px;margin:0;">
<p style="font:12px Helvetica;margin:0;">30 min later&#8230;</p>
<p style="font:12px Helvetica;min-height:14px;margin:0;">
<p style="font:12px Helvetica;margin:0;">45 min later, I call back.  Another 15 minutes on hold and I&#8217;m talking to the supervisor (Marlana) finally.  I tell her my story including the now-60 minutes waiting for a call-back and she says (I wouldn&#8217;t make this up) &#8220;Wow, I&#8217;m surprised by that because I&#8217;ve not been all that busy this morning.&#8221;   Which tells me that freaking Allison didn&#8217;t put me on any damn call-back list at all.</p>
<p style="font:12px Helvetica;min-height:14px;margin:0;">
<p style="font:12px Helvetica;margin:0;">Marlana explains to me that Comcast&#8217;s priority is always &#8220;no-dial-tone&#8221; problems and that the ENTIRE tech crew has been working the ENTIRE morning on nothing but that.  Seriously.</p>
<p style="font:12px Helvetica;min-height:14px;margin:0;">
<p style="font:12px Helvetica;margin:0;">Now I&#8217;m a reasonable person and I get that Aunt Mabel having no phone is a bigger deal (health and safety) than me having TV.  On the other hand, broadband *IS* my dialtone, it&#8217;s how the world reaches me and vice versa.  And I&#8217;ve been down for 2 days and getting hosed by Comcast, so you&#8217;d think that would move me up the priority list a bit.  You&#8217;d be wrong.</p>
<p style="font:12px Helvetica;min-height:14px;margin:0;">
<p style="font:12px Helvetica;margin:0;">Marlana can not possibly help me this morning, 12-2 is the best she can do.  Now I explain how I&#8217;m leaving the state for a week promptly at 2p and they must get there around 12 and get this sorted.  She assures me that she&#8217;ll keep an eye on dispatch and make sure that I&#8217;m taken care of.</p>
<p style="font:12px Helvetica;min-height:14px;margin:0;">
<p style="font:12px Helvetica;margin:0;">She gives me her extension so I can work with her directly (a nice touch) but when I ask what number to call so I can dial the extension (cuz that&#8217;s not an option on 1-800-comcast) she says &#8220;oh, you have to call the usual number and wait for a customer service agent, then tell that person to IM me and to put you through to my extension. (that&#8217;s not so helpful).   I wonder if this is the process her husband has to use when he calls to see what time she&#8217;ll be home for dinner?  I&#8217;m thinking no.</p>
<p style="font:12px Helvetica;min-height:14px;margin:0;">
<p style="font:12px Helvetica;margin:0;">&#8230;.</p>
<p style="font:12px Helvetica;min-height:14px;margin:0;">
<p style="font:12px Helvetica;margin:0;">12:30 &#8211; guess who hasn&#8217;t shown up or called?   I call the number, I ask for Marlana&#8217;s extension, I am hold for 17 total minutes before I am connected.  She talks to dispatch and tells me &#8220;everyone is still busy, but you&#8217;re next up for whomever comes free first&#8221;.</p>
<p style="font:12px Helvetica;min-height:14px;margin:0;">
<p style="font:12px Helvetica;margin:0;">1:50 &#8211; I call again&#8230; I speak to a support agent and ask her to IM Marlana and put me through to her extension.</p>
<p style="font:12px Helvetica;min-height:14px;margin:0;">
<p style="font:12px Helvetica;margin:0;">1:52 &#8211; while I&#8217;m on hold the tech calls me and says he&#8217;s just finished his job and can be to my house in 15 minutes.  I tell him I need to leave at 2:20 PROMPTLY or I miss my plane.  He starts driving and asks me to describe the problem.  I tell him what&#8217;s happened and the troubleshooting I&#8217;ve done he says &#8220;well the problem clearly isn&#8217;t in your house, something&#8217;s wrong at the connection box&#8221;.  Well DUH, that&#8217;s what I&#8217;ve been saying for 2 days&#8230;</p>
<p style="font:12px Helvetica;min-height:14px;margin:0;">
<p style="font:12px Helvetica;margin:0;">While I was on the line with him the operator on the other line disconnects with me.  I do not get a call back from her nor from Marlana despite the fact that I&#8217;ve been told twice in the last 2 days that &#8220;any time we lose contact with a customer on hold we call them back&#8221;.  Nice.</p>
<p style="font:12px Helvetica;min-height:14px;margin:0;">
<p style="font:12px Helvetica;margin:0;">2:10 &#8211; the technician shows up. He asks how my day is.  I tell him &#8220;It sucks, but that&#8217;s not your fault.&#8221;  He replies &#8220;I appreciate you saying so, you&#8217;d be surprised how many people yell at me!&#8221;  I&#8217;m thinking to myself &#8220;no, I&#8217;m really not surprised at all&#8221;.  Poor guy, it&#8217;s not his fault, he&#8217;s just a hard working tech, he&#8217;s not manning the phones.</p>
<p style="font:12px Helvetica;margin:0;">
<p style="font:12px Helvetica;margin:0;">2:12 &#8211; He heads to the junction box in our building, it&#8217;s in an unsecured room and it isn&#8217;t locked shut, nor is there a &#8220;trap on it to keep people from messing with it&#8221;.   My cable is dangling from the wall; someone disconnected it.  He screws it on and my cable is working in less than 2 minutes.</p>
<p style="font:12px Helvetica;min-height:14px;margin:0;">
<p style="font:12px Helvetica;margin:0;">2:20 &#8211; I leave for my bus.</p>
<p style="font:12px Helvetica;min-height:14px;margin:0;">
<p style="font:12px Helvetica;margin:0;">At this point my wife has been in waiting in and around my apartment for 14 hours and I have been there for 6 waiting for Comcast &#8211; that&#8217;s 20 person hours.  Between us we spent over 300 minutes of cell phone time calling and waiting on hold.  All so that a guy could walk into an unlocked room, open an unlocked box and screw a cable onto a connector.  If *ANY-FREAKING-ONE* at Comcast had done their job right, had taken just 10 seconds to do things properly, none of this would have happened.  Let me recap.</p>
<p style="font:12px Helvetica;min-height:14px;margin:0;">
<ul style="list-style-type:disc;">
<li>7 weeks ago, random tech doesn&#8217;t install a trap on my line when he hooks it up</li>
<li>unknown date: Random cable tech doesn&#8217;t lock the cable box when done working on it</li>
<li>unknown date: Random cable tech doesn&#8217;t lock the room when leaving</li>
<li>2 days ago someone goes into room and unhooks my cable either maliciously or mistakenly</li>
<li>Tech arrives at my house but calls wrong number, twice, despite the fact that the number was listed in the work order (I made the customer service agent read it back to me)</li>
<li>Supervisor promises morning service Friday morning but doesn&#8217;t update our appointment in the system</li>
<li>Twice I was disconnected while on hold with support, I did not get called back.</li>
<li>Customer Service agent won&#8217;t wait on hold with me for a supervisor, offers to put me in the &#8220;supervisor call-back&#8221; queue and promises I won&#8217;t lose my place in line, yet an hour later the haven&#8217;t called me back and the supervisor I speak with tells me she hasn&#8217;t been that busy.</li>
</ul>
<p style="font:12px Helvetica;min-height:14px;margin:0;">
<p style="font:12px Helvetica;margin:0;">Now, I would drop Comcast immediately but there&#8217;s just one little flaw in my desire&#8230; THEY ARE A MONOPOLY.  I could drop them for cable and go with one of the dish providers but what would I do for broadband?  I could go with Qwest DSL I suppose&#8230; choosing between Qwest and Comcast is like choosing between Malaria and Cholera&#8230; gee which one should I pick?</p>
<p style="font:12px Helvetica;min-height:14px;margin:0;">
<p style="font:12px Helvetica;margin:0;">Comcast, if you ever wondered why people hate you, it&#8217;s because every single person I&#8217;ve told this story to has told me &#8220;yup, that&#8217;s happened to me before too&#8221;.  This isn&#8217;t an isolated experience, it&#8217;s a common one.</p>
<p style="font:12px Helvetica;min-height:14px;margin:0;">
<p style="font:12px Helvetica;margin:0;">I recommend you take some of your massive advertising budget and spend it on hiring and training good customer service people.   Having @ComcastCares on Twitter is not gonna get it done.  You need to take a lesson from a company that doesn&#8217;t suck at Customer Service and make some real changes over there.</p>
<p style="font:12px Helvetica;min-height:14px;margin:0;">
<p style="font:12px Helvetica;margin:0;">I HATE YOU.</p>
<p style="font:12px Helvetica;min-height:14px;margin:0;">
<p style="font:12px Helvetica;margin:0;"><span style="white-space:pre;"> </span>- Brian Herman</p>
<p style="font:12px Helvetica;margin:0;"><span style="white-space:pre;"> </span> Unhappy Comcast Customer of just 7 weeks  (I wonder how the next 7 weeks will go)</p>
<p style="font:12px Helvetica;min-height:14px;margin:0;">
<p style="font:12px Helvetica;margin:0;">PS:  this entire blog post was written while on hold with Comcast on Friday morning &#8211; except for the final bits which of course happened after the problem was resolved.  The upside is that I didn&#8217;t waste any additional time preparing my rant, they gave me plenty of free time to do it.  Further note, all images used were found on line, I had no trouble finding unhappy customers to link up with, no photoshop work required!</p>
<p style="font:12px Helvetica;margin:0;">
<p style="font:12px Helvetica;margin:0;">
<p style="font:12px Helvetica;margin:0;">
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/brianherman.wordpress.com/219/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/brianherman.wordpress.com/219/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/brianherman.wordpress.com/219/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/brianherman.wordpress.com/219/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/brianherman.wordpress.com/219/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/brianherman.wordpress.com/219/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/brianherman.wordpress.com/219/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/brianherman.wordpress.com/219/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/brianherman.wordpress.com/219/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/brianherman.wordpress.com/219/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=brianherman.wordpress.com&blog=3412538&post=219&subd=brianherman&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://brianherman.wordpress.com/2009/07/03/comcast-cares-i-beg-to-differ/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/19a52375f086bce578d0e23c6eb37ed9?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Brian</media:title>
		</media:content>

		<media:content url="http://reallyhateit.com/wp-content/uploads/2009/05/comcast-sucks-296x300.jpg" medium="image" />

		<media:content url="http://www.boygeniusreport.com/wp-content/uploads/image/Comcast-march(1).jpg" medium="image" />

		<media:content url="http://www.delawareonline.com/blogs/uploaded_images/comcast-772617.jpg" medium="image" />
	</item>
	</channel>
</rss>