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

<channel>
	<title>Steve Sanderson</title>
	<atom:link href="http://stevesanderson.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://stevesanderson.com</link>
	<description></description>
	<pubDate>Tue, 19 Jan 2010 15:31:04 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Fix for: can&#8217;t use fluid with campfire anymore&#8230;</title>
		<link>http://stevesanderson.com/2010/01/19/fix-for-cant-use-fluid-with-campfire-anymore/</link>
		<comments>http://stevesanderson.com/2010/01/19/fix-for-cant-use-fluid-with-campfire-anymore/#comments</comments>
		<pubDate>Tue, 19 Jan 2010 15:31:04 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://stevesanderson.com/?p=79</guid>
		<description><![CDATA[Now that 37signals centralized their user management, my existing Fluid-based campfire doesn&#8217;t work. Specifically, I can&#8217;t login because it keeps opening a new window in my regular browser to login, instead of completing the login within Fluid.
I googled for &#8220;can&#8217;t use campfire with fluid&#8221; and similar, and no luck.  A little more digging and I [...]]]></description>
			<content:encoded><![CDATA[<p>Now that 37signals centralized their user management, my existing Fluid-based campfire doesn&#8217;t work. Specifically, I can&#8217;t login because it keeps opening a new window in my regular browser to login, instead of completing the login within Fluid.</p>
<p>I googled for &#8220;can&#8217;t use campfire with fluid&#8221; and similar, and no luck.  A little more digging and I found reference to <a href="http://groups.google.com/group/fluidapp/web/making-fluid-ssbs-browse-only-pages-you-want">Making Fluid Ssbs Browse Only Pages You Want - fluidapp | Google Groups</a>.</p>
<p>All I had to do was to add *launchpad.37signals.com* to my whitelist of URL&#8217;s to browse in Fluid and it worked.</p>
<p>I&#8217;m posting this here so the next person may have a shorter route to find the answer.</p>
]]></content:encoded>
			<wfw:commentRss>http://stevesanderson.com/2010/01/19/fix-for-cant-use-fluid-with-campfire-anymore/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Installing nokogiri Slicehost&#8217;s Ubuntu Hardy</title>
		<link>http://stevesanderson.com/2009/09/07/installing-nokogiri-slicehosts-ubuntu-hardy/</link>
		<comments>http://stevesanderson.com/2009/09/07/installing-nokogiri-slicehosts-ubuntu-hardy/#comments</comments>
		<pubDate>Mon, 07 Sep 2009 22:32:49 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://stevesanderson.com/?p=77</guid>
		<description><![CDATA[Here&#8217;s the steps to get nokogiri installed;

sudo apt-get update
sudo apt-get install libxml2-dev libxslt1-dev
sudo gem install nokogiri
sudo gem install racc
sudo gem install rexical
(at this point, when I tried &#8220;gem install how&#8221;, it complained I didn&#8217;t have RubyGems &#62;= 1.3.1. which is required for &#8220;hoe&#8221;)
sudo gem install rubygems-update -v=1.3.4
sudo update_rubygems
sudo gem install hoe

via Mark Howe » Rails requires RubyGems &#62;= 1.3.1 you [...]]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s the steps to get nokogiri installed;</p>
<ol>
<li>sudo apt-get update</li>
<li>sudo apt-get install libxml2-dev libxslt1-dev</li>
<li>sudo gem install nokogiri</li>
<li>sudo gem install racc</li>
<li>sudo gem install rexical</li>
<li>(at this point, when I tried &#8220;gem install how&#8221;, it complained I didn&#8217;t have RubyGems &gt;= 1.3.1. which is required for &#8220;hoe&#8221;)</li>
<li>sudo gem install rubygems-update -v=1.3.4</li>
<li>sudo update_rubygems</li>
<li>sudo gem install hoe</li>
</ol>
<p>via <a href="http://blogs.embarcadero.com/markhowe/2009/05/06/33467">Mark Howe » Rails requires RubyGems &gt;= 1.3.1 you have 1.2.0. Please `gem update –system` and try again.</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://stevesanderson.com/2009/09/07/installing-nokogiri-slicehosts-ubuntu-hardy/feed/</wfw:commentRss>
		</item>
		<item>
		<title>For Leopard, installing Sphinx from ports with mysql binary from mysql</title>
		<link>http://stevesanderson.com/2009/09/04/for-leopard-installing-sphinx-from-ports-with-mysql-binary-from-mysql/</link>
		<comments>http://stevesanderson.com/2009/09/04/for-leopard-installing-sphinx-from-ports-with-mysql-binary-from-mysql/#comments</comments>
		<pubDate>Fri, 04 Sep 2009 17:57:50 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://stevesanderson.com/?p=75</guid>
		<description><![CDATA[Given I&#8217;ve installed sphinx
And I&#8217;ve used mac port for the install
When I run sphinx  indexer
Then it expects the mysql socket to be in /opt/local/var/run/mysql5/mysqld.sock
Given I&#8217;ve installed mysql
And I&#8217;ve used the binary from mysql
When I run mysqld
Then it use the mysql socket in /tmp/mysql.sock
To get sphinx indexer to use my installed version of mysql, I have to change [...]]]></description>
			<content:encoded><![CDATA[<p>Given I&#8217;ve installed sphinx</p>
<p>And I&#8217;ve used mac port for the install</p>
<p>When I run sphinx  indexer</p>
<p>Then it expects the mysql socket to be in /opt/local/var/run/mysql5/mysqld.sock</p>
<p>Given I&#8217;ve installed mysql</p>
<p>And I&#8217;ve used the binary from mysql</p>
<p>When I run mysqld</p>
<p>Then it use the mysql socket in /tmp/mysql.sock</p>
<p>To get sphinx indexer to use my installed version of mysql, I have to change make a change in the sphinx.conf file to tell sphinx indexer to use the mysql socket in /tmp/mysql.sock:</p>
<p>in some source &#8230;</p>
<p>{</p>
<p>sql_sock = /tmp/mysql.sock</p>
<p>&#8230;</p>
<p>}</p>
<p>Check <a href="http://sphinxsearch.com/wiki/doku.php?id=sphinx_docs&amp;s=socket"> sphinx_docs    [SphinxWiki]</a> for reference.</p>
]]></content:encoded>
			<wfw:commentRss>http://stevesanderson.com/2009/09/04/for-leopard-installing-sphinx-from-ports-with-mysql-binary-from-mysql/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Please vote for my SXSWi Panel &#8220;Lean Startups: Beyond the Hype, Successes, Failures &amp; Techniques&#8221;</title>
		<link>http://stevesanderson.com/2009/09/04/please-vote-for-my-sxswi-panel-lean-startups-beyond-the-hype-successes-failures-techniques/</link>
		<comments>http://stevesanderson.com/2009/09/04/please-vote-for-my-sxswi-panel-lean-startups-beyond-the-hype-successes-failures-techniques/#comments</comments>
		<pubDate>Fri, 04 Sep 2009 16:58:26 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://stevesanderson.com/2009/09/04/please-vote-for-my-sxswi-panel-lean-startups-beyond-the-hype-successes-failures-techniques/</guid>
		<description><![CDATA[Last day to vote for my SXSWi panel; please vote! &#8220;Lean Startups: Beyond the Hype, Successes, Failures &#038; Techniques&#8221; http://panelpicker.sxsw.com/ideas/view/3884
]]></description>
			<content:encoded><![CDATA[<p>Last day to vote for my SXSWi panel; please vote! &#8220;<a href="http://panelpicker.sxsw.com/ideas/view/3884">Lean Startups: Beyond the Hype, Successes, Failures &#038; Techniques</a>&#8221; <a href="http://panelpicker.sxsw.com/ideas/view/3884">http://panelpicker.sxsw.com/ideas/view/3884</a></p>
]]></content:encoded>
			<wfw:commentRss>http://stevesanderson.com/2009/09/04/please-vote-for-my-sxswi-panel-lean-startups-beyond-the-hype-successes-failures-techniques/feed/</wfw:commentRss>
		</item>
		<item>
		<title>iPhone Voicemail Badness - why-oh-why AT&amp;T  #fb</title>
		<link>http://stevesanderson.com/2009/07/27/iphone-voicemail-badness-why-oh-why-att-fb/</link>
		<comments>http://stevesanderson.com/2009/07/27/iphone-voicemail-badness-why-oh-why-att-fb/#comments</comments>
		<pubDate>Mon, 27 Jul 2009 20:55:31 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://stevesanderson.com/2009/07/27/iphone-voicemail-badness-why-oh-why-att-fb/</guid>
		<description><![CDATA[Noticing that I haven&#8217;t received any new voicemails in over a week - and hearing rumors about problems with voicemail on the iPhone&#8230; I reset my iPhone and after a reboot - ta-da! Over a weeks worth of voicemails suddenly appear.  Grrr.  Never seen this before and I&#8217;ve had my 1st generation iPhone [...]]]></description>
			<content:encoded><![CDATA[<p>Noticing that I haven&#8217;t received any new voicemails in over a week - and hearing rumors about problems with voicemail on the iPhone&#8230; I reset my iPhone and after a reboot - ta-da! Over a weeks worth of voicemails suddenly appear.  Grrr.  Never seen this before and I&#8217;ve had my 1st generation iPhone for a couple of years</p>
]]></content:encoded>
			<wfw:commentRss>http://stevesanderson.com/2009/07/27/iphone-voicemail-badness-why-oh-why-att-fb/feed/</wfw:commentRss>
		</item>
		<item>
		<title>kanban development oversimplified + shiny bits on couchdb</title>
		<link>http://stevesanderson.com/2009/05/29/kanban-development-oversimplified-shiny-bits-on-couchdb/</link>
		<comments>http://stevesanderson.com/2009/05/29/kanban-development-oversimplified-shiny-bits-on-couchdb/#comments</comments>
		<pubDate>Fri, 29 May 2009 22:42:11 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://stevesanderson.com/?p=68</guid>
		<description><![CDATA[Lots of buzz lately about kanban / lean in software development. While  watching this from the sidelines, I&#8217;ve also been looking at my current team and previous teams and gauging applicability.
With my current team (at FiveRuns), we hit a point a while ago where the team began to reject the extra formality and overhead in some of [...]]]></description>
			<content:encoded><![CDATA[<p>Lots of buzz lately about kanban / lean in software development. While  watching this from the sidelines, I&#8217;ve also been looking at my current team and previous teams and gauging applicability.</p>
<p>With my current team (at <a href="http://fiveruns.com">FiveRuns</a>), we hit a point a while ago where the team began to reject the extra formality and overhead in some of our scrum practices (e.g. sprint planning, release planning) and began to smooth our rhythm out until we ended up, more or less, as continuous-flow.</p>
<p>The great thing is, I&#8217;ve looked back on earlier teams and seen similar trends - but different results. This time (for me) reality &amp; results were stronger than dogma &amp; fear - so we went with what made us better.</p>
<p>Then, I stumbled across <a href="http://agileproductdesign.com/blog/2009/kanban_over_simplified.html" target="_blank">Kanban Development Oversimplified</a> and passed it out - it&#8217;s a great quick &amp; simple overview.</p>
<p>It&#8217;s not good enough to be doing something&#8230; I&#8217;ve got to build something related. So, combine this with the desire to get some more experience with some <a href="http://stevesanderson.com/2008/12/21/oh-couchdb-why-do-i-love-thee-so/" target="_blank">new shiny bits (standalone apps on couchdb)</a> and ta da: a simple board with cards + columns to represent our worfklow (<em>surely a cliched application, along with blogs</em>); the board will be a centralized service <em>and</em> a de-centralized service (ref: git) so that people can take their own copy of the board with them - keep using it - and sync up with either the centralized service or another instance, as needed. More later: I&#8217;ll post some <a href="http://cukes.info/" target="_blank">cucumber</a> scenarios and then a link to the project on github.</p>
]]></content:encoded>
			<wfw:commentRss>http://stevesanderson.com/2009/05/29/kanban-development-oversimplified-shiny-bits-on-couchdb/feed/</wfw:commentRss>
		</item>
		<item>
		<title>FiveRuns at RailsConf/CabooseConf and taking folks to see Penn &amp; Teller</title>
		<link>http://stevesanderson.com/2009/05/01/fiveruns-at-railsconfcabooseconf-and-taking-folks-to-see-penn-teller/</link>
		<comments>http://stevesanderson.com/2009/05/01/fiveruns-at-railsconfcabooseconf-and-taking-folks-to-see-penn-teller/#comments</comments>
		<pubDate>Fri, 01 May 2009 22:07:13 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://stevesanderson.com/?p=65</guid>
		<description><![CDATA[Attending RailsConf and/or CabooseConf? Join FiveRuns to see Penn &#38; Teller perform at the Rio on Tuesday night.
We’ve got transportation and 40 tickets to catch Penn &#38; Teller at the Rio on Tuesday night. Want to join us? Drop your name in the… hat. Okay, it’s not a hat, but you get the idea.
Enter your name before [...]]]></description>
			<content:encoded><![CDATA[<p>Attending RailsConf and/or CabooseConf? Join FiveRuns to see Penn &amp; Teller perform at the Rio on Tuesday night.</p>
<p>We’ve got transportation and 40 tickets to catch <a href="http://www.pennandteller.com/">Penn &amp; Teller</a> at the Rio on Tuesday night. Want to join us? <a href="http://www.fiveruns.com/railsconf2009/">Drop your name in the… hat</a>. Okay, it’s not a hat, but you get the idea.</p>
<p><a href="http://www.fiveruns.com/railsconf2009/">Enter your name</a> before 8am Tuesday morning; winners will be notified by 10am via email.</p>
<p>See you in Las Vegas!</p>
]]></content:encoded>
			<wfw:commentRss>http://stevesanderson.com/2009/05/01/fiveruns-at-railsconfcabooseconf-and-taking-folks-to-see-penn-teller/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Webcast: How to Build a Lean Startup, step-by-step</title>
		<link>http://stevesanderson.com/2009/04/29/webcast-how-to-build-a-lean-startup-step-by-step/</link>
		<comments>http://stevesanderson.com/2009/04/29/webcast-how-to-build-a-lean-startup-step-by-step/#comments</comments>
		<pubDate>Wed, 29 Apr 2009 20:28:42 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Business]]></category>

		<category><![CDATA[Product Development]]></category>

		<guid isPermaLink="false">http://stevesanderson.com/?p=62</guid>
		<description><![CDATA[O&#8217;Reilly and Eric Ries are doing an interesting webcast - Webcast: How to Build a Lean Startup, step-by-step. Having recently waded into this end of the pool - I&#8217;m getting a lot out of the whole lean startup idea. No great surprise, since it extends what I&#8217;m familiar with, from within product development, to all the [...]]]></description>
			<content:encoded><![CDATA[<p>O&#8217;Reilly and Eric Ries are doing an interesting webcast - <a href="http://www.oreillynet.com/pub/e/1294">Webcast: How to Build a Lean Startup, step-by-step</a>. Having recently waded into this end of the pool - I&#8217;m getting a lot out of the whole <em>lean startup</em> idea. No great surprise, since it extends what I&#8217;m familiar with, from within product development, to all the streams of work that makes up a startup</p>
]]></content:encoded>
			<wfw:commentRss>http://stevesanderson.com/2009/04/29/webcast-how-to-build-a-lean-startup-step-by-step/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Intriguing (and radical) approach on how to operate a business</title>
		<link>http://stevesanderson.com/2009/03/24/intriuging-and-radical-approach-on-how-to-operate-a-business/</link>
		<comments>http://stevesanderson.com/2009/03/24/intriuging-and-radical-approach-on-how-to-operate-a-business/#comments</comments>
		<pubDate>Tue, 24 Mar 2009 19:20:29 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Business]]></category>

		<guid isPermaLink="false">http://stevesanderson.com/?p=57</guid>
		<description><![CDATA[Check out  &#8221;The Open Company - Running your business as if it were an Open Source Project. It describes a radical approach (at least from my POV) on how to operate a business. I&#8217;m not a business operations person, so I don&#8217;t have the chops to completely evaluate the proposition here ahead of time. However, [...]]]></description>
			<content:encoded><![CDATA[<p>Check out  &#8221;<a title="The Open Company - Running your business as if it were an Open Source Project." href="http://e-texteditor.com/blog/2009/opencompany" target="_blank">The Open Company - Running your business as if it were an Open Source Project.</a> It describes a radical approach (at least from my POV) on how to operate a business. I&#8217;m not a business operations person, so I don&#8217;t have the chops to completely evaluate the proposition here ahead of time. However, there are some intrigiung ideas in this article and I love where this could lead (not to mention the potential to upset the apple cart).</p>
]]></content:encoded>
			<wfw:commentRss>http://stevesanderson.com/2009/03/24/intriuging-and-radical-approach-on-how-to-operate-a-business/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Build a personal relationship manager on LinkedIn&#8230; maybe</title>
		<link>http://stevesanderson.com/2009/01/22/build-a-personal-relationship-manager-on-linkedin-maybe/</link>
		<comments>http://stevesanderson.com/2009/01/22/build-a-personal-relationship-manager-on-linkedin-maybe/#comments</comments>
		<pubDate>Thu, 22 Jan 2009 20:30:14 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Product Ideas]]></category>

		<guid isPermaLink="false">http://stevesanderson.com/2009/01/22/build-a-personal-relationship-manager-on-linkedin-maybe/</guid>
		<description><![CDATA[I&#8217;ve always wanted some simple &#8216;personal relationship manager&#8217;, i.e. the problem is that I&#8217;ve got friends and acquaintances I want to keep up with - but I am lousy at reminding myself to follow-up when I don&#8217;t see them regularly. I want a way to:

get a dashboard that shows me what&#8217;s new with people in [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve always wanted some simple &#8216;personal relationship manager&#8217;, i.e. the problem is that I&#8217;ve got friends and acquaintances I want to keep up with - but I am lousy at reminding myself to follow-up when I don&#8217;t see them regularly. I want a way to:</p>
<ul>
<li>get a dashboard that shows me what&#8217;s new with people in my social networks</li>
<li>organize the dashboard based on some heuristics on what social networks are more important than others (e.g. ex-Excite people, current co-workers, etc.)</li>
<li>default and customizable alerts to notify me
<ul>
<li>when it&#8217;s been a long time since I communicated with someone</li>
<li>when something about those people or their company has changed</li>
</ul>
</li>
<li>a single place to view and edit some basic info on a person (e.g. notes)</li>
<li>all based on an understanding of my social networks (e.g. declared social networks like LinkedIn, Facebook, twitter and implicit social networks like email)</li>
</ul>
<p>How to solve this? Up to now, I&#8217;ve thought about ways to augment my email, i.e. using my email history and address book. From the looks of it, <a href="http://www.xobni.com/" target="_blank">Xobni</a> does something similar with Outlook and there&#8217;s chatter they may do this eventually for hosted email (e.g. gmail). However, last night I realized that (for the moment) much of what I care about could be in LinkedIn. Surely someone has solved this via a <a href="http://www.linkedin.com/static?key=application_directory" target="_blank">LinkedIn application</a>&#8230; Unfortunately, no, e.g I didn&#8217;t even find any way to keep notes on other people in my network. No problem, I&#8217;ll write an application&#8230; but right away their stance isn&#8217;t encouraging. While their <a href="http://www.linkedin.com/static?key=developers_opensocial" target="_blank">wording</a> does not encourage me to take an exploratory run at something new on LinkedIn,  I&#8217;ll apply and see what happens.</p>
]]></content:encoded>
			<wfw:commentRss>http://stevesanderson.com/2009/01/22/build-a-personal-relationship-manager-on-linkedin-maybe/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
