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

<channel>
	<title>Just wondering.... &#187; starting a company</title>
	<atom:link href="http://sworddance.com/blog/category/starting-a-company/feed/" rel="self" type="application/rss+xml" />
	<link>http://sworddance.com/blog</link>
	<description></description>
	<lastBuildDate>Tue, 17 Jan 2012 05:07:09 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Indifference to process leads to Mozilla contributor departing</title>
		<link>http://sworddance.com/blog/2011/08/30/indifference-to-process-leads-to-mozilla-contributor-departing/#utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=indifference-to-process-leads-to-mozilla-contributor-departing</link>
		<comments>http://sworddance.com/blog/2011/08/30/indifference-to-process-leads-to-mozilla-contributor-departing/#comments</comments>
		<pubDate>Tue, 30 Aug 2011 17:46:43 +0000</pubDate>
		<dc:creator>patrick</dc:creator>
				<category><![CDATA[management]]></category>
		<category><![CDATA[software design]]></category>
		<category><![CDATA[starting a company]]></category>
		<category><![CDATA[technical]]></category>

		<guid isPermaLink="false">http://sworddance.com/blog/?p=1131</guid>
		<description><![CDATA[Tyler Downer announced he was no longer contributing to Mozilla because the Mozilla bug triaging process was being sacrificed on the altar of &#8220;rapid release&#8221;. Tyler likes the idea of the Rapid Release, but rather the tools to handle bug &#8230; <a href="http://sworddance.com/blog/2011/08/30/indifference-to-process-leads-to-mozilla-contributor-departing/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://tylerdowner.wordpress.com/2011/08/15/goodbye-mozilla/">Tyler Downer announced he was no longer contributing to Mozilla</a> because <a href="http://tylerdowner.wordpress.com/2011/08/27/some-clarification-and-musings/">the Mozilla bug triaging process was being sacrificed on the altar of &#8220;rapid release&#8221;</a>. Tyler likes the <em>idea</em> of the Rapid Release, but rather the tools to handle bug reports are failing under the new 6-week release cycle. </p>
<blockquote><p>I left because of a general lack of interest in doing anything substantial to improve the Triage process on BMO outside the QA community and a few others. Triage as we know it today is NOT ready to handle the Rapid Release process. </p></blockquote>
<p>Tyler then points out that:</p>
<blockquote><p>In Spring 2010, we hit roughly 13,000 UNCO bugs in the Firefox product on BMO. 13,000!!! We currently have 5934. This is several thousand contributors that we have told “Thank you for filing a bug report with us. We don’t really care about it, and we are going to let it sit for 6 months and just ask you to retest when you know it isn’t fixed, but thank you anyway. Oh, and Mozilla is run by the community.” <u>Even though nobody means this, that is what we tell an end-user who just submitted their first bug and is ignored.</u>[italics mine]</p></blockquote>
<p>Mozilla behavior toward this <a href="https://bugzilla.mozilla.org/show_bug.cgi?id=18808">ancient feature request</a> is illustrative:</p>
<ul>
<li>The request was filed in 1999 (12 years ago)!</li>
<li>Numerous offered patches,</li>
<li><a href="https://addons.mozilla.org/en-US/firefox/addon/tab-history-redux/">A plugin to workaround this issue</a>,</li>
<li>Accounts that offered patches are labeled as &#8220;Please Ignore This Troll (Account Disabled)&#8221;</li>
</ul>
<p>Wow nothing says Go Away quite so effectively as being labeled a troll or being ignored.</p>
<hr/>
<h3>Questions</h3>
<ol>
<li>How many reported issues are latent security problems?</li>
<li>How can Mozilla bug fixing keep up with the community&#8217;s bug reporting? The community is vastly larger than the Mozilla development team.</li>
<li>How can Mozilla truly leverage the community? And avoid having responsive, assertive community members being labeled as trolls?</li>
<li>How can anyone feel good about closing 1 bug out of 13000, especially if the incoming rate is greater than the fix rate?</li>
</ol>
<h3>Thoughts</h3>
<p>This is something that every company or open-source project hopes to have: a community that overwhelms the product with love. Mozilla is doing the wrong thing if the love is unrequited.</p>
<p>With so many bugs churning in, developers are faced with a <a href="http://en.wikipedia.org/wiki/Sisyphus" rel="nofollow"  target="_blank">sisyphean</a> task. The bugs represent community love, the developers have to view the love as not burdensome.</p>
<p>These thoughts really apply to every company, product and project: </p>
<h4><em>Developer Bug Tool</em></h4>
<p>A developer-facing bug database must only hold bugs (broken code that <em>must</em> be fixed),</p>
<ol>
<li>NO Feature Requests</li>
<li>NO Project Plans</li>
<li>NO &#8220;technical debt removal&#8221; wishes,</li>
<li>NO minor bugs</li>
</ol>
<p>Developers like all humans need to feel the progress, and accomplishment. Fixing one bug out of 13000 does nothing, fixing one bug out of 100 feels meaningful.</p>
<p>Feature requests and refactoring or changes for the future belong in a project planning tool.</p>
<p>Any bug, that cannot or will not be fixed immediately, must be documented in the code:</p>
<ul>
<li>TODO flag</li>
<li>Date ( a TODO that is 10 years old not that useful &#8211; <a href="http://www.azulsystems.com/blog/cliff/2011-08-28-just-fixed-a-20-year-old-bug"  rel="nofollow"  target="_blank">with a few exceptions</a> )</li>
<li>Person who added this comment (not necessarily a full-time developer)</li>
<li>HACK flag if the code should not be an example of &#8220;how to do&#8221; things. This tells future developers to not use this bad code as a template to create more bad code.</li>
<li>Discussions can happen in the code same as they would in a separate bug database</li>
</ul>
<p>Documenting in the code not the bug database gives these benefits:</p>
<ul>
<li>Developers tracing a different bugs or adding new features are <em>proactively  notified without searching</em> that:
<ul>
<li>the code is questionable</li>
<li>the code may be the source of the bug he is tracing</li>
<li>he may be able to immediately fix the bug documented in the issue</li>
</ul>
</li>
<li>If the questionable code is deleted as part of a later refactoring feature change, the bug report is also deleted.</li>
<li>The bug database is not polluted with minor items that bury the truly critical issues.</li>
</ul>
<h4><em>Use Git</em></h4>
<p>Get away from the Open-source Cathedral where only a few are blessed committers.</p>
<p>Avoid frustrating people who want to patch the product. Let them patch the product and share their patch. If the main official release doesn&#8217;t include the patch, at least the person reporting the problem can fix the problem for themselves and move on.</p>
<h4><em>Prefilter bug reports</em></h4>
<ul>
<li><u>Incorrectly formatted html</u>: IE choose to format it one way, Firefox made a different guess. Just because FF made a different choice doesn&#8217;t make FF wrong, but that will not stop a bug report. FF should have a clear indicator that:<br />
<blockquote><p>The page in question has bad html and that it may not be displayed correctly. Click here to send a note to the webmaster about this page.</p></blockquote>
<p>Point the finger of blame at the webmaster so that FF does not get blamed (and avoiding the bogus resultant bug reports).
</li>
<li><u>Bad scripts</u>: If the javascript is not functioning correctly announce it. Its not FF&#8217;s problem that the script sucks, don&#8217;t let Firefox get the blame.</li>
</ul>
<h4><em>Make it easy to report issues</em></h4>
<ul>
<li>Built-in feedback tool</li>
<li>Built-in screen capture (with redaction ability)</li>
<li>Do not require registration in a bug database</li>
<li>Do the bug reporting within Firefox don&#8217;t make people navigate.</li>
<li>Ask if the last report by this person is related.</li>
<li>Do the bug database duplication search for the user and ask if any of the other reports look similar.</li>
</ul>
<h3>Final Question</h3>
<p>How can your product or service empower the community to self-help?</p>
]]></content:encoded>
			<wfw:commentRss>http://sworddance.com/blog/2011/08/30/indifference-to-process-leads-to-mozilla-contributor-departing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Don&#8217;t jump into a project, wade in</title>
		<link>http://sworddance.com/blog/2011/03/28/dont-jump-into-a-project-wade-in/#utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=dont-jump-into-a-project-wade-in</link>
		<comments>http://sworddance.com/blog/2011/03/28/dont-jump-into-a-project-wade-in/#comments</comments>
		<pubDate>Mon, 28 Mar 2011 23:25:02 +0000</pubDate>
		<dc:creator>patrick</dc:creator>
				<category><![CDATA[software design]]></category>
		<category><![CDATA[starting a company]]></category>

		<guid isPermaLink="false">http://sworddance.com/blog/?p=922</guid>
		<description><![CDATA[When starting a new programming task (or company ), it is very tempting to just plunge in and start coding (or doing) right away. The release early-and-often mentality encourages this approach. Documentation becomes optional and design is seat-of-the-pants. Hard-lessons learned &#8230; <a href="http://sworddance.com/blog/2011/03/28/dont-jump-into-a-project-wade-in/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>When starting a new programming task (or company <img src='http://sworddance.com/blog/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' />  ), it is very tempting to just plunge in and start coding (or doing) right away. The release early-and-often mentality encourages this approach. Documentation becomes optional and design is seat-of-the-pants.</p>
<p>Hard-lessons learned here tell me this is very, very bad. </p>
<p>Take the time for these steps and minimize use of the computer, because it is very easy to give into the temptation to start coding. And when you are coding, you are thinking about implementation issues, not high-level design issues.</p>
<ol>
<li><em>Write down the goals:</em> This is the easiest trap to avoid and the trap that catches most people. If the developer knows the goals enough to write them down, they can be confident that they are building what was asked for ( just send the written description to the manager or client ). Equally important, the developer knows when they are <em>&#8220;done&#8221; </em>and what is <em>&#8220;good enough&#8221;</em> to satisfy the immediate need
</li>
<li><em>create the use Case tests:</em> Create pseudo-code showing the various operations needed by the project. Missing steps are discovered prior to implementation. Did a previously unknown piece of information just &#8220;magically&#8221; appear? How was that magic knowledge actually retrieved? Are operations out of order?
<p>To help clarify what is meant by a &#8220;Use Case Test&#8221;, here is an example of what I am currently working on:</p>
<p><em>Peter wishes to use Amplafi to upload an image to his website.</em></p>
<div>
From Peter&#8217;s perspective,</p>
<ol>
<li>Peter uploads a image to Amplafi</li>
<li>(Peter does other things)</li>
<li>Amplafi asks Peter about Ftp username/password</li>
<li>Amplafi ftp posts the file to Peter&#8217;s web site.</li>
</ol>
</div>
<div>
<br/>An equivalent Use Case test looks like:</p>
<ol>
<li>Create a ResourceLocation representing the local temporary place an uploaded file will be stored</li>
<li>upload the image from the user&#8217;s computer. (mocked, testing the use case &#8211; not the actual upload)</li>
<li>look up the (test) ftp authentication information for the customer&#8217;s website (<a href="http://mockftpserver.sourceforge.net/">the ftp server is mocked</a> as well, so username/password is fake)</li>
<li>Determine the location the image will be stored on the ftp server</li>
<li>create ResourceLocation holding the image&#8217;s ftp location</li>
<li>perform the upload from Amplafi&#8217;s computer to the ftp server (the actual upload is to the <a href="http://mockftpserver.sourceforge.net/">fake FTP server</a>)</li>
<li>validate that the ftp upload was successful</li>
<li>clean up the temporary copy on Amplafi&#8217;s server</li>
<li>update the ResourceLocations created</li>
<li>Notify the various statuslisteners about the transfer&#8217;s success.</li>
</ol>
</div>
<div><br/>This example Use Case test discovers issues like:</p>
<ul>
<li>The code not having access to the Ftp authentication information</li>
<li>Not being able to determine where the image should be stored temporarily on the Amplafi server</li>
<li>Not knowing when the temporary copy can be deleted.</li>
<li>No mechanism to handle a ftp upload failure ( ftp server dropped connection, had over quota error)</li>
<li>No mechanism for handling overly large files. ( 100TB anyone? )
</ul>
</div>
</li>
<li><em>create the diagrams ( use paper )</em> It is tempting to use a UML tool to create the diagrams; resist temptation. You want to be able to throw away ideas with abandon. Spending effort to create a nice looking UML diagram is wasted if the design concepts need revisiting. Save the tool for when the design has been validated.
</li>
<li><em>create the interfaces:</em> Create the interfaces needed by the pseudo-code in step 2. Define the purpose and nature of the interfaces and its implementors.
<ul>
<li>Are implementors expected to be stateless singleton services? Or are they database objects?</li>
<li>How are implementors created?</li>
<li>What services does an implementor have access to?</li>
<li>How much behavior should be the implementors have? For example, database objects should have minimal logic and have specialized managers do the business logic level operations.</li>
<li>What is the expected lifespan of implementors? Single transaction? Only for a session?</li>
<li>Life cycle control/ownership. Are implementors &#8220;owned&#8221; by another object and when the owner is removed so is this implementation?</li>
</ul>
<p>At this point, I have lots of interfaces, enumerations ( java enum ) that I am creating and destroying willy-nilly. With lots of TODO, FUTURE, and (yes even) HACK comments. Because I haven&#8217;t spent any time actually creating an implementation. I have no reluctance to discard, combine, or separate interfaces.
</li>
<li><em>create the test framework:</em> At this point, the interfaces are nailed down, the test pseudo-code can be converted to actual test code, and &#8230;
</li>
<li><em>create the implementation</em> Unlike true <a href="http://en.wikipedia.org/wiki/Test-driven_development" rel="nofollow">Test Driven Design</a> methodology, I tend to write the implementations in conjunction with the test code. Too many times, I have discovered that nasty little issues around implementation require rethinking the interfaces and the tests. I want to minimize my investment in tests until I am reasonably certain that the production code being tested will not have major API changes because of implementation issues. (Example of an implementation issue: an external library requires data in an order that my planned implementation cannot handle)
</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://sworddance.com/blog/2011/03/28/dont-jump-into-a-project-wade-in/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Checklist of things to do BEFORE starting your own company</title>
		<link>http://sworddance.com/blog/2011/03/04/checklist-of-things-to-do-before-starting-your-own-company/#utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=checklist-of-things-to-do-before-starting-your-own-company</link>
		<comments>http://sworddance.com/blog/2011/03/04/checklist-of-things-to-do-before-starting-your-own-company/#comments</comments>
		<pubDate>Fri, 04 Mar 2011 20:12:22 +0000</pubDate>
		<dc:creator>patrick</dc:creator>
				<category><![CDATA[starting a company]]></category>

		<guid isPermaLink="false">http://www.sworddance.com/blog/?p=533</guid>
		<description><![CDATA[Get incorporated as a California C corp ( $800 ). Reasons: Incorporating later can be time consuming/distracting. Procrastination makes for a harder job later. Enables taking any investment directly in the company, rather than as a personal loan. (i.e. company &#8230; <a href="http://sworddance.com/blog/2011/03/04/checklist-of-things-to-do-before-starting-your-own-company/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<ol>
<li>Get incorporated as a California C corp ( $800 ). Reasons:
<ul>
<li>Incorporating later can be time consuming/distracting.</li>
<li>Procrastination makes for a harder job later.</li>
<li>Enables taking any investment directly in the company, rather than as a personal loan. (i.e. company is party to the investment not founder personally )</li>
<li>Enables hiring contractors ( consulting agreement is with corporation )</li>
<li>Enables financial separation between your personal finances and the company. ( important for IRS and other tax agencies)</li>
<li>Enables stock grants when that second co-founder is discovered. ( otherwise all you can do is a &#8216;handshake deal&#8217; which lawyers love to litigate )</li>
<li>IP protection: if someone helps you, enables clear transfer of their IP to the corporation.</li>
<li>Succession: If someone bails how does their ownership get transferred.</li>
<li>Easier to handle non-equal ownership. </li>
</ul>
</li>
<li>Get a packet of legal document paperwork together:
<ol>
<li>Consultant agreement ( both project and long-term )</li>
<li>Adviser agreement</li>
<li>NDA agreements</li>
<li>Partnership agreements ( working with another company &#8211; just a basic document so there is something ) </li>
<li>Stock Option Plan</li>
<li>Board of Directors Sample Minutes</li>
<li>Corporate Bylaws</li>
</ol>
</li>
<li>Clear up all personal financial issues:
<ol>
<li>I still have a 401k at last company that I have to do something about!</li>
<li>I hired a certified financial planner &#8212; so the stock market would not distract me.</li>
<li>Family issues if in a relationship and/or you have kids. Your family can support, hinder or neither your effort:
<ol>
<li>Who will handle the day-to-day finances &#8211; pay rent, etc.</li>
<li>What can be eliminated <em>now</em> from personal budget</li>
<li>Who picks up the kids?</li>
<li>Date nights and family time so you don&#8217;t end up distracted by a failing relationship</li>
<li>When will you walk away from the company? This is important to decide now so that later in the heat of the company work you know when you should step back or end it. You may change the &#8220;walk away&#8221; criteria but you and your spouse should always know what it is. Very importantly you do not want to end up destitute as a result. Preserve your future.</li>
</ol>
</li>
<li>Financing. Know this in advance because it determines how and what kind of company you start
<ul>
<li>VC-funded: Seems attractive but do you want a VC calling you on a Friday at 6pm giving you grief? Also VCs want homeruns, a steadily growing business (like oh&#8230; Walmart) is not interesting to them.</li>
<li>Self-funded: You are your own boss but it is your own pocketbook on the line as well.</li>
<li>Bank loan: The bank will require that you personally guarantee the loan, but on the other hand they are not on your BoD.</li>
<li>Government Grants: ?</li>
</ul>
</li>
<li>Define Success. Know what you want out of starting a business.
<ul>
<li>Money? ($4million)</li>
<li>Income? ($130K/year)</li>
<li>Knowledge? Maybe the business will fail but you can still regard it as a success because you learned some things that you didn&#8217;t have the opportunity before to learn.</li>
</ul>
</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://sworddance.com/blog/2011/03/04/checklist-of-things-to-do-before-starting-your-own-company/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to do &#8220;status meetings&#8221; right (aka avoiding &#8220;Death-by-Status&#8221;)</title>
		<link>http://sworddance.com/blog/2011/03/04/how-to-do-status-meetings-right-aka-avoiding-death-by-status/#utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-to-do-status-meetings-right-aka-avoiding-death-by-status</link>
		<comments>http://sworddance.com/blog/2011/03/04/how-to-do-status-meetings-right-aka-avoiding-death-by-status/#comments</comments>
		<pubDate>Fri, 04 Mar 2011 19:48:05 +0000</pubDate>
		<dc:creator>patrick</dc:creator>
				<category><![CDATA[management]]></category>
		<category><![CDATA[starting a company]]></category>
		<category><![CDATA[technical]]></category>

		<guid isPermaLink="false">http://www.sworddance.com/blog/?p=368</guid>
		<description><![CDATA[A truism in the start-ups v. &#8220;big&#8221; company battle is that start-ups have a big advantage because they don&#8217;t have to waste time in internal communication. Status meetings are quick and focused; not long-drawn out off-site affairs. However, many startups &#8230; <a href="http://sworddance.com/blog/2011/03/04/how-to-do-status-meetings-right-aka-avoiding-death-by-status/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>A truism in the start-ups v. &#8220;big&#8221; company battle is that start-ups have a big advantage because they don&#8217;t have to waste time in internal communication. Status meetings are quick and focused; not long-drawn out off-site affairs.</p>
<p>However, many startups ignore the underlying reason and value for status updates and many big companies can easily avoid status meetings with a little bit of effort.</p>
<blockquote><p>There is a value to status meetings!? What are you nuts?</p></blockquote>
<p>Nope! Not talking about status <em>meetings</em> &#8211; status <em>updates</em> is where it is at.</p>
<p>Status updates can and should be sent by email every day. By everyone. Including the CEO.</p>
<p>For a status update to have value, it must:</p>
<ul>
<li>Be explanatory as to the reasons work was done. If the reason can&#8217;t be articulated &#8212; why was it done? (&#8220;Did X so that Y feature could be turned on in the next release&#8221;)</li>
<li>Be forward looking. The status update must be usable as a planning document. When will the new feature be completed (in man-hours)</li>
<li>Enable bad process to be discovered. Is something impacting all 10 developers 30 minutes/day? Solving that annoyance will save 5 man-hours a week!</li>
</ul>
<p>The status email should have:</p>
<ul>
<li><u><em>successes</em></u> (include &#8220;in progress&#8221; work): Brag. Celebrate successes. <em>Explicitly</em> indicate if:
<ul>
<li>work is completed as far as the sender is concerned</li>
<li>work is at a good resting point/milestone. Many times a task does not need to be &#8220;completed&#8221;, because &#8220;completed&#8221; means completely done as opposed to &#8220;major roadblock removed&#8221;</li>
<li>work still needs to be done on the task.</li>
</ul>
</li>
<li><u><em>planned</em></u> work for next work period, with best guess time estimates/completion date.  Include next time available (very important for part-time people). Plan out tomorrow today.</li>
<li><u><em>frustrations</em></u> arose that caused time to be &#8220;wasted&#8221; &#8211; use this to help spot problems with processes. The sender is NOT asking for help, but rather is calling out process issues.</li>
<li><u><em>roadblocks</em></u> that help is needed to solve. The sender must provide enough detail to form an actionable question or request. All details that the sender has discovered about the roadblock must be written. Writing out the problem with all the known information:
<ul>
<li>anyone trying to help does not have to duplicate already done research</li>
<li>sometimes leads directly to an &#8220;obvious&#8221; next step</li>
<li>might enable someone else to immediately provide an answer with little to no additional questions.</li>
</ul>
</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://sworddance.com/blog/2011/03/04/how-to-do-status-meetings-right-aka-avoiding-death-by-status/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>No sane business owner should depend on Google</title>
		<link>http://sworddance.com/blog/2011/01/24/no-sane-business-owner-should-depend-on-google/#utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=no-sane-business-owner-should-depend-on-google</link>
		<comments>http://sworddance.com/blog/2011/01/24/no-sane-business-owner-should-depend-on-google/#comments</comments>
		<pubDate>Mon, 24 Jan 2011 23:09:51 +0000</pubDate>
		<dc:creator>patrick</dc:creator>
				<category><![CDATA[starting a company]]></category>

		<guid isPermaLink="false">http://sworddance.com/blog/?p=806</guid>
		<description><![CDATA[Brad Feld reports that Foundry has switch to Google mail for their internal mail system. While he is pretty happy about the switch, he does have some major cautions for the rest of us (not as well connected types): We &#8230; <a href="http://sworddance.com/blog/2011/01/24/no-sane-business-owner-should-depend-on-google/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.feld.com/wp/archives/2011/01/time-for-google-to-get-serious-about-enterprise-tech-support.html">Brad Feld reports that Foundry has switch to Google mail for their internal mail system.</a> While he is pretty happy about the switch, he does have some major cautions for the rest of us (not as well connected types):</p>
<blockquote><p>We are lucky in that we have lots of friends at Google so when we need to do weird things (like – ahem – port my Google Voice number from my Gmail account to my Google Apps account) we are able to find someone to do the magic for us. Or when the Google Apps Migration for Microsoft Exchange tool crashes in the middle of the night on a mailbox migration that is 10 hours into its conversion, we can find our way to someone that actually works on this tool who makes some changes to the backend processor that fixes the problem. And, when this happens on another mailbox migration, we can get to them again to help us fix the problem while they debug the tool for our error case.</p>
<p>Now, there is a Google Enterprise Customer and Partner Site and there is plenty of Google Apps enterprise level help on the web. But that’s not the issue. At 7am, when the guy doing the migration checks in and sees a error message that says something like “Failure: While migrating Email for user=xxx@foundrygroup.com to Google user=xxx@foundrygroup.com Error:80041065? you kind of want to call 1-800-HELPMERIGHTNOWBEFOREANYONESHOWSUPATTHEOFFICE</p></blockquote>
<p> OMG, yes. And sometimes even when you know someone on the inside &#8220;nothing can be done&#8221;. Case in point, &#8216;amplafi@gmail.com&#8217; (I am the Founder of Amplafi) is unavailable because a former business partner created the account and then deleted it. Can&#8217;t get that email, &#8220;no solution&#8221;. </p>
<p>I am sorry, but an enterprise-level organization finds a solution to something this simple.</p>
<p>When given a choice, no sane business owner should rely on Google for a mission-critical app. Such a business has a serious risk exposure to Google, and minimal-to-no legal recourse. If that app is removed/deleted due to some mysterious ToS violation, or Google does an upgrade that breaks the business&#8217; app, or just that Google suffers an outage, the business is helpless to rectify the problem.</p>
<p>Any number of problems could arise, including Google (or some other DMCA takedown law firm) deciding that the app violates the DMCA. Businesses need to have the escape routes to the single-supplier problem, especially a single supplier that will not take phone calls. </p>
<p>Do I use Google. Sure. I love gmail. But Google does not host my apps (I stay away from appengine for example), and them most definitely do not control my email domain. My email gets forwarded to gmail. </p>
]]></content:encoded>
			<wfw:commentRss>http://sworddance.com/blog/2011/01/24/no-sane-business-owner-should-depend-on-google/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Handling a destructive Board Member</title>
		<link>http://sworddance.com/blog/2011/01/20/handling-a-destructive-board-member/#utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=handling-a-destructive-board-member</link>
		<comments>http://sworddance.com/blog/2011/01/20/handling-a-destructive-board-member/#comments</comments>
		<pubDate>Thu, 20 Jan 2011 21:26:24 +0000</pubDate>
		<dc:creator>patrick</dc:creator>
				<category><![CDATA[management]]></category>
		<category><![CDATA[starting a company]]></category>

		<guid isPermaLink="false">http://sworddance.com/blog/?p=801</guid>
		<description><![CDATA[Steve Blank has a post about a problem an entrepreneur is having with a bad board member: I had coffee last week with one of my ex students. 30 months ago he raised a Series A venture round from two &#8230; <a href="http://sworddance.com/blog/2011/01/20/handling-a-destructive-board-member/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://steveblank.com/2011/01/19/the-bad-board-member">Steve Blank has a post about a problem an entrepreneur is having with a bad board member</a>:</p>
<blockquote><p>I had coffee last week with one of my ex students. 30 months ago he raised a Series A venture round from two name brand Silicon Valley VC firms. It was early in the day, but he looked tired. “I need some advice about my board. I get along great with one of the VC’s, but the other one, Bob, is making my life miserable. Nothing I do is right in his eyes.” He looked pained as he continued. “We never had any personal chemistry, and it’s gotten so bad in the last six months, our board meetings are just hell. They consist of Bob beating me up regardless of whether the results are good or bad. I can’t tell if he’s trying to get me to quit, fire me and bring on a new CEO or is just a miserable human being.”</p></blockquote>
<p>I have some thoughts about the problem:</p>
<ol>
<li>Document Bob&#8217;s behavior over the next 3 Board Meetings.</li>
<li>Document Bob&#8217;s assertions and suggestions in a neutral way IN THE OFFICIAL BoD MEETING MINUTES.</li>
<li>In following meetings, have the previous minutes available as powerpoint slides to instantly throw up on the projector.</li>
<li>Confront Bob with his agreement in previous BoD meeting about future goals. This prevents Bob from &#8220;moving the goal posts&#8221; about what is acceptable company performance.</li>
<li>When Bob offers a criticism avoid addressing the criticism, but require that Bob articulate why the issue raised is an important issue.</li>
<li>Agendize the meeting with allocated time for each discussion item. Timebox Bob&#8217;s ability to dominate the meeting. Require that any item that goes over time be deferred for further discussion until the meeting&#8217;s end.</li>
<li>Put controversial items at the end of the meeting. This avoids having the energy of the meeting be sapped by Bob&#8217;s negativity. Near the end of meetings, people want to leave and get on to their next appointment. The other directors are likely to excuse themselves leaving just Bob and the founder. This denies Bob an audience.</li>
<li>Schedule other meetings (preferably customer meetings) just after the BoD meeting so the founder has a graceful way to insist that the BoD meeting must end.</li>
<li>Privately, confront Bob about what he hopes to accomplish through his objections. If he can&#8217;t articulate a positive result if his &#8220;advice&#8221; is followed he can be diminished. Bob may have a valid issue that Bob is raising in  a poor manner.</li>
<li>Reach out to Bob before the meeting and manage him privately and get him on board without the public confrontation at the actual meeting.</li>
</ol>
<p>My hope is that this would turn a negative, destructive Board Member into a more positive contributor. Thoughts?</p>
]]></content:encoded>
			<wfw:commentRss>http://sworddance.com/blog/2011/01/20/handling-a-destructive-board-member/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Glengarry Glen Ross reward structure or do you reward fire inspectors?</title>
		<link>http://sworddance.com/blog/2010/12/08/glengarry-glen-ross-reward-structure-or-do-you-reward-fire-inspectors/#utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=glengarry-glen-ross-reward-structure-or-do-you-reward-fire-inspectors</link>
		<comments>http://sworddance.com/blog/2010/12/08/glengarry-glen-ross-reward-structure-or-do-you-reward-fire-inspectors/#comments</comments>
		<pubDate>Thu, 09 Dec 2010 06:41:02 +0000</pubDate>
		<dc:creator>patrick</dc:creator>
				<category><![CDATA[management]]></category>
		<category><![CDATA[starting a company]]></category>

		<guid isPermaLink="false">http://sworddance.com/blog/?p=778</guid>
		<description><![CDATA[(In response to: What to do with hero&#8217;s? ) Do you have a Glengarry Glen Ross reward system: First Prize is an Cadillac El Dorado. Second prize is a set of steak knives. Third prize is you&#8217;re fired. In my &#8230; <a href="http://sworddance.com/blog/2010/12/08/glengarry-glen-ross-reward-structure-or-do-you-reward-fire-inspectors/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.linkedin.com/groupItem?view=&#038;gid=2931633&#038;type=member&#038;item=36830562">(In response to: What to do with hero&#8217;s? )</a><br />
Do you have a <a href="http://www.imdb.com/title/tt0104348/">Glengarry Glen Ross</a> reward system:</p>
<blockquote><p>First Prize is an Cadillac El Dorado. Second prize is a set of steak knives. Third prize is you&#8217;re fired.</p></blockquote>
<p>In my experience, the organizations that try to promote individual rewards and incentives destroy team cohesiveness.</p>
<p>For example, one company I know of was very proud of their individual reward mechanism. The problem was that:</p>
<ol>
<li>&#8220;hard&#8221; work / long hours got rewarded.</li>
<li>only one person / dept. got rewarded.</li>
</ol>
<p>So:</p>
<ol>
<li>there is no incentive to spot a problem ( and proposed a solution ) before it was a crisis.</li>
<li>a winner-take-all mindset people were indifferent to trying to achieve a reward because the reward was like winning the lottery,
<ol>
<li>there was little connection to effort put into reward achieved.</li>
<li>Someone had to work harder than everyone else in a visible way</li>
<li>work for a well-respected manager who could advocate for his person being rewarded.</li>
<li>the reward was individual-based so heroics overcoming crisis were rewarded, not crisis prevention.</li>
</ol>
</li>
</ol>
<p>While firemen are important to put out the fires that occur, good organizations rely on the fire inspectors that look for problems before the fire starts. Once a crisis ( fire ) occurs damage is already being done.</p>
<p>In <a href="http://www.amazon.com/Founders-Work-Stories-Startups-Early/dp/1590597141">Founders At Work</a>, Max Levinson talks about how Paypal survived because even before fraud was at crisis levels, Max started building systems to prevent and stop fraud. Paypal&#8217;s competitors were reporting fraud rates in the 20% range. Because of Max&#8217;s work, Paypal never had fraud levels that high. Max was not being &#8220;heroic&#8221; but his &#8220;fire inspector&#8221; work prevented a fire that consumed Paypal&#8217;s competitors.</p>
<p>Do you reward your fire inspectors?</p>
]]></content:encoded>
			<wfw:commentRss>http://sworddance.com/blog/2010/12/08/glengarry-glen-ross-reward-structure-or-do-you-reward-fire-inspectors/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>reward systems</title>
		<link>http://sworddance.com/blog/2010/12/08/reward-systems/#utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=reward-systems</link>
		<comments>http://sworddance.com/blog/2010/12/08/reward-systems/#comments</comments>
		<pubDate>Wed, 08 Dec 2010 23:37:45 +0000</pubDate>
		<dc:creator>patrick</dc:creator>
				<category><![CDATA[management]]></category>
		<category><![CDATA[starting a company]]></category>

		<guid isPermaLink="false">http://sworddance.com/blog/?p=748</guid>
		<description><![CDATA[(In response to: &#8220;Should pay be tied directly to productivity?&#8221;) There are many people I know that enjoy being teachers. They found some cool new technology toy, language, library, concept or idea and they love to share it with others. &#8230; <a href="http://sworddance.com/blog/2010/12/08/reward-systems/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.linkedin.com/groupItem?view=&#038;gid=2931633&#038;type=member&#038;item=36137589">(In response to: &#8220;Should pay be tied directly to productivity?&#8221;)</a><br />
There are many people I know that enjoy being teachers. They found some cool new technology toy, language, library, concept or idea and they love to share it with others. Some times these people are your superstar programmers (but not always). Some times these people occupy other roles such as product managers. Many times these people are indifferent to money so long as: </p>
<ol>
<li>they are paid enough to have a decent life</li>
<li>someone else is not paid much more than they are. (esp. if that other person is not as good technologically)</li>
</ol>
<p>Human beings, are by nature, social. In fact, many of the best reward systems are structured around a non-cash reward system. For example,
<ol>
<li>a trip to Europe instead of a cash-equivalent</li>
<li>A speaking opportunity at a major conference.</li>
<li>Sabbaticals. </li>
<li>Cool gifts ( free iphone, high-powered flashlight).</li>
<li>Public recognition.</li>
<li>Opportunities to work on new technology. </li>
<li>Complements.</li>
</ol>
<p>&#8220;Paying and rewarding&#8221; is NOT and should NOT be viewed in terms of dollars but rather in terms of raising social prestige. Money as a reward mechanism usually does not work for creative people ( or works poorly).</p>
<p>Watch Dan Pink at TED talking about motivation:<br />
<object width="446" height="326"><param name="movie" value="http://video.ted.com/assets/player/swf/EmbedPlayer.swf"></param><param name="allowFullScreen" value="true" /><param name="allowScriptAccess" value="sameDomain"/><param name="allowNetworking" value="none"/><param name="wmode" value="transparent"></param><param name="bgColor" value="#ffffff"></param><param name="flashvars" value="vu=http://video.ted.com/talks/dynamic/DanielPink_2009G-medium.flv&#038;su=http://images.ted.com/images/ted/tedindex/embed-posters/DanielPink-2009G.embed_thumbnail.jpg&#038;vw=432&#038;vh=240&#038;ap=0&#038;ti=618&#038;introDuration=15330&#038;adDuration=4000&#038;postAdDuration=830&#038;adKeys=talk=dan_pink_on_motivation;year=2009;theme=not_business_as_usual;theme=speaking_at_tedglobal2009;theme=the_creative_spark;event=TEDGlobal+2009;&#038;preAdTag=tconf.ted/embed;tile=1;sz=512x288;" /><embed src="http://video.ted.com/assets/player/swf/EmbedPlayer.swf" pluginspace="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" wmode="transparent" bgColor="#ffffff" width="446" height="326" allowFullScreen="true" allowScriptAccess="sameDomain" allowNetworking="none" flashvars="vu=http://video.ted.com/talks/dynamic/DanielPink_2009G-medium.flv&#038;su=http://images.ted.com/images/ted/tedindex/embed-posters/DanielPink-2009G.embed_thumbnail.jpg&#038;vw=432&#038;vh=240&#038;ap=0&#038;ti=618&#038;introDuration=15330&#038;adDuration=4000&#038;postAdDuration=830&#038;adKeys=talk=dan_pink_on_motivation;year=2009;theme=not_business_as_usual;theme=speaking_at_tedglobal2009;theme=the_creative_spark;event=TEDGlobal+2009;"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://sworddance.com/blog/2010/12/08/reward-systems/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What is wrong with the Crazy Baker website?</title>
		<link>http://sworddance.com/blog/2010/11/26/what-is-wrong-with-the-crazy-baker-website/#utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=what-is-wrong-with-the-crazy-baker-website</link>
		<comments>http://sworddance.com/blog/2010/11/26/what-is-wrong-with-the-crazy-baker-website/#comments</comments>
		<pubDate>Fri, 26 Nov 2010 08:21:04 +0000</pubDate>
		<dc:creator>patrick</dc:creator>
				<category><![CDATA[facebook]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[marketing]]></category>
		<category><![CDATA[starting a company]]></category>

		<guid isPermaLink="false">http://sworddance.com/blog/?p=746</guid>
		<description><![CDATA[Via the New York Times, Mr. Hitzig, aka the Crazy Baker, made an appeal to the world to help with the question, &#8220;Why is the Crazy Baker getting such low conversion?&#8221;: Mr. Hitzig is savvy when it comes to Web &#8230; <a href="http://sworddance.com/blog/2010/11/26/what-is-wrong-with-the-crazy-baker-website/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Via the <a href="http://boss.blogs.nytimes.com/2010/11/24/whats-wrong-with-the-crazy-bakers-web-site/">New York Times</a>, Mr. Hitzig, aka <a href="http://www.thecrazybaker.com/">the Crazy Baker</a>, made an appeal to the world to help with the question, &#8220;Why is the Crazy Baker getting such low conversion?&#8221;:<a href="http://sworddance.com/blog/wp-content/uploads/2010/11/thecrazybaker-website.jpg"><img src="http://sworddance.com/blog/wp-content/uploads/2010/11/thecrazybaker-website-150x150.jpg" alt="" title="thecrazybaker-website" width="150" height="150" class="alignright size-thumbnail wp-image-758" /></a></p>
<blockquote><p>Mr. Hitzig is savvy when it comes to Web design and marketing. He has a great domain name. He utilizes social media extensively with presences on Twitter, Facebook, MySpace and LinkedIn. His content management system gives him the power to perform a number of search-engine optimization operations, and he has worked hard to get the best possible online search placements.</p>
<p>But when it comes to selling online — the only metric that really matters — the site thus far has failed to deliver. “We are on our third Web site, and it is definitely the best one yet,” Mr. Hitzig said. “We are actually quite pleased with it. However, our conversion rate is dismal.”</p></blockquote>
<p>As laid out here:</p>
<blockquote><p>But we don’t have to take his word for it. The Crazy Baker has gotten lots of television exposure — with his brownies touted by both Martha Stewart and Rachael Ray. Those mentions drove enormous traffic to the site. But even the people sent by Martha Stewart and Rachael Ray didn’t buy. “A recurring low point,” said Mr. Hitzig, “is when we get a great mention, such as on ‘The Rachael Ray Show,’ and we got a lot of hits, but only one order. We still get hits from the Ray show, but they don’t convert.” So what’s the problem?</p></blockquote>
<p>That then ends with this plea:</p>
<blockquote><p>And please tell us what you think: What are the site’s best and worst features? What’s missing? What’s confusing? What would be the best way to market this site? But most important, please help us answer this question: Why aren’t more people buying the products online?</p></blockquote>
<p>What is wrong? In my opinion, everything except the technology. The marketing person in charge (and probably the web designer) should be fired. </p>
<p>Mr. Hitzig should look in the mirror as well.</p>
<p>These are the issues:</p>
<ol>
<li><strong>Product mix</strong>.  The Crazy Baker is not crazy enough. With a name like Crazy Baker, I am expecting wildly unique products. Instead Crazy Baker sells Brownies. Perhaps very good brownies, but brownies that look exactly like brownies that I can make myself. Yawn.</li>
<li><strong>Presentation</strong>. Once again with a name like &#8220;Crazy&#8221; Baker, I am not expecting a generic look. Why are you calling yourself &#8220;The Crazy Baker&#8221;?? The story should be on the front page. I am expecting something a little off the wall. Mr. Hitzig should look at <a href="http://woot.com/">woot</a>, <a href="http://www.traderjoes.com/">Trader Joes</a>,  <a href="http://www.zappos.com/">Zappos</a>, and <a href="http://www.blendtec.com/">BlendTec</a> (look at the <a href="http://www.willitblend.com/">&#8220;Will it blend?&#8221;</a> videos) for inspiration. Lose the boring typeface and get a little crazy.</li>
<li><strong>Don&#8217;t bury the reviews.</strong> Customer reviews should not be buried. Look at Zappos&#8217;s website and notice how reviews are promoted to the front page.</li>
<li><strong>Newsletter</strong>. The Crazy Baker asks for an email address to send a newsletter. However,
<ul>
<li>no offer attached to giving an email address &#8211; I suggest a 10% discount on the first order, free shipping, something.</li>
<li>How often is the newsletter being sent?</li>
<li>Are there any specials offered in the newsletter?</li>
<li>Is there any information in the newsletter? For example, baking tips or recipes? Something that would keep a person subscribed until they are ready to buy.</li>
</ul>
</li>
<li><strong>Use of Social Media</strong>
<ul>
<li><strong>Twitter</strong><a href="http://sworddance.com/blog/wp-content/uploads/2010/11/thecrazybaker-twitter.jpg"><img src="http://sworddance.com/blog/wp-content/uploads/2010/11/thecrazybaker-twitter-150x150.jpg" alt="" title="thecrazybaker-twitter" width="150" height="150" class="alignright size-thumbnail wp-image-759" /></a> The days of people using twitter to announce bowel movements are over. Business are expected to use twitter to announce special deals, offer timely information, or offers. The <a href="http://twitter.com/Thecrazybaker">CrazyBaker twitter</a> offers no real content or compelling reason to follow.</li>
<li><strong>Facebook</strong>.<a href="http://sworddance.com/blog/wp-content/uploads/2010/11/thecrazybaker-facebook.jpg"><img src="http://sworddance.com/blog/wp-content/uploads/2010/11/thecrazybaker-facebook-150x150.jpg" alt="" title="thecrazybaker-facebook" width="150" height="150" class="alignright size-thumbnail wp-image-760" /></a> <a href="http://www.facebook.com/TheCrazyBaker">The facebook page</a> is a little better because facebook is a chitchat forum. But it still feels light. There is no real compelling reason to buy anything. Nothing driving a purchase. Mr. Hitzig should consider offers to people who &#8220;like&#8221; the Crazy Baker&#8217;s facebook page.
</li>
</ul>
</li>
<li><strong>Videos</strong>. Mr. Hitzig should realize that he is not selling a visual product, he is selling an olfactory and gustatory product, he needs to convert this aspect of his product to a visual presentation. Specifically, he should create web videos that shows and describes how good the product tastes and smells.  These videos should be authentic (i.e. not staged):
<ul>
<li>how he makes his product,</li>
<li>showing random people appreciating and commenting.</li>
<li>video clips from TV mentions,</li>
<li>how to select quality ingredients (i.e. the ingredients that The Crazy Baker uses)</li>
</ul>
</li>
<li><strong>Reset expectations and ask for help.</strong> Research other food, non-competing companies selling through a web site. What conversion do they see? It could be that the conversion Mr. Hitzig is seeing is in fact quite good for his industry. He should network and ask for suggestions. Perhaps he could start with <a href="http://www.popchips.com/">popchips</a> </li>
<li><strong>No Call To Action</strong>. There should be a daily special with a &#8220;Buy now&#8221; button on the home page.</li>
<li><strong>A/B Testing!</strong> Just because you like the website doesn&#8217;t mean it is better. Try creating different websites (maybe only different in styling) and see which version results in better conversion.</li>
</ol>
<p>However, overall I feel the problem is not with the technology but rather the marketing.</p>
]]></content:encoded>
			<wfw:commentRss>http://sworddance.com/blog/2010/11/26/what-is-wrong-with-the-crazy-baker-website/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>User-Generated Content? Do not use BurstNET</title>
		<link>http://sworddance.com/blog/2010/07/20/user-generated-content-do-not-use-burstnet/#utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=user-generated-content-do-not-use-burstnet</link>
		<comments>http://sworddance.com/blog/2010/07/20/user-generated-content-do-not-use-burstnet/#comments</comments>
		<pubDate>Tue, 20 Jul 2010 23:54:04 +0000</pubDate>
		<dc:creator>patrick</dc:creator>
				<category><![CDATA[management]]></category>
		<category><![CDATA[starting a company]]></category>

		<guid isPermaLink="false">http://www.sworddance.com/blog/?p=649</guid>
		<description><![CDATA[A hosting provider, BurstNet, shut down a wordpress hosting service, Blogetery.com, last week. This is an example of egregious abuse of power by BurstNET against Blogetery.com. Blogetery.com hosts 70,000 wordpress blogs. Apparently, a few of those blogs had &#8220;an al-Qaeda &#8230; <a href="http://sworddance.com/blog/2010/07/20/user-generated-content-do-not-use-burstnet/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://bits.blogs.nytimes.com/2010/07/20/shutdown-of-blogging-site-sparks-dispute/">A hosting provider, BurstNet, shut down a wordpress hosting service, Blogetery.com, last week</a>.  </p>
<p><a href="http://www.readwriteweb.com/archives/burstnet_statement_links_blogetery_to_al-qaeda.php">This is an example of egregious abuse of power by BurstNET against Blogetery.com</a>. <a href="http://Blogetery.com/">Blogetery.com</a> hosts 70,000 wordpress blogs. Apparently, a few of those blogs had &#8220;an al-Qaeda hit list&#8221; and &#8220;bomb-making&#8221; instructions on them. So for the <em>possible</em> sins of a few, 69,999 innocent blogs are shutdown with no recourse. </p>
<p><a href="https://www.burst.net/news/blogetry.shtml">You can read BurstNet&#8217;s lame press release here</a>.</p>
<p>Any web service that allows user-generated content ( so pretty much any site that isn&#8217;t a static site) would be subject to a draconian response by BurstNET. What is especially egregious is that BurstNet is not letting Blogetery get access to any of Blogetery&#8217;s data!</p>
<p><a href="http://bits.blogs.nytimes.com/2010/07/20/shutdown-of-blogging-site-sparks-dispute/">Continuing, from the New York Times Bits blog,</a>:</p>
<blockquote><p>And Kurt Opsahl, a staff attorney for the Electronic Frontier Foundation, a digital rights group, said the “tragedy is that thousands of blogs will be taken offline for no good reason.”</p>
<p>Mr. Yusupov said he had backed up some of the blogging site’s data, but not all. And he said he was trying to negotiate with BurstNet to get the data so he could restart the blogging site with another hosting service. “This has been a big hassle for me,” he said.</p></blockquote>
<p><a href="http://bits.blogs.nytimes.com/2010/07/20/shutdown-of-blogging-site-sparks-dispute/">In the New York Times Bits blog,</a>:</p>
<blockquote><p>Mr. Marr of BurstNet said the Blogetery server did “not get a lot of use or traffic,” suggesting the number of active users of the free blogging site was probably a tiny fraction of the 73,000 Blogetery claimed.</p></blockquote>
<p>So basically, Blogetery is a small business and is therefore &#8220;not important&#8221;. Important news to any small business considering using BurstNet: </p>
<blockquote><p>BurstNET thinks small businesses are not important</p></blockquote>
<p>Stay away, stay away! You cannot run a business where at the arbitrary whim of the hosting provider you can be shutdown, especially if the hosting provider will not supply your data so you can go elsewhere!</p>
<p><a href="http://www.sworddance.com/blog/2009/08/17/dont-let-the-lawyers-run-the-business/">For similar reason, I stayed away from GoGrid (and now BurstNet).</a></p>
<p>Update ( 28 July 2010 ) :</p>
<p><a href="http://news.cnet.com/8301-31001_3-20011471-261.html">A last interesting point from CNET about how Burst.NET feels about their customers&#8217; data (aka don&#8217;t use Burst.Net for mission-critical purposes)</a>:</p>
<blockquote><p>Joe Marr, chief technology officer of Burst.net, stressed again that the reason for the service termination was that the materials the FBI <em>alleges</em> belonged to terrorists are a violation of Burst.net&#8217;s terms of service. He noted that typically, <strong>Burst.net does not return data to customers booted for TOS violations</strong>. </p></blockquote>
<p>Violations of the Burst.NET Terms of Service result is losing all your data! </p>
<p>Excuse me????<br />
<a href="http://rackspace.com/"><strong><em>Use Rackspace</em></strong></a></p>
]]></content:encoded>
			<wfw:commentRss>http://sworddance.com/blog/2010/07/20/user-generated-content-do-not-use-burstnet/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

