<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Evan Solomon</title>
	<atom:link href="http://evansolomon.me/notes/feed/" rel="self" type="application/rss+xml" />
	<link>http://evansolomon.me/notes</link>
	<description>Notes on life</description>
	<lastBuildDate>Sat, 04 Feb 2012 21:40:12 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4-alpha-19643</generator>
		<item>
		<title>Chrome Extension: Add a link to the SVN repo on WordPress plugin pages</title>
		<link>http://evansolomon.me/notes/chrome-extension-add-link-to-svn-repo-on-wordpress-plugin-pages/</link>
		<comments>http://evansolomon.me/notes/chrome-extension-add-link-to-svn-repo-on-wordpress-plugin-pages/#comments</comments>
		<pubDate>Mon, 02 Jan 2012 06:24:47 +0000</pubDate>
		<dc:creator>evan</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://evansolomon.me/notes/?p=740</guid>
		<description><![CDATA[When I browse WordPress plugins I often want to see the source, history, or something along those lines. Unfortunately the only link to anything close to that is a .zip file, even though each plugin has a corresponding SVN repo. &#8230; <a href="http://evansolomon.me/notes/chrome-extension-add-link-to-svn-repo-on-wordpress-plugin-pages/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>When I browse WordPress plugins I often want to see the source, history, or something along those lines.  Unfortunately the only link to anything close to that is a .zip file, even though each plugin has a corresponding SVN repo.  Tonight I got tired of manually copying the slug, reminding myself of the SVN address, and navigating there.  So I made a Chrome extension to add a fancy new button to those pages, right under the .zip download button, with a link to the plugin&#8217;s SVN repo.</p>
<p><img src="http://evansolomon.me/notes/wp-content/uploads/2012/01/wporg-svn-extension.png" alt="" title="WordPress.org plugin SVN extension" width="640" height="400" class="aligncenter size-full wp-image-744" /></p>
<p>You can <a href="https://chrome.google.com/webstore/detail/nfhpbeacfmdhhlhmolfcdlknnmalnled">install it in the Chrome Extensions MarketplaceAppWhateverTheyCallIt</a>.  </p>
<p>You can also see <a href="https://github.com/evansolomon/WordPress.org-plugins-SVN-link">the extension&#8217;s source</a> on Github.</p>
]]></content:encoded>
			<wfw:commentRss>http://evansolomon.me/notes/chrome-extension-add-link-to-svn-repo-on-wordpress-plugin-pages/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>A potentially clever take on privacy settings</title>
		<link>http://evansolomon.me/notes/potentially-clever-take-on-privacy-settings/</link>
		<comments>http://evansolomon.me/notes/potentially-clever-take-on-privacy-settings/#comments</comments>
		<pubDate>Fri, 30 Dec 2011 06:00:03 +0000</pubDate>
		<dc:creator>evan</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://evansolomon.me/notes/?p=736</guid>
		<description><![CDATA[Google offers some clever privacy options at times, such as YouTube&#8217;s unlisted video option. The main benefit here is that you can (mostly) control access without requiring visitors to manage usernames, passwords, or other authentication &#8212; if you have the &#8230; <a href="http://evansolomon.me/notes/potentially-clever-take-on-privacy-settings/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Google offers some clever privacy options at times, such as YouTube&#8217;s <a href="http://support.google.com/youtube/bin/answer.py?hl=en&#038;answer=181547">unlisted video</a> option.  The main benefit here is that you can (mostly) control access without requiring visitors to manage usernames, passwords, or other authentication &#8212; if you have the link you have access, but you can&#8217;t (easily) find the link unless it&#8217;s given directly to you.</p>
<p>In that spirit, I made a little WordPress plugin to do something similar.  Props <a href="http://petedavies.me/">Pete Davies</a> for the idea.</p>
<p><script src="https://gist.github.com/1538036.js"> </script></p>
]]></content:encoded>
			<wfw:commentRss>http://evansolomon.me/notes/potentially-clever-take-on-privacy-settings/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Supercommit</title>
		<link>http://evansolomon.me/notes/supercommit/</link>
		<comments>http://evansolomon.me/notes/supercommit/#comments</comments>
		<pubDate>Thu, 22 Dec 2011 05:23:37 +0000</pubDate>
		<dc:creator>evan</dc:creator>
				<category><![CDATA[Fun]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://evansolomon.me/notes/?p=734</guid>
		<description><![CDATA[This was the first time in WordPress history that a changeset number matched the ticket number that it fixed. I&#8217;m calling it a supercommit. Gravatar emails should be trimmed before being lowered and hashed. props evansolomon. fixes #19614. via nacin &#8230; <a href="http://evansolomon.me/notes/supercommit/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>This was the first time in WordPress history that a changeset number matched the ticket number that it fixed.  I&#8217;m calling it a supercommit.</p>
<blockquote><p>Gravatar emails should be trimmed before being lowered and hashed. props evansolomon. fixes <a href="http://core.trac.wordpress.org/ticket/19614"><del>#19614</del></a>.</p></blockquote>
<p>via <a href="http://core.trac.wordpress.org/changeset/19614">nacin // core Trac</a></p>
]]></content:encoded>
			<wfw:commentRss>http://evansolomon.me/notes/supercommit/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordCamp Vegas: Make stuff people want</title>
		<link>http://evansolomon.me/notes/wordcamp-las-vegas-make-stuff-people-want/</link>
		<comments>http://evansolomon.me/notes/wordcamp-las-vegas-make-stuff-people-want/#comments</comments>
		<pubDate>Mon, 19 Dec 2011 23:11:48 +0000</pubDate>
		<dc:creator>evan</dc:creator>
				<category><![CDATA[Presentations]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://evansolomon.me/notes/?p=724</guid>
		<description><![CDATA[I spent this weekend at WordCamp Las Vegas with several fellow Automatticians and WordPress contributors. I gave a talk and tried to take a fun approach: prepare lots of little topics and make the presentation interactive so we could jump &#8230; <a href="http://evansolomon.me/notes/wordcamp-las-vegas-make-stuff-people-want/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><script src="http://speakerdeck.com/embed/4eefbc67330ea60049001a74.js"></script></p>
<p style="width:90%;margin-left:auto;margin-right:auto;">I spent this weekend at WordCamp Las Vegas with several fellow Automatticians and WordPress contributors.  I gave a talk and tried to take a fun approach: prepare lots of little topics and make the presentation interactive so we could jump around as needed.  Everything was focused on experimentation, data analysis, and learning from customers, with the goal of making stuff people want &#8212; a phrase I unabashedly borrowed from Y Combinator.  Given the unusual format of the talk, I&#8217;m not sure the slides are particularly useful.  We didn&#8217;t go through nearly all of them, and they weren&#8217;t used in any particular order.  That said, here they are.</p>
]]></content:encoded>
			<wfw:commentRss>http://evansolomon.me/notes/wordcamp-las-vegas-make-stuff-people-want/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Kissmetrics plugin</title>
		<link>http://evansolomon.me/notes/kissmetrics-plugin/</link>
		<comments>http://evansolomon.me/notes/kissmetrics-plugin/#comments</comments>
		<pubDate>Sat, 03 Dec 2011 23:26:29 +0000</pubDate>
		<dc:creator>evan</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://evansolomon.me/notes/?p=710</guid>
		<description><![CDATA[I just finished up a Kissmetrics plugin for WordPress.com. With a few slight modifications, here it is in a form that might be useful for WordPress.org sites. Gist #1428452]]></description>
			<content:encoded><![CDATA[<p>I just finished up a Kissmetrics plugin for WordPress.com.  With a few slight modifications, here it is in a form that might be useful for WordPress.org sites.</p>
<p><em><a href="https://gist.github.com/1428452">Gist #1428452</a></em></p>
<p><script src="https://gist.github.com/1428452.js"> </script></p>
]]></content:encoded>
			<wfw:commentRss>http://evansolomon.me/notes/kissmetrics-plugin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Data visualization is, itself, data</title>
		<link>http://evansolomon.me/notes/data-visualization-is-itself-data/</link>
		<comments>http://evansolomon.me/notes/data-visualization-is-itself-data/#comments</comments>
		<pubDate>Wed, 30 Nov 2011 09:37:34 +0000</pubDate>
		<dc:creator>evan</dc:creator>
				<category><![CDATA[Ideas]]></category>

		<guid isPermaLink="false">http://evansolomon.me/notes/?p=680</guid>
		<description><![CDATA[I was reminded tonight how important it is to communicate data in a form that supports its function. Koop and I were poking around some WordPress.com stats over coffee and I pulled up our data for pageviews from iPads, which &#8230; <a href="http://evansolomon.me/notes/data-visualization-is-itself-data/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I was reminded tonight how important it is to communicate data in a form that supports its function.  <a href="http://darylkoop.com" title="Koop is the author of the child theme that I forked, slightly, here">Koop</a> and I were poking around some WordPress.com stats over coffee and I pulled up our data for pageviews from iPads, which began the following.</p>
<p><em>A note about UTC time, which we use for internal stats &#8212; peak hours in the US, which our data tends to be highly correlated to, are roughly 13:00-02:00.</em></p>
<p>First I looked at the daily chart of pageviews from iPads.</p>
<p><a href="http://evansolomon.me/notes/wp-content/uploads/2011/11/wpcom-ipad-pageviews.png"><img class="aligncenter size-full wp-image-692" title="wpcom-ipad-pageviews" src="http://evansolomon.me/notes/wp-content/uploads/2011/11/wpcom-ipad-pageviews.png" alt="" width="1096" height="356" /></a></p>
<p>I noticed that it didn&#8217;t look like most pageview charts, which typically follow long peaks and short valleys for weekdays and weekends, like our aggregate pageview data for WordPress.com.</p>
<p><a href="http://evansolomon.me/notes/wp-content/uploads/2011/11/wpcom-pageviews.png"><img class="aligncenter size-full wp-image-691" title="wpcom-pageviews" src="http://evansolomon.me/notes/wp-content/uploads/2011/11/wpcom-pageviews.png" alt="" width="1104" height="340" /></a></p>
<p>If you look at the main pageview stat by hour, you see that there are spikes basically when people are at work &#8212; during the day in the US, Monday through Friday. This isn&#8217;t really news, and it&#8217;s very, very common across most websites.</p>
<p><a href="http://evansolomon.me/notes/wp-content/uploads/2011/11/wpcom-pageviews-hourly.png"><img src="http://evansolomon.me/notes/wp-content/uploads/2011/11/wpcom-pageviews-hourly.png" alt="" title="wpcom-pageviews-hourly" width="1109" height="469" class="aligncenter size-full wp-image-690" /></a></p>
<p>iPad pageviews, on the other hand, look totally different on an hourly basis.</p>
<p><a href="http://evansolomon.me/notes/wp-content/uploads/2011/11/wpcom-ipad-pageviews-hourly.png"><img class="aligncenter size-full wp-image-689" title="wpcom-ipad-pageviews-hourly" src="http://evansolomon.me/notes/wp-content/uploads/2011/11/wpcom-ipad-pageviews-hourly.png" alt="" width="1100" height="482" /></a></p>
<p>There are two important things to notice here:</p>
<ol>
<li>Weekends spike, not weekdays</li>
<li>Intra-week differences disappear almost entirely after 21:00 (1pm PST/4pm EST)</li>
</ol>
<p>The explanation for this is actually quite simple &#8212; iPads are primarily used outside of work, which is where people tend to be on the weekends and at night. If you were to translate the last chart into a story, it would basically be this:</p>
<p>
<blockquote>On weekends, people wake up and use their iPads throughout the day, well into the night, but on weekdays the iPads are stuck at home alone while their owners at work, and thus dormant[1].</p></blockquote>
<p>I don&#8217;t think this is a particularly important revelation (maybe we should promote iPad stuff on the weekends?) but I do think it&#8217;s a cool example of how showing the same data in a different form (line chart vs hourly grid) tells a different and much more useful story. Also interesting is that the use of the hourly grid here is probably not what most people assume it&#8217;s good for, which is seeing data on a really granular level.  It&#8217;s actually the near-exact opposite, it&#8217;s the best way to view this data on an aggregate level.</p>
<p><em>[1] Though the modifier is dangling, I meant the iPads were dormant, not the people &#8212; but I suppose from our overall pageview stats, that may not be completely true.</em></p>
]]></content:encoded>
			<wfw:commentRss>http://evansolomon.me/notes/data-visualization-is-itself-data/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>SOPA and PIPA are bad ideas</title>
		<link>http://evansolomon.me/notes/sopa-and-pipa-are-bad-ideas/</link>
		<comments>http://evansolomon.me/notes/sopa-and-pipa-are-bad-ideas/#comments</comments>
		<pubDate>Sat, 26 Nov 2011 08:38:58 +0000</pubDate>
		<dc:creator>evan</dc:creator>
				<category><![CDATA[Ideas]]></category>

		<guid isPermaLink="false">http://evansolomon.me/notes/?p=667</guid>
		<description><![CDATA[SOPA &#38; PIPA don&#8217;t attack the real problem, do nothing to build up the services that do solve the problem, and won&#8217;t work from a technological standpoint. And that&#8217;s just if we look at the what these bills are supposed &#8230; <a href="http://evansolomon.me/notes/sopa-and-pipa-are-bad-ideas/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<blockquote><p>SOPA &amp; PIPA don&#8217;t attack the real problem, do nothing to build up the services that do solve the problem, and won&#8217;t work from a technological standpoint. And that&#8217;s just if we look at the what these bills are supposed to do.</p></blockquote>
<p><cite>From <a href="http://www.techdirt.com/articles/20111122/04254316872/definitive-post-why-sopa-protect-ip-are-bad-bad-ideas.shtml">TechDirt&#8217;s &#8220;Definitive&#8221; Post SOPA And Protect IP</a></cite></p>
]]></content:encoded>
			<wfw:commentRss>http://evansolomon.me/notes/sopa-and-pipa-are-bad-ideas/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Automattic, travel, and a year of flux</title>
		<link>http://evansolomon.me/notes/automattic-travel-year-of-flux/</link>
		<comments>http://evansolomon.me/notes/automattic-travel-year-of-flux/#comments</comments>
		<pubDate>Sat, 29 Oct 2011 12:48:28 +0000</pubDate>
		<dc:creator>evan</dc:creator>
				<category><![CDATA[Ideas]]></category>

		<guid isPermaLink="false">http://evansolomon.me/notes/?p=652</guid>
		<description><![CDATA[About 8 months ago I came across an interesting job on Automattic&#8217;s website, Growth Engineer. Today I&#8217;m writing this from an apartment in Prague, working while on a side trip after our company meetup in Budapest last week, on my &#8230; <a href="http://evansolomon.me/notes/automattic-travel-year-of-flux/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>About 8 months ago I came across an interesting job on <a href="http://automattic.com">Automattic&#8217;s</a> website, Growth Engineer.  Today I&#8217;m writing this from an apartment in Prague, working while on a side trip after our company meetup in Budapest last week, on my way to Los Angeles to speak at BlogWorld LA. I&#8217;ll have crossed over 65,000 miles traveled this year by the time I touch down in San Francisco.  How far we&#8217;ve come.</p>
<p>Of all the changes in 2011, the people are overwhelmingly the high order bit.  There are the impressive coworkers, the generous WordPress community, and the strangers who, through travel and shared interests, have been maybe the most consistent part of my life this year.</p>
]]></content:encoded>
			<wfw:commentRss>http://evansolomon.me/notes/automattic-travel-year-of-flux/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>WordPress DC meetup</title>
		<link>http://evansolomon.me/notes/wordpress-dc-meetup/</link>
		<comments>http://evansolomon.me/notes/wordpress-dc-meetup/#comments</comments>
		<pubDate>Thu, 13 Oct 2011 00:04:32 +0000</pubDate>
		<dc:creator>evan</dc:creator>
				<category><![CDATA[Presentations]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://evansolomon.me/notes/?p=603</guid>
		<description><![CDATA[Yesterday I gave a presentation, cheekily-titled &#8220;You Don&#8217;t Know People&#8221;, at the Washington DC WordPress meetup. I talked about learning from yo users and some of the things we&#8217;ve done on WordPress.com. The group was great, especially when I finished &#8230; <a href="http://evansolomon.me/notes/wordpress-dc-meetup/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><script src="http://speakerdeck.com/embed/4e9be2ce8a525f005401d091.js"></script></p>
<p style="width:90%;margin-left:auto;margin-right:auto;">Yesterday I gave a presentation, cheekily-titled &#8220;You Don&#8217;t Know People&#8221;, at the <a href="http://meetup.com/wordpressdc">Washington DC WordPress meetup</a>.  I talked about learning from yo users and some of the things we&#8217;ve done on WordPress.com.  The group was great, especially when I finished the talk and they jumped right into Q&#038;A without the usual 30 seconds of silence.</p>
]]></content:encoded>
			<wfw:commentRss>http://evansolomon.me/notes/wordpress-dc-meetup/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>IsValid.org on Github</title>
		<link>http://evansolomon.me/notes/isvalid-org-on-github/</link>
		<comments>http://evansolomon.me/notes/isvalid-org-on-github/#comments</comments>
		<pubDate>Tue, 11 Oct 2011 15:37:48 +0000</pubDate>
		<dc:creator>evan</dc:creator>
				<category><![CDATA[Code]]></category>

		<guid isPermaLink="false">http://evansolomon.me/notes/?p=598</guid>
		<description><![CDATA[I just published the source code for one of my side projects, isvalid.org. IsValid started as a little tool for myself to automate data analysis. It will take the results of an A/B test, perform some basic statistical tests (significance &#8230; <a href="http://evansolomon.me/notes/isvalid-org-on-github/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I just published the source code for one of my side projects, <a href="http://isvalid.org">isvalid.org</a>.</p>
<p>IsValid started as a little tool for myself to automate data analysis.  It will take the results of an A/B test, perform some basic statistical tests (significance and confidence intervals), and return some data and charts to help you understand what the results mean.</p>
<p>If you&#8217;re into that sort of thing, check out <a href="https://github.com/evansolomon/IsValid.org">IsValid on Github</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://evansolomon.me/notes/isvalid-org-on-github/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Battling Bad Science</title>
		<link>http://evansolomon.me/notes/battling-bad-science/</link>
		<comments>http://evansolomon.me/notes/battling-bad-science/#comments</comments>
		<pubDate>Sat, 01 Oct 2011 05:31:21 +0000</pubDate>
		<dc:creator>evan</dc:creator>
				<category><![CDATA[Fun]]></category>

		<guid isPermaLink="false">http://evansolomon.me/notes/?p=592</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><iframe width="740" height="376" src="http://www.youtube.com/embed/h4MhbkWJzKk" frameborder="0" allowfullscreen></iframe></p>
]]></content:encoded>
			<wfw:commentRss>http://evansolomon.me/notes/battling-bad-science/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Simple data protection on the web</title>
		<link>http://evansolomon.me/notes/simple-data-protection-web/</link>
		<comments>http://evansolomon.me/notes/simple-data-protection-web/#comments</comments>
		<pubDate>Fri, 30 Sep 2011 05:34:15 +0000</pubDate>
		<dc:creator>evan</dc:creator>
				<category><![CDATA[Ideas]]></category>

		<guid isPermaLink="false">http://evansolomon.me/notes/?p=585</guid>
		<description><![CDATA[If you save anything online, assume you will never be able to actually remove it from the web. Alternatively, assume that once you delete something, you (and only you) will never be able to recover it. Everything else will be &#8230; <a href="http://evansolomon.me/notes/simple-data-protection-web/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>If you save anything online, assume you will never be able to actually remove it from the web.</p>
<p>Alternatively, assume that once you delete something, you (and only you) will never be able to recover it.</p>
<p>Everything else will be simple.</p>
]]></content:encoded>
			<wfw:commentRss>http://evansolomon.me/notes/simple-data-protection-web/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>My first WordPress core contribution</title>
		<link>http://evansolomon.me/notes/my-first-wordpress-core-contribution/</link>
		<comments>http://evansolomon.me/notes/my-first-wordpress-core-contribution/#comments</comments>
		<pubDate>Thu, 22 Sep 2011 04:08:06 +0000</pubDate>
		<dc:creator>evan</dc:creator>
				<category><![CDATA[Fun]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://evanalyze.com/notes/?p=565</guid>
		<description><![CDATA[Core revision #18742 wp_strip_all_tags() in wp_trim_words() to remove CSS and JS within tags. Props evansolomon. Fixes #18726. via duck_ // core Trac]]></description>
			<content:encoded><![CDATA[<p>Core revision #18742</p>
<blockquote><p>wp_strip_all_tags() in wp_trim_words() to remove CSS and JS within tags. Props evansolomon. Fixes <a href="http://core.trac.wordpress.org/ticket/18726"><del>#18726</del></a>.</p></blockquote>
<p>via <a href="http://core.trac.wordpress.org/changeset/18742">duck_ // core Trac</a></p>
]]></content:encoded>
			<wfw:commentRss>http://evansolomon.me/notes/my-first-wordpress-core-contribution/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>WordCamp PDX slides</title>
		<link>http://evansolomon.me/notes/wordcamp-pdx-slides/</link>
		<comments>http://evansolomon.me/notes/wordcamp-pdx-slides/#comments</comments>
		<pubDate>Sat, 17 Sep 2011 22:50:15 +0000</pubDate>
		<dc:creator>evan</dc:creator>
				<category><![CDATA[Presentations]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://evanalyze.com/notes/?p=540</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><script src="http://speakerdeck.com/embed/4e9be3fa8a525f005401d3ff.js"></script></p>
]]></content:encoded>
			<wfw:commentRss>http://evansolomon.me/notes/wordcamp-pdx-slides/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>23andme</title>
		<link>http://evansolomon.me/notes/23andme/</link>
		<comments>http://evansolomon.me/notes/23andme/#comments</comments>
		<pubDate>Wed, 31 Aug 2011 05:43:17 +0000</pubDate>
		<dc:creator>evan</dc:creator>
				<category><![CDATA[Fun]]></category>

		<guid isPermaLink="false">http://evanalyze.com/notes/?p=530</guid>
		<description><![CDATA[One month ago I bought a DNA kit from 23andme and I just got my results. There is far too much data to make any real sense of on first glace, but it’s certainly fun if nothing else. I have &#8230; <a href="http://evansolomon.me/notes/23andme/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>One month ago I bought a DNA kit from <a href="http://23andme.com">23andme</a> and I just got my results.  There is far too much data to make any real sense of on first glace, but it’s certainly fun if nothing else.</p>
<p>I have lower than average risks of Alzheimer’s and Parkinson’s — about 30% and 15% lower, respectively.  I have a 75% lower than average risk of type 1 diabetes, but a slightly higher (8%) than average risk of type 2.  </p>
<p>Of all the diseases I am at high risk for, Venous Thromboembolism (causes blood clots and things) and prostate cancer are at the top.  I have about a 1/3 chance of getting each of them.  Additionally, I carry one known problematic trait, Alpha-1 Antitrypsin deficiency, which makes parts of my body (particularly fragile lung tissue) less able to protect itself from an enzyme released by white blood cells. This increases my risk for lung and liver diseases. I am more sensitive than average to warfarin, a commonly used blood thinner, which means that if I ever need it my optimal dose would be smaller than normal.  On a bright note, I have decreased risk of male pattern baldness.</p>
<p>Overall I’m quite “typical” according to 23andme.  Most of my appearance factors (hair curl, freckling, etc) fall into the typical range, as do most of my chemical predilections (food preference, alcoholism risk, etc).  My ear wax stands out as “wet”, my non-verbal IQ (whatever that is) is likely to be slightly higher, my likelihood of complications if I contract malaria are higher than normal (something I’m glad I didn’t know before going to Vietnam) and my odds of menopause are unsurprisingly not applicable.</p>
<p>My genes corroborate the stories that my mom’s family was northern European and my dad’s was eastern European Jews.  This makes me — and this will come as a surprise to literally no one that has met me — overwhelmingly white:</p>
<p><img src="http://s.evanalyze.com/011N3o0Q323u0m0a3n17/content" class="aligncenter" border="0"></p>
]]></content:encoded>
			<wfw:commentRss>http://evansolomon.me/notes/23andme/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Security concerns seem fundamentally unreasonable</title>
		<link>http://evansolomon.me/notes/security-concerns-unreasonable/</link>
		<comments>http://evansolomon.me/notes/security-concerns-unreasonable/#comments</comments>
		<pubDate>Tue, 23 Aug 2011 00:17:51 +0000</pubDate>
		<dc:creator>evan</dc:creator>
				<category><![CDATA[Ideas]]></category>

		<guid isPermaLink="false">http://evanalyze.com/notes/?p=522</guid>
		<description><![CDATA[As has become the norm, a new web security meltdown erupted recently, starring KissMetrics, among others. And as has become the norm, I think it&#8217;s much ado about nothing. I was actually thinking about this earlier today, and Nik Cubrilovic&#8217;s &#8230; <a href="http://evansolomon.me/notes/security-concerns-unreasonable/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>As has become <a href="http://evanalyze.com/notes/people-worry-too-much-for-other-people/">the norm</a>, a new web security meltdown erupted recently, <a href="http://www.wired.com/epicenter/2011/07/undeletable-cookie/">starring KissMetrics</a>, among others.  And as has become the norm, I think it&#8217;s much ado about nothing.</p>
<p>I was actually thinking about this earlier today, and <a href="http://nikcub.appspot.com/persistant-and-unblockable-cookies-using-http-headers">Nik Cubrilovic&#8217;s post</a> on yet another way to secretively store data just reminded me of it.  There are a few reasons why I think the concern over this is mostly misguided.</p>
<p>First, it&#8217;s not new.  Store owners can write down your shirt color, your height, your race, the time you came in, what you bought, etc.  They can track plenty of &#8220;personal&#8221; information, which I put in quotes because I think the whole concept of some special class of information leads to more confusion than awareness.  The key difference, obviously, is that computers make tracking this information cheaper and faster.  I tend to think that we shouldn&#8217;t legislate against actions based only on their relative efficiency, so I don&#8217;t see why this should make a difference. Worse yet, it&#8217;s far more likely that real world businesses can connect your actions to your real &#8220;personal&#8221; information, like your name, family and address.</p>
<p>Second, it&#8217;s a never-ending game of cat and mouse.  There are limitless ways to store data and acting like anyone can stop it is foolish.  The whole thing seems eerily similar to the war on drugs, a failure I think we&#8217;ll have a hard time contending with any time soon.</p>
<p>Third, for the overwhelming majority of people there is nothing to worry about.  Awareness of risks is great, but confused fear based on misinformed media reports is awful, and that&#8217;s mostly what we&#8217;ve created.</p>
<p>I&#8217;d liken responsible web security education to something along the lines of wearing your seatbelt and not driving drunk.  What we have today is much closer to fear-mongering along the lines of urban legends about exploding engines or murderers at drive in movies.  Those things can certainly happen, but I don&#8217;t think it&#8217;s reasonable for anyone to treat them as likely consequences of driving a car.</p>
<p>To be clear, I think it&#8217;s great if websites and web services <em>don&#8217;t</em> do these things, but some of them will and you should probably assume all of them do, particularly if it&#8217;s something that concerns you.</p>
]]></content:encoded>
			<wfw:commentRss>http://evansolomon.me/notes/security-concerns-unreasonable/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ben Horowitz on metrics creating incentives</title>
		<link>http://evansolomon.me/notes/ben-horowitz-on-metrics-creating-incentives/</link>
		<comments>http://evansolomon.me/notes/ben-horowitz-on-metrics-creating-incentives/#comments</comments>
		<pubDate>Thu, 21 Jul 2011 06:41:31 +0000</pubDate>
		<dc:creator>evan</dc:creator>
				<category><![CDATA[Ideas]]></category>

		<guid isPermaLink="false">http://evanalyze.com/notes/?p=516</guid>
		<description><![CDATA[At a basic level, metrics are incentives. By measuring quality, features, and schedule and discussing them every staff meeting, my people intensely focused on those metrics to the exclusion of other goals. The metrics did not describe the real goals &#8230; <a href="http://evansolomon.me/notes/ben-horowitz-on-metrics-creating-incentives/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<blockquote><p>At a basic level, metrics are incentives. By measuring quality, features, and schedule and discussing them every staff meeting, my people intensely focused on those metrics to the exclusion of other goals. The metrics did not describe the real goals and I distracted the team as a result.</p></blockquote>
<p>via <a href="http://bhorowitz.com/2011/07/20/when-employees-misinterpret-managers/">When Employees Misinterpret Managers // Ben&#8217;s blog</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://evansolomon.me/notes/ben-horowitz-on-metrics-creating-incentives/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Perfecting The Upset</title>
		<link>http://evansolomon.me/notes/perfecting-the-upset/</link>
		<comments>http://evansolomon.me/notes/perfecting-the-upset/#comments</comments>
		<pubDate>Wed, 20 Jul 2011 07:09:07 +0000</pubDate>
		<dc:creator>evan</dc:creator>
				<category><![CDATA[Fun]]></category>

		<guid isPermaLink="false">http://evanalyze.com/notes/?p=512</guid>
		<description><![CDATA[I wrote a post for a new blog I helped start called Perfecting The Upset. The Tiger Woods That Saved Golf. The 1997 Masters is my earliest golf memory, which probably doesn’t make me unique among mid-20&#8242;s Americans. What does &#8230; <a href="http://evansolomon.me/notes/perfecting-the-upset/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I wrote a post for a new blog I helped start called <a href="http://perfectingtheupset.com">Perfecting The Upset</a>.</p>
<h3><a href="http://www.perfectingtheupset.com/the-tiger-woods-that-saved-golf/">The Tiger Woods That Saved Golf</a>.</h3>
<blockquote><p>
The 1997 Masters is my earliest golf memory, which probably doesn’t make me unique among mid-20&#8242;s Americans. What does make me unique is why I remember that tournament. When asked about anyone in the field catching Tiger Woods after Saturday’s third round, Colin Montgomerie said:</p>
<p>“There’s no chance humanly possible that Tiger is going to lose this tournament. No way.”
</p></blockquote>
<p>Read the rest of the post over on <a href="http://www.perfectingtheupset.com/the-tiger-woods-that-saved-golf/">Perfecting The Upset</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://evansolomon.me/notes/perfecting-the-upset/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>You actually don&#8217;t want people thinking your product is cool</title>
		<link>http://evansolomon.me/notes/you-actually-dont-want-people-thinking-your-product-is-cool/</link>
		<comments>http://evansolomon.me/notes/you-actually-dont-want-people-thinking-your-product-is-cool/#comments</comments>
		<pubDate>Wed, 29 Jun 2011 07:01:12 +0000</pubDate>
		<dc:creator>evan</dc:creator>
				<category><![CDATA[Ideas]]></category>

		<guid isPermaLink="false">http://evanalyze.com/notes/?p=501</guid>
		<description><![CDATA[You don&#8217;t want people using your product because it&#8217;s cool, because then you&#8217;re a fad. What you want is people using your product because it&#8217;s a part of their life and they can&#8217;t stop using it. -Sean Parker]]></description>
			<content:encoded><![CDATA[<blockquote><p>You don&#8217;t want people using your product because it&#8217;s cool, because then you&#8217;re a fad. What you want is people using your product because it&#8217;s a part of their life and they <em>can&#8217;t stop</em> using it.
</p></blockquote>
<p>-Sean Parker </p>
<p><iframe class="youtube-player" type="text/html" width="640" height="385" src="http://www.youtube.com/embed/RScptpB5v_s" frameborder="0"><br />
</iframe></p>
]]></content:encoded>
			<wfw:commentRss>http://evansolomon.me/notes/you-actually-dont-want-people-thinking-your-product-is-cool/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>GolfTec: Lesson blitz</title>
		<link>http://evansolomon.me/notes/golftec-lesson-blitz/</link>
		<comments>http://evansolomon.me/notes/golftec-lesson-blitz/#comments</comments>
		<pubDate>Sat, 04 Jun 2011 08:46:22 +0000</pubDate>
		<dc:creator>evan</dc:creator>
				<category><![CDATA[Fun]]></category>
		<category><![CDATA[golftec]]></category>

		<guid isPermaLink="false">http://evanalyze.com/notes/?p=493</guid>
		<description><![CDATA[Despite lots of travel, I&#8217;ve squeezed five GolfTec lessons into the last three weeks, with a round at Half Moon Bay Old Course in the middle. Progress is great and my ball striking is improving dramatically &#8212; two birdies, lots &#8230; <a href="http://evansolomon.me/notes/golftec-lesson-blitz/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Despite lots of travel, I&#8217;ve squeezed five GolfTec lessons into the last three weeks, with a round at Half Moon Bay Old Course in the middle. Progress is great and my ball striking is improving dramatically &#8212; two birdies, lots of good swings and just a few loose ones &#8212; and I&#8217;m feeling good heading into <a href="http://annual.evanalyze.com">The Annual</a>.</p>
<p>The lessons have been pretty consistently focused on getting my club on plane and shortening my swing. We worked a lot on &#8220;getting to impact faster,&#8221; which meant both speeding up my tempo and abbreviating my backswing. The result is a swing the is a lot simpler than what I <a href="http://evanalyze.com/notes/golftec-swing-evaluation/">started with</a> &#8212; looking at it, it&#8217;s hard to believe that I&#8217;m hitting the ball as far, if not further than before, given how little motion there is.</p>
<p><span id="more-493"></span></p>
<p>Here&#8217;s where I started this week.</p>
<div id="v-AQrVXThI-1" class="video-player"><embed id="v-AQrVXThI-1-video" src="http://s0.videopress.com/player.swf?v=1.03&amp;guid=AQrVXThI&amp;isDynamicSeeking=true" type="application/x-shockwave-flash" width="540" height="324" title="Before" wmode="direct" seamlesstabbing="true" allowfullscreen="true" allowscriptaccess="always" overstretch="true"></embed></div>
<p>My swing is in good shape through impact but occasionally I&#8217;ll flip the club shut, so we spent a lot of time working on keeping the club face square through my follow through. This was a very awkward change at first but it&#8217;s getting more comfortable as I make more swings.</p>
<div id="v-CTke7xFN-1" class="video-player"><embed id="v-CTke7xFN-1-video" src="http://s0.videopress.com/player.swf?v=1.03&amp;guid=CTke7xFN&amp;isDynamicSeeking=true" type="application/x-shockwave-flash" width="540" height="302" wmode="direct" seamlesstabbing="true" allowfullscreen="true" allowscriptaccess="always" overstretch="true"></embed></div>
<p>We worked on a drill to pull my hands in more through impact while keeping the club square. I&#8217;m swill struggling with this but it&#8217;s getting better, and the result is that I can effectively release the club without flipping it shut through impact. I&#8217;m trying to keep the club face parallel to my spine angle for as long as I can and not get my arms too separated from my body, which leads to hooks.</p>
<div id="v-n6an8Xld-1" class="video-player"><embed id="v-n6an8Xld-1-video" src="http://s0.videopress.com/player.swf?v=1.03&amp;guid=n6an8Xld&amp;isDynamicSeeking=true" type="application/x-shockwave-flash" width="540" height="302" wmode="direct" seamlesstabbing="true" allowfullscreen="true" allowscriptaccess="always" overstretch="true"></embed></div>
<p>Next we worked on my posture, getting my back straighter and my chin up more. Other than just looking better, this gives me more room to clear my hands and make the release we&#8217;re aiming for.</p>
<div id="v-BDS90jYX-1" class="video-player"><embed id="v-BDS90jYX-1-video" src="http://s0.videopress.com/player.swf?v=1.03&amp;guid=BDS90jYX&amp;isDynamicSeeking=true" type="application/x-shockwave-flash" width="540" height="302" wmode="direct" seamlesstabbing="true" allowfullscreen="true" allowscriptaccess="always" overstretch="true"></embed></div>
<p>After straightening my posture and working on my hip and shoulder tilt, I was able to clear out more room for my hands through impact and had an easier time keeping the club square. It&#8217;s not perfect yet, but we&#8217;re getting there.</p>
<div id="v-FN5LApYX-1" class="video-player"><embed id="v-FN5LApYX-1-video" src="http://s0.videopress.com/player.swf?v=1.03&amp;guid=FN5LApYX&amp;isDynamicSeeking=true" type="application/x-shockwave-flash" width="540" height="302" wmode="direct" seamlesstabbing="true" allowfullscreen="true" allowscriptaccess="always" overstretch="true"></embed></div>
<p>I&#8217;m off to Myrtle Beach in 4 hours and looking forward to getting a few rounds in with the new swing.</p>
]]></content:encoded>
			<wfw:commentRss>http://evansolomon.me/notes/golftec-lesson-blitz/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>GolfTec: First Lesson</title>
		<link>http://evansolomon.me/notes/golftec-first-lesson/</link>
		<comments>http://evansolomon.me/notes/golftec-first-lesson/#comments</comments>
		<pubDate>Sat, 23 Apr 2011 04:49:47 +0000</pubDate>
		<dc:creator>evan</dc:creator>
				<category><![CDATA[Fun]]></category>
		<category><![CDATA[golftec]]></category>

		<guid isPermaLink="false">http://evanalyze.com/notes/?p=468</guid>
		<description><![CDATA[Since my last trip to GolfTech was technically a swing evaluation session rather than a lesson, today was my first lesson. Last time we worked mostly on my takeaway, getting my shoulders controlling my swing rather than my arms and &#8230; <a href="http://evansolomon.me/notes/golftec-first-lesson/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Since my <a href="http://evanalyze.com/notes/golftec-swing-evaluation/">last trip to GolfTech</a> was technically a swing evaluation session rather than a lesson, today was my first lesson.</p>
<p>Last time we worked mostly on my takeaway, getting my shoulders controlling my swing rather than my arms and decreasing the angle in my wrists.  </p>
<div id="v-VE1HwGHT-1" class="video-player"><embed id="v-VE1HwGHT-1-video" src="http://s0.videopress.com/player.swf?v=1.03&amp;guid=VE1HwGHT&amp;isDynamicSeeking=true" type="application/x-shockwave-flash" width="540" height="324" wmode="direct" seamlesstabbing="true" allowfullscreen="true" allowscriptaccess="always" overstretch="true"></embed></div>
<p>Today still focused mostly on takeaway, but on my swing plane and keeping the club face square through most of my swing rather than opening it and flipping it shut at impact.</p>
<p><span id="more-468"></span></p>
<div id="v-XB8Zlyor-1" class="video-player"><embed id="v-XB8Zlyor-1-video" src="http://s0.videopress.com/player.swf?v=1.03&amp;guid=XB8Zlyor&amp;isDynamicSeeking=true" type="application/x-shockwave-flash" width="540" height="302" wmode="direct" seamlesstabbing="true" allowfullscreen="true" allowscriptaccess="always" overstretch="true"></embed></div>
<p>My takeaway had improved a lot, but I was still getting the club far too open and inside.  A comparison to Tiger Woods, who&#8217;s got a pretty good swing, made the problem very clear.  We would spend most of today&#8217;s lesson getting the club on plane and the club face pointed in the right direction for the bulk of my swing.  The goal is to keep too many things from impacting my shots, especially having to time a very active release at impact.</p>
<p>After a few drills to keep my right hand and arm on top throughout my takeaway, my club was in a much better spot during my backswing &#8212; square and right on plane.</p>
<div id="v-AKSZyUzj-1" class="video-player"><embed id="v-AKSZyUzj-1-video" src="http://s0.videopress.com/player.swf?v=1.03&amp;guid=AKSZyUzj&amp;isDynamicSeeking=true" type="application/x-shockwave-flash" width="540" height="302" title="Takeaway (After)" wmode="direct" seamlesstabbing="true" allowfullscreen="true" allowscriptaccess="always" overstretch="true"></embed></div>
<p>As a result, my impact and release has a lot fewer moving parts, which will hopefully make it (and my ball flight) much more consistent.</p>
<div id="v-6dfSkhvu-1" class="video-player"><embed id="v-6dfSkhvu-1-video" src="http://s0.videopress.com/player.swf?v=1.03&amp;guid=6dfSkhvu&amp;isDynamicSeeking=true" type="application/x-shockwave-flash" width="540" height="302" wmode="direct" seamlesstabbing="true" allowfullscreen="true" allowscriptaccess="always" overstretch="true"></embed></div>
<div id="v-cy3TplXD-1" class="video-player"><embed id="v-cy3TplXD-1-video" src="http://s0.videopress.com/player.swf?v=1.03&amp;guid=cy3TplXD&amp;isDynamicSeeking=true" type="application/x-shockwave-flash" width="540" height="302" wmode="direct" seamlesstabbing="true" allowfullscreen="true" allowscriptaccess="always" overstretch="true"></embed></div>
<p>When I put it all together, my swing is pretty much on plane the whole time.  While I&#8217;ve taken a lot of the action out of my hands and arms, I&#8217;m making a much better turn with my shoulders to generate power without moving the club all over the place.  </p>
<p>I spent a lot of time making pretty short swings to work on the impact zone.  Here is one where you can see the club head stay right on plane, passing directly over my hands on the view from behind.</p>
<div id="v-fmurOTDQ-1" class="video-player"><embed id="v-fmurOTDQ-1-video" src="http://s0.videopress.com/player.swf?v=1.03&amp;guid=fmurOTDQ&amp;isDynamicSeeking=true" type="application/x-shockwave-flash" width="540" height="324" wmode="direct" seamlesstabbing="true" allowfullscreen="true" allowscriptaccess="always" overstretch="true"></embed></div>
<p>And another one with a detailed explanation of where my club is going from the top of the backswing through impact.</p>
<div id="v-wivAnS78-1" class="video-player"><embed id="v-wivAnS78-1-video" src="http://s0.videopress.com/player.swf?v=1.03&amp;guid=wivAnS78&amp;isDynamicSeeking=true" type="application/x-shockwave-flash" width="540" height="324" title="After (Downswing)" wmode="direct" seamlesstabbing="true" allowfullscreen="true" allowscriptaccess="always" overstretch="true"></embed></div>
<p><a href="http://evanalyze.com/notes/tag/golftec/">See all GolfTec posts</a></p>
]]></content:encoded>
			<wfw:commentRss>http://evansolomon.me/notes/golftec-first-lesson/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>GolfTec Swing Evaluation</title>
		<link>http://evansolomon.me/notes/golftec-swing-evaluation/</link>
		<comments>http://evansolomon.me/notes/golftec-swing-evaluation/#comments</comments>
		<pubDate>Fri, 22 Apr 2011 05:22:59 +0000</pubDate>
		<dc:creator>evan</dc:creator>
				<category><![CDATA[Fun]]></category>
		<category><![CDATA[golftec]]></category>

		<guid isPermaLink="false">http://evanalyze.com/notes/?p=453</guid>
		<description><![CDATA[A couple weeks ago Nick Momrik introduced me to GolfTec, a data-heavy golf teaching company. Last week I took my first lesson (technically a swing evaluation) and it was great. I&#8217;ve been wanting to take some golf lessons for a &#8230; <a href="http://evansolomon.me/notes/golftec-swing-evaluation/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>A couple weeks ago <a href="http://nickmomrik.com/tag/golftec/">Nick Momrik</a> introduced me to GolfTec, a data-heavy golf teaching company.  Last week I took my first lesson (technically a swing evaluation) and it was great.  I&#8217;ve been wanting to take some golf lessons for a while but hesitated because I didn&#8217;t want to just randomly pick an instructor.  <a href="http://goltec.com">GolfTec</a> appealed to me because of how committed they are to using analytics.  Also, you get a ton of materials from your lessons to go over at home&#8230;as you&#8217;re about to see.</p>
<p>First, the &#8220;before&#8221; swing with a 6 iron:<br />
<div id="v-itMA0Z8F-1" class="video-player"><embed id="v-itMA0Z8F-1-video" src="http://s0.videopress.com/player.swf?v=1.03&amp;guid=itMA0Z8F&amp;isDynamicSeeking=true" type="application/x-shockwave-flash" width="540" height="324" title="Swing (Before)" wmode="direct" seamlesstabbing="true" allowfullscreen="true" allowscriptaccess="always" overstretch="true"></embed></div></p>
<p><span id="more-453"></span></p>
<p>This is a pretty accurate representation of the swing I&#8217;ve had most of my life.  To start, we walked through how I stacked up against the ideal measurements in several parts of the swing.</p>
<div id="v-oEi0Axp7-1" class="video-player"><embed id="v-oEi0Axp7-1-video" src="http://s0.videopress.com/player.swf?v=1.03&amp;guid=oEi0Axp7&amp;isDynamicSeeking=true" type="application/x-shockwave-flash" width="540" height="302" wmode="direct" seamlesstabbing="true" allowfullscreen="true" allowscriptaccess="always" overstretch="true"></embed></div>
<div id="v-qXk742R4-1" class="video-player"><embed id="v-qXk742R4-1-video" src="http://s0.videopress.com/player.swf?v=1.03&amp;guid=qXk742R4&amp;isDynamicSeeking=true" type="application/x-shockwave-flash" width="540" height="302" title="Head Position (Before)" wmode="direct" seamlesstabbing="true" allowfullscreen="true" allowscriptaccess="always" overstretch="true"></embed></div>
<div id="v-V9UhvbQq-1" class="video-player"><embed id="v-V9UhvbQq-1-video" src="http://s0.videopress.com/player.swf?v=1.03&amp;guid=V9UhvbQq&amp;isDynamicSeeking=true" type="application/x-shockwave-flash" width="540" height="302" title="Takeaway (Before)" wmode="direct" seamlesstabbing="true" allowfullscreen="true" allowscriptaccess="always" overstretch="true"></embed></div>
<p>My setup was pretty good, but my head was too far forward in my stance &#8212; this was an intentional compensation covering up (or not) some other problems &#8212; and my takeaway was controlled too much by my arms.  Most of my swing evaluation focused on correcting these two problems, and the impact those fixes had on the rest of my swing.</p>
<p>The first fix, getting my head behind the ball at address was a relatively easy fix, though still feels a bit awkward as I get used to the new position.</p>
<div id="v-QZmEPBkG-1" class="video-player"><embed id="v-QZmEPBkG-1-video" src="http://s0.videopress.com/player.swf?v=1.03&amp;guid=QZmEPBkG&amp;isDynamicSeeking=true" type="application/x-shockwave-flash" width="540" height="302" title="Head Position (After)" wmode="direct" seamlesstabbing="true" allowfullscreen="true" allowscriptaccess="always" overstretch="true"></embed></div>
<p>The next fix, turning my shoulders to start my backswing rather than leading with my arms, was a bit tougher.  It was a classic case of having a poor ability to actually feel what you were doing.  A combination of the video/data feedback and a helpful drill (holding a ball between my forearms, which you can see in the video) worked wonders.</p>
<div id="v-YfQUaGzx-1" class="video-player"><embed id="v-YfQUaGzx-1-video" src="http://s0.videopress.com/player.swf?v=1.03&amp;guid=YfQUaGzx&amp;isDynamicSeeking=true" type="application/x-shockwave-flash" width="540" height="302" wmode="direct" seamlesstabbing="true" allowfullscreen="true" allowscriptaccess="always" overstretch="true"></embed></div>
<p>These two fixes in the early part of my swing had some really awesome effects all the way at the top of my backswing and even in my downswing through impact.</p>
<div id="v-6A2SakyK-1" class="video-player"><embed id="v-6A2SakyK-1-video" src="http://s0.videopress.com/player.swf?v=1.03&amp;guid=6A2SakyK&amp;isDynamicSeeking=true" type="application/x-shockwave-flash" width="540" height="302" wmode="direct" seamlesstabbing="true" allowfullscreen="true" allowscriptaccess="always" overstretch="true"></embed></div>
<div id="v-qMAysL7T-1" class="video-player"><embed id="v-qMAysL7T-1-video" src="http://s0.videopress.com/player.swf?v=1.03&amp;guid=qMAysL7T&amp;isDynamicSeeking=true" type="application/x-shockwave-flash" width="540" height="302" title="Downswing" wmode="direct" seamlesstabbing="true" allowfullscreen="true" allowscriptaccess="always" overstretch="true"></embed></div>
<p>At the beginning of the lesson my swing was controlled mostly by my hands and arms, as it&#8217;s always been, and was very steep at impact.  Working on my setup and takeaway got my body in control, and moved my swing to a much flatter (better) plane.  My instructor gave me a pretty surprising and fun drill to feel the effects of the flatter swing plane: hitting two balls at once with a lob wedge.</p>
<div id="v-xfvFwPQQ-1" class="video-player"><embed id="v-xfvFwPQQ-1-video" src="http://s0.videopress.com/player.swf?v=1.03&amp;guid=xfvFwPQQ&amp;isDynamicSeeking=true" type="application/x-shockwave-flash" width="540" height="324" title="Two Ball Drill" wmode="direct" seamlesstabbing="true" allowfullscreen="true" allowscriptaccess="always" overstretch="true"></embed></div>
<p>Here you can see my &#8220;after&#8221; swing, this time with a driver.  The club is on a much better plane, my impact and release are a lot more controlled, and a short trip to the driving range the following day suggested that the progress so far is really great.  I have another lesson tomorrow and 5 more hours of lessons that I plan to use over the next month or so.  I highly recommend <a href="http://goltec.com">GolfTec</a> if you&#8217;re thinking about taking any golf lessons; they have lots of locations all around the country, and probably at least one near every major city.</p>
<div id="v-00abVqtV-1" class="video-player"><embed id="v-00abVqtV-1-video" src="http://s0.videopress.com/player.swf?v=1.03&amp;guid=00abVqtV&amp;isDynamicSeeking=true" type="application/x-shockwave-flash" width="540" height="324" title="Swing (After)" wmode="direct" seamlesstabbing="true" allowfullscreen="true" allowscriptaccess="always" overstretch="true"></embed></div>
<p>Again, thanks to <a href="http://nickmomrik.com/">Nick</a> for recommending GolfTec to me.</p>
<p><a href="http://evanalyze.com/notes/tag/golftec/">See all GolfTec posts</a></p>
]]></content:encoded>
			<wfw:commentRss>http://evansolomon.me/notes/golftec-swing-evaluation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Facebook UI</title>
		<link>http://evansolomon.me/notes/facebook-ui/</link>
		<comments>http://evansolomon.me/notes/facebook-ui/#comments</comments>
		<pubDate>Mon, 18 Apr 2011 06:27:26 +0000</pubDate>
		<dc:creator>evan</dc:creator>
				<category><![CDATA[Fun]]></category>

		<guid isPermaLink="false">http://evanalyze.com/notes/?p=432</guid>
		<description><![CDATA[A Deadspin reader tells a heart-wrenching story of a relationship gone awry. In addition to feeling sympathetic for the guy, it also occurred to me that this is the sort of thing that UI design should really be all about. &#8230; <a href="http://evansolomon.me/notes/facebook-ui/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>A Deadspin reader tells <a href="http://deadspin.com/#!5792418/the-greatest-facebook-fail-ever">a heart-wrenching story</a> of a relationship gone awry.  In addition to feeling sympathetic for the guy, it also occurred to me that this is the sort of thing that UI design should really be all about.  Screw <a href="http://usertesting.com">usertesting.com</a>, put yourself in your real customers&#8217; shoes.</p>
<p>I have often wondered why Facebook put their search box right next to the &#8220;tell this to everyone in the world&#8221; box.</p>
<blockquote><p>
My status update was just the girls from the previous night name about ten times, often within a couple seconds of each other. To make matters worse about half of them had the caps lock on. This clearly made me look like I was beyond obsessed, and potentially a serial killer.
</p></blockquote>
<p>Full story on <a href="http://deadspin.com/#!5792418/the-greatest-facebook-fail-ever">Deadspin</a>.</p>
<p><img src="http://evanalyze.com/notes/wp-content/uploads/2011/04/facebook-ui.png" alt="" title="facebook-ui" width="570" class="aligncenter size-full wp-image-437" /></p>
]]></content:encoded>
			<wfw:commentRss>http://evansolomon.me/notes/facebook-ui/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Evan Solomon(s)</title>
		<link>http://evansolomon.me/notes/evan-solomons/</link>
		<comments>http://evansolomon.me/notes/evan-solomons/#comments</comments>
		<pubDate>Mon, 28 Mar 2011 23:38:52 +0000</pubDate>
		<dc:creator>evan</dc:creator>
				<category><![CDATA[Fun]]></category>

		<guid isPermaLink="false">http://evanalyze.com/notes/?p=416</guid>
		<description><![CDATA[Unfortunately names are not very good global unique identifiers, and some Canadian guy got to mine first. Fortunately I beat him to Twitter. Canadians, a lovely bunch, occasionally message me instead of him about the banalities of living in America&#8217;s &#8230; <a href="http://evansolomon.me/notes/evan-solomons/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Unfortunately names are not very good global unique identifiers, and <a href="http://en.wikipedia.org/wiki/Evan_Solomon">some Canadian guy</a> got to mine first.  Fortunately I beat him to <a href="https://twitter.com/#!/evansolomon">Twitter</a>.  Canadians, a lovely bunch, occasionally message me instead of him about the banalities of living in America&#8217;s hat, like shoveling snow and drinking milk out of bag (which admittedly seems to make a lot of sense).</p>
<p>Apparently it&#8217;s election season in Canada &#8212; yup, they have elections just like a real country &#8212; so the message volume is heating up.  Today I tried to find a <a href="https://twitter.com/#!/evansolomon/status/52488109228703744">peaceful resolution</a>, but it was to no avail.  Instead I just decided to start impersonating the Canadian me.</p>
<p><span id="more-416"></span></p>
<p>First, a fine Canadian lady (Calady?) told me I had very nice hair.  I promptly thanked her, but was told the compliment wasn&#8217;t for me!</p>
<!-- tweet id : 52487792013475840 --><style type='text/css'>#bbpBox_52487792013475840 a { text-decoration:none; color:#FF0000; }#bbpBox_52487792013475840 a:hover { text-decoration:underline; }</style><div id='bbpBox_52487792013475840' class='bbpBox' style='padding:20px; margin:5px 0; background-color:#BADFCD; background-image:url(http://a0.twimg.com/a/1300727311/images/themes/theme12/bg.gif); background-repeat:no-repeat'><div style='background:#fff; padding:10px; margin:0; min-height:48px; color:#0C3E53; -moz-border-radius:5px; -webkit-border-radius:5px;'><span style='width:100%; font-size:18px; line-height:22px;'>@<a class="tweet-url username" href="http://twitter.com/evansolomon">evansolomon</a> you actually look a lot like @<a class="tweet-url username" href="http://twitter.com/evansolomoncbc">evansolomoncbc</a> who is a smart, hip Canadian talking head. But you look much younger.</span><div class='bbp-actions' style='font-size:12px; width:100%; padding:5px 0; margin:0 0 10px 0; border-bottom:1px solid #e6e6e6;'><img align='middle' src='http://evansolomon.me/notes/wp-content/plugins/twitter-blackbird-pie//images/bird.png' /><a title='tweeted on March 28, 2011 1:50 pm' href='http://twitter.com/#!/kellypatrickxox/status/52487792013475840' target='_blank'>March 28, 2011 1:50 pm</a> via <a href="http://twitter.com/" rel="nofollow" target="blank">Twitter for iPhone</a><a href='https://twitter.com/intent/tweet?in_reply_to=52487792013475840' class='bbp-action bbp-reply-action' title='Reply'><span><em style='margin-left: 1em;'></em><strong>Reply</strong></span></a><a href='https://twitter.com/intent/retweet?tweet_id=52487792013475840' class='bbp-action bbp-retweet-action' title='Retweet'><span><em style='margin-left: 1em;'></em><strong>Retweet</strong></span></a><a href='https://twitter.com/intent/favorite?tweet_id=52487792013475840' class='bbp-action bbp-favorite-action' title='Favorite'><span><em style='margin-left: 1em;'></em><strong>Favorite</strong></span></a></div><div style='float:left; padding:0; margin:0'><a href='http://twitter.com/intent/user?screen_name=kellypatrickxox'><img style='width:48px; height:48px; padding-right:7px; border:none; background:none; margin:0' src='http://a2.twimg.com/profile_images/1117774051/twitter_photo_normal.jpg' /></a></div><div style='float:left; padding:0; margin:0'><a style='font-weight:bold' href='http://twitter.com/intent/user?screen_name=kellypatrickxox'>@kellypatrickxox</a><div style='margin:0; padding-top:2px'>Kelly Patrick</div></div><div style='clear:both'></div></div></div><!-- end of tweet -->
<p>Not a problem though, apparently goldfish-like memory takes over when you&#8217;re interacting with a television star&#8217;s name, so Kelly was shortly back for more.</p>
<p><!-- tweet id : 52501860858335232 --><style type='text/css'>#bbpBox_52501860858335232 a { text-decoration:none; color:#FF0000; }#bbpBox_52501860858335232 a:hover { text-decoration:underline; }</style><div id='bbpBox_52501860858335232' class='bbpBox' style='padding:20px; margin:5px 0; background-color:#BADFCD; background-image:url(http://a0.twimg.com/a/1300727311/images/themes/theme12/bg.gif); background-repeat:no-repeat'><div style='background:#fff; padding:10px; margin:0; min-height:48px; color:#0C3E53; -moz-border-radius:5px; -webkit-border-radius:5px;'><span style='width:100%; font-size:18px; line-height:22px;'>@<a class="tweet-url username" href="http://twitter.com/evansolomon">evansolomon</a> should lobbyists who pay for sex and who were charged with fraud be able to run for office?<a href="http://twitter.com/search?q=%23elxn41" title="#elxn41" class="tweet-url hashtag">#elxn41</a></span><div class='bbp-actions' style='font-size:12px; width:100%; padding:5px 0; margin:0 0 10px 0; border-bottom:1px solid #e6e6e6;'><img align='middle' src='http://evansolomon.me/notes/wp-content/plugins/twitter-blackbird-pie//images/bird.png' /><a title='tweeted on March 28, 2011 2:46 pm' href='http://twitter.com/#!/kellypatrickxox/status/52501860858335232' target='_blank'>March 28, 2011 2:46 pm</a> via <a href="http://twitter.com/" rel="nofollow" target="blank">Twitter for iPhone</a><a href='https://twitter.com/intent/tweet?in_reply_to=52501860858335232' class='bbp-action bbp-reply-action' title='Reply'><span><em style='margin-left: 1em;'></em><strong>Reply</strong></span></a><a href='https://twitter.com/intent/retweet?tweet_id=52501860858335232' class='bbp-action bbp-retweet-action' title='Retweet'><span><em style='margin-left: 1em;'></em><strong>Retweet</strong></span></a><a href='https://twitter.com/intent/favorite?tweet_id=52501860858335232' class='bbp-action bbp-favorite-action' title='Favorite'><span><em style='margin-left: 1em;'></em><strong>Favorite</strong></span></a></div><div style='float:left; padding:0; margin:0'><a href='http://twitter.com/intent/user?screen_name=kellypatrickxox'><img style='width:48px; height:48px; padding-right:7px; border:none; background:none; margin:0' src='http://a2.twimg.com/profile_images/1117774051/twitter_photo_normal.jpg' /></a></div><div style='float:left; padding:0; margin:0'><a style='font-weight:bold' href='http://twitter.com/intent/user?screen_name=kellypatrickxox'>@kellypatrickxox</a><div style='margin:0; padding-top:2px'>Kelly Patrick</div></div><div style='clear:both'></div></div></div><!-- end of tweet --><br />
<!-- tweet id : 52502323859169280 --><style type='text/css'>#bbpBox_52502323859169280 a { text-decoration:none; color:#0000ff; }#bbpBox_52502323859169280 a:hover { text-decoration:underline; }</style><div id='bbpBox_52502323859169280' class='bbpBox' style='padding:20px; margin:5px 0; background-color:#9ae4e8; background-image:url(http://a1.twimg.com/profile_background_images/1785032/bethpage.JPG); background-repeat:no-repeat'><div style='background:#fff; padding:10px; margin:0; min-height:48px; color:#000000; -moz-border-radius:5px; -webkit-border-radius:5px;'><span style='width:100%; font-size:18px; line-height:22px;'>@<a class="tweet-url username" href="http://twitter.com/kellypatrickxox">kellypatrickxox</a> According to Wikipedia, prostitution is not illegal in Canada. So why the hell not?</span><div class='bbp-actions' style='font-size:12px; width:100%; padding:5px 0; margin:0 0 10px 0; border-bottom:1px solid #e6e6e6;'><img align='middle' src='http://evansolomon.me/notes/wp-content/plugins/twitter-blackbird-pie//images/bird.png' /><a title='tweeted on March 28, 2011 2:48 pm' href='http://twitter.com/#!/evansolomon/status/52502323859169280' target='_blank'>March 28, 2011 2:48 pm</a> via web<a href='https://twitter.com/intent/tweet?in_reply_to=52502323859169280' class='bbp-action bbp-reply-action' title='Reply'><span><em style='margin-left: 1em;'></em><strong>Reply</strong></span></a><a href='https://twitter.com/intent/retweet?tweet_id=52502323859169280' class='bbp-action bbp-retweet-action' title='Retweet'><span><em style='margin-left: 1em;'></em><strong>Retweet</strong></span></a><a href='https://twitter.com/intent/favorite?tweet_id=52502323859169280' class='bbp-action bbp-favorite-action' title='Favorite'><span><em style='margin-left: 1em;'></em><strong>Favorite</strong></span></a></div><div style='float:left; padding:0; margin:0'><a href='http://twitter.com/intent/user?screen_name=evansolomon'><img style='width:48px; height:48px; padding-right:7px; border:none; background:none; margin:0' src='http://a1.twimg.com/profile_images/292802874/evan_bw2_normal.jpg' /></a></div><div style='float:left; padding:0; margin:0'><a style='font-weight:bold' href='http://twitter.com/intent/user?screen_name=evansolomon'>@evansolomon</a><div style='margin:0; padding-top:2px'>Evan Solomon</div></div><div style='clear:both'></div></div></div><!-- end of tweet --><br />
<!-- tweet id : 52504481983774720 --><style type='text/css'>#bbpBox_52504481983774720 a { text-decoration:none; color:#FF0000; }#bbpBox_52504481983774720 a:hover { text-decoration:underline; }</style><div id='bbpBox_52504481983774720' class='bbpBox' style='padding:20px; margin:5px 0; background-color:#BADFCD; background-image:url(http://a0.twimg.com/a/1300727311/images/themes/theme12/bg.gif); background-repeat:no-repeat'><div style='background:#fff; padding:10px; margin:0; min-height:48px; color:#0C3E53; -moz-border-radius:5px; -webkit-border-radius:5px;'><span style='width:100%; font-size:18px; line-height:22px;'>@<a class="tweet-url username" href="http://twitter.com/evansolomon">evansolomon</a> there is always more to it than that.  She has been abused since 10 and poops on her johns. He advised the PMO until last week.</span><div class='bbp-actions' style='font-size:12px; width:100%; padding:5px 0; margin:0 0 10px 0; border-bottom:1px solid #e6e6e6;'><img align='middle' src='http://evansolomon.me/notes/wp-content/plugins/twitter-blackbird-pie//images/bird.png' /><a title='tweeted on March 28, 2011 2:56 pm' href='http://twitter.com/#!/kellypatrickxox/status/52504481983774720' target='_blank'>March 28, 2011 2:56 pm</a> via <a href="http://twitter.com/" rel="nofollow" target="blank">Twitter for iPhone</a><a href='https://twitter.com/intent/tweet?in_reply_to=52504481983774720' class='bbp-action bbp-reply-action' title='Reply'><span><em style='margin-left: 1em;'></em><strong>Reply</strong></span></a><a href='https://twitter.com/intent/retweet?tweet_id=52504481983774720' class='bbp-action bbp-retweet-action' title='Retweet'><span><em style='margin-left: 1em;'></em><strong>Retweet</strong></span></a><a href='https://twitter.com/intent/favorite?tweet_id=52504481983774720' class='bbp-action bbp-favorite-action' title='Favorite'><span><em style='margin-left: 1em;'></em><strong>Favorite</strong></span></a></div><div style='float:left; padding:0; margin:0'><a href='http://twitter.com/intent/user?screen_name=kellypatrickxox'><img style='width:48px; height:48px; padding-right:7px; border:none; background:none; margin:0' src='http://a2.twimg.com/profile_images/1117774051/twitter_photo_normal.jpg' /></a></div><div style='float:left; padding:0; margin:0'><a style='font-weight:bold' href='http://twitter.com/intent/user?screen_name=kellypatrickxox'>@kellypatrickxox</a><div style='margin:0; padding-top:2px'>Kelly Patrick</div></div><div style='clear:both'></div></div></div><!-- end of tweet --><br />
<!-- tweet id : 52507214669295616 --><style type='text/css'>#bbpBox_52507214669295616 a { text-decoration:none; color:#0000ff; }#bbpBox_52507214669295616 a:hover { text-decoration:underline; }</style><div id='bbpBox_52507214669295616' class='bbpBox' style='padding:20px; margin:5px 0; background-color:#9ae4e8; background-image:url(http://a1.twimg.com/profile_background_images/1785032/bethpage.JPG); background-repeat:no-repeat'><div style='background:#fff; padding:10px; margin:0; min-height:48px; color:#000000; -moz-border-radius:5px; -webkit-border-radius:5px;'><span style='width:100%; font-size:18px; line-height:22px;'>@<a class="tweet-url username" href="http://twitter.com/kellypatrickxox">kellypatrickxox</a> If everyone who paid to get pooped on wasn't allowed to run, would we have any candidates left? No one I'd want in charge.</span><div class='bbp-actions' style='font-size:12px; width:100%; padding:5px 0; margin:0 0 10px 0; border-bottom:1px solid #e6e6e6;'><img align='middle' src='http://evansolomon.me/notes/wp-content/plugins/twitter-blackbird-pie//images/bird.png' /><a title='tweeted on March 28, 2011 3:07 pm' href='http://twitter.com/#!/evansolomon/status/52507214669295616' target='_blank'>March 28, 2011 3:07 pm</a> via web<a href='https://twitter.com/intent/tweet?in_reply_to=52507214669295616' class='bbp-action bbp-reply-action' title='Reply'><span><em style='margin-left: 1em;'></em><strong>Reply</strong></span></a><a href='https://twitter.com/intent/retweet?tweet_id=52507214669295616' class='bbp-action bbp-retweet-action' title='Retweet'><span><em style='margin-left: 1em;'></em><strong>Retweet</strong></span></a><a href='https://twitter.com/intent/favorite?tweet_id=52507214669295616' class='bbp-action bbp-favorite-action' title='Favorite'><span><em style='margin-left: 1em;'></em><strong>Favorite</strong></span></a></div><div style='float:left; padding:0; margin:0'><a href='http://twitter.com/intent/user?screen_name=evansolomon'><img style='width:48px; height:48px; padding-right:7px; border:none; background:none; margin:0' src='http://a1.twimg.com/profile_images/292802874/evan_bw2_normal.jpg' /></a></div><div style='float:left; padding:0; margin:0'><a style='font-weight:bold' href='http://twitter.com/intent/user?screen_name=evansolomon'>@evansolomon</a><div style='margin:0; padding-top:2px'>Evan Solomon</div></div><div style='clear:both'></div></div></div><!-- end of tweet --><br />
<!-- tweet id : 52509104228413440 --><style type='text/css'>#bbpBox_52509104228413440 a { text-decoration:none; color:#FF0000; }#bbpBox_52509104228413440 a:hover { text-decoration:underline; }</style><div id='bbpBox_52509104228413440' class='bbpBox' style='padding:20px; margin:5px 0; background-color:#BADFCD; background-image:url(http://a0.twimg.com/a/1300727311/images/themes/theme12/bg.gif); background-repeat:no-repeat'><div style='background:#fff; padding:10px; margin:0; min-height:48px; color:#0C3E53; -moz-border-radius:5px; -webkit-border-radius:5px;'><span style='width:100%; font-size:18px; line-height:22px;'>@<a class="tweet-url username" href="http://twitter.com/evansolomon">evansolomon</a> in Canada it's okay to solicit sex but not okay to get paid for it. So it's a win win for some.</span><div class='bbp-actions' style='font-size:12px; width:100%; padding:5px 0; margin:0 0 10px 0; border-bottom:1px solid #e6e6e6;'><img align='middle' src='http://evansolomon.me/notes/wp-content/plugins/twitter-blackbird-pie//images/bird.png' /><a title='tweeted on March 28, 2011 3:15 pm' href='http://twitter.com/#!/kellypatrickxox/status/52509104228413440' target='_blank'>March 28, 2011 3:15 pm</a> via <a href="http://twitter.com/" rel="nofollow" target="blank">Twitter for iPhone</a><a href='https://twitter.com/intent/tweet?in_reply_to=52509104228413440' class='bbp-action bbp-reply-action' title='Reply'><span><em style='margin-left: 1em;'></em><strong>Reply</strong></span></a><a href='https://twitter.com/intent/retweet?tweet_id=52509104228413440' class='bbp-action bbp-retweet-action' title='Retweet'><span><em style='margin-left: 1em;'></em><strong>Retweet</strong></span></a><a href='https://twitter.com/intent/favorite?tweet_id=52509104228413440' class='bbp-action bbp-favorite-action' title='Favorite'><span><em style='margin-left: 1em;'></em><strong>Favorite</strong></span></a></div><div style='float:left; padding:0; margin:0'><a href='http://twitter.com/intent/user?screen_name=kellypatrickxox'><img style='width:48px; height:48px; padding-right:7px; border:none; background:none; margin:0' src='http://a2.twimg.com/profile_images/1117774051/twitter_photo_normal.jpg' /></a></div><div style='float:left; padding:0; margin:0'><a style='font-weight:bold' href='http://twitter.com/intent/user?screen_name=kellypatrickxox'>@kellypatrickxox</a><div style='margin:0; padding-top:2px'>Kelly Patrick</div></div><div style='clear:both'></div></div></div><!-- end of tweet --><br />
<!-- tweet id : 52511985887232000 --><style type='text/css'>#bbpBox_52511985887232000 a { text-decoration:none; color:#FF0000; }#bbpBox_52511985887232000 a:hover { text-decoration:underline; }</style><div id='bbpBox_52511985887232000' class='bbpBox' style='padding:20px; margin:5px 0; background-color:#BADFCD; background-image:url(http://a0.twimg.com/a/1300727311/images/themes/theme12/bg.gif); background-repeat:no-repeat'><div style='background:#fff; padding:10px; margin:0; min-height:48px; color:#0C3E53; -moz-border-radius:5px; -webkit-border-radius:5px;'><span style='width:100%; font-size:18px; line-height:22px;'>@<a class="tweet-url username" href="http://twitter.com/iancapstick">iancapstick</a> @<a class="tweet-url username" href="http://twitter.com/evansolomon">evansolomon</a> @<a class="tweet-url username" href="http://twitter.com/evansolomoncbc">evansolomoncbc</a>  relationship building!</span><div class='bbp-actions' style='font-size:12px; width:100%; padding:5px 0; margin:0 0 10px 0; border-bottom:1px solid #e6e6e6;'><img align='middle' src='http://evansolomon.me/notes/wp-content/plugins/twitter-blackbird-pie//images/bird.png' /><a title='tweeted on March 28, 2011 3:26 pm' href='http://twitter.com/#!/kellypatrickxox/status/52511985887232000' target='_blank'>March 28, 2011 3:26 pm</a> via <a href="http://twitter.com/" rel="nofollow" target="blank">Twitter for iPhone</a><a href='https://twitter.com/intent/tweet?in_reply_to=52511985887232000' class='bbp-action bbp-reply-action' title='Reply'><span><em style='margin-left: 1em;'></em><strong>Reply</strong></span></a><a href='https://twitter.com/intent/retweet?tweet_id=52511985887232000' class='bbp-action bbp-retweet-action' title='Retweet'><span><em style='margin-left: 1em;'></em><strong>Retweet</strong></span></a><a href='https://twitter.com/intent/favorite?tweet_id=52511985887232000' class='bbp-action bbp-favorite-action' title='Favorite'><span><em style='margin-left: 1em;'></em><strong>Favorite</strong></span></a></div><div style='float:left; padding:0; margin:0'><a href='http://twitter.com/intent/user?screen_name=kellypatrickxox'><img style='width:48px; height:48px; padding-right:7px; border:none; background:none; margin:0' src='http://a2.twimg.com/profile_images/1117774051/twitter_photo_normal.jpg' /></a></div><div style='float:left; padding:0; margin:0'><a style='font-weight:bold' href='http://twitter.com/intent/user?screen_name=kellypatrickxox'>@kellypatrickxox</a><div style='margin:0; padding-top:2px'>Kelly Patrick</div></div><div style='clear:both'></div></div></div><!-- end of tweet --><br />
<!-- tweet id : 52514077750202368 --><style type='text/css'>#bbpBox_52514077750202368 a { text-decoration:none; color:#0000ff; }#bbpBox_52514077750202368 a:hover { text-decoration:underline; }</style><div id='bbpBox_52514077750202368' class='bbpBox' style='padding:20px; margin:5px 0; background-color:#9ae4e8; background-image:url(http://a1.twimg.com/profile_background_images/1785032/bethpage.JPG); background-repeat:no-repeat'><div style='background:#fff; padding:10px; margin:0; min-height:48px; color:#000000; -moz-border-radius:5px; -webkit-border-radius:5px;'><span style='width:100%; font-size:18px; line-height:22px;'>@<a class="tweet-url username" href="http://twitter.com/kellypatrickxox">kellypatrickxox</a> @<a class="tweet-url username" href="http://twitter.com/iancapstick">iancapstick</a> @<a class="tweet-url username" href="http://twitter.com/evansolomoncbc">evansolomoncbc</a> That's probably a good description of what those lobbyists were doing too!</span><div class='bbp-actions' style='font-size:12px; width:100%; padding:5px 0; margin:0 0 10px 0; border-bottom:1px solid #e6e6e6;'><img align='middle' src='http://evansolomon.me/notes/wp-content/plugins/twitter-blackbird-pie//images/bird.png' /><a title='tweeted on March 28, 2011 3:35 pm' href='http://twitter.com/#!/evansolomon/status/52514077750202368' target='_blank'>March 28, 2011 3:35 pm</a> via web<a href='https://twitter.com/intent/tweet?in_reply_to=52514077750202368' class='bbp-action bbp-reply-action' title='Reply'><span><em style='margin-left: 1em;'></em><strong>Reply</strong></span></a><a href='https://twitter.com/intent/retweet?tweet_id=52514077750202368' class='bbp-action bbp-retweet-action' title='Retweet'><span><em style='margin-left: 1em;'></em><strong>Retweet</strong></span></a><a href='https://twitter.com/intent/favorite?tweet_id=52514077750202368' class='bbp-action bbp-favorite-action' title='Favorite'><span><em style='margin-left: 1em;'></em><strong>Favorite</strong></span></a></div><div style='float:left; padding:0; margin:0'><a href='http://twitter.com/intent/user?screen_name=evansolomon'><img style='width:48px; height:48px; padding-right:7px; border:none; background:none; margin:0' src='http://a1.twimg.com/profile_images/292802874/evan_bw2_normal.jpg' /></a></div><div style='float:left; padding:0; margin:0'><a style='font-weight:bold' href='http://twitter.com/intent/user?screen_name=evansolomon'>@evansolomon</a><div style='margin:0; padding-top:2px'>Evan Solomon</div></div><div style='clear:both'></div></div></div><!-- end of tweet --></p>
<p>In America these days, it seems like half of politics is healthcare.  Well Canada is no different, but I&#8217;m not sure about their focus.</p>
<p><!-- tweet id : 52494439398113280 --><style type='text/css'>#bbpBox_52494439398113280 a { text-decoration:none; color:#0099B9; }#bbpBox_52494439398113280 a:hover { text-decoration:underline; }</style><div id='bbpBox_52494439398113280' class='bbpBox' style='padding:20px; margin:5px 0; background-color:#0099B9; background-image:url(http://a3.twimg.com/a/1300138889/images/themes/theme4/bg.gif); background-repeat:no-repeat'><div style='background:#fff; padding:10px; margin:0; min-height:48px; color:#3C3940; -moz-border-radius:5px; -webkit-border-radius:5px;'><span style='width:100%; font-size:18px; line-height:22px;'>glad to see @<a class="tweet-url username" href="http://twitter.com/evansolomon">evansolomon</a> talking about the 2014 health accord.  who do you trust in negotiating this agreement?  <a href="http://twitter.com/search?q=%23elxn41" title="#elxn41" class="tweet-url hashtag">#elxn41</a> <a href="http://twitter.com/search?q=%23cdnpoli" title="#cdnpoli" class="tweet-url hashtag">#cdnpoli</a></span><div class='bbp-actions' style='font-size:12px; width:100%; padding:5px 0; margin:0 0 10px 0; border-bottom:1px solid #e6e6e6;'><img align='middle' src='http://evansolomon.me/notes/wp-content/plugins/twitter-blackbird-pie//images/bird.png' /><a title='tweeted on March 28, 2011 2:17 pm' href='http://twitter.com/#!/emozes/status/52494439398113280' target='_blank'>March 28, 2011 2:17 pm</a> via web<a href='https://twitter.com/intent/tweet?in_reply_to=52494439398113280' class='bbp-action bbp-reply-action' title='Reply'><span><em style='margin-left: 1em;'></em><strong>Reply</strong></span></a><a href='https://twitter.com/intent/retweet?tweet_id=52494439398113280' class='bbp-action bbp-retweet-action' title='Retweet'><span><em style='margin-left: 1em;'></em><strong>Retweet</strong></span></a><a href='https://twitter.com/intent/favorite?tweet_id=52494439398113280' class='bbp-action bbp-favorite-action' title='Favorite'><span><em style='margin-left: 1em;'></em><strong>Favorite</strong></span></a></div><div style='float:left; padding:0; margin:0'><a href='http://twitter.com/intent/user?screen_name=emozes'><img style='width:48px; height:48px; padding-right:7px; border:none; background:none; margin:0' src='http://a3.twimg.com/profile_images/1198024923/41513_890490421_4671570_n_normal.jpg' /></a></div><div style='float:left; padding:0; margin:0'><a style='font-weight:bold' href='http://twitter.com/intent/user?screen_name=emozes'>@emozes</a><div style='margin:0; padding-top:2px'>Erika Mozes</div></div><div style='clear:both'></div></div></div><!-- end of tweet --><br />
<!-- tweet id : 52495286442016768 --><style type='text/css'>#bbpBox_52495286442016768 a { text-decoration:none; color:#0000ff; }#bbpBox_52495286442016768 a:hover { text-decoration:underline; }</style><div id='bbpBox_52495286442016768' class='bbpBox' style='padding:20px; margin:5px 0; background-color:#9ae4e8; background-image:url(http://a1.twimg.com/profile_background_images/1785032/bethpage.JPG); background-repeat:no-repeat'><div style='background:#fff; padding:10px; margin:0; min-height:48px; color:#000000; -moz-border-radius:5px; -webkit-border-radius:5px;'><span style='width:100%; font-size:18px; line-height:22px;'>@<a class="tweet-url username" href="http://twitter.com/emozes">emozes</a> I'm happy when you're happy. I don't trust anyone in negotiating this agreement, and neither should you!</span><div class='bbp-actions' style='font-size:12px; width:100%; padding:5px 0; margin:0 0 10px 0; border-bottom:1px solid #e6e6e6;'><img align='middle' src='http://evansolomon.me/notes/wp-content/plugins/twitter-blackbird-pie//images/bird.png' /><a title='tweeted on March 28, 2011 2:20 pm' href='http://twitter.com/#!/evansolomon/status/52495286442016768' target='_blank'>March 28, 2011 2:20 pm</a> via web<a href='https://twitter.com/intent/tweet?in_reply_to=52495286442016768' class='bbp-action bbp-reply-action' title='Reply'><span><em style='margin-left: 1em;'></em><strong>Reply</strong></span></a><a href='https://twitter.com/intent/retweet?tweet_id=52495286442016768' class='bbp-action bbp-retweet-action' title='Retweet'><span><em style='margin-left: 1em;'></em><strong>Retweet</strong></span></a><a href='https://twitter.com/intent/favorite?tweet_id=52495286442016768' class='bbp-action bbp-favorite-action' title='Favorite'><span><em style='margin-left: 1em;'></em><strong>Favorite</strong></span></a></div><div style='float:left; padding:0; margin:0'><a href='http://twitter.com/intent/user?screen_name=evansolomon'><img style='width:48px; height:48px; padding-right:7px; border:none; background:none; margin:0' src='http://a1.twimg.com/profile_images/292802874/evan_bw2_normal.jpg' /></a></div><div style='float:left; padding:0; margin:0'><a style='font-weight:bold' href='http://twitter.com/intent/user?screen_name=evansolomon'>@evansolomon</a><div style='margin:0; padding-top:2px'>Evan Solomon</div></div><div style='clear:both'></div></div></div><!-- end of tweet --><br />
<!-- tweet id : 52495754853494784 --><style type='text/css'>#bbpBox_52495754853494784 a { text-decoration:none; color:#0099B9; }#bbpBox_52495754853494784 a:hover { text-decoration:underline; }</style><div id='bbpBox_52495754853494784' class='bbpBox' style='padding:20px; margin:5px 0; background-color:#0099B9; background-image:url(http://a3.twimg.com/a/1300138889/images/themes/theme4/bg.gif); background-repeat:no-repeat'><div style='background:#fff; padding:10px; margin:0; min-height:48px; color:#3C3940; -moz-border-radius:5px; -webkit-border-radius:5px;'><span style='width:100%; font-size:18px; line-height:22px;'>@<a class="tweet-url username" href="http://twitter.com/evansolomon">evansolomon</a> seriously, thank you for talking about it.  A real discussion needs to happen.  Pharmacare is just the tipping point.</span><div class='bbp-actions' style='font-size:12px; width:100%; padding:5px 0; margin:0 0 10px 0; border-bottom:1px solid #e6e6e6;'><img align='middle' src='http://evansolomon.me/notes/wp-content/plugins/twitter-blackbird-pie//images/bird.png' /><a title='tweeted on March 28, 2011 2:22 pm' href='http://twitter.com/#!/emozes/status/52495754853494784' target='_blank'>March 28, 2011 2:22 pm</a> via web<a href='https://twitter.com/intent/tweet?in_reply_to=52495754853494784' class='bbp-action bbp-reply-action' title='Reply'><span><em style='margin-left: 1em;'></em><strong>Reply</strong></span></a><a href='https://twitter.com/intent/retweet?tweet_id=52495754853494784' class='bbp-action bbp-retweet-action' title='Retweet'><span><em style='margin-left: 1em;'></em><strong>Retweet</strong></span></a><a href='https://twitter.com/intent/favorite?tweet_id=52495754853494784' class='bbp-action bbp-favorite-action' title='Favorite'><span><em style='margin-left: 1em;'></em><strong>Favorite</strong></span></a></div><div style='float:left; padding:0; margin:0'><a href='http://twitter.com/intent/user?screen_name=emozes'><img style='width:48px; height:48px; padding-right:7px; border:none; background:none; margin:0' src='http://a3.twimg.com/profile_images/1198024923/41513_890490421_4671570_n_normal.jpg' /></a></div><div style='float:left; padding:0; margin:0'><a style='font-weight:bold' href='http://twitter.com/intent/user?screen_name=emozes'>@emozes</a><div style='margin:0; padding-top:2px'>Erika Mozes</div></div><div style='clear:both'></div></div></div><!-- end of tweet --><br />
<!-- tweet id : 52498447089139712 --><style type='text/css'>#bbpBox_52498447089139712 a { text-decoration:none; color:#0000ff; }#bbpBox_52498447089139712 a:hover { text-decoration:underline; }</style><div id='bbpBox_52498447089139712' class='bbpBox' style='padding:20px; margin:5px 0; background-color:#9ae4e8; background-image:url(http://a1.twimg.com/profile_background_images/1785032/bethpage.JPG); background-repeat:no-repeat'><div style='background:#fff; padding:10px; margin:0; min-height:48px; color:#000000; -moz-border-radius:5px; -webkit-border-radius:5px;'><span style='width:100%; font-size:18px; line-height:22px;'>@<a class="tweet-url username" href="http://twitter.com/emozes">emozes</a> If we can break down walls and get a real discussion started on pharmacare, who knows how far we can take this!</span><div class='bbp-actions' style='font-size:12px; width:100%; padding:5px 0; margin:0 0 10px 0; border-bottom:1px solid #e6e6e6;'><img align='middle' src='http://evansolomon.me/notes/wp-content/plugins/twitter-blackbird-pie//images/bird.png' /><a title='tweeted on March 28, 2011 2:32 pm' href='http://twitter.com/#!/evansolomon/status/52498447089139712' target='_blank'>March 28, 2011 2:32 pm</a> via web<a href='https://twitter.com/intent/tweet?in_reply_to=52498447089139712' class='bbp-action bbp-reply-action' title='Reply'><span><em style='margin-left: 1em;'></em><strong>Reply</strong></span></a><a href='https://twitter.com/intent/retweet?tweet_id=52498447089139712' class='bbp-action bbp-retweet-action' title='Retweet'><span><em style='margin-left: 1em;'></em><strong>Retweet</strong></span></a><a href='https://twitter.com/intent/favorite?tweet_id=52498447089139712' class='bbp-action bbp-favorite-action' title='Favorite'><span><em style='margin-left: 1em;'></em><strong>Favorite</strong></span></a></div><div style='float:left; padding:0; margin:0'><a href='http://twitter.com/intent/user?screen_name=evansolomon'><img style='width:48px; height:48px; padding-right:7px; border:none; background:none; margin:0' src='http://a1.twimg.com/profile_images/292802874/evan_bw2_normal.jpg' /></a></div><div style='float:left; padding:0; margin:0'><a style='font-weight:bold' href='http://twitter.com/intent/user?screen_name=evansolomon'>@evansolomon</a><div style='margin:0; padding-top:2px'>Evan Solomon</div></div><div style='clear:both'></div></div></div><!-- end of tweet --><br />
<!-- tweet id : 52504367470878720 --><style type='text/css'>#bbpBox_52504367470878720 a { text-decoration:none; color:#0099B9; }#bbpBox_52504367470878720 a:hover { text-decoration:underline; }</style><div id='bbpBox_52504367470878720' class='bbpBox' style='padding:20px; margin:5px 0; background-color:#0099B9; background-image:url(http://a3.twimg.com/a/1300138889/images/themes/theme4/bg.gif); background-repeat:no-repeat'><div style='background:#fff; padding:10px; margin:0; min-height:48px; color:#3C3940; -moz-border-radius:5px; -webkit-border-radius:5px;'><span style='width:100%; font-size:18px; line-height:22px;'>@<a class="tweet-url username" href="http://twitter.com/evansolomon">evansolomon</a> ...an orphan drug policy wld be a good 1st step... Health first ministers meeting this Spring.</span><div class='bbp-actions' style='font-size:12px; width:100%; padding:5px 0; margin:0 0 10px 0; border-bottom:1px solid #e6e6e6;'><img align='middle' src='http://evansolomon.me/notes/wp-content/plugins/twitter-blackbird-pie//images/bird.png' /><a title='tweeted on March 28, 2011 2:56 pm' href='http://twitter.com/#!/emozes/status/52504367470878720' target='_blank'>March 28, 2011 2:56 pm</a> via <a href="http://blackberry.com/twitter" rel="nofollow" target="blank">Twitter for BlackBerry®</a><a href='https://twitter.com/intent/tweet?in_reply_to=52504367470878720' class='bbp-action bbp-reply-action' title='Reply'><span><em style='margin-left: 1em;'></em><strong>Reply</strong></span></a><a href='https://twitter.com/intent/retweet?tweet_id=52504367470878720' class='bbp-action bbp-retweet-action' title='Retweet'><span><em style='margin-left: 1em;'></em><strong>Retweet</strong></span></a><a href='https://twitter.com/intent/favorite?tweet_id=52504367470878720' class='bbp-action bbp-favorite-action' title='Favorite'><span><em style='margin-left: 1em;'></em><strong>Favorite</strong></span></a></div><div style='float:left; padding:0; margin:0'><a href='http://twitter.com/intent/user?screen_name=emozes'><img style='width:48px; height:48px; padding-right:7px; border:none; background:none; margin:0' src='http://a3.twimg.com/profile_images/1198024923/41513_890490421_4671570_n_normal.jpg' /></a></div><div style='float:left; padding:0; margin:0'><a style='font-weight:bold' href='http://twitter.com/intent/user?screen_name=emozes'>@emozes</a><div style='margin:0; padding-top:2px'>Erika Mozes</div></div><div style='clear:both'></div></div></div><!-- end of tweet --><br />
<!-- tweet id : 52506167229939712 --><style type='text/css'>#bbpBox_52506167229939712 a { text-decoration:none; color:#0000ff; }#bbpBox_52506167229939712 a:hover { text-decoration:underline; }</style><div id='bbpBox_52506167229939712' class='bbpBox' style='padding:20px; margin:5px 0; background-color:#9ae4e8; background-image:url(http://a1.twimg.com/profile_background_images/1785032/bethpage.JPG); background-repeat:no-repeat'><div style='background:#fff; padding:10px; margin:0; min-height:48px; color:#000000; -moz-border-radius:5px; -webkit-border-radius:5px;'><span style='width:100%; font-size:18px; line-height:22px;'>@<a class="tweet-url username" href="http://twitter.com/emozes">emozes</a> I disagree with you and do not think we should be giving orphans drugs. They have gone through enough already!</span><div class='bbp-actions' style='font-size:12px; width:100%; padding:5px 0; margin:0 0 10px 0; border-bottom:1px solid #e6e6e6;'><img align='middle' src='http://evansolomon.me/notes/wp-content/plugins/twitter-blackbird-pie//images/bird.png' /><a title='tweeted on March 28, 2011 3:03 pm' href='http://twitter.com/#!/evansolomon/status/52506167229939712' target='_blank'>March 28, 2011 3:03 pm</a> via web<a href='https://twitter.com/intent/tweet?in_reply_to=52506167229939712' class='bbp-action bbp-reply-action' title='Reply'><span><em style='margin-left: 1em;'></em><strong>Reply</strong></span></a><a href='https://twitter.com/intent/retweet?tweet_id=52506167229939712' class='bbp-action bbp-retweet-action' title='Retweet'><span><em style='margin-left: 1em;'></em><strong>Retweet</strong></span></a><a href='https://twitter.com/intent/favorite?tweet_id=52506167229939712' class='bbp-action bbp-favorite-action' title='Favorite'><span><em style='margin-left: 1em;'></em><strong>Favorite</strong></span></a></div><div style='float:left; padding:0; margin:0'><a href='http://twitter.com/intent/user?screen_name=evansolomon'><img style='width:48px; height:48px; padding-right:7px; border:none; background:none; margin:0' src='http://a1.twimg.com/profile_images/292802874/evan_bw2_normal.jpg' /></a></div><div style='float:left; padding:0; margin:0'><a style='font-weight:bold' href='http://twitter.com/intent/user?screen_name=evansolomon'>@evansolomon</a><div style='margin:0; padding-top:2px'>Evan Solomon</div></div><div style='clear:both'></div></div></div><!-- end of tweet --></p>
<p>It wasn&#8217;t all fun and games though, some people wanted to put an end to the shenanigans!</p>
<!-- tweet id : 52506242744193024 --><style type='text/css'>#bbpBox_52506242744193024 a { text-decoration:none; color:#0084B4; }#bbpBox_52506242744193024 a:hover { text-decoration:underline; }</style><div id='bbpBox_52506242744193024' class='bbpBox' style='padding:20px; margin:5px 0; background-color:#C0DEED; background-image:url(http://a3.twimg.com/a/1300479984/images/themes/theme1/bg.png); background-repeat:no-repeat'><div style='background:#fff; padding:10px; margin:0; min-height:48px; color:#333333; -moz-border-radius:5px; -webkit-border-radius:5px;'><span style='width:100%; font-size:18px; line-height:22px;'>Hey Twitterverse: Loving pol comments. But please send to me at @<a class="tweet-url username" href="http://twitter.com/evansolomoncbc">evansolomoncbc</a>. There is another @<a class="tweet-url username" href="http://twitter.com/evansolomon">evansolomon</a> in USA who is going nuts.thnx</span><div class='bbp-actions' style='font-size:12px; width:100%; padding:5px 0; margin:0 0 10px 0; border-bottom:1px solid #e6e6e6;'><img align='middle' src='http://evansolomon.me/notes/wp-content/plugins/twitter-blackbird-pie//images/bird.png' /><a title='tweeted on March 28, 2011 3:03 pm' href='http://twitter.com/#!/evansolomoncbc/status/52506242744193024' target='_blank'>March 28, 2011 3:03 pm</a> via web<a href='https://twitter.com/intent/tweet?in_reply_to=52506242744193024' class='bbp-action bbp-reply-action' title='Reply'><span><em style='margin-left: 1em;'></em><strong>Reply</strong></span></a><a href='https://twitter.com/intent/retweet?tweet_id=52506242744193024' class='bbp-action bbp-retweet-action' title='Retweet'><span><em style='margin-left: 1em;'></em><strong>Retweet</strong></span></a><a href='https://twitter.com/intent/favorite?tweet_id=52506242744193024' class='bbp-action bbp-favorite-action' title='Favorite'><span><em style='margin-left: 1em;'></em><strong>Favorite</strong></span></a></div><div style='float:left; padding:0; margin:0'><a href='http://twitter.com/intent/user?screen_name=evansolomoncbc'><img style='width:48px; height:48px; padding-right:7px; border:none; background:none; margin:0' src='http://a1.twimg.com/profile_images/1107286746/evan_head_shot_normal.jpg' /></a></div><div style='float:left; padding:0; margin:0'><a style='font-weight:bold' href='http://twitter.com/intent/user?screen_name=evansolomoncbc'>@evansolomoncbc</a><div style='margin:0; padding-top:2px'>Evan Solomon</div></div><div style='clear:both'></div></div></div><!-- end of tweet -->
<p>Current events are fine, but let&#8217;s dive into some history, shall we?</p>
<p><!-- tweet id : 52510140280217601 --><style type='text/css'>#bbpBox_52510140280217601 a { text-decoration:none; color:#0084B4; }#bbpBox_52510140280217601 a:hover { text-decoration:underline; }</style><div id='bbpBox_52510140280217601' class='bbpBox' style='padding:20px; margin:5px 0; background-color:#C0DEED; background-image:url(http://a3.twimg.com/a/1300991299/images/themes/theme1/bg.png); background-repeat:no-repeat'><div style='background:#fff; padding:10px; margin:0; min-height:48px; color:#333333; -moz-border-radius:5px; -webkit-border-radius:5px;'><span style='width:100%; font-size:18px; line-height:22px;'>@<a class="tweet-url username" href="http://twitter.com/evansolomon">evansolomon</a> do you remember in the 2004 debates when Harper said "He owns children"? <a href="http://twitter.com/search?q=%23cbc" title="#cbc" class="tweet-url hashtag">#cbc</a> <a href="http://twitter.com/search?q=%23elxn41" title="#elxn41" class="tweet-url hashtag">#elxn41</a> <a href="http://twitter.com/search?q=%23cpac" title="#cpac" class="tweet-url hashtag">#cpac</a> <a href="http://twitter.com/search?q=%23cpc" title="#cpc" class="tweet-url hashtag">#cpc</a> <a href="http://twitter.com/search?q=%23harper" title="#harper" class="tweet-url hashtag">#harper</a></span><div class='bbp-actions' style='font-size:12px; width:100%; padding:5px 0; margin:0 0 10px 0; border-bottom:1px solid #e6e6e6;'><img align='middle' src='http://evansolomon.me/notes/wp-content/plugins/twitter-blackbird-pie//images/bird.png' /><a title='tweeted on March 28, 2011 3:19 pm' href='http://twitter.com/#!/SDHSFBRULES/status/52510140280217601' target='_blank'>March 28, 2011 3:19 pm</a> via web<a href='https://twitter.com/intent/tweet?in_reply_to=52510140280217601' class='bbp-action bbp-reply-action' title='Reply'><span><em style='margin-left: 1em;'></em><strong>Reply</strong></span></a><a href='https://twitter.com/intent/retweet?tweet_id=52510140280217601' class='bbp-action bbp-retweet-action' title='Retweet'><span><em style='margin-left: 1em;'></em><strong>Retweet</strong></span></a><a href='https://twitter.com/intent/favorite?tweet_id=52510140280217601' class='bbp-action bbp-favorite-action' title='Favorite'><span><em style='margin-left: 1em;'></em><strong>Favorite</strong></span></a></div><div style='float:left; padding:0; margin:0'><a href='http://twitter.com/intent/user?screen_name=SDHSFBRULES'><img style='width:48px; height:48px; padding-right:7px; border:none; background:none; margin:0' src='http://a2.twimg.com/profile_images/1094015756/n706250153_2773_normal.jpg' /></a></div><div style='float:left; padding:0; margin:0'><a style='font-weight:bold' href='http://twitter.com/intent/user?screen_name=SDHSFBRULES'>@SDHSFBRULES</a><div style='margin:0; padding-top:2px'>San Dimas</div></div><div style='clear:both'></div></div></div><!-- end of tweet --><br />
<!-- tweet id : 52511301204840449 --><style type='text/css'>#bbpBox_52511301204840449 a { text-decoration:none; color:#0000ff; }#bbpBox_52511301204840449 a:hover { text-decoration:underline; }</style><div id='bbpBox_52511301204840449' class='bbpBox' style='padding:20px; margin:5px 0; background-color:#9ae4e8; background-image:url(http://a1.twimg.com/profile_background_images/1785032/bethpage.JPG); background-repeat:no-repeat'><div style='background:#fff; padding:10px; margin:0; min-height:48px; color:#000000; -moz-border-radius:5px; -webkit-border-radius:5px;'><span style='width:100%; font-size:18px; line-height:22px;'>@<a class="tweet-url username" href="http://twitter.com/SDHSFBRULES">SDHSFBRULES</a> No, but if we go with @<a class="tweet-url username" href="http://twitter.com/ezmoze">ezmoze</a>'s policy of giving drugs to orphans we can probably all own some children one day.</span><div class='bbp-actions' style='font-size:12px; width:100%; padding:5px 0; margin:0 0 10px 0; border-bottom:1px solid #e6e6e6;'><img align='middle' src='http://evansolomon.me/notes/wp-content/plugins/twitter-blackbird-pie//images/bird.png' /><a title='tweeted on March 28, 2011 3:24 pm' href='http://twitter.com/#!/evansolomon/status/52511301204840449' target='_blank'>March 28, 2011 3:24 pm</a> via web<a href='https://twitter.com/intent/tweet?in_reply_to=52511301204840449' class='bbp-action bbp-reply-action' title='Reply'><span><em style='margin-left: 1em;'></em><strong>Reply</strong></span></a><a href='https://twitter.com/intent/retweet?tweet_id=52511301204840449' class='bbp-action bbp-retweet-action' title='Retweet'><span><em style='margin-left: 1em;'></em><strong>Retweet</strong></span></a><a href='https://twitter.com/intent/favorite?tweet_id=52511301204840449' class='bbp-action bbp-favorite-action' title='Favorite'><span><em style='margin-left: 1em;'></em><strong>Favorite</strong></span></a></div><div style='float:left; padding:0; margin:0'><a href='http://twitter.com/intent/user?screen_name=evansolomon'><img style='width:48px; height:48px; padding-right:7px; border:none; background:none; margin:0' src='http://a1.twimg.com/profile_images/292802874/evan_bw2_normal.jpg' /></a></div><div style='float:left; padding:0; margin:0'><a style='font-weight:bold' href='http://twitter.com/intent/user?screen_name=evansolomon'>@evansolomon</a><div style='margin:0; padding-top:2px'>Evan Solomon</div></div><div style='clear:both'></div></div></div><!-- end of tweet --></p>
<p>And it&#8217;s not just commoners, even the pundits (and their possibly official guides) got in on the conversation.</p>
<p><!-- tweet id : 52507832859361280 --><style type='text/css'>#bbpBox_52507832859361280 a { text-decoration:none; color:#0084B4; }#bbpBox_52507832859361280 a:hover { text-decoration:underline; }</style><div id='bbpBox_52507832859361280' class='bbpBox' style='padding:20px; margin:5px 0; background-color:#9AE4E8; background-image:url(http://a3.twimg.com/profile_background_images/17564450/punditsguide_blog.png);'><div style='background:#fff; padding:10px; margin:0; min-height:48px; color:#333333; -moz-border-radius:5px; -webkit-border-radius:5px;'><span style='width:100%; font-size:18px; line-height:22px;'>Love it. IT guy somewhere in the States whose firm runs Wordpress.com has been chatting <a href="http://twitter.com/search?q=%23CdnPoli" title="#CdnPoli" class="tweet-url hashtag">#CdnPoli</a> all day w/ppl thinking he hosts show on CBC</span><div class='bbp-actions' style='font-size:12px; width:100%; padding:5px 0; margin:0 0 10px 0; border-bottom:1px solid #e6e6e6;'><img align='middle' src='http://evansolomon.me/notes/wp-content/plugins/twitter-blackbird-pie//images/bird.png' /><a title='tweeted on March 28, 2011 3:10 pm' href='http://twitter.com/#!/punditsguide/status/52507832859361280' target='_blank'>March 28, 2011 3:10 pm</a> via web<a href='https://twitter.com/intent/tweet?in_reply_to=52507832859361280' class='bbp-action bbp-reply-action' title='Reply'><span><em style='margin-left: 1em;'></em><strong>Reply</strong></span></a><a href='https://twitter.com/intent/retweet?tweet_id=52507832859361280' class='bbp-action bbp-retweet-action' title='Retweet'><span><em style='margin-left: 1em;'></em><strong>Retweet</strong></span></a><a href='https://twitter.com/intent/favorite?tweet_id=52507832859361280' class='bbp-action bbp-favorite-action' title='Favorite'><span><em style='margin-left: 1em;'></em><strong>Favorite</strong></span></a></div><div style='float:left; padding:0; margin:0'><a href='http://twitter.com/intent/user?screen_name=punditsguide'><img style='width:48px; height:48px; padding-right:7px; border:none; background:none; margin:0' src='http://a0.twimg.com/profile_images/258126093/punditsguide_normal.png' /></a></div><div style='float:left; padding:0; margin:0'><a style='font-weight:bold' href='http://twitter.com/intent/user?screen_name=punditsguide'>@punditsguide</a><div style='margin:0; padding-top:2px'>Pundits' Guide</div></div><div style='clear:both'></div></div></div><!-- end of tweet --><br />
<!-- tweet id : 52508877882798080 --><style type='text/css'>#bbpBox_52508877882798080 a { text-decoration:none; color:#0000ff; }#bbpBox_52508877882798080 a:hover { text-decoration:underline; }</style><div id='bbpBox_52508877882798080' class='bbpBox' style='padding:20px; margin:5px 0; background-color:#9ae4e8; background-image:url(http://a1.twimg.com/profile_background_images/1785032/bethpage.JPG); background-repeat:no-repeat'><div style='background:#fff; padding:10px; margin:0; min-height:48px; color:#000000; -moz-border-radius:5px; -webkit-border-radius:5px;'><span style='width:100%; font-size:18px; line-height:22px;'>@<a class="tweet-url username" href="http://twitter.com/punditsguide">punditsguide</a> Hi there.  Have I been added as an official pundit yet?  Where do I sign up for this guide?</span><div class='bbp-actions' style='font-size:12px; width:100%; padding:5px 0; margin:0 0 10px 0; border-bottom:1px solid #e6e6e6;'><img align='middle' src='http://evansolomon.me/notes/wp-content/plugins/twitter-blackbird-pie//images/bird.png' /><a title='tweeted on March 28, 2011 3:14 pm' href='http://twitter.com/#!/evansolomon/status/52508877882798080' target='_blank'>March 28, 2011 3:14 pm</a> via web<a href='https://twitter.com/intent/tweet?in_reply_to=52508877882798080' class='bbp-action bbp-reply-action' title='Reply'><span><em style='margin-left: 1em;'></em><strong>Reply</strong></span></a><a href='https://twitter.com/intent/retweet?tweet_id=52508877882798080' class='bbp-action bbp-retweet-action' title='Retweet'><span><em style='margin-left: 1em;'></em><strong>Retweet</strong></span></a><a href='https://twitter.com/intent/favorite?tweet_id=52508877882798080' class='bbp-action bbp-favorite-action' title='Favorite'><span><em style='margin-left: 1em;'></em><strong>Favorite</strong></span></a></div><div style='float:left; padding:0; margin:0'><a href='http://twitter.com/intent/user?screen_name=evansolomon'><img style='width:48px; height:48px; padding-right:7px; border:none; background:none; margin:0' src='http://a1.twimg.com/profile_images/292802874/evan_bw2_normal.jpg' /></a></div><div style='float:left; padding:0; margin:0'><a style='font-weight:bold' href='http://twitter.com/intent/user?screen_name=evansolomon'>@evansolomon</a><div style='margin:0; padding-top:2px'>Evan Solomon</div></div><div style='clear:both'></div></div></div><!-- end of tweet --><br />
<!-- tweet id : 52511074313961472 --><style type='text/css'>#bbpBox_52511074313961472 a { text-decoration:none; color:#0084B4; }#bbpBox_52511074313961472 a:hover { text-decoration:underline; }</style><div id='bbpBox_52511074313961472' class='bbpBox' style='padding:20px; margin:5px 0; background-color:#9AE4E8; background-image:url(http://a3.twimg.com/profile_background_images/17564450/punditsguide_blog.png);'><div style='background:#fff; padding:10px; margin:0; min-height:48px; color:#333333; -moz-border-radius:5px; -webkit-border-radius:5px;'><span style='width:100%; font-size:18px; line-height:22px;'>@<a class="tweet-url username" href="http://twitter.com/evansolomon">evansolomon</a> <a href="http://www.punditsguide.ca">http://www.punditsguide.ca</a> A web DB of Cdn elxn stats w/covering *Wordpress* blog. Migrated from Blogger; not totally loving WP</span><div class='bbp-actions' style='font-size:12px; width:100%; padding:5px 0; margin:0 0 10px 0; border-bottom:1px solid #e6e6e6;'><img align='middle' src='http://evansolomon.me/notes/wp-content/plugins/twitter-blackbird-pie//images/bird.png' /><a title='tweeted on March 28, 2011 3:23 pm' href='http://twitter.com/#!/punditsguide/status/52511074313961472' target='_blank'>March 28, 2011 3:23 pm</a> via web<a href='https://twitter.com/intent/tweet?in_reply_to=52511074313961472' class='bbp-action bbp-reply-action' title='Reply'><span><em style='margin-left: 1em;'></em><strong>Reply</strong></span></a><a href='https://twitter.com/intent/retweet?tweet_id=52511074313961472' class='bbp-action bbp-retweet-action' title='Retweet'><span><em style='margin-left: 1em;'></em><strong>Retweet</strong></span></a><a href='https://twitter.com/intent/favorite?tweet_id=52511074313961472' class='bbp-action bbp-favorite-action' title='Favorite'><span><em style='margin-left: 1em;'></em><strong>Favorite</strong></span></a></div><div style='float:left; padding:0; margin:0'><a href='http://twitter.com/intent/user?screen_name=punditsguide'><img style='width:48px; height:48px; padding-right:7px; border:none; background:none; margin:0' src='http://a0.twimg.com/profile_images/258126093/punditsguide_normal.png' /></a></div><div style='float:left; padding:0; margin:0'><a style='font-weight:bold' href='http://twitter.com/intent/user?screen_name=punditsguide'>@punditsguide</a><div style='margin:0; padding-top:2px'>Pundits' Guide</div></div><div style='clear:both'></div></div></div><!-- end of tweet --></p>
<p>But don&#8217;t let anyone tell you the Canadians aren&#8217;t a sharp bunch, a few of them caught onto my ruse.</p>
<p><!-- tweet id : 52510326859640832 --><style type='text/css'>#bbpBox_52510326859640832 a { text-decoration:none; color:#E85A22; }#bbpBox_52510326859640832 a:hover { text-decoration:underline; }</style><div id='bbpBox_52510326859640832' class='bbpBox' style='padding:20px; margin:5px 0; background-color:#FBEBBB; background-image:url(http://a2.twimg.com/profile_background_images/5632529/main-bg.jpg); background-repeat:no-repeat'><div style='background:#fff; padding:10px; margin:0; min-height:48px; color:#000000; -moz-border-radius:5px; -webkit-border-radius:5px;'><span style='width:100%; font-size:18px; line-height:22px;'>This is freaking great - @<a class="tweet-url username" href="http://twitter.com/evansolomon">evansolomon</a> meet @<a class="tweet-url username" href="http://twitter.com/evansolomoncbc">evansolomoncbc</a> - bet our new Evan now knows more that he ever wanted about canucks & elections</span><div class='bbp-actions' style='font-size:12px; width:100%; padding:5px 0; margin:0 0 10px 0; border-bottom:1px solid #e6e6e6;'><img align='middle' src='http://evansolomon.me/notes/wp-content/plugins/twitter-blackbird-pie//images/bird.png' /><a title='tweeted on March 28, 2011 3:20 pm' href='http://twitter.com/#!/iancapstick/status/52510326859640832' target='_blank'>March 28, 2011 3:20 pm</a> via <a href="http://www.hootsuite.com" rel="nofollow" target="blank">HootSuite</a><a href='https://twitter.com/intent/tweet?in_reply_to=52510326859640832' class='bbp-action bbp-reply-action' title='Reply'><span><em style='margin-left: 1em;'></em><strong>Reply</strong></span></a><a href='https://twitter.com/intent/retweet?tweet_id=52510326859640832' class='bbp-action bbp-retweet-action' title='Retweet'><span><em style='margin-left: 1em;'></em><strong>Retweet</strong></span></a><a href='https://twitter.com/intent/favorite?tweet_id=52510326859640832' class='bbp-action bbp-favorite-action' title='Favorite'><span><em style='margin-left: 1em;'></em><strong>Favorite</strong></span></a></div><div style='float:left; padding:0; margin:0'><a href='http://twitter.com/intent/user?screen_name=iancapstick'><img style='width:48px; height:48px; padding-right:7px; border:none; background:none; margin:0' src='http://a1.twimg.com/profile_images/1247333775/Ian-headshot-twitter_normal.jpg' /></a></div><div style='float:left; padding:0; margin:0'><a style='font-weight:bold' href='http://twitter.com/intent/user?screen_name=iancapstick'>@iancapstick</a><div style='margin:0; padding-top:2px'>Ian Capstick</div></div><div style='clear:both'></div></div></div><!-- end of tweet --><br />
<!-- tweet id : 52508159331401728 --><style type='text/css'>#bbpBox_52508159331401728 a { text-decoration:none; color:#b4d9ad; }#bbpBox_52508159331401728 a:hover { text-decoration:underline; }</style><div id='bbpBox_52508159331401728' class='bbpBox' style='padding:20px; margin:5px 0; background-color:#214542; background-image:url(http://a2.twimg.com/profile_background_images/170090494/x88472facfca10e82f6918b33bec4b67.jpg); background-repeat:no-repeat'><div style='background:#fff; padding:10px; margin:0; min-height:48px; color:#739e9f; -moz-border-radius:5px; -webkit-border-radius:5px;'><span style='width:100%; font-size:18px; line-height:22px;'>@<a class="tweet-url username" href="http://twitter.com/evansolomoncbc">evansolomoncbc</a> Oh but this @<a class="tweet-url username" href="http://twitter.com/evansolomon">evansolomon</a> 's responses are epic! Too funny.</span><div class='bbp-actions' style='font-size:12px; width:100%; padding:5px 0; margin:0 0 10px 0; border-bottom:1px solid #e6e6e6;'><img align='middle' src='http://evansolomon.me/notes/wp-content/plugins/twitter-blackbird-pie//images/bird.png' /><a title='tweeted on March 28, 2011 3:11 pm' href='http://twitter.com/#!/nduhamel/status/52508159331401728' target='_blank'>March 28, 2011 3:11 pm</a> via web<a href='https://twitter.com/intent/tweet?in_reply_to=52508159331401728' class='bbp-action bbp-reply-action' title='Reply'><span><em style='margin-left: 1em;'></em><strong>Reply</strong></span></a><a href='https://twitter.com/intent/retweet?tweet_id=52508159331401728' class='bbp-action bbp-retweet-action' title='Retweet'><span><em style='margin-left: 1em;'></em><strong>Retweet</strong></span></a><a href='https://twitter.com/intent/favorite?tweet_id=52508159331401728' class='bbp-action bbp-favorite-action' title='Favorite'><span><em style='margin-left: 1em;'></em><strong>Favorite</strong></span></a></div><div style='float:left; padding:0; margin:0'><a href='http://twitter.com/intent/user?screen_name=nduhamel'><img style='width:48px; height:48px; padding-right:7px; border:none; background:none; margin:0' src='http://a2.twimg.com/profile_images/1205244555/Nat_Headshot_2Jan11-200px_normal.jpg' /></a></div><div style='float:left; padding:0; margin:0'><a style='font-weight:bold' href='http://twitter.com/intent/user?screen_name=nduhamel'>@nduhamel</a><div style='margin:0; padding-top:2px'>Natalie Duhamel</div></div><div style='clear:both'></div></div></div><!-- end of tweet --><br />
<!-- tweet id : 52508693652180992 --><style type='text/css'>#bbpBox_52508693652180992 a { text-decoration:none; color:#0084B4; }#bbpBox_52508693652180992 a:hover { text-decoration:underline; }</style><div id='bbpBox_52508693652180992' class='bbpBox' style='padding:20px; margin:5px 0; background-color:#C0DEED; background-image:url(http://a3.twimg.com/a/1301335074/images/themes/theme1/bg.png); background-repeat:no-repeat'><div style='background:#fff; padding:10px; margin:0; min-height:48px; color:#333333; -moz-border-radius:5px; -webkit-border-radius:5px;'><span style='width:100%; font-size:18px; line-height:22px;'>@<a class="tweet-url username" href="http://twitter.com/evansolomon">evansolomon</a> hahah this is gold. keep answering the questions :P</span><div class='bbp-actions' style='font-size:12px; width:100%; padding:5px 0; margin:0 0 10px 0; border-bottom:1px solid #e6e6e6;'><img align='middle' src='http://evansolomon.me/notes/wp-content/plugins/twitter-blackbird-pie//images/bird.png' /><a title='tweeted on March 28, 2011 3:13 pm' href='http://twitter.com/#!/enektyk/status/52508693652180992' target='_blank'>March 28, 2011 3:13 pm</a> via web<a href='https://twitter.com/intent/tweet?in_reply_to=52508693652180992' class='bbp-action bbp-reply-action' title='Reply'><span><em style='margin-left: 1em;'></em><strong>Reply</strong></span></a><a href='https://twitter.com/intent/retweet?tweet_id=52508693652180992' class='bbp-action bbp-retweet-action' title='Retweet'><span><em style='margin-left: 1em;'></em><strong>Retweet</strong></span></a><a href='https://twitter.com/intent/favorite?tweet_id=52508693652180992' class='bbp-action bbp-favorite-action' title='Favorite'><span><em style='margin-left: 1em;'></em><strong>Favorite</strong></span></a></div><div style='float:left; padding:0; margin:0'><a href='http://twitter.com/intent/user?screen_name=enektyk'><img style='width:48px; height:48px; padding-right:7px; border:none; background:none; margin:0' src='http://a1.twimg.com/profile_images/1289662018/41263_normal.jpg' /></a></div><div style='float:left; padding:0; margin:0'><a style='font-weight:bold' href='http://twitter.com/intent/user?screen_name=enektyk'>@enektyk</a><div style='margin:0; padding-top:2px'>enektyk</div></div><div style='clear:both'></div></div></div><!-- end of tweet --><br />
<!-- tweet id : 52507984101773312 --><style type='text/css'>#bbpBox_52507984101773312 a { text-decoration:none; color:#1F98C7; }#bbpBox_52507984101773312 a:hover { text-decoration:underline; }</style><div id='bbpBox_52507984101773312' class='bbpBox' style='padding:20px; margin:5px 0; background-color:#C6E2EE; background-image:url(http://a1.twimg.com/a/1301071706/images/themes/theme2/bg.gif); background-repeat:no-repeat'><div style='background:#fff; padding:10px; margin:0; min-height:48px; color:#663B12; -moz-border-radius:5px; -webkit-border-radius:5px;'><span style='width:100%; font-size:18px; line-height:22px;'>Newest <a href="http://twitter.com/search?q=%23elxn41" title="#elxn41" class="tweet-url hashtag">#elxn41</a> pundit: American software developer(?) @<a class="tweet-url username" href="http://twitter.com/evansolomon">evansolomon</a> - he has some great ideas about Canadian politics!</span><div class='bbp-actions' style='font-size:12px; width:100%; padding:5px 0; margin:0 0 10px 0; border-bottom:1px solid #e6e6e6;'><img align='middle' src='http://evansolomon.me/notes/wp-content/plugins/twitter-blackbird-pie//images/bird.png' /><a title='tweeted on March 28, 2011 3:10 pm' href='http://twitter.com/#!/readeverything/status/52507984101773312' target='_blank'>March 28, 2011 3:10 pm</a> via <a href="http://www.hootsuite.com" rel="nofollow" target="blank">HootSuite</a><a href='https://twitter.com/intent/tweet?in_reply_to=52507984101773312' class='bbp-action bbp-reply-action' title='Reply'><span><em style='margin-left: 1em;'></em><strong>Reply</strong></span></a><a href='https://twitter.com/intent/retweet?tweet_id=52507984101773312' class='bbp-action bbp-retweet-action' title='Retweet'><span><em style='margin-left: 1em;'></em><strong>Retweet</strong></span></a><a href='https://twitter.com/intent/favorite?tweet_id=52507984101773312' class='bbp-action bbp-favorite-action' title='Favorite'><span><em style='margin-left: 1em;'></em><strong>Favorite</strong></span></a></div><div style='float:left; padding:0; margin:0'><a href='http://twitter.com/intent/user?screen_name=readeverything'><img style='width:48px; height:48px; padding-right:7px; border:none; background:none; margin:0' src='http://a0.twimg.com/profile_images/1287928118/coffee2_normal.jpg' /></a></div><div style='float:left; padding:0; margin:0'><a style='font-weight:bold' href='http://twitter.com/intent/user?screen_name=readeverything'>@readeverything</a><div style='margin:0; padding-top:2px'>David Alexander</div></div><div style='clear:both'></div></div></div><!-- end of tweet --><br />
<!-- tweet id : 52505777772052480 --><style type='text/css'>#bbpBox_52505777772052480 a { text-decoration:none; color:#D02B55; }#bbpBox_52505777772052480 a:hover { text-decoration:underline; }</style><div id='bbpBox_52505777772052480' class='bbpBox' style='padding:20px; margin:5px 0; background-color:#352726; background-image:url(http://a2.twimg.com/profile_background_images/54481275/cake.jpg);'><div style='background:#fff; padding:10px; margin:0; min-height:48px; color:#3E4415; -moz-border-radius:5px; -webkit-border-radius:5px;'><span style='width:100%; font-size:18px; line-height:22px;'>Quite amused reading @<a class="tweet-url username" href="http://twitter.com/evansolomon">evansolomon</a> reply to <a href="http://twitter.com/search?q=%23elxn41" title="#elxn41" class="tweet-url hashtag">#elxn41</a> questions intended for @<a class="tweet-url username" href="http://twitter.com/evansolomoncbc">evansolomoncbc</a>.</span><div class='bbp-actions' style='font-size:12px; width:100%; padding:5px 0; margin:0 0 10px 0; border-bottom:1px solid #e6e6e6;'><img align='middle' src='http://evansolomon.me/notes/wp-content/plugins/twitter-blackbird-pie//images/bird.png' /><a title='tweeted on March 28, 2011 3:02 pm' href='http://twitter.com/#!/BradInToronto/status/52505777772052480' target='_blank'>March 28, 2011 3:02 pm</a> via <a href="http://itunes.apple.com/app/twitter/id333903271?mt=8" rel="nofollow" target="blank">Twitter for iPad</a><a href='https://twitter.com/intent/tweet?in_reply_to=52505777772052480' class='bbp-action bbp-reply-action' title='Reply'><span><em style='margin-left: 1em;'></em><strong>Reply</strong></span></a><a href='https://twitter.com/intent/retweet?tweet_id=52505777772052480' class='bbp-action bbp-retweet-action' title='Retweet'><span><em style='margin-left: 1em;'></em><strong>Retweet</strong></span></a><a href='https://twitter.com/intent/favorite?tweet_id=52505777772052480' class='bbp-action bbp-favorite-action' title='Favorite'><span><em style='margin-left: 1em;'></em><strong>Favorite</strong></span></a></div><div style='float:left; padding:0; margin:0'><a href='http://twitter.com/intent/user?screen_name=BradInToronto'><img style='width:48px; height:48px; padding-right:7px; border:none; background:none; margin:0' src='http://a0.twimg.com/profile_images/1233358278/P1010202a_normal.JPG' /></a></div><div style='float:left; padding:0; margin:0'><a style='font-weight:bold' href='http://twitter.com/intent/user?screen_name=BradInToronto'>@BradInToronto</a><div style='margin:0; padding-top:2px'>BradInToronto</div></div><div style='clear:both'></div></div></div><!-- end of tweet --><br />
<!-- tweet id : 52505112236670976 --><style type='text/css'>#bbpBox_52505112236670976 a { text-decoration:none; color:#cf5736; }#bbpBox_52505112236670976 a:hover { text-decoration:underline; }</style><div id='bbpBox_52505112236670976' class='bbpBox' style='padding:20px; margin:5px 0; background-color:#7fbdc9; background-image:url(http://a2.twimg.com/profile_background_images/177354838/x252f5ea76a3cd6971858e2fd5c1b457.jpg); background-repeat:no-repeat'><div style='background:#fff; padding:10px; margin:0; min-height:48px; color:#4b4f88; -moz-border-radius:5px; -webkit-border-radius:5px;'><span style='width:100%; font-size:18px; line-height:22px;'>Fave thing of the day=American @<a class="tweet-url username" href="http://twitter.com/evansolomon">evansolomon</a> pretending to be @<a class="tweet-url username" href="http://twitter.com/evansolomoncbc">evansolomoncbc</a> and answering Canadian's election question <a href="http://twitter.com/search?q=%23elxn41" title="#elxn41" class="tweet-url hashtag">#elxn41</a> <a href="http://twitter.com/search?q=%23cdnpoli" title="#cdnpoli" class="tweet-url hashtag">#cdnpoli</a></span><div class='bbp-actions' style='font-size:12px; width:100%; padding:5px 0; margin:0 0 10px 0; border-bottom:1px solid #e6e6e6;'><img align='middle' src='http://evansolomon.me/notes/wp-content/plugins/twitter-blackbird-pie//images/bird.png' /><a title='tweeted on March 28, 2011 2:59 pm' href='http://twitter.com/#!/lismeister/status/52505112236670976' target='_blank'>March 28, 2011 2:59 pm</a> via web<a href='https://twitter.com/intent/tweet?in_reply_to=52505112236670976' class='bbp-action bbp-reply-action' title='Reply'><span><em style='margin-left: 1em;'></em><strong>Reply</strong></span></a><a href='https://twitter.com/intent/retweet?tweet_id=52505112236670976' class='bbp-action bbp-retweet-action' title='Retweet'><span><em style='margin-left: 1em;'></em><strong>Retweet</strong></span></a><a href='https://twitter.com/intent/favorite?tweet_id=52505112236670976' class='bbp-action bbp-favorite-action' title='Favorite'><span><em style='margin-left: 1em;'></em><strong>Favorite</strong></span></a></div><div style='float:left; padding:0; margin:0'><a href='http://twitter.com/intent/user?screen_name=lismeister'><img style='width:48px; height:48px; padding-right:7px; border:none; background:none; margin:0' src='http://a0.twimg.com/profile_images/1214931152/twitter_normal.jpg' /></a></div><div style='float:left; padding:0; margin:0'><a style='font-weight:bold' href='http://twitter.com/intent/user?screen_name=lismeister'>@lismeister</a><div style='margin:0; padding-top:2px'>Lismeister</div></div><div style='clear:both'></div></div></div><!-- end of tweet --><br />
<!-- tweet id : 52511028398927872 --><style type='text/css'>#bbpBox_52511028398927872 a { text-decoration:none; color:#0084B4; }#bbpBox_52511028398927872 a:hover { text-decoration:underline; }</style><div id='bbpBox_52511028398927872' class='bbpBox' style='padding:20px; margin:5px 0; background-color:#9AE4E8; background-image:url(http://a1.twimg.com/profile_background_images/81071152/100_0085.JPG);'><div style='background:#fff; padding:10px; margin:0; min-height:48px; color:#333333; -moz-border-radius:5px; -webkit-border-radius:5px;'><span style='width:100%; font-size:18px; line-height:22px;'>@<a class="tweet-url username" href="http://twitter.com/evansolomoncbc">evansolomoncbc</a> @<a class="tweet-url username" href="http://twitter.com/evansolomon">evansolomon</a>  You've gotta admit that SF Evan is pretty smart! I think he might even be able to find Canada on a map!</span><div class='bbp-actions' style='font-size:12px; width:100%; padding:5px 0; margin:0 0 10px 0; border-bottom:1px solid #e6e6e6;'><img align='middle' src='http://evansolomon.me/notes/wp-content/plugins/twitter-blackbird-pie//images/bird.png' /><a title='tweeted on March 28, 2011 3:22 pm' href='http://twitter.com/#!/canteach/status/52511028398927872' target='_blank'>March 28, 2011 3:22 pm</a> via web<a href='https://twitter.com/intent/tweet?in_reply_to=52511028398927872' class='bbp-action bbp-reply-action' title='Reply'><span><em style='margin-left: 1em;'></em><strong>Reply</strong></span></a><a href='https://twitter.com/intent/retweet?tweet_id=52511028398927872' class='bbp-action bbp-retweet-action' title='Retweet'><span><em style='margin-left: 1em;'></em><strong>Retweet</strong></span></a><a href='https://twitter.com/intent/favorite?tweet_id=52511028398927872' class='bbp-action bbp-favorite-action' title='Favorite'><span><em style='margin-left: 1em;'></em><strong>Favorite</strong></span></a></div><div style='float:left; padding:0; margin:0'><a href='http://twitter.com/intent/user?screen_name=canteach'><img style='width:48px; height:48px; padding-right:7px; border:none; background:none; margin:0' src='http://a3.twimg.com/profile_images/1208806236/100_2135_normal.JPG' /></a></div><div style='float:left; padding:0; margin:0'><a style='font-weight:bold' href='http://twitter.com/intent/user?screen_name=canteach'>@canteach</a><div style='margin:0; padding-top:2px'>Shirley Jennings</div></div><div style='clear:both'></div></div></div><!-- end of tweet --></p>
<p>That was fun, but all those messages later and my initial electoral goals haven&#8217;t changed.</p>
<!-- tweet id : 52491324208848897 --><style type='text/css'>#bbpBox_52491324208848897 a { text-decoration:none; color:#0000ff; }#bbpBox_52491324208848897 a:hover { text-decoration:underline; }</style><div id='bbpBox_52491324208848897' class='bbpBox' style='padding:20px; margin:5px 0; background-color:#9ae4e8; background-image:url(http://a1.twimg.com/profile_background_images/1785032/bethpage.JPG); background-repeat:no-repeat'><div style='background:#fff; padding:10px; margin:0; min-height:48px; color:#000000; -moz-border-radius:5px; -webkit-border-radius:5px;'><span style='width:100%; font-size:18px; line-height:22px;'>@<a class="tweet-url username" href="http://twitter.com/evansolomoncbc">evansolomoncbc</a> I was mostly joking. Carry on. I hope whichever party can offer lower Molson Ice prices wins. Go Maple Leafs!</span><div class='bbp-actions' style='font-size:12px; width:100%; padding:5px 0; margin:0 0 10px 0; border-bottom:1px solid #e6e6e6;'><img align='middle' src='http://evansolomon.me/notes/wp-content/plugins/twitter-blackbird-pie//images/bird.png' /><a title='tweeted on March 28, 2011 2:04 pm' href='http://twitter.com/#!/evansolomon/status/52491324208848897' target='_blank'>March 28, 2011 2:04 pm</a> via web<a href='https://twitter.com/intent/tweet?in_reply_to=52491324208848897' class='bbp-action bbp-reply-action' title='Reply'><span><em style='margin-left: 1em;'></em><strong>Reply</strong></span></a><a href='https://twitter.com/intent/retweet?tweet_id=52491324208848897' class='bbp-action bbp-retweet-action' title='Retweet'><span><em style='margin-left: 1em;'></em><strong>Retweet</strong></span></a><a href='https://twitter.com/intent/favorite?tweet_id=52491324208848897' class='bbp-action bbp-favorite-action' title='Favorite'><span><em style='margin-left: 1em;'></em><strong>Favorite</strong></span></a></div><div style='float:left; padding:0; margin:0'><a href='http://twitter.com/intent/user?screen_name=evansolomon'><img style='width:48px; height:48px; padding-right:7px; border:none; background:none; margin:0' src='http://a1.twimg.com/profile_images/292802874/evan_bw2_normal.jpg' /></a></div><div style='float:left; padding:0; margin:0'><a style='font-weight:bold' href='http://twitter.com/intent/user?screen_name=evansolomon'>@evansolomon</a><div style='margin:0; padding-top:2px'>Evan Solomon</div></div><div style='clear:both'></div></div></div><!-- end of tweet -->
<p>Update: I should be on Canadian TV!</p>
<!-- tweet id : 52519037174939648 --><style type='text/css'>#bbpBox_52519037174939648 a { text-decoration:none; color:#0084B4; }#bbpBox_52519037174939648 a:hover { text-decoration:underline; }</style><div id='bbpBox_52519037174939648' class='bbpBox' style='padding:20px; margin:5px 0; background-color:#C0DEED; background-image:url(http://a3.twimg.com/a/1300479984/images/themes/theme1/bg.png); background-repeat:no-repeat'><div style='background:#fff; padding:10px; margin:0; min-height:48px; color:#333333; -moz-border-radius:5px; -webkit-border-radius:5px;'><span style='width:100%; font-size:18px; line-height:22px;'>@<a class="tweet-url username" href="http://twitter.com/evansolomoncbc">evansolomoncbc</a> @<a class="tweet-url username" href="http://twitter.com/evansolomon">evansolomon</a> seriously hook this guy up for P&P for fun 2 or 3 minutes - day 4 always needs to be lighthearted (new rule)</span><div class='bbp-actions' style='font-size:12px; width:100%; padding:5px 0; margin:0 0 10px 0; border-bottom:1px solid #e6e6e6;'><img align='middle' src='http://evansolomon.me/notes/wp-content/plugins/twitter-blackbird-pie//images/bird.png' /><a title='tweeted on March 28, 2011 3:54 pm' href='http://twitter.com/#!/JacksonUTE/status/52519037174939648' target='_blank'>March 28, 2011 3:54 pm</a> via <a href="http://twitter.com/" rel="nofollow" target="blank">Twitter for iPhone</a><a href='https://twitter.com/intent/tweet?in_reply_to=52519037174939648' class='bbp-action bbp-reply-action' title='Reply'><span><em style='margin-left: 1em;'></em><strong>Reply</strong></span></a><a href='https://twitter.com/intent/retweet?tweet_id=52519037174939648' class='bbp-action bbp-retweet-action' title='Retweet'><span><em style='margin-left: 1em;'></em><strong>Retweet</strong></span></a><a href='https://twitter.com/intent/favorite?tweet_id=52519037174939648' class='bbp-action bbp-favorite-action' title='Favorite'><span><em style='margin-left: 1em;'></em><strong>Favorite</strong></span></a></div><div style='float:left; padding:0; margin:0'><a href='http://twitter.com/intent/user?screen_name=JacksonUTE'><img style='width:48px; height:48px; padding-right:7px; border:none; background:none; margin:0' src='http://a3.twimg.com/profile_images/1264073457/image_normal.jpg' /></a></div><div style='float:left; padding:0; margin:0'><a style='font-weight:bold' href='http://twitter.com/intent/user?screen_name=JacksonUTE'>@JacksonUTE</a><div style='margin:0; padding-top:2px'>Adam Jackson</div></div><div style='clear:both'></div></div></div><!-- end of tweet -->
]]></content:encoded>
			<wfw:commentRss>http://evansolomon.me/notes/evan-solomons/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>No one teaches you how to choose a job</title>
		<link>http://evansolomon.me/notes/no-one-teaches-you-how-to-choose-a-job/</link>
		<comments>http://evansolomon.me/notes/no-one-teaches-you-how-to-choose-a-job/#comments</comments>
		<pubDate>Mon, 28 Mar 2011 05:29:08 +0000</pubDate>
		<dc:creator>evan</dc:creator>
				<category><![CDATA[Ideas]]></category>

		<guid isPermaLink="false">http://evanalyze.com/notes/?p=412</guid>
		<description><![CDATA[Read job postings. Write a résumé. Practice interview skills. Network. To the extent that any educational facilities teach you how to find a place in the labor force, that&#8217;s it. Pretty accurately, you could call this &#8220;How to get a &#8230; <a href="http://evansolomon.me/notes/no-one-teaches-you-how-to-choose-a-job/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Read job postings. Write a résumé. Practice interview skills. Network.</p>
<p>To the extent that any educational facilities teach you how to find a place in the labor force, that&#8217;s it. Pretty accurately, you could call this &#8220;How to get a job.&#8221; That is, how to get <em>offered</em> a job. With the national unemployment rate at whatever it&#8217;s at, that&#8217;s certainly a valuable skill these days, but lots of people have the chance to aim much higher &#8212; at least high enough to get two job offers. Then what?</p>
<p>You&#8217;re pretty much flying blind if you rely on the same folks that taught you about one page resumes and how to talk to recruiters at job fairs.</p>
<p>I think every college student would be well-served to have some guidance on how to choose a job or a career. And the problem starts way before college; high school students pick colleges, which are long-term expensive decisions, basically on a whim. It all seems kind of insane looking back.</p>
<p>Company cultures, hierarchies, job roles, products, businesses and dozens of other factors that will impact your daily life, probably making the difference between being happy and miserable at work, are never formally taught or even discussed. I think it&#8217;s one of the reasons that startups seem so magical to so many, because they appear to break rules when they just do things differently and the rules were never there in the first place.</p>
<p>I&#8217;m not convinced that a vocational education is the best fit for most, but I do think that some sense of practical decision-making would be immensely valuable and hopefully prevent a lot of people from finding new ways to kill time for eight hours, five days per week.</p>
]]></content:encoded>
			<wfw:commentRss>http://evansolomon.me/notes/no-one-teaches-you-how-to-choose-a-job/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Learning R</title>
		<link>http://evansolomon.me/notes/learning-r/</link>
		<comments>http://evansolomon.me/notes/learning-r/#comments</comments>
		<pubDate>Mon, 07 Mar 2011 00:28:46 +0000</pubDate>
		<dc:creator>evan</dc:creator>
				<category><![CDATA[Fun]]></category>

		<guid isPermaLink="false">http://evanalyze.com/notes/?p=404</guid>
		<description><![CDATA[I&#8217;m a glutton for punishment, it seems. After getting started with Ruby and Rails a few weeks ago, I&#8217;m not taking a shot at learning R, which in addition to being a lovely stats tool (I&#8217;m told) is impressively the &#8230; <a href="http://evansolomon.me/notes/learning-r/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m a glutton for punishment, it seems.  After <a href="http://evanalyze.com/notes/test-driven-user-testing">getting started with Ruby and Rails a few weeks ago</a>, I&#8217;m not taking a shot at learning <a href="http://www.r-project.org/">R</a>, which in addition to being a lovely stats tool (I&#8217;m told) is impressively the first Google result for &#8220;R.&#8221;</p>
<p>It&#8217;s far from user friendly, but definitely powerful.  Last night I was shown <a href="http://www.rstudio.org/">R Studio</a> which seems like it may make things a bit faster to get up to speed on.  </p>
<p>We&#8217;ll see, hopefully this is not my last mention of R.</p>
]]></content:encoded>
			<wfw:commentRss>http://evansolomon.me/notes/learning-r/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Test-driven (user) testing</title>
		<link>http://evansolomon.me/notes/test-driven-user-testing/</link>
		<comments>http://evansolomon.me/notes/test-driven-user-testing/#comments</comments>
		<pubDate>Mon, 21 Feb 2011 20:36:22 +0000</pubDate>
		<dc:creator>evan</dc:creator>
				<category><![CDATA[Ideas]]></category>

		<guid isPermaLink="false">http://evanalyze.com/notes/?p=382</guid>
		<description><![CDATA[I&#8217;ve recently been learning Ruby on Rails and after hearing the term for a long time have actually begun to understand what &#8220;test-driven development&#8221; is. The idea is that you define success for a piece of an application by writing &#8230; <a href="http://evansolomon.me/notes/test-driven-user-testing/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve recently been <a href="http://railstutorial.org">learning Ruby on Rails</a> and after hearing the term for a long time have actually begun to understand what &#8220;test-driven development&#8221; is.  The idea is that you define success for a piece of an application by writing a test that &#8220;uses&#8221; the application in predefined ways and tells you whether or not it produces the expected results.  Before I go on I should admit that in an effort to learn how to make things in Rails faster, I&#8217;ve actually not written any tests.  Bad, I know.</p>
<p>I think the idea of test-driven development is pretty cool.  It forces you to set specific goals, makes it clear when you achieve them, and hopefully makes achieving them even easier and faster since the scope is so clearly defined.  Thinking about it more, there are probably other parts of life and certainly work that would make sense to approach this way.  One that came to mind and made for a catchy title was testing itself, in the product and user sense.</p>
<p>Surveys, A/B tests, <a href="data-driven-communications">multi-variant tests</a> and many other methods of learning from customers have become wildly popular, and rightly so, thanks to the work of Steve Blank, Eric Ries, Sean Ellis (who first taught me about it) and others in what&#8217;s generally been termed &#8220;The Lean Startup&#8221; movement.  Like any good fad, I think that some followers have fallen victim to function following form &#8212; in other words, I&#8217;ve seen a bunch of people use these tactics for the sake of using them.  One instance of this that sticks out is running tests where virtually no result is going to teach you anything.  </p>
<p>The most egregious offender has to be surveys, I think because they&#8217;re the easiest to create and the most vulnerable to lazily copying from others.  Every question on a survey &#8212; like every line of code in an application &#8212; has an implicit, real cost.  Usually it&#8217;s a lower response rate, which means you get less information and it takes longer to get it.  So a great deal of effort should be put into eliminating unneeded questions, just like a great deal of effort is often put into eliminating unneeded code.  Or (here comes the theme) in a test-driven development world hopefully the unneeded code is never written in the first place, because you&#8217;re writing code based on test requirements and writing tests requirements based on what&#8217;s needed.  It&#8217;s a beautiful system.</p>
<p>Back to the surveys.  There are several &#8220;standard&#8221; survey questions that I see almost everywhere and have a way of creeping into new surveys as you write them: gender, age, income, location, referral source, etc etc.  Certainly all of these can be valid survey questions, but they&#8217;re probably not all important all of the time.  Unfortunately it&#8217;s really, really easy to add them to your product survey and some services like SurveyMonkey will even automate it for you.  Pretty soon this turns into survey-by-committee and you&#8217;re asking 30 questions with boondoggles from every part of the company added.  Biz dev wants to know about the users&#8217; favorite websites, marketing wants to know about age and gender, sales wants to know about purchase intent for mid-size cars (wtf?) and the list goes on.  Meanwhile, if the scope of the survey had been properly defined, it would be clear that none of these were actually required; or, if these were actually required, it would have been made clear sooner and maybe someone would have fought against it, thanks to a test.</p>
<p>This is a trivial example only to make a point, but I think it&#8217;s an important point that comes down to two ideas for me:</p>
<ol>
<li>Keep in mind that just because something is easy to do doesn&#8217;t mean it&#8217;s low risk</li>
<li>Upfront investment in making sure everyone agrees on the goals can pay huge dividends later</li>
</ol>
<p>Testing to accelerate learning is great and more companies should do more of it, but adding unneeded complexity (for you and for your users) through more survey questions or button colors doesn&#8217;t always improve your tests.</p>
]]></content:encoded>
			<wfw:commentRss>http://evansolomon.me/notes/test-driven-user-testing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>People worry too much for other people</title>
		<link>http://evansolomon.me/notes/people-worry-too-much-for-other-people/</link>
		<comments>http://evansolomon.me/notes/people-worry-too-much-for-other-people/#comments</comments>
		<pubDate>Mon, 07 Feb 2011 22:46:19 +0000</pubDate>
		<dc:creator>evan</dc:creator>
				<category><![CDATA[Ideas]]></category>

		<guid isPermaLink="false">http://evanalyze.com/notes/?p=372</guid>
		<description><![CDATA[From time to time stories come out that are generally fashionable to be outraged about. Facebook&#8217;s numerous privacy skirmishes and Groupon&#8217;s Superbowl commercial are a couple examples. So is Kenneth Cole&#8217;s off-color Tweet about Spring fashion in Cairo. People get &#8230; <a href="http://evansolomon.me/notes/people-worry-too-much-for-other-people/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>From time to time stories come out that are generally fashionable to be outraged about.  Facebook&#8217;s numerous <a href="http://bits.blogs.nytimes.com/2010/05/11/facebook-executive-answers-reader-questions/">privacy skirmishes</a> and <a href="http://www.youtube.com/watch?v=ycwmYbK0gIQ">Groupon&#8217;s Superbowl commercial</a> are a couple examples.  So is Kenneth Cole&#8217;s <a href="http://www.huffingtonpost.com/2011/02/03/kenneth-cole-tweet-uses-c_n_818226.html">off-color Tweet</a> about Spring fashion in Cairo.</p>
<p>People get up in arms about these things.  They post on Facebook and Twitter, often promising to never buy the offender&#8217;s products again.  But it&#8217;s nonsense, more often about showing off how upset you are than actually being upset in the first place.</p>
<p>I&#8217;d like to ignore whether or not any of these things were good ideas (for whatever it&#8217;s worth, Facebook&#8217;s and Groupon&#8217;s almost certainly were, Kenneth Cole&#8217;s almost certainly was not) and instead focus on whether or not it makes any sense at all to be upset about what they said or did.</p>
<p>I think the most reasonable litmus test for these kinds of things is whether you&#8217;d be offended (even a little bit) if someone said it to you at a party or if you learned about it in isolation.</p>
<p>In the case of Facebook&#8217;s privacy mess last year, I knew many, many people that were up in arms about it.  Most of them thought it was unethical, immoral and downright mean-spirited.  But for all the wrong reasons, I&#8217;d argue.  They were all (every single one, among the people I personally knew) fine with their own use of Facebook; some changed their settings, most didn&#8217;t, and all went on with their lives.  But, boy, were they ever worried about everyone else who wasn&#8217;t as smart as them and able to avoid making asses of themselves on the internet.  I&#8217;m sure it&#8217;s all good intentioned, but it tweaks me in the same way that any evangelical religious people attempting to spread their morality to others does&#8211;it just seems like a lot of overreaching without a lot of logical thought.</p>
<p>In the case of Groupon and Kenneth Cole, I&#8217;m hard-pressed to believe that anyone wouldn&#8217;t laugh if similar things were said at a party.  &#8220;How about those Egyptian riots?  Like a Black Friday sale, right!&#8221;  &#8220;I&#8217;m sick of all these daily deals, how about something new like 2 Free Tibets for the price of one!?&#8221;  This is pretty harmless stuff by any reasonable measure.  Except when it affords you a soap box to preach from.</p>
<p>And that&#8217;s really my biggest problem with all this.  That the complaining isn&#8217;t really complaining, it&#8217;s preaching and it&#8217;s often baseless.  If you&#8217;re legitimately offended by any of this stuff, I really do think that&#8217;s fine.  But if you just want to protect the less-refined masses, then it doesn&#8217;t make any more sense to me than censorship.</p>
]]></content:encoded>
			<wfw:commentRss>http://evansolomon.me/notes/people-worry-too-much-for-other-people/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The AOL way (to PR success?)</title>
		<link>http://evansolomon.me/notes/aol-way-pr-success/</link>
		<comments>http://evansolomon.me/notes/aol-way-pr-success/#comments</comments>
		<pubDate>Thu, 03 Feb 2011 03:57:20 +0000</pubDate>
		<dc:creator>evan</dc:creator>
				<category><![CDATA[Ideas]]></category>

		<guid isPermaLink="false">http://evanalyze.com/notes/?p=356</guid>
		<description><![CDATA[Yesterday Business Insider published AOL&#8217;s leaked &#8220;master plan.&#8221; I haven&#8217;t yet figured out how to navigate BI&#8217;s slide show labyrinth (patent pending, I&#8217;m sure) to find the actual document(s), but the gist seems to be that AOL is going to &#8230; <a href="http://evansolomon.me/notes/aol-way-pr-success/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Yesterday Business Insider published <a href="http://www.businessinsider.com/the-aol-way">AOL&#8217;s leaked &#8220;master plan.&#8221;</a> I haven&#8217;t yet figured out how to navigate BI&#8217;s slide show labyrinth (patent pending, I&#8217;m sure) to find the actual document(s), but the gist seems to be that AOL is going to produce a couple thousand pieces of content per day, at a rate of 5-10 per creator, with a focus on SEO and a hard reliance on pageviews as its metric of success.  Say what you will about how creative or ethical you might think this is, that doesn&#8217;t really interest me. What does interest me is how this knowledge can be exploited.</p>
<p>In any competition, having more information about other players&#8217; motives strictly dominates having less. That is to say, it&#8217;s always beneficial to know more about what other people or companies in your market are doing since it gives you the opportunity to ignore that information or act on it.  Now we know more about AOL&#8217;s strategy and there are a couple key things that people trying to get coverage from AOL publications can exploit.</p>
<p>I think this is really valuable to people who work in PR in two ways.</p>
<ol>
<li>Any organization that relies on a large number of people doing a large number of things is inevitably going to struggle with internal communication. Ordinarily it&#8217;s very tough to get repeated attention from a single media outlet; in other words, it&#8217;s really hard to get TechCrunch to write about you 10 times in a month, which you&#8217;d like to do because it decreases the unit cost of learning how they work, what they like and how to pitch them. With hundreds of reporters writing hundreds of stories per month, AOL&#8217;s staff is hardly going to have time to chew their lunch, let alone cross check who has covered whom. It&#8217;s going to be much easier to double (or triple or quadruple) dip in multiple press hits on AOL properties, all of which are motivated by the same high level goals of SEO and pageviews. Let&#8217;s say the upfront cost of researching how to pitch a new outlet takes 5 pieces of coverage to recoup &#8212; on TechCrunch that might take 2 years, on AOL you might be able to do that in 3 weeks.</li>
<li>PR is a historically difficult idea to get companies to rally around when they&#8217;re early-stage, resource-limited and engineering-driven. PR is notoriously difficult to measure and relies on a lot of soft value props like &#8220;branding&#8221; that make anyone who knows how to use Vim want to shoot anyone who likes writing emails. With AOL producing content and making decisions based on pageviews and SEO &#8212; hard metrics and measurable tactics that any news.ycombinator reader can appreciate &#8212; the internal pitch to invest in PR is a little easier. If AOL is measuring their success by things that you like, you get a bit of associative property help in justifying its existence (PR, not AOL).</li>
</ol>
<p>If I were doing PR right now, I&#8217;d be turning a lot of attention to understanding AOL as it grows into Tim Armstrong&#8217;s army of bloggers.</p>
]]></content:encoded>
			<wfw:commentRss>http://evansolomon.me/notes/aol-way-pr-success/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A data-driven approach to communications</title>
		<link>http://evansolomon.me/notes/data-driven-communications/</link>
		<comments>http://evansolomon.me/notes/data-driven-communications/#comments</comments>
		<pubDate>Thu, 16 Dec 2010 17:58:42 +0000</pubDate>
		<dc:creator>evan</dc:creator>
				<category><![CDATA[Ideas]]></category>

		<guid isPermaLink="false">http://evanalyze.com/notes/?p=323</guid>
		<description><![CDATA[This blog post mentions a small app I wrote to do some testing. If you want to download it, it&#8217;s available on Github here. Messaging and positioning Three weeks ago I took a look at our messaging and positioning for &#8230; <a href="http://evansolomon.me/notes/data-driven-communications/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>This blog post mentions a small app I wrote to do some testing.  If you want to download it, it&#8217;s available on Github <a href="https://github.com/evansolomon/Mechanical-Turk-positioning-test/">here</a>.</p>
<h3>Messaging and positioning</h3>
<p>Three weeks ago I took a look at our messaging and positioning for my new company, <a href="http://insidr.net">Insidr</a>.  In other words, I had to figure out how to optimally present our company and product: the words to use, the example to cite, the feelings to emote, etc.  I wanted to be very analytical about it and arm myself (and my team) with as much data as possible to inform decisions (and let us call bullshit when needed).  What follows is the process I used, from start to finish, to make an analytical decision about an emotional question.</p>
<p><span id="more-323"></span></p>
<h3>Cast a wide net</h3>
<p>I wanted to force myself to try lots of things and at least allow for the chance to be surprised.  I wrote (read: stole from someone else) a 5 part sentence that included all the key elements I wanted to test: our target customer, a reference point to explain what we do, our point of differentiation, why customers should believe we can do what we claim, and what benefit our customers will get.</p>
<p>I think it&#8217;s safe to say that if you can nail all these things, you&#8217;re going to be in a great spot to communicate what you&#8217;re all about.  I wrote 3 ideas for each of these 5 pieces and made sure they could be plugged into the following sentence model:</p>
<p>For [target] [company] is [reference] that [differentiator] because [believe], so that you can [benefit].</p>
<p>Here&#8217;s a (made up) example: <em>For [people that like hamburgers] [Hamburgler] is [a way to eat more often] that [has indexed the world's burger joints] because [we had a great idea about finding burgers], so that you can [avoid overcooked beef].</em></p>
<p>With 3 versions of each piece, I suddenly had 243 versions of positioning statements for Insidr!</p>
<h3>Multi-variant testing</h3>
<p>Next I needed a way to test all of these ideas and measure the results.  I wrote a small app that would create two versions of the full positioning statement using randomly chosen variants (without any overlap) and let a respondent vote on which one they preferred.  Here&#8217;s what it looks like:</p>
<p><img class="aligncenter" src="http://imgur.com/zZLOM.png"/></p>
<p>Each time someone choses an answer, the winning and losing variants for each piece of the sentence are logged in a database for safe keeping.</p>
<p>Next I setup a Mechanical Turk task that gave Turkers a short explanation of what they were about to see, then loaded the voting app in an iframe.  I turned it on and went to sleep.</p>
<p>Because I wanted to avoid people randomly clicking over and over to make money, I limited it to one vote per user.  I also limited the task to people in the US, Canada and the UK.  This meant it took about 3 days to get reasonably significant results.  To my mild surprise, there were clear winners and losers.</p>
<h3>Refining and more testing</h3>
<p>There were two themes that emerged from the multi-variant tests for Insidr: positive and goal-oriented statements did best.  That may sound obvious, but it&#8217;s not.  Until this point our positioning for Insidr had been, in many ways, exactly the opposite.  We were, if not negative, at least confrontational in regards to the companies we were supporting.  We were also very tactical and thought it was important to make it immediately clear to customers exactly what we did and how we did it.  The data seemed to be suggesting the exact opposite.</p>
<p>I got 168 results from MT after a few days and in each case the results were pretty similar, with the best variant winning 65-70% of the time and the worst winning 30-35% of the time.  I did the confidence intervals on these and got back between 85-99% confidence that the best version was beating the 2nd best version.  That was enough for me to move on to the next step.</p>
<p>Next I setup a new and more detailed test.  This time we created three short positioning statements: one using our existing (tactical, confrontational) positioning, one with a purely positive and goal-oriented positioning, and one hybrid of the two.  We used these statements as a basis for demand testing asking respondents if they would use the service described, how often and whether or not they would pay for it.</p>
<p>Again I used Mechanical Turk to drive responses and now added SurveyGizmo to the mix to handle the questions, which let&#8217;s you do a little bit of scripting using custom URL parameters to change pieces of the survey.  I setup a custom redirector to split test traffic to different survey versions that each used one of the three positioning statements to describe a &#8220;hypothetical website.&#8221;  Another Mechanical Turk task and we were off to the races.</p>
<p>Again, there were clear winners and losers, and the data from the multi-variant test held up.  Positive and goal oriented was the way to go with about 95% confidence.</p>
<h3>Acting on the data</h3>
<p>Now that we had a clear signal about what to do, it was time to roll the changes into our product and marketing.  First up were our front page and search ads.  Both were updated with new messaging (and the front page got a new design) that was positive and goal-oriented to the point of being almost vague.  Before the tests that led to this point I&#8217;m pretty confident we never would have thought this made any sense, but we trusted the data and tried it anyway.</p>
<p>The results were shocking.  Literally overnight our search ad click through rates went up by 135% and our front page bounce rate went down by 36%.  The combined effect was almost a 200% improvement on what we were doing before.  To add some icing on the cake, the improvement in the quality (CTR) of our ads resulted in the CPC&#8217;s dropping by about 50%.  Not bad for a couple weeks&#8217; work.</p>
<p>Here&#8217;s an example of an old ad.  It&#8217;s pretty tactical, and maybe a bit negative (certainly not overwhelmingly positive): </p>
<p><img class="aligncenter" src="http://imgur.com/cm0D9.png"/></p>
<p>And here&#8217;s a new ad.  It gets rid of the details about how Insidr works and focuses just on a benefit to the customer, even to the point of being unclear.  The new ad KILLS the old ad:</p>
<p><img class="aligncenter" src="http://imgur.com/Bpk3R.png"/></p>
<p>Here is the old version of the front page.  It&#8217;s pretty detailed and leads with a very negative question.  We thought this was a great way to empathize with a frustrated consumer:</p>
<p><img class="aligncenter" src="http://imgur.com/UObWo.png"/></p>
<p>Here is the new version of the front page.  It&#8217;s got a big, happy looking image and makes a lot of nice sounding promises without much information to back them up.  It KILLS the old front page:</p>
<p><img class="aligncenter" src="http://imgur.com/xYZv2.png"/></p>
<p>If you wan to see the code I used for the multi-variant testing, it&#8217;s on Github <a href="https://github.com/evansolomon/Mechanical-Turk-positioning-test/">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://evansolomon.me/notes/data-driven-communications/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

