<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0"><channel><title>Stubbleblog</title><link>http://www.stubbleblog.com</link><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/Stubbleblog" /><description>Social Software Enthusiast</description><language>en</language><lastBuildDate>Wed, 17 Mar 2010 01:07:39 PDT</lastBuildDate><generator>WordPress http://wordpress.org/</generator><feedburner:info uri="stubbleblog" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><geo:lat>37.898058</geo:lat><geo:long>-122.54134</geo:long><creativeCommons:license>http://creativecommons.org/licenses/by/2.0/</creativeCommons:license><feedburner:emailServiceId>Stubbleblog</feedburner:emailServiceId><feedburner:feedburnerHostname>http://feedburner.google.com</feedburner:feedburnerHostname><feedburner:browserFriendly>(Enter a personal message you would like to have appear at the top of your feed.)</feedburner:browserFriendly><item><title>Lessons Learned Doing Time Boxed Development</title><link>http://feedproxy.google.com/~r/Stubbleblog/~3/Z7-fo9satiM/</link><category>Uncategorized</category><category>agile</category><category>cms</category><category>product-in-a-week</category><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Tony Stubblebine</dc:creator><pubDate>Wed, 17 Mar 2010 01:07:39 PDT</pubDate><guid isPermaLink="false">http://www.stubbleblog.com/?p=400</guid><content:encoded xmlns:content="http://purl.org/rss/1.0/modules/content/"><![CDATA[<p>I spent last week extracting some features from CrowdVine into a stand alone simple CMS service I&#8217;m calling <a href="http://big.ly">big.ly</a>.  I gave myself a fixed time period&#8211;one week starting on Monday and ending Sunday. </p>
<p>In engineering management terms, a project like this is called <a href="http://en.wikipedia.org/wiki/Timeboxing">time boxed development</a>. It comes up all the time, especially in Agile development methodologies. The idea is that you commit to a time period and production-ready code&#8211;but are allowed to adjust the scope of your work as you go. So for last week&#8217;s example, a successful result could have been as simple as a page describing the project and a contact-me-when-you-launch form. If, instead, I had built all of my dream features but a bug prevented me from launching&#8211;that would be failure.</p>
<p>Working in a time-boxed way is actually a skill and something I&#8217;ve practiced a bit. I like having the time box because it makes it much easier to make decisions. Those decisions almost always come down to: take the simpler option. You spend less time going down rabbit holes and more time reacting to actual feedback on live features.</p>
<p>The first time I heard about time boxed development was at a users conference for an XML database company. They used six month time boxes. We used Scrum at Odeo, which is an iterative approach where work is pulled from a feature backlog and then performed in &#8220;sprints&#8221; that are usually two or four weeks long. I did some agile project management training and got to see how this works in the corporate world (good for engineers, bad for antsy product managers). Then I tried two-day projects in order to refine my own development practices (IHeartQuotes was probably the most successful project to come out of that). </p>
<p>Along the way, I&#8217;ve learned a couple lessons.</p>
<p><strong>Activity is not accomplishment</strong><br />
The hardest part of being a first time Scrum manager was not knowing how to help people adjust the scope of features they were working on. I spent a lot of time telling people that they&#8217;d bitten off more than they could chew, that they weren&#8217;t good enough to finish on time, that they might as well give up, etc. Nobody would ever listen to me. The engineers were cocky and ambitious and were shooting for the moon.</p>
<p>I think they also thought I was being a jerk by not believing in them. They wanted to be challenged and I was doing the opposite by trying to get them to scale back their ambitions.</p>
<p>I think this is a failure of Scrum. It was set up to live in a world where you have to commit to features. So it uses time boxing to help give some visibility to the development process, but at the end of the day everyone knows they&#8217;re judged on how many features they check off. So that&#8217;s what ambitious programmers shoot for&#8211;do as much as possible, even at the risk of not having releasable code at the end of an iteration.</p>
<p>But that activity, checking features off or having code in a half-working state, doesn&#8217;t have any inherent value. Luckily, there&#8217;s been a huge move toward metrics driven development. That gives a better way to challenge yourself&#8211;instead of how many features you can build, you can judge yourself on how much value you&#8217;ve created. Did your change effect the conversion rate? Did it change results from customer surveys? Did it increase retention? </p>
<p>If I was judging my CMS project by features, I&#8217;d be ticked by some of the things I didn&#8217;t finish (no contact forms and subscriptions aren&#8217;t properly wired to a merchant account). I might even have risked the entire iteration by chasing for those missing features. Instead, I worked through a series of accomplishments. The first was being able to move <a href="http://tonystubblebine.com">tonystubblebine.com</a> over. Check. The second was to have something that I could pass to the rest of the CrowdVine team to move our marketing pages over. Check. The third was having something I could send to a few people for feedback. Check. Those are all accomplishments, and more valuable than having reams of code that nobody uses. </p>
<p><strong>Release half-way through your iteration (or earlier!)</strong><br />
There&#8217;s a classic pattern where you bite off more than you can chew and leave yourself a ton of work at the end. The problem isn&#8217;t just having an unrealistic amount of work on the final day, it&#8217;s that running into a single problem on the last day will sabotage the entire iteration. </p>
<p>Instead of doing this, you need to scope a version of the work that is releasable as early as possible in the iteration. That way you have plenty of time for gold plating.</p>
<p>Even better, releasing early leaves you time for A/B testing.</p>
<p>Every time I&#8217;ve been involved in somebody else&#8217;s time boxed development there&#8217;s been this huge rush to finish as many features as possible at the end. Scrum calls its iterations sprints, and that&#8217;s exactly what it feels like. Beside feeling bad (suck it up, pansy), this doesn&#8217;t leave any time for people to catch their breath and actually check if any of the features were creating any value. </p>
<p>Releasing late in the time box almost always means you&#8217;re stuck in a pattern of release and abandon. My favorite personal example is the first version of CrowdVine&#8217;s private messaging feature. It&#8217;s now basically one of the most popular features on the site and gets used a couple of times by every member. However, the first version of the feature was live for six months and was only used three times total. It was in an awkward place and was trying to do too much. I built it, released it, and moved on to other features. I&#8217;d mistaken activity for accomplishment.</p>
<p><strong>Minimum Viable Product vs. Half-a-product</strong><br />
Even though this post is sparked by this product I built last week, I&#8217;m not really talking about the product much. That&#8217;s because what that product needs right now is not a ton of users&#8211;it needs a little bit of feedback. And I got that by just sending it off to a few people. By all means, try it if you want, but it&#8217;s what I would call a minimum viable product. It&#8217;s a product that&#8217;s good enough to get useful feedback on but not so polished that it&#8217;s worth building a marketing campaign around.</p>
<p>In comparison, 37signals promotes the idea of building <a href="http://gettingreal.37signals.com/ch05_Half_Not_Half_Assed.php">half a product</a> that kicks ass, rather than a half assed product. However, like writing a short essay, a great half-product takes a lot of work. </p>
<p>Time boxing can get you there, but usually not in one go round. When you scope the product down and get it in front of users early you find out what features were necessary and which weren&#8217;t. You also find out which features need to be improved and which are already working well.</p>
<p>If you are trying to build a high quality product inside of a single time box, then you need to be very careful to polish one piece before moving on to the next. My friend <a href="http://www.lukehohmann.com/">Luke</a> gave me a phrase for naming your definition of polished called, &#8220;Done, done.&#8221; That way when someone tells you they&#8217;re done, you can respond by asking &#8220;Are you done, done?&#8221; </p>
<p><strong>Two weeks is good</strong><br />
I&#8217;ve done development iterations of two days, one week, two weeks, three weeks, and four weeks.</p>
<p>Four weeks is too long. You end up working on a bunch of unrelated things. Two days is too short and I&#8217;ve never felt like I could really do anything of significance in that time. I just use two day projects if I&#8217;m having trouble carving out time.</p>
<p>Three weeks weirds everyone out because it doesn&#8217;t line up to anything regular on the calendar.</p>
<p>Last week was the first time I&#8217;ve done a one week project. I thought the project was a perfect size, but I also found it almost impossible to balance it with other work responsibilities. I had phone calls. I spent a day at the Game Developers Conference. I organized a big party for the weekend.</p>
<p>My ideal would be to pick a project that looked like it had about 40 hours of work and that had a legitimate accomplishment that could be completed in the first 8-10 hours. I&#8217;d take that project and give it two weeks of calendar time. There&#8217;s not a lot of harm in finishing early because it&#8217;s not like there&#8217;s ever a shortage of programming work. If the project finishes early then make tweaks based on usage measurements, do some A/B testing, move on to code cleanup and test coverage, etc.</p>
<p><strong>Changes for next time</strong><br />
I really liked making the time for this and I&#8217;m definitely going to do it again. The next product I have lined up is an extension to CrowdVine. Here are some of the things I&#8217;m going to change.</p>
<p>I&#8217;m going to move to a two week time box but keep the new feature work to the first week. That way I can still call it product-in-a-week, but I have some flexibility to keep the rest of my business running.</p>
<p>I&#8217;m also going to spend more time up front defining what accomplishments we&#8217;re shooting for. I think I didn&#8217;t do a good enough job of that when I <a href="http://www.stubbleblog.com/index.php/2010/03/designing-a-simple-cms-service/">designed my simple CMS service</a>. I was definitely at risk of falling into the feature trap because I really wanted a product the whole world could use (built in just a week!), but I&#8217;d be better served if I had more of my sites already ported over. </p>
<p>For example, instead of porting over the CrowdVine pages, I spent time on a subscription billing system. Unfortunately, since I didn&#8217;t finish the subscriptions by wiring them to a payment system, that was work without value. </p>
<p>Probably the biggest change is that I&#8217;m going to involve more of the CrowdVine crew. I did most of this work solo, but the next project more naturally fits a bigger team.</p>
<p>I think that&#8217;s it for changes. Does anyone else have strong feeling about time boxing?</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/Stubbleblog?a=Z7-fo9satiM:bRKoI8hbcUc:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/Stubbleblog?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Stubbleblog?a=Z7-fo9satiM:bRKoI8hbcUc:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/Stubbleblog?i=Z7-fo9satiM:bRKoI8hbcUc:F7zBnMyn0Lo" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/Stubbleblog/~4/Z7-fo9satiM" height="1" width="1"/>]]></content:encoded><description>I spent last week extracting some features from CrowdVine into a stand alone simple CMS service I&amp;#8217;m calling big.ly.  I gave myself a fixed time period&amp;#8211;one week starting on Monday and ending Sunday. 
In engineering management terms, a project like this is called time boxed development. It comes up all the time, especially in [...]</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">1</thr:total><feedburner:origLink>http://www.stubbleblog.com/index.php/2010/03/lessons-learned-doing-time-boxed-development/</feedburner:origLink></item><item><title>Designing a simple CMS Service</title><link>http://feedproxy.google.com/~r/Stubbleblog/~3/ICXOcNiTCew/</link><category>Uncategorized</category><category>cms</category><category>product-in-a-week</category><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Tony Stubblebine</dc:creator><pubDate>Tue, 09 Mar 2010 09:00:31 PST</pubDate><guid isPermaLink="false">http://www.stubbleblog.com/?p=385</guid><content:encoded xmlns:content="http://purl.org/rss/1.0/modules/content/"><![CDATA[<p>Sorry for being coy during yesterday&#8217;s <a href="http://www.stubbleblog.com/index.php/2010/03/product-in-a-week/">Product In A Week</a> post. I wanted to get some unfiltered data from the survey I was running. Here&#8217;s what we&#8217;re releasing this week.</p>
<p><strong>A simple CMS service</strong><br />
I often find myself in a situation where I need to host a few pages of a fully designed site and I need to give edit access to someone without direct access to my servers or my version control repository. I want to be able to setup the site by editing the HTML and CSS directly. Usually, the other people editing the site need a WYSIWYG editor. These sites don&#8217;t have high bandwidth or storage needs. I&#8217;m thinking of it like PBWiki for websites.</p>
<p><strong>Market Research</strong><br />
Starting with myself, I want something that can host a one page site that I maintain personally, (<a href="http://tonystubblebine.com">tonystubblebine.com</a>), a one page site that I setup but that a non-programmer maintains (<a href="http://sarahmilstein.com">sarahmilstein.com</a>) and a multi-page site that currently lives in a version control repository which blocks non-programmers from editing it (the static pages on <a href="http://www.crowdvine.com">www.crowdvine.com</a>.</p>
<p>In the survey that I ran yesterday, I found that the majority of respondents put up sites that had fewer than ten pages, had less than 100MB of files, were maintained by non-technical people, and got just a few thousand hits per month. </p>
<p>My favorite responses came from the question about what features people use on more than 50% of their websites. The survey results say that the simple sites above can be served by a simple feature set.<br />
<a href="http://www.stubbleblog.com/wp-content/uploads/2010/03/surveymonkey.png"><img src="http://www.stubbleblog.com/wp-content/uploads/2010/03/surveymonkey.png" alt="" title="surveymonkey" width="652" height="498" class="alignnone size-full wp-image-394" /></a></p>
<p>I just know that somebody is going to come out of the woodwork and say that a service like this already exists (that would be helpful to know actually). I looked at SquareSpace. It was overkill (although I&#8217;m told they&#8217;re doing very well). I looked at PageLime, SurrealCMS, and CushyCMS but they all work on the model of publishing to a different site. I want a pure SaaS service. PBWiki doesn&#8217;t have the full site customization I need. Google Sites is part of a genre of options that provide page builder UIs. I don&#8217;t need that and my survey results indicate that most websites have a professional or HTML savvy person doing the initial setup.</p>
<p><strong>Existing Assets</strong><br />
My goal isn&#8217;t to just randomly launch new products&#8211;I want to take things we already have and extract them up for a broader audience.</p>
<p>Here&#8217;s what we have: a page based CMS, content versioning and rollback, tab and subnav management, content preview, WYSIWYG editor with raw HTML option, Liquid templates that allow overriding of core templates, file uploads and management, custom domains, basic themes, and a simple theme editor. Plus I have an unused domain that I like and a simple logo that goes with it.</p>
<p><strong>Minimum CMS Feature Set</strong><br />
I went into this thinking we&#8217;d just take that list of existing assets, put some polish on them, and then put on a creation and payment step. That&#8217;s a pretty good minimum feature set that we could get some actual feedback on. It&#8217;s not zero amount of work either&#8211;the polish and cleanup step has plenty of meat. But if I can I&#8217;d like to add one feature based on my survey data. A lot of people need contact forms, I even have a site that needs them, and we have that feature.</p>
<p>These are the things I&#8217;m leaving out: multiple roles, FTP publishing, FTP or ZIP upload, photo galleries (use a Flickr widget). Now that I&#8217;ve described it, does that sound useful? </p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/Stubbleblog?a=ICXOcNiTCew:ad-h21F9kyk:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/Stubbleblog?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Stubbleblog?a=ICXOcNiTCew:ad-h21F9kyk:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/Stubbleblog?i=ICXOcNiTCew:ad-h21F9kyk:F7zBnMyn0Lo" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/Stubbleblog/~4/ICXOcNiTCew" height="1" width="1"/>]]></content:encoded><description>Sorry for being coy during yesterday&amp;#8217;s Product In A Week post. I wanted to get some unfiltered data from the survey I was running. Here&amp;#8217;s what we&amp;#8217;re releasing this week.
A simple CMS service
I often find myself in a situation where I need to host a few pages of a fully designed site and I need [...]</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">5</thr:total><feedburner:origLink>http://www.stubbleblog.com/index.php/2010/03/designing-a-simple-cms-service/</feedburner:origLink></item><item><title>Product In A Week</title><link>http://feedproxy.google.com/~r/Stubbleblog/~3/-GQRnuVLfRo/</link><category>Uncategorized</category><category>product-in-a-week</category><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Tony Stubblebine</dc:creator><pubDate>Mon, 08 Mar 2010 09:33:38 PST</pubDate><guid isPermaLink="false">http://www.stubbleblog.com/?p=378</guid><content:encoded xmlns:content="http://purl.org/rss/1.0/modules/content/"><![CDATA[<p>I met a guy in NYC who had sold his blog services company to one of the major blogging platforms. Blog services means his company did installs, customizations, theming and the occasional coding of custom plugins. This is how he described his experience of the company:</p>
<blockquote><p>&#8220;At first I thought we would become a product company. We would turn these one-off plugins we were writing into products we could sell. Then I found out the world has an unlimited appetite for services.&#8221;</p></blockquote>
<p>That last sentence really struck me. Now I find that with CrowdVine, I&#8217;m in the exact same position he was in. We bootstrapped ourselves through customization and services work. Demand for our services is growing. Demand for the code we&#8217;ve written, however&#8230; we have no idea what that would be because most of it is only available by request (i.e. phone call).</p>
<p>So, I&#8217;m going to try an experiment, which I&#8217;m calling Product In A Week. I&#8217;m going to take some functionality that we have hidden away, I&#8217;m going to spend a week putting it though a product development process, and I&#8217;m going to release it. The release might be an extension of something we already do or it might be a brand new product.</p>
<p>I&#8217;m starting one this week and if you would be so kind, I&#8217;d love for you to participate by <a href="http://www.surveymonkey.com/s/BK5V25T">taking this survey</a>. I&#8217;ll post about what we&#8217;re actually doing  tomorrow.</p>
<p>This first week is as much a trial of the process as it is of the product. Here&#8217;s how I have the week structured.</p>
<p><strong>Customer Development</strong><br />
I don&#8217;t think I can release significant functionality in a week unless I am either a potential customer or very close to the problem. That said, I&#8217;d like to do some sort of customer development process that starts with at least customer interviews or surveys. </p>
<p>Last week, I ran the Sean Ellis and KISSMetrics <a href="http://survey.io">Customer Development survey</a> on followers of @iheartquotes. I learned a ton about @iheartquotes followers. However, that survey is for when you already have a product and users. For the product I&#8217;m doing this week I&#8217;m trying to get information about an existing market for which I have no current customers. </p>
<p>The survey I&#8217;m running above (<a href="http://www.surveymonkey.com/s/BK5V25T">would you be so kind and take it</a>) is a kludge of the survey.io survey of existing customers, the <a href="http://beta.survey.io/6ec2198">survey they ran when they were developing survey.io</a>, and some questions I had while looking at existing options.</p>
<p><strong>Utility</strong><br />
I have at least ten things that I want to pull out of storage. Some of them can stand on their own but many of them are extensions to what CrowdVine already does. Whatever form they take, my primary goal is for them to have immediate utility. There&#8217;s a couple of ways I&#8217;m judging that.</p>
<p>Is this something I will personally use? Is it something current CrowdVine customers will use? Is it something that the broader world would use?</p>
<p>The product I&#8217;m planning for this week is something that I need immediately for four other sites. That makes it easier to develop a first version because I&#8217;m scratching my own itch. </p>
<p>The product is an expansion and upgrade of a current module that CrowdVine users use all the time. I&#8217;m planning for the implementation to stand as it&#8217;s own product but for almost all features to be shared back with CrowdVine. That means our current customers get an immediate benefit. The new features are also a prerequisite for a bigger CrowdVine expansion, so I&#8217;m counting that as a win for getting this work done.</p>
<p>The product on it&#8217;s own, is, I think, a new and useful take on an existing market. Right now that&#8217;s just my opinion. We&#8217;re going to test it, with a survey at the beginning and what amounts to a minimum feature set that we launch during the week.</p>
<p><strong>Sustainability</strong><br />
While the goal is to have more people using more of our software, we&#8217;re not exactly ready to take on bug fixes, late night system administration and frantic customer service emails. We already have those. Whatever work we do during the week needs to be self-sustainable. </p>
<p>It needs to be built in a way that it can live without maintenance. If it takes off, of course, it&#8217;s going to be getting lots of love. If it doesn&#8217;t, then it can&#8217;t be a large ongoing tax on our time. To me, that means keep the scope small enough that the code quality can be high, make sure it&#8217;s monitored, backed up, the logs rotate, etc.</p>
<p>There should be measurability baked in. I want the logs to tell me what&#8217;s getting used and what has growth and I want surveys (this is where the survey.io survey is useful). As Steve Blank says, the <a href="http://steveblank.com/2010/03/04/perfection-by-subtraction-the-minimum-feature-set/">Minimum Feature Set is not the goal</a>, it&#8217;s a first step. This data will let us know if there should be a second iteration and what would be in it.</p>
<p>Almost everything I have in mind has an immediate business model baked in. Money is a great measurement for whether we built something valuable.</p>
<p>For the project I&#8217;m doing this week, it&#8217;s going to run on top of the CrowdVine code base so it gets to make use of all of our existing sustainability infrastructure (backups, tests, monitoring). It will be subscription based, so there is a business model. I&#8217;m not totally sure what stats to measure, but I&#8217;m going to start with a subscription funnel: how many people hit the home page, how many try the service, and how many convert to paying customers.</p>
<p>Ready, shoot, aim. We&#8217;re already off and running.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/Stubbleblog?a=-GQRnuVLfRo:ghLzJvK6YRo:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/Stubbleblog?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Stubbleblog?a=-GQRnuVLfRo:ghLzJvK6YRo:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/Stubbleblog?i=-GQRnuVLfRo:ghLzJvK6YRo:F7zBnMyn0Lo" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/Stubbleblog/~4/-GQRnuVLfRo" height="1" width="1"/>]]></content:encoded><description>I met a guy in NYC who had sold his blog services company to one of the major blogging platforms. Blog services means his company did installs, customizations, theming and the occasional coding of custom plugins. This is how he described his experience of the company:
&amp;#8220;At first I thought we would become a product company. [...]</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">1</thr:total><feedburner:origLink>http://www.stubbleblog.com/index.php/2010/03/product-in-a-week/</feedburner:origLink></item><item><title>164 Things</title><link>http://feedproxy.google.com/~r/Stubbleblog/~3/IWlK1hBTAWc/</link><category>Uncategorized</category><category>52things</category><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Tony Stubblebine</dc:creator><pubDate>Mon, 22 Feb 2010 10:54:02 PST</pubDate><guid isPermaLink="false">http://www.stubbleblog.com/?p=353</guid><content:encoded xmlns:content="http://purl.org/rss/1.0/modules/content/"><![CDATA[<p>It&#8217;s been about 164 weeks since I stopped working for other people and started working on my own ideas. I  check in once a year to see how things are going and to see if I can identify at least one highlight for each week. </p>
<p>Of course, I never manage to actually check in on the exact anniversary, so the first check-in covered 53 weeks and <a href="http://www.stubbleblog.com/index.php/2007/11/53-things/">53 Things</a>. The next year covered <a href="http://www.stubbleblog.com/index.php/2009/01/109-things/">56 Things</a>. And for this year, I&#8217;ve got 55 items covering the last 55 weeks.</p>
<p>I&#8217;m especially glad to look at the list because it changed my outlook for the year. Like a lot of people, I thought 2009 was a hard, awful, disappointing year. But now that I&#8217;ve made the list I think it was probably my best year ever.</p>
<p><strong>Crazy good travel</strong><br />
1. Found out what the Sistine Chapel smells like (Will Hunting, not much) and other <a href="http://www.flickr.com/photos/sarah_milstein/sets/72157622546087609/">Italian adventures</a>.<br />
2. Held off on writing this post so that I could <a href="http://www.flickr.com/photos/sarah_milstein/sets/72157623311040872/">include Egypt</a>.<br />
3. A <a href="http://www.google.com/search?q=site:twitter.com+%23pizzaquest+-games">#pizzaquest</a> spanning SF to Phoenix to NYC (di fara&#8217;s is still the best)<br />
4. Two and a half months in NYC (West Village and Fort Greene)</p>
<p><strong>More CrowdVine growth</strong><br />
5. Revenue up 50%<br />
6. Basically stopped doing hard development, system administration, account management, and support because Jay and Terrie do it better (thanks!)<br />
7. Figured out what a B2B &#8220;solution&#8221; is. (It&#8217;s software, hosting, a Terrie)<br />
8. Introduced session ratings feature<br />
9. New Themes and Designs<br />
10. First A/B tests<br />
11. Third-party registration integration (EventBrite, RegOnline, Laser)<br />
12. Wrote an elevator pitch (didn&#8217;t seem to come up before, now it comes up all the time)<br />
13. Added Twitter auth and Friendfeed style commenting<br />
14. Added content management features<br />
15. First all hands meeting</p>
<p><strong>Inspiration via voice rather than text</strong><br />
16. <a href="http://ecorner.stanford.edu/authorMaterialInfo.html?mid=2214">Facebook COO Sheryl Sandberg on personal scaling</a><br />
17. The idea of Internet Treasures via <a href="http://ecorner.stanford.edu/authorMaterialInfo.html?mid=2277">Mark Pincus on Stanford&#8217;s ECorner</a><br />
18. Geoffrey Moore at Business of Software Conference (some people have tricks from last year, he has fundamentals that have held since the 70&#8217;s)</p>
<p><strong>And more inspiration from conferences</strong><br />
19. Business of Software (already mentioned) was a must for any software entrepreneur<br />
20. VTM: Web Design conference<br />
21. PCMA gave clarity to our approach and direction in the conference business.</p>
<p><strong>Lotta writing</strong><br />
22. <a href="http://www.stubbleblog.com/index.php/2009/06/the-real-lessons-from-twitter/">The Real Lessons from Twitter</a><br />
23. <a href="http://blog.crowdvine.com/2010/01/10/things-i-dont-get-preparing-for-pcma-10/">Things I don&#8217;t get (about the event industry)</a><br />
24. <a href="http://blog.crowdvine.com/2009/12/18/designing-the-ultimate-contact-form-in-rails/">Desiging the ultimate contact form in Rails</a><br />
25. <a href="http://blog.crowdvine.com/2009/11/03/top-10-event-twitter-accounts/">Top 100 event twitter accounts</a><br />
26. <a href="http://blog.crowdvine.com/2009/12/10/some-notes-on-ndas/">Some Notes on NDAs</a><br />
27. <a href="http://blog.crowdvine.com/2009/12/09/airbnb-good-cheap-housing-for-conference-attendees/">AirBnB &#8211; Good cheap housing for conference attendees</a><br />
28. <a href="http://blog.crowdvine.com/2009/04/22/the-conference-twitter-report/">Conference Twitter Report</a><br />
29. <a href="http://blog.crowdvine.com/2009/04/02/declining-openid-usage/">Declining OpenID usage</a><br />
30. <a href="http://www.stubbleblog.com/index.php/2009/11/linux-on-the-desktop/">Linux on the desktop</a></p>
<p><strong>Family</strong><br />
31. We were <a href="http://www.nytimes.com/2009/08/30/realestate/30cov.html">in the NYT Again</a>!<br />
32. Sarah&#8217;s now the General Manager and Co-chair for Web 2.0 Expo<br />
33. Two new nephews, Jack Ozro on Sarah&#8217;s side and Parker on my side<br />
34. Saw Sarah&#8217;s <a href="http://www.the-secret-agents.com/">sister-in-law</a> rock the SF Fringe festival<br />
35. I tech-reviewed Sarah&#8217;s <a href="http://www.amazon.com/Twitter-Book-Tim-OReilly/dp/0596802811">The Twitter Book</a> (didn&#8217;t require any feedback, really)</p>
<p><strong>Productivity hacks</strong><br />
36. My todo list shows 7500 items completed over the last 55 weeks!<br />
37. Started a journal (which made pulling this list together much easier)<br />
38. <a href="http://www.stubbleblog.com/index.php/2009/03/productivity-hack-hangup-politely/">Started hanging up politely</a><br />
39. No laptops between 6-10pm</p>
<p><strong>Lived a bit (like the travel wasn&#8217;t enough)</strong><br />
40. Saw a lot of movies, six good, Inglorious Basterds, Avatar, The Hurt Locker, District 9, Food Inc., Where the Wild Things Are<br />
41. Loved Whip It<br />
42. And Watchmen<br />
43. Really loved archival footage of old San Francisco from the <a href="http://www.archive.org/details/prelinger">Prelinger Archives</a><br />
44. Road the Tour de Vino with my mom<br />
45. Attended WonderCon (Wow!)<br />
46. Played Omaha High Low for the first time<br />
48. <a href="http://pointbreaklivesf.com/">Live reenactment of the movie Point Break</a> (with Keanu actor chosen from the audience)<br />
49. Played and loved <a href="http://dragonage.bioware.com">Dragon Age</a><br />
50. Got a haircut from Marco, claims to have cut Regis&#8217; hair in the 80s.</p>
<p><strong>Read some actual books</strong><br />
51. <a href="http://www.amazon.com/Andy-Grove-Times-American-Business/dp/B001G8WDKK">Andy Grove: The Life and Times of an American</a><br />
52. <a href="http://www.amazon.com/Snowball-Warren-Buffett-Business-Life/dp/0553384619">Snowball: Warren Buffett and the Business of Live</a></p>
<p><strong>Misc experiences</strong><br />
53. Organized moderators for <a href="http://twitter.com/iheartquotes">@iheartquotes</a><br />
54. Made a killer pomelo sorbet<br />
55. First time brining meat (chicken for the smoker)</p>
<p><strong>Bonus</strong><br />
56. I usually end with a big thank you to my partner Sarah. The last two years have had big thanks for helping get CrowdVine off the ground and there was more of that this year&#8211;great advice and notably, a strong introduction to the work of Steve Blank and Eric Reis. But what really stands out is how much of the non-work items have her finger prints on it. This is the year where we introduced some work life balance (by balance I mean holding equally heavy weights in each hand) and so many of the highlights were sparked by her. Thank you!</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/Stubbleblog?a=IWlK1hBTAWc:as7hzwHv0sY:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/Stubbleblog?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Stubbleblog?a=IWlK1hBTAWc:as7hzwHv0sY:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/Stubbleblog?i=IWlK1hBTAWc:as7hzwHv0sY:F7zBnMyn0Lo" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/Stubbleblog/~4/IWlK1hBTAWc" height="1" width="1"/>]]></content:encoded><description>It&amp;#8217;s been about 164 weeks since I stopped working for other people and started working on my own ideas. I  check in once a year to see how things are going and to see if I can identify at least one highlight for each week. 
Of course, I never manage to actually check in [...]</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">1</thr:total><feedburner:origLink>http://www.stubbleblog.com/index.php/2010/02/164-things/</feedburner:origLink></item><item><title>How to use a Verizon USB Card with Ubuntu</title><link>http://feedproxy.google.com/~r/Stubbleblog/~3/-yvNATUXGUk/</link><category>Uncategorized</category><category>google</category><category>ubuntu</category><category>verizon</category><category>wireless</category><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Tony Stubblebine</dc:creator><pubDate>Mon, 28 Dec 2009 00:58:00 PST</pubDate><guid isPermaLink="false">http://www.stubbleblog.com/?p=339</guid><content:encoded xmlns:content="http://purl.org/rss/1.0/modules/content/"><![CDATA[<p>I&#8217;ve been having a lot of &#8220;Hey, Linux on the desktop is pretty darn good&#8221; moments lately. Here&#8217;s one from tonight, getting my Verizon USB wireless card to work on my laptop (Dell Studio 17). Getting this same card to work on a Windows Vista netbook was a total chore, so I came at this Linux experience fearing (and expecting) the worst.</p>
<p>After some googling, I settled on this <a href="http://www.aselabs.com/articles.php?id=224">tutorial from ASE Labs</a>. It almost worked. After freezing the laptop, forcing a hard reboot, editing some config files and then running a shell command, my modem worked. Once. This was exactly the experience I was expecting. </p>
<p>Feeling a bit of despair, I tried plan B: right click the Network Manager that sits on the Gnome panel. Hot damn. There&#8217;s a wizard for this. The functionality is built right in. So consider this post less of a tutorial and more of an informational post. I just want to tip off the next googler that they don&#8217;t have to perform any incantations to get this working.</p>
<p>You need to know this:<br />
username: &lt;yourphonenumber&gt;@vzw3g.com (i.e. 4155551212@vzw3g.com)<br />
password: vzw</p>
<p>Now right click Network manager followed by Edit connections -> Mobile broadband -> Add.</p>
<p>There&#8217;s very brief official documentation. The key thing to know is that Ubuntu calls this feature &#8220;mobile broadband.&#8221; Basically, the only problem with this feature is that it&#8217;s not SEO optimized for what I think it should be called.<br />
<a href="https://help.ubuntu.com/9.04/internet/C/connecting-mobile.html">https://help.ubuntu.com/9.04/internet/C/connecting-mobile.html</a></p>
<p>If you want to get really tricky you can even configure your laptop to act as a wireless router so that you can share your internet with people around you.<br />
<a href="http://www.freesoftwaremagazine.com/columns/howto_share_mobile_broadband_ubuntu_using_only_gui">http://www.freesoftwaremagazine.com/&#8230;</a></p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/Stubbleblog?a=-yvNATUXGUk:Ne1F-ZH8h6E:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/Stubbleblog?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Stubbleblog?a=-yvNATUXGUk:Ne1F-ZH8h6E:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/Stubbleblog?i=-yvNATUXGUk:Ne1F-ZH8h6E:F7zBnMyn0Lo" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/Stubbleblog/~4/-yvNATUXGUk" height="1" width="1"/>]]></content:encoded><description>I&amp;#8217;ve been having a lot of &amp;#8220;Hey, Linux on the desktop is pretty darn good&amp;#8221; moments lately. Here&amp;#8217;s one from tonight, getting my Verizon USB wireless card to work on my laptop (Dell Studio 17). Getting this same card to work on a Windows Vista netbook was a total chore, so I came at this [...]</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><feedburner:origLink>http://www.stubbleblog.com/index.php/2009/12/how-to-use-a-verizon-usb-card-with-ubuntu/</feedburner:origLink></item><item><title>Moderators for @iheartquotes</title><link>http://feedproxy.google.com/~r/Stubbleblog/~3/KSR0VWEeCAw/</link><category>Uncategorized</category><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Tony Stubblebine</dc:creator><pubDate>Thu, 17 Dec 2009 00:03:51 PST</pubDate><guid isPermaLink="false">http://www.stubbleblog.com/?p=328</guid><content:encoded xmlns:content="http://purl.org/rss/1.0/modules/content/"><![CDATA[<p>First, quickly, for people who follow this blog but aren&#8217;t quote enthusiasts, I want to share something that I learned from my friend Ben at <a href="http://www.fluther.com">Fluther</a>. If you have a passionate community and you ask them for help, they will help you. The <a href="http://twitter.com/iheartquotes">@iheartquotes</a> twitter account has had a half-hearted update policy for years because I never was willing to ask for help. Then one day I said, hey, what the hell, I&#8217;m going to ask if anyone wants to be a moderator. It turns out that lots of people wanted to help out and now almost every day we have a lot of community submitted, moderator-vetted quotes.</p>
<p>Organizing the moderators is a whole different ballgame, which is actually why I wanted to get this post up. As moderators drop out we need to replace them and people always ask, &#8220;What does a moderator do?&#8221; So I wanted to post somewhere so people could make a decision before I set them up with all of the accounts (we use Google Groups and CoTweet). </p>
<p><em><br />
Hello moderators,</p>
<p>We have a pretty simple goal&#8211;we&#8217;re taking user submitting quotes and republishing them for our wider quote-loving audience. Here are instructions for how to participate.</p>
<p>1. If you are a new moderator, you should introduce yourself. Let everyone know who you are and why you love quotes.</p>
<p>2. You will be responsible for a day of the week. You should sign up for one of the open days on the schedule page. Then, every week, when that day rolls around, you will be responsible for checking for new quotes and scheduling them to be republished on the @iheartquotes twitter account. There are a lot of people who have asked to help moderate, so if you can&#8217;t check reliably on your day, you should bow out. If skipping your day becomes a habit you will be quietly replaced.</p>
<p>3. To check and republish quotes, you should sign into the CoTweet.com program and:</p>
<p>3A. Check the scheduled outbox to see if there are any tweets already scheduled. Your goal will be to pick up from wherever the scheduled quotes leave off and then make sure there are quotes scheduled for the three days following your day.</p>
<p>3B. Go through the Inbox Messages.</p>
<p>3B. If a message is a RT of one of our quotes, check it off so that it&#8217;s archived and no longer in the inbox. Most quotes will be Retweets of quotes we&#8217;ve posted. </p>
<p>3C. If the message is a quote that&#8217;s reasonably good then you should schedule it for retweeting by clicking the RT button. </p>
<p>3D. We try to format quotes in the style below so that they are clear and while taking a minimum number of characters. Notice that it allows us to skip quotes, some whitespace, and punctuation.<br />
I&#8217;m learning all the time. The tombstone will be my diploma~Eartha Kitt | RT @somebody</p>
<p>4. The process should take about 30 minutes.<br />
</em></p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/Stubbleblog?a=KSR0VWEeCAw:QTCvtHouDZQ:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/Stubbleblog?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Stubbleblog?a=KSR0VWEeCAw:QTCvtHouDZQ:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/Stubbleblog?i=KSR0VWEeCAw:QTCvtHouDZQ:F7zBnMyn0Lo" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/Stubbleblog/~4/KSR0VWEeCAw" height="1" width="1"/>]]></content:encoded><description>First, quickly, for people who follow this blog but aren&amp;#8217;t quote enthusiasts, I want to share something that I learned from my friend Ben at Fluther. If you have a passionate community and you ask them for help, they will help you. The @iheartquotes twitter account has had a half-hearted update policy for years because [...]</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><feedburner:origLink>http://www.stubbleblog.com/index.php/2009/12/moderators-for-iheartquotes/</feedburner:origLink></item><item><title>Regex Best Practices</title><link>http://feedproxy.google.com/~r/Stubbleblog/~3/QG4YrqKiqV8/</link><category>Uncategorized</category><category>regex</category><category>talks</category><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Tony Stubblebine</dc:creator><pubDate>Fri, 11 Dec 2009 23:48:06 PST</pubDate><guid isPermaLink="false">http://www.stubbleblog.com/?p=316</guid><content:encoded xmlns:content="http://purl.org/rss/1.0/modules/content/"><![CDATA[<p>My book, <a href="http://bit.ly/regexpr">Regular Expression Pocket Reference</a>, has sold well over 30k copies and I&#8217;m constantly surprised how often I talk to someone who claims to have a copy of the book on their desk. The thing about that book, though, is that I&#8217;m not nearly smart enough from a nuts/bolts or math angle to be qualified to write it. I muddled through, and with the help of amazing tech reviewers and a lot more work than it should have taken, the end result is a pretty good book. </p>
<p>However, by virtue of not starting out as a regex expert, I have a lot more empathy for the every-day coder who just wants to get these suckers to work. So, once the book was published I started working on tips for every day use. </p>
<p>Here&#8217;s one of my favorites, a <a href="http://www.slideshare.net/tonystubblebine/regex-best-practices">presentation on Regular Expression Best Practices</a>. I think I gave this at a Perl Mongers meeting a few years ago. Excuse the Perl code, all of the ideas are universal.</p>
<p>The basic premise of the presentation is that regular expressions are inherently difficult to write, maintain, and get right, but that we could do much better if we applied a few simple (best) practices.</p>
<p>Here are the inherent reasons:<br />
A.) They have a crummy, terse syntax.<br />
B.) We (normal programmers) don&#8217;t use them enough to become proficient.<br />
C.) They are applied to some dirty, hard-to-verify (that&#8217;s why we&#8217;re writing the regex) data.</p>
<p>Given that, we (normal programmers) then choose to ignore the normal practices of programming, practices that we use reliably with expressive clear languages that we are experts in.  The presentation identifies those normal practices and then calls them regex best practices: use white space, code structure, and code verification/testing. Plus, the presentation has one of my favorite security gotchas, a favorite quote, and some common regex mistakes.</p>
<div style="width:425px;text-align:left" id="__ss_2610440"><a style="font:14px Helvetica,Arial,Sans-serif;display:block;margin:12px 0 3px 0;text-decoration:underline;" href="http://www.slideshare.net/tonystubblebine/regex-best-practices" title="Regex Best Practices">Regex Best Practices</a><object style="margin:0px" width="425" height="355"><param name="movie" value="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=regexbestpractices-091129202054-phpapp02&#038;rel=0&#038;stripped_title=regex-best-practices" /><param name="allowFullScreen" value="true"/><param name="allowScriptAccess" value="always"/><embed src="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=regexbestpractices-091129202054-phpapp02&#038;rel=0&#038;stripped_title=regex-best-practices" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="355"></embed></object>
<div style="font-size:11px;font-family:tahoma,arial;height:26px;padding-top:2px;">View more <a style="text-decoration:underline;" href="http://www.slideshare.net/">documents</a> from <a style="text-decoration:underline;" href="http://www.slideshare.net/tonystubblebine">Tony Stubblebine</a>.</div>
</div>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/Stubbleblog?a=QG4YrqKiqV8:nVC6kKSBpH8:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/Stubbleblog?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Stubbleblog?a=QG4YrqKiqV8:nVC6kKSBpH8:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/Stubbleblog?i=QG4YrqKiqV8:nVC6kKSBpH8:F7zBnMyn0Lo" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/Stubbleblog/~4/QG4YrqKiqV8" height="1" width="1"/>]]></content:encoded><description>My book, Regular Expression Pocket Reference, has sold well over 30k copies and I&amp;#8217;m constantly surprised how often I talk to someone who claims to have a copy of the book on their desk. The thing about that book, though, is that I&amp;#8217;m not nearly smart enough from a nuts/bolts or math angle to be [...]</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><feedburner:origLink>http://www.stubbleblog.com/index.php/2009/12/regex-best-practices/</feedburner:origLink></item><item><title>Linux on the Desktop</title><link>http://feedproxy.google.com/~r/Stubbleblog/~3/P1wRPY_okIA/</link><category>Uncategorized</category><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Tony Stubblebine</dc:creator><pubDate>Wed, 18 Nov 2009 15:01:10 PST</pubDate><guid isPermaLink="false">http://www.stubbleblog.com/?p=304</guid><content:encoded xmlns:content="http://purl.org/rss/1.0/modules/content/"><![CDATA[<p>In 1997, I was a Linux zealot who loved to tinker with software. Now I&#8217;m an overworked pragmatist. I still love Linux, but for different reasons. Last week, I heard a meme<a href="#trends">*</a> pop up that Linux was dead on the desktop (specifically for web entrepreneurs). So I wanted to give the opposite take&#8211;Linux is a great, pragmatic choice for your desktop.</p>
<p><strong>Improved Hardware Support</strong><br />
I&#8217;ve been installing Linux without trouble on desktops for over ten years. The real problem was with laptops. In 2004, it took me six months to get wireless working on my laptop. In 2007 I bought a laptop from <a href="http://system76.com">System76</a> that had Linux pre-installed. Even suspend and hibernate worked. That was much better, but they only have a limited selection of re-branded Asus models. On Monday, I bought a new laptop from a  big blue box store, installed Ubuntu, and everything just worked.</p>
<p><strong>The Cloud</strong><br />
It&#8217;s funny that we&#8217;d even be having a desktop operating system discussion given how many core apps moved into the cloud. I use Firefox, GMail, a slew of apps from 37signals, and a SSH shell connected to a different server. That experience is the same on any operating system.</p>
<p><strong>Sun Virtual Box</strong><br />
I never got Wine or VMWare to work on Linux. It was just a bit too much configuration. But recently I tried Sun&#8217;s Virtual Box and it does a great job. When I looked at the proprietary apps I run, I found that most of them are for Windows. My accountant prefers the Windows version of Quickbooks. I sometimes have to test IE bugs in Windows. Netflix streaming used to be Windows-only. All of these apps work fine in the Virtual Box virtual instance of Windows. I even sync my iPhone from iTunes running in the virtual instance.</p>
<p><strong>Same as Your Server</strong><br />
I had an OSX laptop and basically liked it. But I got tired of fighting library dependencies on two different platforms. By running Linux on my laptop, I can have an identical environment to my production servers. </p>
<p><strong>Dying Religions</strong><br />
I&#8217;m not religious about Linux anymore. I think that helps. I can run a virtual instance of Windows without feeling like I&#8217;m cheating. I got sucked into Linux because it was a free playground at a time when I had free time. It shaped my problem solving strategies and mindset. Now I want to have a access to the command line and Unix tools. But some (most) software was built for Windows. Now with Virtual Box and a little bit of personal maturity, I don&#8217;t have to choose one over the other. I use both.</p>
<p><strong>Price</strong><br />
I bought a 17inch Dell Studio laptop with a dual processor, 500GB HD, and 4GB of RAM for $770. The equivalent MacBook Pro costs $2500.</p>
<p><a name="trends"></a><br />
* At the Business of Software conference, Paul Graham gave a talk covering 21 trends he&#8217;s seen while running YCombinator. He may have been talking about Linux on the desktop not being a relevant business opportunity, but his anecdotal data was about web entrepreneurs moving to OSX.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/Stubbleblog?a=P1wRPY_okIA:2GDYFW5rUqA:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/Stubbleblog?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Stubbleblog?a=P1wRPY_okIA:2GDYFW5rUqA:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/Stubbleblog?i=P1wRPY_okIA:2GDYFW5rUqA:F7zBnMyn0Lo" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/Stubbleblog/~4/P1wRPY_okIA" height="1" width="1"/>]]></content:encoded><description>In 1997, I was a Linux zealot who loved to tinker with software. Now I&amp;#8217;m an overworked pragmatist. I still love Linux, but for different reasons. Last week, I heard a meme* pop up that Linux was dead on the desktop (specifically for web entrepreneurs). So I wanted to give the opposite take&amp;#8211;Linux is a [...]</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">1</thr:total><feedburner:origLink>http://www.stubbleblog.com/index.php/2009/11/linux-on-the-desktop/</feedburner:origLink></item><item><title>Five Reasons I Love Twitter Lists</title><link>http://feedproxy.google.com/~r/Stubbleblog/~3/kfnCl841aeg/</link><category>Uncategorized</category><category>twitter</category><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Tony Stubblebine</dc:creator><pubDate>Fri, 30 Oct 2009 12:12:08 PDT</pubDate><guid isPermaLink="false">http://www.stubbleblog.com/?p=300</guid><content:encoded xmlns:content="http://purl.org/rss/1.0/modules/content/"><![CDATA[<p>The Twitter Lists feature launched for everyone today. Here&#8217;s Twitter&#8217;s <a href="http://rohitbhargava.typepad.com/weblog/2009/10/5-ways-to-use-twitters-new-list-feature-for-marketers.html?c377df18">announcement</a> and a thorough <a href="http://news.cnet.com/8301-17939_109-10385997-2.html">tutorial from CNET</a>.</p>
<p>I&#8217;ve had the beta version for a week, and although it&#8217;s obvious that this feature is going to create a new class of social media whoring (list-whoring), I also find it incredibly useful.</p>
<p><strong>#1 Back to basics</strong><br />
I fell in love with Twitter when it had less than 100 users because it was an easy way to keep in touch with my girlfriend and my little sister. Then Twitter got too big and I started missing tweets from those people. So now I have a list for just family&#8211;and I never miss their posts. Lists let you filter the firehouse.</p>
<p><strong>#2 Rediscovery</strong><br />
The folks at Twitter are hoping the lists feature helps with account discovery. It does. But what I&#8217;ve found is that it also helps with re-discovery&#8211;accounts that I forgot I was following start popping up again when I go to look at one of my lists.</p>
<p><strong>#3 Retweeting</strong><br />
<a href="http://twiter.com/SarahM">@SarahM</a> says that corporate accounts should aim to talk about themselves 10% of the time and about other people 90% of the time. So for my <a href="http://twitter.com/crowdvine">@crowdvine</a> account I&#8217;m always looking for material. I have a whole section in my Google Reader devoted to this. Now I have two Twitter lists that are perfect for retweetable material, <a href="http://twitter.com/crowdvine/eventstars">@crowdvine/eventstars</a> for event news and <a href="http://twitter.com/crowdvine/tech-stars">@crowdvine/tech-stars</a> for tech and social software news.</p>
<p><strong>#4 Research</strong><br />
I created a bunch of lists related to research that I&#8217;m doing. I want to know about events so I started with that list (<a href="http://twitter.com/crowdvine/greatevents">@crowdvine/greatevents</a>) but I also want to know about different event sements, so I made my own for barcamps (<a href="http://twitter.com/crowdvine/barcamps">@crowdvine/barcamps</a>) and then discovered other great event lists like <a href="http://twitter.com/konigi/uxevents">@konigi/uxevents</a> and <a href="http://twitter.com/underflow_/ruby-events">@underflow_/ruby-events</a>.</p>
<p><strong>#5 Want-to-meet</strong><br />
I often run across people on CrowdVine that I think I should meet or email or follow up with in some fashion. Now I can bookmark them and get back to them later. I have this list private right now, but I think it would actually be a light weight way to meet people if it were public. What would you do if you found your name on somebody a list called want-to-meet?</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/Stubbleblog?a=kfnCl841aeg:zXb_3x_PHeU:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/Stubbleblog?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Stubbleblog?a=kfnCl841aeg:zXb_3x_PHeU:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/Stubbleblog?i=kfnCl841aeg:zXb_3x_PHeU:F7zBnMyn0Lo" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/Stubbleblog/~4/kfnCl841aeg" height="1" width="1"/>]]></content:encoded><description>The Twitter Lists feature launched for everyone today. Here&amp;#8217;s Twitter&amp;#8217;s announcement and a thorough tutorial from CNET.
I&amp;#8217;ve had the beta version for a week, and although it&amp;#8217;s obvious that this feature is going to create a new class of social media whoring (list-whoring), I also find it incredibly useful.
#1 Back to basics
I fell in love [...]</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><feedburner:origLink>http://www.stubbleblog.com/index.php/2009/10/five-reasons-i-love-twitter-lists/</feedburner:origLink></item><item><title>The Real Lessons From Twitter</title><link>http://feedproxy.google.com/~r/Stubbleblog/~3/OK2Mfm2UUek/</link><category>Uncategorized</category><category>customerdevelopment</category><category>lessonslearned</category><category>odeo</category><category>smallbiz</category><category>socialsoftware</category><category>twitter</category><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Tony Stubblebine</dc:creator><pubDate>Fri, 19 Jun 2009 05:35:15 PDT</pubDate><guid isPermaLink="false">http://www.stubbleblog.com/?p=251</guid><content:encoded xmlns:content="http://purl.org/rss/1.0/modules/content/"><![CDATA[<p>In 2006, I was the director of engineering at <a href="http://www.odeo.com">Odeo</a>, a podcasting startup notable for birthing a side project now known as <a href="http://twitter.com">Twitter</a>. My major contributions were doing the statistical analysis that showed that our podcasting work hadn&#8217;t amounted to a hill of beans<a href="#beans">*</a> and then not complaining when our most reliable engineer wanted to work on a side project. Still, it was fascinating to be in the building during Twitter&#8217;s conception and then to read all of the ways that people misunderstood those early days.</p>
<p>Here are three lessons I learned from Twitter that nobody seems to have caught on to.</p>
<p><strong>1. If people use it, it&#8217;s valuable</strong><br />
Have you ever looked at a piece of social software and thought, or worse, blogged, that it was worthless? Here&#8217;s a trick for evaluating social software in a way that isn&#8217;t going to make you look stupid six months down the road: assume it&#8217;s valuable if people are using it. Then try to figure out what value they&#8217;re getting. </p>
<p>Even professionals make the mistake of dismissing social software despite active, growing communities. Consider this early TechCrunch article, <a href="http://www.techcrunch.com/2007/03/19/sxsw-showdown-dodgeball-vs-twitter/">Dodgeball vs. Twitter</a>, where the author (not Arrington) insists that the way to compare software is feature by feature. Dodgeball won the comparison but within a few months was in the deadpool and now Twitter is part of TechCrunch&#8217;s everyday coverage. Why? The features that mattered were defined by social interactions, and each user had their own customized set of features based on the social interactions that were important to them. Dodgeball had more features by the traditional measure, but Twitter had the kind that mattered, loads of social interaction. </p>
<p>I even find that this is a good reminder for myself. I follow a <a href="http://startuplessonslearned.blogspot.com/">startup advice blog</a> from Eric Ries, cofounder of <a href="http://www.imvu.com">IMVU</a>. The first time I heard what IMVU did I thought it was laughably stupid. They make 3D chat rooms, (like a mini Second Life without the flying), and make money by selling virtual clothing for people&#8217;s avatars. Yet he is able to explain IMVU with a straight face and then seems genuinely surprised when people express skepticism. </p>
<p>Here&#8217;s the reason he can keep a straight face: IMVU gets 1.3M unique visitors a month and makes tens of millions of dollars per year. He&#8217;s not judging the idea based on opinion, which is where most people get into trouble, he&#8217;s judging based on observation.  Now, I feel stupid for not keeping an open mind.</p>
<p><strong>2. Product, Team, Market? Team.</strong><br />
This is a fun little debate, what matters most the product, the team, or the market? At the time that Evan bought Odeo back from the investors, our podcasting product was widely seen as a failure. It didn&#8217;t have any growth and it certainly didn&#8217;t make any money for the investors. Here&#8217;s how <a href="http://radar.oreilly.com/2006/11/what-vcs-learned-from-odeo-and.html">Bryce at OATV put it</a>:</p>
<blockquote><p>Rockstar team, smoking hot market, all-star angels &#8212; and it didn&#8217;t deliver the hyper growth traditional VCs need for their return profile.</p></blockquote>
<p>Was it the product? A year after Ev bought Odeo back, and after zero updates to the features, Time Magazine listed Odeo as one of their top fifty websites. Today, with a very similar product, Odeo.com is the only podcast directory of note. So the product was fine.</p>
<p>Was it the market? Marc Andreessen argues that <a href="http://blog.pmarca.com/2007/06/the-pmarca-gu-2.html">the market is the only thing that matters for a startup</a>. I just made the argument that Odeo was a strong product and I&#8217;m going to argue below that we had a strong team. Since no other web based podcast directory has proven otherwise, it looks like we were in a weak market. So is the answer that the market matters most?</p>
<p>That would look like the answer if not for Twitter, that pesky side project we launched that has had 10x growth in the last year. Market only looks like a good answer if you&#8217;re judging individual products, in this case the odeo.com podcasting directory.</p>
<p>A good team, that listens to its customers, is going to find a good market and put together a good product for that market. Steve Blank calls this process customer development (explained well in his book <a href="http://www.amazon.com/Four-Steps-Epiphany-Steven-Blank/dp/0976470705">Four Steps to the Epiphany</a> and in <a href="http://venturehacks.com/articles/customer-development">this Venture Hacks post</a>).</p>
<p>We could see that Odeo.com didn&#8217;t have enough traction so we went looking for other ideas. You might think it was lucky that we hit on Twitter, and as a specific product, it was. If Jack wasn&#8217;t on the team, there would be no Twitter. But the team at Odeo had lots of ideas and plenty of people capable of carrying them out. Of the 19 or so people who contributed to Odeo, 13 had started or went on to start a business or major open source project<a href="#rockstars">**</a>.</p>
<ul>
<li><a href="http://twitter.com/ev">Evan Williams</a>, founder of Blogger, Odeo, and now Twitter</li>
<li><a href="http://twitter.com/noah">Noah Glass</a>, Audioblogger, Odeo</li>
<li><a href="http://twitter.com/jack">Jack Dorsey</a>, founded a courier dispatch startup and Twitter</li>
<li><a href="http://twitter.com/biz">Biz Stone</a>, launch team at Xanga, founder of Twitter</li>
<li><a href="http://twitter.com/timroberts">Tim Roberts</a>, co-founded BigStep and founder and CEO of <a href="http://www.infectious.com">Infectious</a></li>
<li><a href="http://twitter.com/tonystubblebine">Tony Stubblebine</a> (me), founded <a href="http://www.crowdvine.com">CrowdVine</a></li>
<li><a href="http://twitter.com/adam">Adam Rugel</a>, founded <a href="http://www.71miles.com">71Miles</a> and <a href="http://www.trazzler.com">Trazzler</a>
<li><a href="http://twitter.com/dom">Dom Segoia,</a> founder of <a href="http://www.dollarapp.com">DollarApp</a></li>
<li><a href="http://twitter.com/jeremy">Jeremy LaTrasse</a>, owned a tattoo parlor</li>
<li><a href="http://twitter.com/rabble">Rabble</a>, co-founded protest.net, co-wrote Icalico</li>
<li><a href="http://twitter.com/blaine">Blaine Cook</a>, started Starling project</li>
<li><a href="http://twitter.com/simplebits">Dan Cederholm</a>, co-founder of Corkd.com, author of Bullet Proof Web Design, many other things</li>
<li><a href="http://twitter.com/kellan">Kellan Elliott-McCrea</a>, Magpie RSS, icalico</li>
</ul>
<p>If Ev hadn&#8217;t bet on Twitter he would have bet on something else.  Three of the companies above are currently live companies that support their founders and a few employees (Infectious is funded and doing well, Trazzler is funded by the Facebook fund, and CrowdVine is profitable). I chose a vertical route for CrowdVine, but the original idea, social networks for everyone, is an idea that&#8217;s nearly as big as Twitter (as evidenced by the size of Ning). </p>
<p>Because of the team, Ev had other options to overcome a weak market. So if you&#8217;re looking at it from the perspective of the company, team is most important<a href="#company">***</a>.</p>
<p><strong>3. Rails was never the problem</strong><br />
Twitter had well-documented performance problems in it&#8217;s first few years. Many people, including programmers, pointed the blame at one piece of Twitter&#8217;s architecture, Ruby on Rails.</p>
<p>First, all Rails does for Twitter is serve up web pages. The vast majority of those scaling problems came in the back end, moving status updates around and then storing them in a way that Rails could retrieve them for display. So most people aren&#8217;t even looking at the right piece of the architecture.</p>
<p>Today Twitter has a much better performance track record and it still uses Rails to serve web pages. The difference is the backend.</p>
<p>So if the backend was such a problem why didn&#8217;t Twitter launch with a better backend or at least get it fixed earlier? That gets at the heart of the problem. I&#8217;ve never heard anyone get the blame right for all of those performance problems. They stem 100% from the way that we went about switching from the Odeo product to the Twitter product.</p>
<p>When a company kicks off their first project they do some long term thinking and might cover topics like architecture. But how do you launch your second project? Or fifth (approximately what Twitter was)?</p>
<p>Was it easy for the Flickr team to choose to double down on photo sharing, which initially was just a feature inside of a web-based multi-player game? For us, it wasn&#8217;t an orderly process at all. It wasn&#8217;t even clear that we were abandoning Odeo. We were running hackathons, which led to a condition where many people had competing ideas (and implementations!) of what our next product should be. But around those hackathons we were still continuing to develop Odeo. Twitter eventually won enough that we pulled two engineers off of the Odeo team, but the rest of us kept plugging away.</p>
<p>If you were thrown into a fight, would you start punching or would you open up your iphone and start browsing web pages about Karate? I&#8217;d argue that Twitter was launched in the middle of a fight for what we were going to do next, and any thought for long range planning was completely secondary to getting Twitter launched and proven. Without Rails, we might not have even given Jack time to finish the prototype.</p>
<p>So that&#8217;s why Twitter wasn&#8217;t ready to scale from day one. However, it took almost two years until it could scale reliably, and that certainly seems like longer than necessary. I think it&#8217;s an issue of engineering management. Until the Summize acquisition, there was no true engineering manager for Twitter. I had left before Twitter was spun out<a href="#crowdvine">****</a>. Everyone was a little wary of hiring middle management again since it was widely seen that we had been hired too early at Odeo. The job of middle management is to promote forward progress, and it took us awhile to figure out that wasn&#8217;t what Odeo needed. Twitter did eventually hire a VP of Engineering, but he didn&#8217;t pan out.</p>
<p>The result was that Twitter operated for a long time (until Summize was acquired) with a gap in engineering planning, someone who could put together a plan that everyone understood and could work from. They had people who could solve problems in brilliant ways, but they didn&#8217;t have someone who could get the entire company on the same page. That gap was just an unfortunate side effect of the jumbled team that emerged post-Odeo. So what&#8217;s the right way to change your company&#8217;s direction? It certainly had nothing to do with Rails.<br />
<a name="beans"></a><br />
<em>* Odeo was eventually acquired and is today the only podcast directory of note. However, as a venture backed concern all we had really managed to build was a site with high page rank. We had terrible numbers on repeat visitors and our experimental features (podcast studio, send me a message, audio commenting) weren&#8217;t getting any use. Maybe we could have gone after libsyn&#8217;s podcast hosting business, but overall our stats said that if we wanted to strike out in a new direction we shouldn&#8217;t feel constrained by podcasting.</em><br />
<a name="rockstars"></a><br />
<em>** Those remaining six include a former core contributor to Rails, Twitter&#8217;s current support lead and people that worked for Apple, Google, and Flickr. </em><br />
<a name="company"></a><br />
<em>*** The idea that Twitter is the same company as Odeo gets muddied because Ev bought the company back, laid off a chunk of Odeo and reincorporated Twitter as it&#8217;s own company. But I&#8217;d argue the difference isn&#8217;t important here. Twitter was launched and run in the early years by Odeo employees who worked at the same desks and the same office that they had when they were working on odeo.com. </em><br />
<a name="crowdvine"></a><br />
<em>**** People often ask me if I regret leaving, and I don&#8217;t. I made a list of reasons that included several that would have been sufficient on their own. Did they need me? Not at first, and I hate being idle. Was I happy? No, I was miserable. Every month I had told my team that what we were going to work on was critically important. And every month it had ended up not being important. It taught me an important lesson about what I want from work, to walk in every day believing I&#8217;m doing something important. I ended up with the opinion that the only way I could guarantee that was by owning my own company, hence CrowdVine.</em></p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/Stubbleblog?a=OK2Mfm2UUek:oT5hG76Ub54:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/Stubbleblog?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Stubbleblog?a=OK2Mfm2UUek:oT5hG76Ub54:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/Stubbleblog?i=OK2Mfm2UUek:oT5hG76Ub54:F7zBnMyn0Lo" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/Stubbleblog/~4/OK2Mfm2UUek" height="1" width="1"/>]]></content:encoded><description>In 2006, I was the director of engineering at Odeo, a podcasting startup notable for birthing a side project now known as Twitter. My major contributions were doing the statistical analysis that showed that our podcasting work hadn&amp;#8217;t amounted to a hill of beans* and then not complaining when our most reliable engineer wanted to [...]</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">35</thr:total><feedburner:origLink>http://www.stubbleblog.com/index.php/2009/06/the-real-lessons-from-twitter/</feedburner:origLink></item><item><title>Stubbleblog Goes to New York City</title><link>http://feedproxy.google.com/~r/Stubbleblog/~3/W-syLQuC2_U/</link><category>Uncategorized</category><category>nyc</category><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Tony Stubblebine</dc:creator><pubDate>Mon, 08 Jun 2009 09:50:21 PDT</pubDate><guid isPermaLink="false">http://www.stubbleblog.com/?p=259</guid><content:encoded xmlns:content="http://purl.org/rss/1.0/modules/content/"><![CDATA[<p><a href="http://www.sarahmilstein.com">Sarah</a> and I are subletting a place in New York City for the summer. Sarah&#8217;s a former resident and has a built-in social life, but I&#8217;m a relative newbie and am looking to make social and nerd connections. If you read this blog and live in NYC, then we should hang out. Seriously, let&#8217;s do something together! I&#8217;m a ton of fun! Invite Sarah too, she&#8217;s a good talker.</p>
<p>Here are the some ideas:</p>
<p>1. <strong>The NBA playoffs</strong>. Invite me to your home and I&#8217;ll bring the beers. Or invite me to a bar. You might want to get on this because the Lakers are already up 2-0. Upcoming games are Tue 6/9, Thur 6/11, and potentially Sun 6/14, Tue 6/16, and Thur 6/18.</p>
<p>2. <strong>Movies</strong>. We just got back from a two week vacation so I&#8217;m behind on some of the blockbusters.  Here are the summer movies that I know I want to see: Wolverine, Terminator, Star Trek, The Hangover, GI Joe, and Transformers. We&#8217;re right around the corner from Film Forum, so I&#8217;d also be up for seeing a good movie.</p>
<p>3. <strong>Nerd Gatherings</strong>. I&#8217;m a ruby programmer, startup founder, and social software guy. What are the good meetups? Any barcamps?</p>
<p>4. <strong>Coworking</strong>. Normally I work from home, but if your office has a free desk, I&#8217;d love to drop by.</p>
<p>5. <strong>Pizza Quest</strong>. Sarah and I are on a quest to discover the best pizzas in the world. We recently flew to Phoenix specifically to try the purported best pizza in the US. Our favorite is Di Fara&#8217;s in Brooklyn, but I&#8217;d be happy to try your favorite.</p>
<p>6. <strong>That Cultural Stuff</strong>. Do you know of a good reading, talk, play, outdoor performance, underground fight club, etc? I enjoy it all, from motorcross to the symphony.</p>
<p>Updated:</p>
<p>7. Minor league baseball. I don&#8217;t care if it&#8217;s Staten Island or Coney Island.</p>
<p>Our place is in the West Village on Morton Street. Last summer we did a house exchange and were here for a month. This year we&#8217;re trying the sublet approach because it gave us more flexibility and let us be here for longer (until mid-August). Sarah and I both work from home, which is why we have this sort of flexibility.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/Stubbleblog?a=W-syLQuC2_U:4HwP8xY3Hn4:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/Stubbleblog?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Stubbleblog?a=W-syLQuC2_U:4HwP8xY3Hn4:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/Stubbleblog?i=W-syLQuC2_U:4HwP8xY3Hn4:F7zBnMyn0Lo" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/Stubbleblog/~4/W-syLQuC2_U" height="1" width="1"/>]]></content:encoded><description>Sarah and I are subletting a place in New York City for the summer. Sarah&amp;#8217;s a former resident and has a built-in social life, but I&amp;#8217;m a relative newbie and am looking to make social and nerd connections. If you read this blog and live in NYC, then we should hang out. Seriously, let&amp;#8217;s do [...]</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">4</thr:total><feedburner:origLink>http://www.stubbleblog.com/index.php/2009/06/stubbleblog-goes-to-new-york-city/</feedburner:origLink></item><item><title>Cyborg Quote-botics</title><link>http://feedproxy.google.com/~r/Stubbleblog/~3/YJIgjFVCw3o/</link><category>Uncategorized</category><category>iheartquotes</category><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Tony Stubblebine</dc:creator><pubDate>Thu, 09 Apr 2009 12:52:51 PDT</pubDate><guid isPermaLink="false">http://www.stubbleblog.com/?p=258</guid><content:encoded xmlns:content="http://purl.org/rss/1.0/modules/content/"><![CDATA[<p>I want to give a quick update on <a href="http://www.twitter.com">@iheartquotes</a> for the benefit of new followers.</p>
<p>1. As I wrote previously, <a href="http://www.stubbleblog.com/index.php/2008/02/iheartquotes-is-a-robot/">iheartquotes was born a robot</a>. Its human creator (me, <a href="http://twitter.com/tonystubblebine">@tonystubblebine</a>) constructed him out of a database of quotes/sayings from the world of Unix fortune files, Ruby on Rails software, and the Twitter API.</p>
<p>2. Because @iheartquotes was born a robot, it does not share our human sensibilities about appropriate quotes. For example, many people reacted negatively to this update: “<a href="http://twitter.com/iheartquotes/statuses/473757082">You will be divorced within a year.</a>” </p>
<p>3. Recently @iheartquotes has taken to posting human submitted quotes, making it a crowd-sourced cyborg quote-bot. If you want to submit a quote, send an @reply (that&#8217;s a twitter message starting with @iheartquotes). </p>
<p>4. Becoming half-human has awakened a sense of ambition in @iheartquotes. It now aspires to be in the list of <a href="http://retweetist.com/users">top 100 most retweeted twitter accounts</a>. If you like a quote, please retweet it (<a href="http://retweetist.com/howto">instructions on retweeting</a>).</p>
<p>5. @iheartquotes speaks almost exclusively in quotes and fortunes, but will occasionally post calls to action for its human creator, its human friend, <a href="http://twitter.com/sarahm">@sarahm</a>, or its human creator&#8217;s company, <a href="http://twitter.com/crowdvine">@crowdvine</a>. @sarahm is grateful for the quote communities feedback on webcasts and @crowdvine is grateful for help picking a new logo.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/Stubbleblog?a=YJIgjFVCw3o:Jygp4CxdBKA:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/Stubbleblog?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Stubbleblog?a=YJIgjFVCw3o:Jygp4CxdBKA:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/Stubbleblog?i=YJIgjFVCw3o:Jygp4CxdBKA:F7zBnMyn0Lo" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/Stubbleblog/~4/YJIgjFVCw3o" height="1" width="1"/>]]></content:encoded><description>I want to give a quick update on @iheartquotes for the benefit of new followers.
1. As I wrote previously, iheartquotes was born a robot. Its human creator (me, @tonystubblebine) constructed him out of a database of quotes/sayings from the world of Unix fortune files, Ruby on Rails software, and the Twitter API.
2. Because @iheartquotes was [...]</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><feedburner:origLink>http://www.stubbleblog.com/index.php/2009/04/cyborg-quote-botics/</feedburner:origLink></item><item><title>Productivity Hack: Hangup politely</title><link>http://feedproxy.google.com/~r/Stubbleblog/~3/IRabEWK69Mg/</link><category>Uncategorized</category><category>productivity</category><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Tony Stubblebine</dc:creator><pubDate>Fri, 06 Mar 2009 01:43:56 PST</pubDate><guid isPermaLink="false">http://www.stubbleblog.com/?p=256</guid><content:encoded xmlns:content="http://purl.org/rss/1.0/modules/content/"><![CDATA[<p>One of the most important things I had to learn when I started my company was how to quickly get off the phone with people who wanted to waste my time. It seems trivial, but in an effort to be polite and not burn any bridges, I was wasting a lot of time.</p>
<p>Recruiters call but we&#8217;re not looking to work with a recruiter. Business partners call about partnerships that we&#8217;d never do. Venture capitalist interns call in order to build a relationship and don&#8217;t seem to acknowledge that the only relationships that lead to funding start with a recommendation from a founder that has already been successful. Plus we&#8217;re not looking for funding.</p>
<p>I&#8217;ve tried a bunch of ways to get out of these calls. Three of the ways cut the call short but leave me angry and take me out of the zone of whatever I was doing. I don&#8217;t like hanging up because it feels rude. I don&#8217;t like yelling at the person &#8212; that definitely puts me into a bad mood. And I really don&#8217;t like arguing with the person and then losing the argument. That&#8217;s the worst.</p>
<p>The system I eventually hit on was to put together a polite script that led to me hanging up.</p>
<p>First I made clear policies for myself so that I knew which conversations I wanted to have and which I wanted to get out of. We&#8217;re not looking for funding and if we do, we will mine our own network for introductions to VC. We don&#8217;t do partnerships unless the partner already has a customer who is asking specifically for us and who is willing to pay for any integration work. We never work with recruiters and haven&#8217;t had any problems finding the people we need.</p>
<p>Second, I put together actual scripts that I practice and refine with each call.</p>
<p><strong>Sales people</strong><br />
The sales calls we get range from ridiculous (vinyl siding) to somebody didn&#8217;t do their homework (managed DNS). I use the following script:</p>
<p>&#8220;Thank you for the call. This isn&#8217;t something we&#8217;re looking for right now. If you&#8217;d email me some information, I&#8217;ll keep it on file and get back to you . My email address is tony at crowdvine dot com. Thank you. [pause] Have a nice day. [pause] Goodbye. [pause] [click].&#8221;</p>
<p>Here are the key parts. Everything I said was polite. A lot of times your actions effect your mood, so it&#8217;s really important (to me) that I act in a way that maintains my positive mood. I was also direct. I gave a real reason and a real email address. I avoid triggering the moral response I get when I lie. Last, I got off the phone within 15 seconds. Those pauses are there to give the person a chance to also have a polite conversation. But the truth is that I&#8217;m not listening. They can say whatever they want and I&#8217;m hanging up at the end of my script.</p>
<p>I used to also say, &#8220;You don&#8217;t need to contact me again,&#8221; but that&#8217;s arguing and sales people take that as an opening for a conversation. The script above sends a stronger message, &#8220;It&#8217;s easy for me to ignore you.&#8221;</p>
<p><strong>Venture Captialist Interns</strong><br />
Venture capital firms have interns (&#8220;associates&#8221;) who cold call companies claiming that they want to start building a relationship in case you ever need funding. What they&#8217;re really doing is market research. There&#8217;s a great <a href="http://news.ycombinator.com/item?id=487311">discussion of this</a> on Hacker News.</p>
<p>Since most founders are at least a little bit afraid of venture capitalists, they&#8217;re really hesitant to be rude, even though these calls are a total waste of time (there is zero chance that it will lead to funding) and the intern is lying to your face. I&#8217;ve never had to answer this one on the phone, but I did use the script below in an email to good effect.</p>
<p>&#8220;Thank you for contacting us. Unfortunately, as a matter of policy, we don&#8217;t take meetings regarding speculative partnerships. If we decide to look for funding we will be back in touch.&#8221;</p>
<p>This is the George Costanza strategy. It&#8217;s not them, it&#8217;s us. The conversation is over. The intern that I sent this to did send me a email back, but he couldn&#8217;t muster anything strong enough that I had to stay in the thread. </p>
<p>If you get caught on the phone by one of these guys you could probably throw in a &#8220;That&#8217;s our policy, why don&#8217;t you send any information to my email address? Thank you. Have a nice day.&#8221; At that point, if you still aren&#8217;t off the phone you can just keep repeating &#8220;Thank you. Have a nice day&#8221; until you&#8217;ve worn them down.</p>
<p><strong>Partners</strong></p>
<p>We&#8217;re open to the possibility of partnerships. In fact our software was built with the idea that we&#8217;d do one thing well and then integrate with other people who did something else well. But calls about partnerships have always been a time waster for us just because of priorities. </p>
<p>The time we spend on customer service and product development has both a bigger and more immediate effect on the business. So it really doesn&#8217;t matter if a partnership would have positive effects, because the things we&#8217;re already doing have a bigger effect. </p>
<p>I use a modification of the line I use with VC interns, that we have a policy of not meeting about speculative partnerships.</p>
<p>&#8220;Thank you for your interest. As a matter of policy we&#8217;re only interested in partnerships that fill a request from one of our customers or where the partner is bringing a customer that will pay for CrowdVine&#8217;s services. Do you have a customer that is asking for CrowdVine?&#8221;</p>
<p>The answer is almost always no. So that&#8217;s when I move into my wrap up script, &#8220;Why don&#8217;t you send me your product information. My email is tony at crowdvine dot com. I&#8217;ll keep it on file and if one of my customers asks for something like this then we&#8217;ll get back on the phone. [pause] Thank you [pause] Good bye [pause] Have a nice day [pause] [click]&#8221;</p>
<p>A potential partner is much more likely than a salesperson to respond positively to the script above and actually say good bye when you do. If they don&#8217;t, then it&#8217;s ok to hangup because they&#8217;re secretly a salesperson.</p>
<p><strong>Recruiters</strong></p>
<p>The second the economy went south we started getting calls from recruiters trying to place candidates. Recruiters are the worst. I think the ones who call us are people who found car sales too physically demanding (because you&#8217;re always having to walk to the manager&#8217;s office). It&#8217;s extremely important not to listen to anything they say. </p>
<p>I&#8217;m still looking for the perfect script, the one that leaves them feeling dehumanized and makes clear that there is no reason for them to ever call us back. Here&#8217;s my current version:</p>
<p>&#8220;Thank you for thinking of our company. Unfortunately, as a matter of policy we pick our firms based on references from our advisors. Best of luck placing your candidate. Have a nice day. [pause] Good bye [click]&#8221;</p>
<p>Notice how I&#8217;ve removed the [pause] before hanging up on them? That&#8217;s because a recruiter will argue anything. Hanging up immediately means the last thing I hear is myself being polite. </p>
<p>The reason I give them, about references, is a bit of a white lie. It&#8217;s technically true, but is much less important than the real reason I&#8217;m hanging up&#8211;we&#8217;re a networking company with our phone number plastered on our website. Any candidate who could possibly fit here would just call us directly. </p>
<p>If the recruiter does call back, I use the same script but say the &#8220;pause&#8221; out loud in order to make clear that they&#8217;re getting a scripted response. </p>
<p>I never would have guessed that figuring out the above tips would be so important. In general, being accessible to our customers has had a lot of benefits. I have my direct phone number on the website and that leads to a lot of great conversations with customers. I&#8217;d recommend the same thing if you can find a way to deal the solicitations.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/Stubbleblog?a=IRabEWK69Mg:oi2rD44iVg0:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/Stubbleblog?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Stubbleblog?a=IRabEWK69Mg:oi2rD44iVg0:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/Stubbleblog?i=IRabEWK69Mg:oi2rD44iVg0:F7zBnMyn0Lo" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/Stubbleblog/~4/IRabEWK69Mg" height="1" width="1"/>]]></content:encoded><description>One of the most important things I had to learn when I started my company was how to quickly get off the phone with people who wanted to waste my time. It seems trivial, but in an effort to be polite and not burn any bridges, I was wasting a lot of time.
Recruiters call but [...]</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">9</thr:total><feedburner:origLink>http://www.stubbleblog.com/index.php/2009/03/productivity-hack-hangup-politely/</feedburner:origLink></item><item><title>Secrets of Productivity</title><link>http://feedproxy.google.com/~r/Stubbleblog/~3/eQS5Zro7DXw/</link><category>Uncategorized</category><category>productivity</category><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Tony Stubblebine</dc:creator><pubDate>Thu, 22 Jan 2009 22:49:46 PST</pubDate><guid isPermaLink="false">http://www.stubbleblog.com/?p=255</guid><content:encoded xmlns:content="http://purl.org/rss/1.0/modules/content/"><![CDATA[<p>On my work computer, I added this line to my /etc/hosts file. This works on Linux or OSX.</p>
<p><code>127.0.0.1 espn.com huffingtonpost.com talkingpointsmemo.com sfgate.com gamespot.com valleywag.com espn.go.com slashdot.org boingboing.net newmogul.com bloglines.com www.bloglines.com cnn.com www.cnn.com techcrunch.com www.techcrunch.com crunchgear.com www.crunchgear.com www.sfgate.com news.ycombinator.com www.newmogul.com<br />
</code></p>
<p>Cory Doctorow has a saying for his writing students along the lines of &#8220;surgeons don&#8217;t get surgeon&#8217;s block, so it&#8217;s not ok for you to get writer&#8217;s block.&#8221; </p>
<p>Shouldn&#8217;t that be true of any work? How many workers go to one of the sites above in order to kill time until inspiration strikes? I&#8217;m happy to say that I&#8217;m no longer one of those workers. The line above blocks me from all of the places where I used to kill time. When I&#8217;m on my computer I only have two choices, stare blankly or take the next action.</p>
<p>I also created a second feed reader account and moved all my non-crucial feeds there. The second account, hosted on bloglines, is blocked from me. </p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~f/Stubbleblog?a=cUw1B80j"><img src="http://feeds.feedburner.com/~f/Stubbleblog?d=41" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/Stubbleblog?a=5vR1piq3"><img src="http://feeds.feedburner.com/~f/Stubbleblog?i=5vR1piq3" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/Stubbleblog/~4/eQS5Zro7DXw" height="1" width="1"/>]]></content:encoded><description>On my work computer, I added this line to my /etc/hosts file. This works on Linux or OSX.
127.0.0.1 espn.com huffingtonpost.com talkingpointsmemo.com sfgate.com gamespot.com valleywag.com espn.go.com slashdot.org boingboing.net newmogul.com bloglines.com www.bloglines.com cnn.com www.cnn.com techcrunch.com www.techcrunch.com crunchgear.com www.crunchgear.com www.sfgate.com news.ycombinator.com www.newmogul.com

Cory Doctorow has a saying for his writing students along the lines of &amp;#8220;surgeons don&amp;#8217;t get surgeon&amp;#8217;s [...]</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><feedburner:origLink>http://www.stubbleblog.com/index.php/2009/01/secrets-of-productivity/</feedburner:origLink></item><item><title>109 things</title><link>http://feedproxy.google.com/~r/Stubbleblog/~3/S9HNdKWcI8E/</link><category>Uncategorized</category><category>52things</category><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Tony Stubblebine</dc:creator><pubDate>Sun, 21 Feb 2010 22:36:59 PST</pubDate><guid isPermaLink="false">http://www.stubbleblog.com/?p=253</guid><content:encoded xmlns:content="http://purl.org/rss/1.0/modules/content/"><![CDATA[<p>Welcome to 2009. The new year means it&#8217;s been a little more than two years, 109 weeks actually, since I started working for myself. When I passed my first anniversary, I wrote up a post of <a href="http://www.stubbleblog.com/index.php/2007/11/53-things/">53 highlights from the first 53 weeks</a>. My goals for going independent were to bring something useful to the world, to have personal growth, and to have a better life. How&#8217;d that go over the last 56 weeks?</p>
<p><strong>Built up CrowdVine</strong><br />
1. New design and logo.<br />
2. Brought Michelle, Farley, and Chris in to help with web production, design, development, and sales.<br />
3. Doubled our customers in the first half of the year and then doubled again in the second half.<br />
4. Launched self-service conference version.<br />
5. Really beefed up our calendar (icalico) integration.<br />
6. Mobile conference version.<br />
7. OpenID support (consumption).<br />
8. Third party address book integration (Facebook, GMail, LinkedIn, vCard, CSV, Yahoo, Hotmail).<br />
9. Private messaging (this seems so basic now).<br />
10. Twitter integration and aggregation.</p>
<p><strong>Experienced being the biz guy</strong><br />
11. Exhibited at my first trade show (never again).<br />
12. Exhibited at my second trade show (really, this isn&#8217;t for me).<br />
13. Setup Quickbooks (kind of fun)<br />
14. The emotion went out of saying no (or hanging up). Thanks George.</p>
<p><strong>Got some press</strong><br />
15. I was <a href="http://www.nytimes.com/2007/12/27/business/smallbusiness/27sbiz.html">in the New York Times</a>.<br />
16. HyveUp did a <a href="http://www.youtube.com/watch?v=SlqnJQW78RU">video interview</a>.<br />
17. Regular Expression Pocket Reference 2nd Edition got a <a href="slashdot.org/article.pl?sid=08/03/24/1426208">Slashdot review</a> (9/10)</p>
<p><strong>Gave back a bit</strong><br />
18. Co-chaired the Web2Open unconference<br />
19. Invented a type of conference session (<a href="http://radar.oreilly.com/2008/04/a-successful-experiment.html">Speed QA</a>)<br />
20. Gave my social networking for everyone talk to SCWD and CalSAE<br />
21. Open-sourced our XSS protection, sanitize_params<br />
22. Open-sourced our highrise_to_campfire notifier</p>
<p><strong>Wrote some things that I&#8217;m proud of</strong><br />
23. <a href="http://www.stubbleblog.com/index.php/2008/03/take-the-next-step-paul/">Take the next step, Paul</a><br />
24. <a href="http://blog.crowdvine.com/2008/08/29/crowdvine-vs-ning/">CrowdVine vs. Ning</a><br />
25. <a href="http://blog.crowdvine.com/2008/08/29/crowdvine-vs-ning/">Five tips for adding an unconference track</a><br />
26. <a href="http://www.stubbleblog.com/index.php/2008/05/deliberate-practice/">Deliberate practice</a><br />
27. <a href="http://www.stubbleblog.com/index.php/2008/12/passively-updated-microblogging-for-business/">Passively Updated Microblogging for Business</a><br />
28. <a href="http://www.stubbleblog.com/index.php/2008/05/two-good-things/">Two Good Things</a></p>
<p><strong>Read some books</strong><br />
29. Warren Buffett: The Making of an American Capitalist<br />
30. Quicksilver, Volume One of the Baroque Cycle<br />
31. Born Standing Up, the Steve Martin autobiography</p>
<p><strong>Got deep into deliberate practice</strong><br />
32. Started a no laptopping after 10pm rule (lasted until at least Jan 13, but I read three books in that period)<br />
33. Deliberate practice journal (I&#8217;ll write this up)<br />
34. Lawyer-style todo/just-did lists, i.e. very small items that get timestamped when I&#8217;m done<br />
35. Stopped wasting time on the web. My work computer blocks: espn.com, huffingtonpost.com, talkingpointsmemo.com, sfgate.com, gamespot.com, slashdot.org, boingboing.net, newmogul.com, bloglines.com, cnn.com,  techcrunch.com, crunchgear.com, news.ycombinator.com<br />
36. Moved all non-essential feeds from google reader to bloglines and then blocked bloglines on my work computer.<br />
37. Automated positive reinforcement with Campfire notifications on completion of tasks.<br />
38. Started using OpenID (just one of many examples of improved practices).</p>
<p><strong>Managed to still live a bit</strong><br />
39. Played and loved Fallout 3.<br />
40. Did a month long house swap in NYC.<br />
41. Spent a week in Hawaii.<br />
42. Lost in the first round of Beer Pong Weekend.<br />
43. Played my first game of werewolf.<br />
44. Started listening to podcasts again.<br />
45. Grew out my hair.<br />
46. Saw many movies but only loved Man on Wire.<br />
47. And IronMan.<br />
48. Went Snowshoeing with friends and our dogs.<br />
49. Started <a href="http://www.blawg-and-order.com">Blawg-and-order</a> to chronicle our life-long quest to watch every episode of every law and order series in order. The blog looks stagnant, but we are going to complete this.<br />
50. Learned how to shoot a basketball (I got as far as varsity summer-league with a release that had a lot of thumb).</p>
<p><strong>Bought some things that worked out well</strong><br />
51. iphone (you&#8217;re allowed to like your cellphone now?)<br />
52. quad-core from Dell<br />
53. 24&#8243; monitor</p>
<p><strong>Spent a lot of time with some webservices that rock</strong><br />
54. <a href="http://www.glance.net">Glance</a>, simple reliable service for screen sharing.<br />
55. <a href="http://www.wesabe.com">Wesabe</a>, love seeing all of my accounts in one place.</p>
<p><strong>Also</strong><br />
56. Again, I accepted enormous amounts of behind the scenes support from my partner, Sarah. She&#8217;s a minor investor and major advisor for CrowdVine, co-chaired the Web2Open and co-created the SpeedQA idea, has agreed to my nutty law and order idea (and coined the name Blawg-and-Order), does way more of the household logistical work, plus has her own extremely interesting life and work.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~f/Stubbleblog?a=E2qhKqYU"><img src="http://feeds.feedburner.com/~f/Stubbleblog?d=41" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/Stubbleblog?a=pZZXYBWj"><img src="http://feeds.feedburner.com/~f/Stubbleblog?i=pZZXYBWj" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/Stubbleblog/~4/S9HNdKWcI8E" height="1" width="1"/>]]></content:encoded><description>Welcome to 2009. The new year means it&amp;#8217;s been a little more than two years, 109 weeks actually, since I started working for myself. When I passed my first anniversary, I wrote up a post of 53 highlights from the first 53 weeks. My goals for going independent were to bring something useful to the [...]</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">4</thr:total><feedburner:origLink>http://www.stubbleblog.com/index.php/2009/01/109-things/</feedburner:origLink></item><item><title>Passively Updated Microblogging For Business</title><link>http://feedproxy.google.com/~r/Stubbleblog/~3/FZodPR8Ygz8/</link><category>Uncategorized</category><category>37signals</category><category>amateur psychology</category><category>campfire</category><category>highrise</category><category>microblogging</category><category>presently</category><category>twitter</category><category>yammer</category><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Tony Stubblebine</dc:creator><pubDate>Wed, 10 Dec 2008 11:59:11 PST</pubDate><guid isPermaLink="false">http://www.stubbleblog.com/?p=252</guid><content:encoded xmlns:content="http://purl.org/rss/1.0/modules/content/"><![CDATA[<p>Two companies (at least) are trying to apply the concept of Twitter to business intranets. This starts to sound more exciting when you wrap your head around the promise: complete elimination of status meetings.</p>
<p><a href="http://www.yammer.com">Yammer</a> and <a href="http://www.presentlyapp.com">Present.ly</a> are the companies people think of. But I wanted to share what we at CrowdVine (and a lot of other people in tech) are already doing, using a <a href="http://www.campfirenow.com">Campfire</a> chat room.</p>
<p>The community around Campfire has a very developed sense of something that Yammer and Present.ly are just starting to realize &#8212; most business status can be generated passively.</p>
<p>Instead of intentionally updating my status to say that I&#8217;m filling out a work order, that I&#8217;m updating a piece of code, or emailing with our favorite client, we have our tools generate those updates automatically. Our status updates flow into the chat as we work, no special actions required.</p>
<p>I&#8217;ll quickly describe what this looks like technically, but what I really want is to explain how this works socially. CrowdVine keeps a Campfire chatroom open all day, not because we&#8217;re chatting all day, but just to have a place where we can reach each other. This takes the place of being in an office. We use a service, <a href="http://www.github.com">GitHub</a>, to host all of our code. Any time we checkin code, GitHub sends a notice to Campfire (this is a service built in to GitHub). We also use a service, <a href="http://www.highrisehq.com">Highrise</a>, to keep track of all of our client history. We have a script, <a href="http://blog.crowdvine.com/2008/12/09/open-sourced-campfire-notifications-for-highrise-emails/">available here</a>, that updates Campfire every time we change a client record. For status updates that don&#8217;t fall into those categories, Campfire has a topic function which we update and which leaves an entry in the chat.</p>
<p>The first two types of updates (GitHub and Highrise) are passive updates. They update based on what we&#8217;re doing, but without any intentional action on our part. The last update is an active update. We have to make an intentional effort. That&#8217;s the way Twitter works.</p>
<p>There are some great buzzwords getting created by this niche. Ambient awareness, knowing what&#8217;s going on in your periphery. Asynchronous knowledge transfer, catching up with your coworkers when you have free time rather than going to a scheduled status update. Activity permanence, the ability to search an historical record of your updates (I just made this buzzword up).</p>
<p>People are rightfully jazzed about these concepts. You end up knowing more about the projects you&#8217;re working on, while saving time on meetings, and avoiding interruptions.</p>
<p>There&#8217;s one more benefit that I&#8217;m in love with, momentum. We started out with just the GitHub updates. We&#8217;d go through weeks where I was only talking to customers. Jay would be busy on code, filling the chat room with status updates, while I produced nothing visible. I felt like a major tool. Now when I&#8217;m talking to customers, I generate just as many status updates. I feel like we feed off each other and I push myself to finish my tasks so I can get the reward of a status update.</p>
<p>I&#8217;ve been learning about two concepts on the side, positive-reinforcement dog training and deliberate practice (focusing on the quality of your work, not just the quantity of your work). When I got into deliberate practice I realized that everything I was trying would go much faster if I could have instant positive reinforcement, like Pavlov ringing a bell at the instant that I completed a positive step.</p>
<p>In dog training, you use a clicker rather than a bell. With some treats you can transfer a small positive association with the sound of the click. Then with the clicker you can transfer that positive association to behavior. I&#8217;ve heard that some gymnasts are using clicker training to reinforce their movements. A movement completed successfully gets a click from the coach. The click reinforces the brain pathways that produced the movement and the gymnast&#8217;s brain is then more able and more likely to reproduce the movement.</p>
<p>The status updates are small rewards, like what you&#8217;d get from a clicker, and they reinforce two behaviors that are generally positive.</p>
<p>One, we&#8217;re rewarded for completion. A good idea, a chunk of code, a well written email are all worthless unless they are implemented, committed, or sent. Our automated updates tend to only happen when something is completed, a chunk of code is committed, an email is sent, or a client record is updated.</p>
<p>Two, we&#8217;re rewarded for breaking tasks into smaller steps. This is especially true of code. Rather than keep code checked out for weeks at a time, we are rewarded for breaking it into independent chunks that can be checked in. You might consider this gaming the system, and it is, but I&#8217;ve always been a believer in the Edsger Dijkstra quote, &#8220;The competent programmer is fully aware of the limited size of his own skull&#8221;.  We&#8217;re rewarded for incremental work, and incremental work has the benefit of being easy enough to do well.</p>
<p>I heard a story about a programmer who gave up on his team&#8217;s campfire chat room because he found it distracting. His work, at the time, was to spend three months, by himself, building a data warehouse. From this story, I can extrapolate some helpful tips. Read the chat log at your leisure. Feel free to scan. Your feedback is not urgently required. It&#8217;s not supposed to be a burden.</p>
<p>The depth of ambient awareness, asynchronous knowledge transfer, and what-have-you, definitely depends on how much time people spend studying the updates. But the momentum benefit just depends on the idea that people will see the update, that there&#8217;s an audience that&#8217;s going to be impressed by your prodigiousness.</p>
<p>I have one more anecdote supporting the power of having an audience. I&#8217;ve worked for two companies that had continuous integration testing, a system that would run automated code tests after each code check-in and then send out a notification. The most common time a notification would be generated was when someone was in a rush to get out the door.</p>
<p>One company sent the notification by email. The other sent the notification to a campfire chatroom. For some reason, people at the email company seemed to check-in broken code all the time. People at the Campfire company almost never did. It&#8217;s hard to prove, but I believe the reason is that people at the second company were afraid that the notification would generate negative comments from the other programmers about what a lazy, inconsiderate programmer the person was. At the email company, it was as easy to ignore an email as it was to respond, and if you were going to respond, easier to respond to the culprit rather than the group. So there was less social pressure.</p>
<p>These notifications were a special kind of passively generated status. They said, &#8220;I&#8217;m screwing up right now.&#8221; You don&#8217;t want to generate that status.</p>
<p>The anecdote about broken tests is one reason I prefer my business microblogging tool hacked into Campfire. It&#8217;s nice to be able to talk about or respond to some of the updates. The other reason, is that it fits into a work flow rather than adding another place that I need to check.</p>
<p>If you&#8217;re a programmer, then Campfire is definitely ready for you. Almost every service you use has a Campfire hook. Check GitHub <a href="http://github.com/search?q=campfire">for a lot of tools</a> including Backpack, Basecamp, Continuous Integration, Twitter.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~f/Stubbleblog?a=6lWBfZHN"><img src="http://feeds.feedburner.com/~f/Stubbleblog?d=41" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/Stubbleblog?a=0czvji0u"><img src="http://feeds.feedburner.com/~f/Stubbleblog?i=0czvji0u" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/Stubbleblog/~4/FZodPR8Ygz8" height="1" width="1"/>]]></content:encoded><description>Two companies (at least) are trying to apply the concept of Twitter to business intranets. This starts to sound more exciting when you wrap your head around the promise: complete elimination of status meetings.
Yammer and Present.ly are the companies people think of. But I wanted to share what we at CrowdVine (and a lot of [...]</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">6</thr:total><feedburner:origLink>http://www.stubbleblog.com/index.php/2008/12/passively-updated-microblogging-for-business/</feedburner:origLink></item><item><title>My Favorite Podcast Episodes</title><link>http://feedproxy.google.com/~r/Stubbleblog/~3/OcAXjIlnEbo/</link><category>Uncategorized</category><category>odeo</category><category>podcasts</category><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Tony Stubblebine</dc:creator><pubDate>Tue, 14 Oct 2008 22:43:57 PDT</pubDate><guid isPermaLink="false">http://www.stubbleblog.com/?p=250</guid><content:encoded xmlns:content="http://purl.org/rss/1.0/modules/content/"><![CDATA[<p>I started listening to podcasts again and have found some amazing episodes that I want to share with people. I&#8217;ve also rediscovered why being a podcast listener is so frustrating. Let me share the good episodes first before I start complaining.</p>
<p>Three of these next seven episodes are amazingly good. These are so good that they&#8217;re worth listening to over dinner (Sarah and I did actually listen to the two This American Life episodes that way).</p>
<p><a href="http://www.venturevoice.com/">Venture Voice</a> // <a href="http://www.venturevoice.com/2007/12/vv_show_47_tom_perkins_of_klei.html">Tom Perkins of Kleiner Perkins</a> &#8211; Great history and perspective from one of the most experienced entrepreneurs and investors.</p>
<p><a href="http://www.thisamericanlife.org/">This American Life</a> // <a href="http://www.thisamericanlife.org/Radio_Episode.aspx?episode=365">The Giant Pool of Money</a> &#8211; Explains the mortgage crisis in a way that anyone can understand, even covering CDOs.</p>
<p><a href="http://www.thisamericanlife.org/">This American Life</a> // <a href="http://www.thisamericanlife.org/Radio_Episode.aspx?episode=365">Another Frightening Show About the Economy</a> &#8211; They expand on their coverage of the mortgage crisis to include the credit crisis, including commercial paper. I swear, this is interesting and understandable. </p>
<p>These next four were pretty interesting to me at least. I bet they have things that you haven&#8217;t heard before.</p>
<p><a href="http://knowledge.wharton.upenn.edu/podcast_archive.cfm">Knowledge@Wharton</a> // <a href="http://knowledge.wharton.upenn.edu/article.cfm?articleid=1982">Google&#8217;s Joe Kraus on How to Make the Web More Social</a> &#8211; Covers a lot of fundamental trends that effect a business like CrowdVine.</p>
<p><a href="http://www.talkcrunch.com/">TalkCrunch</a> // <a href="http://www.talkcrunch.com/2008/05/23/interview-with-newt-gingrich-about-tech-elections-and-american-solutions/">Interview With Newt Gingrich About Tech, Elections And American Solutions</a> &#8211; If you live in the Bay Area you probably only know Newt through the Clinton impeachment. However, I thought it was interesting to get his policy perspective since I almost never hear local pundits or politicians talk that way.</p>
<p><a href="http://ecorner.stanford.edu/">Entrepreneurial Thought Leaders (Stanford)</a> // <a href="http://ecorner.stanford.edu/authorMaterialInfo.html?mid=2047">Music Artists Go Entrepreneurial</a> &#8211; Quincy Jones, MC Hammer, and Chamillionaire discuss social software&#8217;s effect on music. They even mention Twitter and FriendFeed. I love how so many hip hop artists take control of the business side of their art so that they can have some measure of independence (it&#8217;s like a programmer who rejects corporate safety and venture capital). </p>
<p><a href="http://usfmbapodcast.com/">USF MBA Podcast</a> // <a href="http://usfmbapodcast.com/2008/06/23/32-all-things-digital/">All Things Digital</a> &#8211; This is Kara Swisher giving an inside take on the News Corp acquisition of the Wall Street Journal.</p>
<p>Now I&#8217;m going to start complaining. I didn&#8217;t want to just tell you the titles of seven podcasts that were worth listening to&#8211;I wanted to make it easy for you to actually listen. The absolute best scenario would be if I could create a feed that you could subscribe to in iTunes. Then my recommended podcasts could automatically be added to iTunes and your iPod.</p>
<p>First I tried Odeo. They have playlists but the playlists don&#8217;t have feeds. So then I went searching for other podcast directories. I remember when I worked at Odeo being unnerved every time a new podcast directory launched. Well, all of the competitors seem to be defunct or in major disrepair.</p>
<p>So then I tried Digg. They have podcasts in their directory that you can &#8220;digg&#8221; and they offer an RSS feed of your history which includes those diggs. I created a new account so you wouldn&#8217;t have my non-podcast diggs (mostly just favors for friends at this point). That produces an RSS feed but the RSS feed doesn&#8217;t have enclosures, the information linking directly to the podcast audio file that you podcast player needs to download. </p>
<p>So then I went back to Odeo so that I could at least point to a <a href="http://odeo.com/playlists/68126052">web based playlist</a>. I would have used Odeo for six of the seven links above but they&#8217;ve removed their &#8220;add to itunes&#8221; buttons. The seventh (USF MBA) is missing from the directory. But I can&#8217;t be too harsh about that since they&#8217;re still by far the most complete directory.</p>
<p>Who is to blame? I guess I am at least partially. I worked at Odeo. Our flash guru, Ray, was a huge proponent of what he called curating. That&#8217;s exactly what I&#8217;m talking about here. I don&#8217;t have much content to offer, but I can offer my editorial filter. I wish we had solved this problem before we&#8217;d moved off of podcasting.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~f/Stubbleblog?a=CYqBmvWN"><img src="http://feeds.feedburner.com/~f/Stubbleblog?d=41" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/Stubbleblog?a=e6BWDspz"><img src="http://feeds.feedburner.com/~f/Stubbleblog?i=e6BWDspz" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/Stubbleblog/~4/OcAXjIlnEbo" height="1" width="1"/>]]></content:encoded><description>I started listening to podcasts again and have found some amazing episodes that I want to share with people. I&amp;#8217;ve also rediscovered why being a podcast listener is so frustrating. Let me share the good episodes first before I start complaining.
Three of these next seven episodes are amazingly good. These are so good that they&amp;#8217;re [...]</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">3</thr:total><feedburner:origLink>http://www.stubbleblog.com/index.php/2008/10/my-favorite-podcast-episodes/</feedburner:origLink></item><item><title>CrowdVine vs. Ning</title><link>http://feedproxy.google.com/~r/Stubbleblog/~3/0okYQD3rAz4/</link><category>Uncategorized</category><category>crowdvine</category><category>ning</category><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Tony Stubblebine</dc:creator><pubDate>Fri, 29 Aug 2008 14:45:54 PDT</pubDate><guid isPermaLink="false">http://www.stubbleblog.com/?p=249</guid><content:encoded xmlns:content="http://purl.org/rss/1.0/modules/content/"><![CDATA[<p>In response to <a href="http://luke.gedeon.name/crowdvine-versus-ning.html">Luke Gedeon&#8217;s point-by-point comparison of CrowdVine and Ning</a> I put my own explanation of when and why CrowdVine comes up on top <a href="http://blog.crowdvine.com/2008/08/29/crowdvine-vs-ning/">CrowdVine blog</a>. I think it&#8217;s a good explanation of the state of the social network software market because the truth is that Ning and CrowdVine rarely compete for customers.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~f/Stubbleblog?a=Jz6jJkNr"><img src="http://feeds.feedburner.com/~f/Stubbleblog?d=41" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/Stubbleblog?a=PuXTLmgh"><img src="http://feeds.feedburner.com/~f/Stubbleblog?i=PuXTLmgh" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/Stubbleblog/~4/0okYQD3rAz4" height="1" width="1"/>]]></content:encoded><description>In response to Luke Gedeon&amp;#8217;s point-by-point comparison of CrowdVine and Ning I put my own explanation of when and why CrowdVine comes up on top CrowdVine blog. I think it&amp;#8217;s a good explanation of the state of the social network software market because the truth is that Ning and CrowdVine rarely compete for customers.</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><feedburner:origLink>http://www.stubbleblog.com/index.php/2008/08/crowdvine-vs-ning/</feedburner:origLink></item><item><title>How Do You Use Twitter?</title><link>http://feedproxy.google.com/~r/Stubbleblog/~3/dRSanv8_gKo/</link><category>Uncategorized</category><category>twitter</category><category>video</category><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Tony Stubblebine</dc:creator><pubDate>Tue, 05 Aug 2008 18:23:03 PDT</pubDate><guid isPermaLink="false">http://www.stubbleblog.com/?p=248</guid><content:encoded xmlns:content="http://purl.org/rss/1.0/modules/content/"><![CDATA[<p>The folks over at Twitter posted a video starring yours truly with a few other twitter users in support roles. Check it out:</p>
<p><object width="400" height="267"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="movie" value="http://www.vimeo.com/moogaloop.swf?clip_id=1466612&amp;server=www.vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" /><embed src="http://www.vimeo.com/moogaloop.swf?clip_id=1466612&amp;server=www.vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="400" height="267"></embed></object><br /><a href="http://www.vimeo.com/1466612?pg=embed&amp;sec=1466612">How Do You Use Twitter?</a> from <a href="http://www.vimeo.com/user511653?pg=embed&amp;sec=1466612">biz stone</a> on <a href="http://vimeo.com?pg=embed&amp;sec=1466612">Vimeo</a>.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~f/Stubbleblog?a=hcbGMjxz"><img src="http://feeds.feedburner.com/~f/Stubbleblog?d=41" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/Stubbleblog?a=8bbmA5uF"><img src="http://feeds.feedburner.com/~f/Stubbleblog?i=8bbmA5uF" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/Stubbleblog/~4/dRSanv8_gKo" height="1" width="1"/>]]></content:encoded><description>The folks over at Twitter posted a video starring yours truly with a few other twitter users in support roles. Check it out:
How Do You Use Twitter? from biz stone on Vimeo.</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><feedburner:origLink>http://www.stubbleblog.com/index.php/2008/08/how-do-you-use-twitter/</feedburner:origLink></item><item><title>Urban Hike Roundup</title><link>http://feedproxy.google.com/~r/Stubbleblog/~3/gUfmtYEXS4M/</link><category>Uncategorized</category><category>networking</category><category>urbanhiking</category><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Tony Stubblebine</dc:creator><pubDate>Wed, 25 Jun 2008 08:20:37 PDT</pubDate><guid isPermaLink="false">http://www.stubbleblog.com/?p=246</guid><content:encoded xmlns:content="http://purl.org/rss/1.0/modules/content/"><![CDATA[<p>Sarah <a href="http://shiftingcareers.blogs.nytimes.com/2008/06/24/networking-strategy-walking-and-talking/">wrote up our Urban Hiking experience</a> for the NY Times small business section. Turns out these Urban Hiking expeditions aren&#8217;t just grand adventures. They also help us keep in touch with our contacts. A lot of career advice about networking talks about how you have to spend time maintaining your network. Let me tell you, if you live in the boonies and spend all your time working it takes some explicit action to keep your friends and colleagues from forgetting about you. Plus, ever since I turned my hobby into a business I can&#8217;t tell the difference between my work life and my social life.</p>
<p>BoingBoing gave it a <a href="http://www.boingboing.net/2008/06/24/sarah-milstein-on-ur.html">mention</a>. Plus we have a write up of the <a href="http://urbanhike.pbwiki.com/2008+Urban+Hike">points of interests</a> and some <a href="http://www.flickr.com/photos/bgreenlee/sets/72157605504671883/">photos</a>.</p>
<p>I think we&#8217;ll do another one in august covering some combination of telegraph hill, nob hill, and pacific heights. I want to see parrots and get some history on the city founders. If you can recommend any points of interest in those areas, send them over.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~f/Stubbleblog?a=Jr0Ly717"><img src="http://feeds.feedburner.com/~f/Stubbleblog?d=41" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/Stubbleblog?a=BwNkFcnQ"><img src="http://feeds.feedburner.com/~f/Stubbleblog?i=BwNkFcnQ" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/Stubbleblog/~4/gUfmtYEXS4M" height="1" width="1"/>]]></content:encoded><description>Sarah wrote up our Urban Hiking experience for the NY Times small business section. Turns out these Urban Hiking expeditions aren&amp;#8217;t just grand adventures. They also help us keep in touch with our contacts. A lot of career advice about networking talks about how you have to spend time maintaining your network. Let me tell [...]</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">1</thr:total><feedburner:origLink>http://www.stubbleblog.com/index.php/2008/06/urban-hike-roundup/</feedburner:origLink></item></channel></rss>
