<?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:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>Always New Mistakes</title>
	
	<link>http://alwaysnewmistakes.wordpress.com</link>
	<description>"Fortitudine Vincimus" - Rants and thoughts of an optimist mind</description>
	<lastBuildDate>Mon, 20 Jul 2009 13:34:20 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain="alwaysnewmistakes.wordpress.com" port="80" path="/?rsscloud=notify" registerProcedure="" protocol="http-post" />
<image>
		<url>http://www.gravatar.com/blavatar/adeff71e9fe13ff061671feeaff3978a?s=96&amp;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>Always New Mistakes</title>
		<link>http://alwaysnewmistakes.wordpress.com</link>
	</image>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/AlwaysNewMistakes" type="application/rss+xml" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com" /><item>
		<title>Scalability issues for dummies</title>
		<link>http://feedproxy.google.com/~r/AlwaysNewMistakes/~3/Xi1fzgozCKo/</link>
		<comments>http://alwaysnewmistakes.wordpress.com/2009/07/20/scalability-issues-what-are-they-and-their-repercussions/#comments</comments>
		<pubDate>Mon, 20 Jul 2009 13:34:20 +0000</pubDate>
		<dc:creator>Alex Barrera</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Facebook]]></category>
		<category><![CDATA[inkzee]]></category>
		<category><![CDATA[problems]]></category>
		<category><![CDATA[repercussion]]></category>
		<category><![CDATA[scalability]]></category>
		<category><![CDATA[scaling]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://alwaysnewmistakes.wordpress.com/?p=141</guid>
		<description><![CDATA[Every once in a while I get people asking me what&#8217;s taking me so long to open my startup Inkzee to the public. They also ask me what exactly have I been doing as the web seems exactly the same. I normally answer that things aren&#8217;t easy, that it takes time, specially if you are [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=alwaysnewmistakes.wordpress.com&blog=2054828&post=141&subd=alwaysnewmistakes&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Every once in a while I get people asking me <strong>what&#8217;s taking me so long</strong> to open my startup <a href="http://www.inkzee.com">Inkzee</a> to the public. They also ask me<strong> what exactly have I been doing as the web seems exactly the same</strong>. I normally answer that things aren&#8217;t easy, that it takes time, specially if you are alone, like I am. After a while I end up explaining my problems with scalability and that&#8217;s the point where people just can&#8217;t follow you. I&#8217;m going to explain here <strong>what are scalability problems and how deep the repercussions are for a small company</strong>.</p>
<p>Most web applications, like <a href="http://www.inkzee.com">Inkzee</a>, <a href="http://www.facebook.com">Facebook</a>, <a href="http://www.twitter.com/abarrera">Twitter</a>, &#8230; are made of 2 parts. What we, the tech nerds, call frontend and backend. The <strong>frontend is the part of the application that&#8217;s exposed to the users</strong>, that is, the user interface (UI), the emails, the information that is shown. All that UI is a mix of different programming codes, let it be PHP, javascript, html, etc. The frontend is in charge of drawing the UI on the user&#8217;s screen and to display all the information the user is expecting from the application. But this information has to come from somewhere, well, that&#8217;s the backend.</p>
<p><img class="aligncenter size-medium wp-image-147" title="concentro-rackable-data-center" src="http://alwaysnewmistakes.files.wordpress.com/2009/07/concentro-rackable-data-center.jpg?w=300&#038;h=180" alt="concentro-rackable-data-center" width="300" height="180" /></p>
<p><strong>The backend are all the programs and software applications that run behind the scenes and that are in charge of generating, maintaining and delivering the information the frontend displays to the user</strong>. The backend can be very homogeneous or very heterogeneous, but it&#8217;s normally comprised of 2 parts, the database (where the information and data is stored) and the software that deals with that database, does the data crunching and connects this to the frontend.</p>
<p>Now, some web applications have a barebone backend, very simple and light weighted. Normally some software that gets what the user inputs on the interface and stores it in the database and viceversa, retrieves it from database and shows it to the user. Other web applications have an <strong>extremely complex backend</strong> (i.e Twitter, Facebook, &#8230;). These not only manage the data retrieval, but have to do really <strong>complex operations</strong> with the data. Not only complex, but very <strong>expensive operations in terms of computational power</strong>. For example, each time a user uploads a picture to Facebook follows this path:</p>
<ul>
<li>The picture is stored in a specific hard drive. The backend has to determine which hard drive corresponds to that user (yes, there are multiple hard drives and each one is assigned to a bunch of users so the load is distributed).</li>
<li>Once stored, the picture is sent to a processing queue where it will be turned into a thumbnail by an image processing software. This process is expensive as it has to analyze the picture and reduce it to a smaller representation if the image but still maintaining part of its quality.</li>
<li>After processing it, the backend stores the newly created thumbnail in the database and stores, both the picture and the thumbnail in an intermediate &#8220;database&#8221; in memory for faster access (cache). This is because it&#8217;s faster to retrieve data from memory than from a hard drive.</li>
</ul>
<p>This is an approximation of what a picture does when you upload it to a social network. I&#8217;m pretty sure it goes through a lot more processes though. So, supposing 1% of a social network&#8217;s users are uploading pics at any single moment, imagine uploading ~20 photos per user, 2.5 million users at the same time (Facebook has around 250 million users currently). Trust me when I tell you,<strong> that&#8217;s a lot of data crunching</strong>.</p>
<p><strong>The problem</strong></p>
<p>The <strong>best user interfaces</strong> (frontend) are designed so that <strong>all that complexity that goes behind the scenes is never showed to the end user</strong>. The problem is that <strong>the frontend depends gravely on the backend</strong>. If the backend is slow, the frontend won&#8217;t be able to have the info the user is requesting or expecting and it will seem SLOW to the end user. Not only slow, but in many cases inefficient or just not available to use at all (meet the <a href="http://failwhale.com/">Twitter Fail whale</a> <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> ).</p>
<p><img class="aligncenter size-medium wp-image-144" title="whale" src="http://alwaysnewmistakes.files.wordpress.com/2009/07/whale.png?w=300&#038;h=225" alt="whale" width="300" height="225" /></p>
<p>So, now, what will cause the backend to be slow? Ohhhhhh don&#8217;t get me started!! There are<strong> so many reasons why the backend might be slow or broken</strong>! But, most of them are triggered by growth. That is, <strong>as the web application is being used by more and more users, the backend will start to fall apart</strong>. That&#8217;s what, in the tech world is <strong>known as scalability problems</strong>. That is, the backend can&#8217;t scale at the same speed the users pour into the application. The problem is that it&#8217;s not only a problem of more users, but having users that interact more heavily with the site. For example you might have 100,000 active users but never had experience big scalability problems. Suddenly you release a feature that allows your users to share pictures more easily&#8230; BAM!! Your backend goes down in 10 minutes. Why!! Why?!! you might scream while you watch your servers go down in flames. After all you have the same amount of users, so what happened? Well, most probably your backend system that handles picture sharing was designed and tested only with few users. Now it chokes with the big deal.</p>
<p><img class="aligncenter size-medium wp-image-149" title="scal_image06" src="http://alwaysnewmistakes.files.wordpress.com/2009/07/scal_image06.jpg?w=351&#038;h=214" alt="scal_image06" width="351" height="214" /></p>
<p><strong>The REAL problem</strong></p>
<p>Once you have scalability problems, the next logical step is to find where the bottleneck is and why is it happening. This, which might seem very easy, isn&#8217;t at all. It&#8217;s like looking for a needle in a haystack. Big backends are normally <img class="alignleft size-medium wp-image-145" style="margin:5px 10px;" title="scream" src="http://alwaysnewmistakes.files.wordpress.com/2009/07/scream.jpg?w=176&#038;h=157" alt="scream" width="176" height="157" />VERY complex with many parts coded in different programming languages by different persons. Not only that, but sometimes problems arise in different parts of the backend. So after a couple of really stressful hours you find the bottlenecks and think of a solution to fix them. Ahh my friend, then you realize it&#8217;s not as easy to fix as you thought. First of all, you have<strong> no clue if the fixes your team has come up with are good enough</strong>. Why? Because you&#8217;re <strong>stepping into unexplored territory</strong>. Few persons have had to tackle a similar problem and even less people have dealt with your data and systems. So even if you find someone else with the same problem, the solution might be slightly different depending on what systems you use for your backend or which architecture you have. This is the point where you realize that<strong> developers aren&#8217;t engineers, but craftsmen</strong> and that<strong> fixing these problems isn&#8217;t exactly a science but black voodoo magic</strong>.</p>
<p>So, here you are, with a bunch of possible fixes to a problem but with no clue if they will really work or it will just be a patch that will need extra fixes in 2 weeks. Normally you try to benchmark the solutions, but that&#8217;s not an easy task, specially because you have no real load to test it against except in your production servers and <strong>no, you don&#8217;t want to fuck the productions servers more than they are</strong>.</p>
<p>Finally, after some black magic and some simple testes you cross your fingers and try the fix on the production servers. After several hours of monitoring the backend for new &#8220;leaks&#8221;, you scream of happiness as the patch seems to work. Then you<strong> start to realize that the patch won&#8217;t hold on forever and that you need some extreme solution</strong> to the problem.</p>
<p>You sit down with your tech team (our on your own as it&#8217;s my case <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' />  ) and you start drafting a new solution. Suddenly you realize that the best fix implies changing the way your backend works. And by change I mean,<strong> you need to redevelop a big chunk of your backend to fix the problem</strong>. This implies a couple of things, you&#8217;ll need to invest a lot of time and resources, you&#8217;ll loose the stability your backend had (prior to the incident), you&#8217;ll walk into a new unexplored territory for your team and worst of all, you can&#8217;t just unplug your production servers and change the backend, you need to do it so both backends coexist for a while until you switch all of your servers from using the old one to the new one.</p>
<p>Now, <strong>the REAL problem is that this change, this new redesign grinds the whole company to a halt.</strong> All <img class="alignright size-medium wp-image-146" style="margin:5px 10px;" title="msntv-tech-team" src="http://alwaysnewmistakes.files.wordpress.com/2009/07/msntv-tech-team.jpg?w=161&#038;h=105" alt="msntv-tech-team" width="161" height="105" />resources, let it be people or money are invested in redesigning efforts so nothing new can be done. Most outsiders just don&#8217;t understand the depth of this change and will bash the company for not doing new things, for not releasing new features, for not fixing old bugs, etc. Not only that, investors will start to get anxious and will demand things to start moving. So, the outside world only sees that you&#8217;ve stalled, while the inside teams are suffering the pressure. Not only that, developers inside the company will get extremely frustrated by the pace of things. They won&#8217;t be able to add new features and even when fixing bugs they&#8217;ll need to fix them twice, one in the old backend, one in the new backend.</p>
<p>So, in the end, you realize the shit hit the fan and you got all of it. It&#8217;s hard, very hard to be there. If you haven&#8217;t experienced it you have no idea how hard it is. Not only as a developer but as a founder, CEO, or executive position you&#8217;ll feel the pain. You<strong> won&#8217;t be able to publicize your site</strong> cause more stress might accelerate the old backend problems, you <strong>can&#8217;t give users new features</strong> because you have no resources, you will try to explain the problem to investors but t<strong>hey won&#8217;t understand a clue</strong> of what you&#8217;re talking about&#8230; &#8220;backend what?&#8221;. <strong>Current customers will be pissed</strong> at you because the site is running slow and you are doing nothing to fix it. So, in the end, everything freezes until the new backend is in place.</p>
<p><strong>How long does this takes? Depends</strong>. Depends on the size of the redesign, the size of the tech team, the skills of the team and <strong>specially, the skills of the management</strong>. During this phase, <strong>management must execute impeccably</strong>. Sadly, this is not the case in most places and so priorities are changed, mistakes are made and the redesign gets delayed over and over again.</p>
<p><strong>It takes a very good leadership to make it through this period</strong>. Someone that knows where their priorities lie and that is able to foresee the future and the importance of the task ahead. Needless to say that such figure is lacking in most companies. That&#8217;s the reason it took so long for Twitter to pull their act together, to speed up Facebook, etc.</p>
<p>I am there, I am suffering the redesign phase (twice now). It&#8217;s hard, it&#8217;s lonely, it&#8217;s discouraging and frustrating, but it needs to be done. I just wrote this post so that<strong> outsiders can get a glimpse of what is it to be there and how it affects the whole company</strong>, not just the tech department. <strong>Scalability problems aren&#8217;t something you can discard as being ONLY technical, it&#8217;s roots might be technical but its effects will shake the whole company.</strong></p>
<p>Let there be light <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
Posted in Business, Technology Tagged: Facebook, inkzee, problems, repercussion, scalability, scaling, twitter <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/alwaysnewmistakes.wordpress.com/141/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/alwaysnewmistakes.wordpress.com/141/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/alwaysnewmistakes.wordpress.com/141/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/alwaysnewmistakes.wordpress.com/141/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/alwaysnewmistakes.wordpress.com/141/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/alwaysnewmistakes.wordpress.com/141/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/alwaysnewmistakes.wordpress.com/141/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/alwaysnewmistakes.wordpress.com/141/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/alwaysnewmistakes.wordpress.com/141/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/alwaysnewmistakes.wordpress.com/141/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=alwaysnewmistakes.wordpress.com&blog=2054828&post=141&subd=alwaysnewmistakes&ref=&feed=1" /></div><img src="http://feeds.feedburner.com/~r/AlwaysNewMistakes/~4/Xi1fzgozCKo" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://alwaysnewmistakes.wordpress.com/2009/07/20/scalability-issues-what-are-they-and-their-repercussions/feed/</wfw:commentRss>
		<slash:comments>36</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/3a239491dffb449683a07f4b1047c421?s=96&amp;d=identicon&amp;r=G" medium="image">
			<media:title type="html">alexbarrera</media:title>
		</media:content>

		<media:content url="http://alwaysnewmistakes.files.wordpress.com/2009/07/concentro-rackable-data-center.jpg?w=300" medium="image">
			<media:title type="html">concentro-rackable-data-center</media:title>
		</media:content>

		<media:content url="http://alwaysnewmistakes.files.wordpress.com/2009/07/whale.png?w=300" medium="image">
			<media:title type="html">whale</media:title>
		</media:content>

		<media:content url="http://alwaysnewmistakes.files.wordpress.com/2009/07/scal_image06.jpg?w=300" medium="image">
			<media:title type="html">scal_image06</media:title>
		</media:content>

		<media:content url="http://alwaysnewmistakes.files.wordpress.com/2009/07/scream.jpg?w=300" medium="image">
			<media:title type="html">scream</media:title>
		</media:content>

		<media:content url="http://alwaysnewmistakes.files.wordpress.com/2009/07/msntv-tech-team.jpg?w=300" medium="image">
			<media:title type="html">msntv-tech-team</media:title>
		</media:content>
	<feedburner:origLink>http://alwaysnewmistakes.wordpress.com/2009/07/20/scalability-issues-what-are-they-and-their-repercussions/</feedburner:origLink></item>
		<item>
		<title>Anchoring an idea or product</title>
		<link>http://feedproxy.google.com/~r/AlwaysNewMistakes/~3/w3q5ycc23QQ/</link>
		<comments>http://alwaysnewmistakes.wordpress.com/2009/07/13/anchoring-an-idea-or-product/#comments</comments>
		<pubDate>Mon, 13 Jul 2009 17:00:09 +0000</pubDate>
		<dc:creator>Alex Barrera</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[brain]]></category>
		<category><![CDATA[Chasm]]></category>
		<category><![CDATA[Irrational]]></category>
		<category><![CDATA[marketing]]></category>
		<category><![CDATA[Sales]]></category>

		<guid isPermaLink="false">http://alwaysnewmistakes.wordpress.com/?p=129</guid>
		<description><![CDATA[I&#8217;m currently reading Crossing the Chasm (Geoffrey A. Moore). A friend recommended it to me when I told him I was struggling with  the idea of selling services from my startup, Inkzee, to the enterprise. It&#8217;s an old book, (1991, revisited in 1999, old in terms of  the tech scene), but the ideas [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=alwaysnewmistakes.wordpress.com&blog=2054828&post=129&subd=alwaysnewmistakes&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>I&#8217;m currently reading<strong> <a href="http://www.amazon.com/Crossing-Chasm-Marketing-High-Tech-Mainstream/dp/0066620023">Crossing the Chasm</a></strong> (<a href="http://en.wikipedia.org/wiki/Geoffrey_Moore">Geoffrey A. Moore</a>). A friend recommended it to me when I told him I was struggling with  the idea of <strong>selling services from my startup</strong>, <a href="http://www.inkzee.com">Inkzee</a>, to the enterprise. It&#8217;s an old book, (1991, revisited in 1999, old in terms of  the tech scene), but the <strong>ideas and tips are surprisingly valid nowadays</strong>.</p>
<p><img class="alignright size-thumbnail wp-image-135" style="margin:5px 10px;" title="crossing_the_chasm" src="http://alwaysnewmistakes.files.wordpress.com/2009/07/crossing_the_chasm.jpg?w=53&#038;h=79" alt="crossing_the_chasm" width="53" height="79" />One of the<strong> key ideas</strong> for a successful &#8220;<em>chasm crossing</em>&#8220;, or selling an idea to the mainstream markets is to<strong> create </strong><strong>a </strong><strong>reference market to which your product/service can be compared</strong> on the heads of your clients. This principle is fairly easy to follow, but quite complex in nature. It taps into the way our brain works and it&#8217;s not the first time I&#8217;ve stepped onto it. Some months ago I finished reading another book, <a href="http://www.predictablyirrational.com/"><strong>Predictably Irrational</strong></a> by <a href="http://web.mit.edu/ariely/www/MIT/">Dan Ariely</a>. It&#8217;s not an awesome book, but holds some very interesting insights into how humans react to different situations. One of the examples was about <strong>getting the correct pricing</strong>, or what the author calls the <strong>anchor price</strong>.</p>
<p><img class="aligncenter size-medium wp-image-137" title="m_chasm_sf" src="http://alwaysnewmistakes.files.wordpress.com/2009/07/m_chasm_sf.jpg?w=201&#038;h=250" alt="m_chasm_sf" width="201" height="250" /></p>
<p><strong>Both ideas are rooted on the same principle</strong>. On the first case, the author suggests that when selling something innovative, that has no competition, the way to go is to create that competition. How do you create that competition? Easy, you introduce 2 new concepts, <strong>the alternative market </strong>and<strong> the alternative product</strong>. You need to position your product close to a  well know market by the customer. For example, if you&#8217;re selling an online word editor, you could make yourself close to the market of desktop word processors, aka Microsoft Word, that will be your alternative market. It&#8217;s a market known by the customer, where they buy from and most importantly, they have an allocated budget to buy from it. By positioning next to that market, the client can make comparisons between your product and what they&#8217;re already using. In other words, you create an anchor they can use to compare you against. <strong>You set yourself into a preexisting category in the customers head</strong>. The problem is that <strong>you need to differentiate your product</strong> from that preexisting market. The way to do this is by<strong> referencing your alternative product</strong>, that is, a product or service that is similar to yours, and is market leader but in a different market niche. In this example, you could name something like <a href="http://www.salesforce.com/">Salesforce.com</a>. So you end up with a punch line like, &#8220;our online word processor is like the salesforce word processor&#8221;. So, in conclusion, <strong>the idea is to create an anchor point and a differentiating value proposition</strong>.</p>
<p>Now, in Predictably Irrational they idea was very similar. <strong>Instead of focusing on a product sales proposition, t</strong><img class="alignleft size-full wp-image-138" style="margin:5px 10px;" title="predictably-irrational" src="http://alwaysnewmistakes.files.wordpress.com/2009/07/predictably-irrational.jpg?w=56&#038;h=85" alt="predictably-irrational" width="56" height="85" /><strong>he domain was the pricing of a product</strong>. The example the author gave was the pricing of a subscription. An offer goes as follows, an annual subscription to The Economist (online access) costs $59. An annual subscription to The Economist (print) costs $125.  Finally, an annual subscription (print and online access) costs $125. Which one would you choose? Chances are that the last one. Why is it like that? Truth is, that humans can&#8217;t value things without any reference. We always draw conclusions from comparisons. <strong>Our mind work</strong><strong>s under a cause/effect paradigm</strong>, that is, if the paper edition (lets symbolize the concept paper edition with the A symbol) costs $125 (B is the price), and online + paper (C) costs $125 (B as it&#8217;s the same price symbol as before) and online + paper (C) is better than only paper (A) then (here comes the effect) option C (paper + internet edition for $125) is the best one.</p>
<ol>
<li>A -&gt; B</li>
<li>C -&gt; B</li>
<li>C &gt; A</li>
</ol>
<p>As we see from the simple logic equations from above, without [3] we can&#8217;t choose between the first 2 options.<strong> We need something to compare against</strong>. In the prices example, we are creating an anchor price, $125, something we know the value of,  the printed edition of a magazine (our alternative market). We then offer a new product, innovative, something we aren&#8217;t familiar with, the online access to a publication. By virtue of putting it next to the magazine realm (in this case by virtue of the same price) we create a connection between both propositions. The problem is that we need a 3rd cornerstone to allow humans to see the difference, to be able to choose. In this example we are using a quantitative approach to choose, 2 things are better than 1, specially if that 1 thing is part of the other offer.</p>
<p><img class="aligncenter size-medium wp-image-139" title="Irrational" src="http://alwaysnewmistakes.files.wordpress.com/2009/07/irrational.jpg?w=221&#038;h=163" alt="Irrational" width="221" height="163" /></p>
<p>In the product example we use the product alternative to create a point  of reference to which we compare the product to. In the former case the equation [3] isn&#8217;t as clear and powerful as in the subscription example, but plays the same role, a way to quantify and compare your product. For example, Microsoft Word (A) is part of the desktop publishing tools market (B), our product (C) is on a similar market (B). Salesforce.com (C&#8217;) is doing great and it&#8217;s similar than our product but in a different market niche (D). There fore, our product must be as good as Salesforce but in the market of desktop publishing.</p>
<ol>
<li>A -&gt; B</li>
<li>C -&gt; B</li>
<li>C&#8217; ~= C (similar products)</li>
<li>C&#8217; best in D</li>
<li>C &gt; A</li>
</ol>
<p>As you see, <strong>the train of thought is slightly more complex</strong>, but ends up with a similar conclusion. Granted that it&#8217;s not as straightforward as the pricing example and you need to probe both [3] and [4] to get the client to buy into your proposition, but it&#8217;s <strong>much easier to do that, than to try and sell it blindly</strong>.</p>
<p>Ahh, <strong>the beauties of neuromarketing</strong> <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
Posted in Business Tagged: brain, Chasm, Irrational, marketing, Sales <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/alwaysnewmistakes.wordpress.com/129/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/alwaysnewmistakes.wordpress.com/129/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/alwaysnewmistakes.wordpress.com/129/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/alwaysnewmistakes.wordpress.com/129/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/alwaysnewmistakes.wordpress.com/129/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/alwaysnewmistakes.wordpress.com/129/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/alwaysnewmistakes.wordpress.com/129/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/alwaysnewmistakes.wordpress.com/129/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/alwaysnewmistakes.wordpress.com/129/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/alwaysnewmistakes.wordpress.com/129/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=alwaysnewmistakes.wordpress.com&blog=2054828&post=129&subd=alwaysnewmistakes&ref=&feed=1" /></div><img src="http://feeds.feedburner.com/~r/AlwaysNewMistakes/~4/w3q5ycc23QQ" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://alwaysnewmistakes.wordpress.com/2009/07/13/anchoring-an-idea-or-product/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/3a239491dffb449683a07f4b1047c421?s=96&amp;d=identicon&amp;r=G" medium="image">
			<media:title type="html">alexbarrera</media:title>
		</media:content>

		<media:content url="http://alwaysnewmistakes.files.wordpress.com/2009/07/crossing_the_chasm.jpg?w=99" medium="image">
			<media:title type="html">crossing_the_chasm</media:title>
		</media:content>

		<media:content url="http://alwaysnewmistakes.files.wordpress.com/2009/07/m_chasm_sf.jpg?w=241" medium="image">
			<media:title type="html">m_chasm_sf</media:title>
		</media:content>

		<media:content url="http://alwaysnewmistakes.files.wordpress.com/2009/07/predictably-irrational.jpg" medium="image">
			<media:title type="html">predictably-irrational</media:title>
		</media:content>

		<media:content url="http://alwaysnewmistakes.files.wordpress.com/2009/07/irrational.jpg?w=300" medium="image">
			<media:title type="html">Irrational</media:title>
		</media:content>
	<feedburner:origLink>http://alwaysnewmistakes.wordpress.com/2009/07/13/anchoring-an-idea-or-product/</feedburner:origLink></item>
		<item>
		<title>Is the cloud the beginning of Skynet?</title>
		<link>http://feedproxy.google.com/~r/AlwaysNewMistakes/~3/nycXUWDeHG8/</link>
		<comments>http://alwaysnewmistakes.wordpress.com/2009/07/06/is-the-cloud-the-beginning-of-skynet/#comments</comments>
		<pubDate>Mon, 06 Jul 2009 17:54:29 +0000</pubDate>
		<dc:creator>Alex Barrera</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[AI]]></category>
		<category><![CDATA[Amazon]]></category>
		<category><![CDATA[AWS]]></category>
		<category><![CDATA[Cloud]]></category>
		<category><![CDATA[Cloud Computing]]></category>
		<category><![CDATA[Skynet]]></category>
		<category><![CDATA[Terminator]]></category>

		<guid isPermaLink="false">http://alwaysnewmistakes.wordpress.com/?p=121</guid>
		<description><![CDATA[I recently went to see the latest Terminator movie, Terminator Salvation. I have to say that I&#8217;ve always been a great fan of this movie, even though I don&#8217;t really believe in such a catastrophic future. Nevertheless, after watching the movie, which was pretty decent by the way (a little soft at the end though), [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=alwaysnewmistakes.wordpress.com&blog=2054828&post=121&subd=alwaysnewmistakes&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>I recently went to see the latest Terminator movie, <a href="http://www.imdb.com/title/tt0438488/">Terminator Salvation</a>. I have to say that I&#8217;ve always been a great fan of this movie, even though I don&#8217;t really believe in such a catastrophic future. Nevertheless, after watching the movie, which was pretty decent by the way (a little soft at the end though), I start thinking about how smart <a href="http://en.wikipedia.org/wiki/Skynet_(Terminator)">Skynet</a> is depicted in any of the Terminator movies. I though, hey, <strong>if you could just nuke the datacenter where Skynet is</strong>, you would eliminate it. But then I started thinking about cloud computing.</p>
<p><img class="aligncenter size-medium wp-image-122" title="terminator" src="http://alwaysnewmistakes.files.wordpress.com/2009/07/terminator.jpg?w=300&#038;h=239" alt="terminator" width="300" height="239" /></p>
<p><strong>For those unfamiliar with <a href="http://en.wikipedia.org/wiki/Cloud_computing">cloud computing</a> (those familiar can skip this paragraph)</strong>, it&#8217;s basically <strong>a new way of using computational resources</strong> (I&#8217;m oversimplifying the idea here though). Instead of buying or renting servers to deploy any web application, <strong>you rent computational power from a provider and pay by the hour</strong>. In a simple way, companies with spare computational capacity on their own servers, will rent you that time for you to use. There is no need to buy expensive hardware or maintain it. Instead you use the <a href="http://aws.amazon.com/ec2/">computational units</a> the time you need them and as many as you need. That way you can<strong> take care of temporal spikes of usage </strong>in your applications by means of using more computational units and switching them off after the spike. The cool thing about it is that you <strong>don&#8217;t need to care about the underlying hardware </strong>you are using, nor the replication of your data. That is, the cloud system will maintain several copies of your data transparently so that if you loose data, you&#8217;ll still be able to recover it.</p>
<p><img class="aligncenter size-medium wp-image-123" title="Cloud_Computing" src="http://alwaysnewmistakes.files.wordpress.com/2009/07/cloud_computing.jpg?w=300&#038;h=200" alt="Cloud_Computing" width="300" height="200" /></p>
<p>So, back to Skynet. <strong>Most cloud computing systems are built so that they are extremely reliable</strong>, that is, if any of the servers that are used fails, the system will switch to a new server transparently. The end user won&#8217;t even notice the underlying hardware had a problem. The same happens for the data too. Those advances are part of a field known as high reliability and, although it&#8217;s not perfect, they are getting there.<strong> In a close future, few web applications will experience downtime</strong> because of faulty hardware or problems in the datacenter (like the <a href="http://www.datacenterknowledge.com/archives/2009/06/11/lightning-strike-triggers-amazon-ec2-outage/">recent lightning that struck an Amazon datacenter</a>). That means that servers will be so extended that even if you nuked one of the cloud provider&#8217;s datacenter, systems won&#8217;t go down. Most probably a bunch of other datacenter all over the world will take over and you, as a user, wont notice anything.</p>
<p>Now, if you think about Skynet and strip out the AI, <strong>the backbone of it is just what cloud computing is trying to achieve right now</strong>. How many years more will we need to build a system that has not a single point of failure? Scary thoughts&#8230;</p>
Posted in Technology Tagged: AI, Amazon, AWS, Cloud, Cloud Computing, Skynet, Terminator <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/alwaysnewmistakes.wordpress.com/121/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/alwaysnewmistakes.wordpress.com/121/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/alwaysnewmistakes.wordpress.com/121/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/alwaysnewmistakes.wordpress.com/121/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/alwaysnewmistakes.wordpress.com/121/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/alwaysnewmistakes.wordpress.com/121/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/alwaysnewmistakes.wordpress.com/121/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/alwaysnewmistakes.wordpress.com/121/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/alwaysnewmistakes.wordpress.com/121/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/alwaysnewmistakes.wordpress.com/121/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=alwaysnewmistakes.wordpress.com&blog=2054828&post=121&subd=alwaysnewmistakes&ref=&feed=1" /></div><img src="http://feeds.feedburner.com/~r/AlwaysNewMistakes/~4/nycXUWDeHG8" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://alwaysnewmistakes.wordpress.com/2009/07/06/is-the-cloud-the-beginning-of-skynet/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/3a239491dffb449683a07f4b1047c421?s=96&amp;d=identicon&amp;r=G" medium="image">
			<media:title type="html">alexbarrera</media:title>
		</media:content>

		<media:content url="http://alwaysnewmistakes.files.wordpress.com/2009/07/terminator.jpg?w=300" medium="image">
			<media:title type="html">terminator</media:title>
		</media:content>

		<media:content url="http://alwaysnewmistakes.files.wordpress.com/2009/07/cloud_computing.jpg?w=300" medium="image">
			<media:title type="html">Cloud_Computing</media:title>
		</media:content>
	<feedburner:origLink>http://alwaysnewmistakes.wordpress.com/2009/07/06/is-the-cloud-the-beginning-of-skynet/</feedburner:origLink></item>
		<item>
		<title>LeWeb and Paris</title>
		<link>http://feedproxy.google.com/~r/AlwaysNewMistakes/~3/WR3s0PXJLgQ/</link>
		<comments>http://alwaysnewmistakes.wordpress.com/2008/12/19/leweb-and-paris/#comments</comments>
		<pubDate>Fri, 19 Dec 2008 12:24:09 +0000</pubDate>
		<dc:creator>Alex Barrera</dc:creator>
				<category><![CDATA[entrepreneur]]></category>
		<category><![CDATA[Conference]]></category>
		<category><![CDATA[LeWeb]]></category>
		<category><![CDATA[Loic]]></category>
		<category><![CDATA[Paris]]></category>
		<category><![CDATA[Seesmic]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Ustream]]></category>

		<guid isPermaLink="false">http://alwaysnewmistakes.wordpress.com/?p=110</guid>
		<description><![CDATA[Last week I had the change to attend, for the first time, to LeWeb conference in Paris. LeWeb, organized by French entrepreneur Loïc Le Meur and his wife Geraldine, has become one of the most important Web conferences in Europe in past years.
This is the second time I attend a European conference, being FOWA @ [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=alwaysnewmistakes.wordpress.com&blog=2054828&post=110&subd=alwaysnewmistakes&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Last week I had the change to attend, for the first time, to <strong><a href="http://www.lewebparis.com/">LeWeb conference</a></strong> in Paris. LeWeb, organized by French entrepreneur<a href="http://loiclemeur.com/"><strong> Loïc Le Meur</strong></a> and his wife Geraldine, has become <strong>one of the most important Web conferences in Europe</strong> in past years.</p>
<p>This is the second time I attend a European conference, being <a href="http://events.carsonified.com/fowa"><strong>FOWA @ London</strong></a>, the previous one and I have to confess that the feeling was different this time. <strong>When I went to FOWA I was impressed</strong>. There were some amazing keynotes and I got to know plenty of people. It really gave me a taste of what was out there in terms of tech startups. It actually put my feet on the ground and reset many of my expectations with my own tech startup.</p>
<p><strong>LeWeb was quite different</strong>, the keynotes where stellar, even more that the ones at FOWA, nevertheless, my experience was distinct. A year has passed, I&#8217;ve met plenty of new friends, most of them working in tech startups and my own perception of the tech startup world is much more advanced now that my company is starting to operate with beta users. As a side note, it&#8217;s also true that once you are in this particular industry, <strong>you start to demystify many of the key players an so, talks that a while back seemed amazing to me, no longer have that effect</strong>.</p>
<p>So, this time, it wasn&#8217;t about getting a grasp of the market, but <strong>it was more about getting in contact with possible clients and partners</strong>. To that extend<strong> I succeeded in meeting very interesting persons and had an amazing time hanging with many European startups.</strong></p>
<p><img class="aligncenter size-medium wp-image-113" title="leweb081" src="http://alwaysnewmistakes.files.wordpress.com/2008/12/leweb081.jpg?w=300&#038;h=200" alt="leweb081" width="300" height="200" /></p>
<p>The keynotes were different from the ones at FOWA. The ones at FOWA had, in general, a high degree of technical content. <strong>The ones at LeWeb where much more business oriented and some of them where very inspiring</strong>. All in all, I think <strong>I like the LeWeb formula the most</strong>. Being a tech geek as I am, there is a problem with tech keynotes. Working all day as a developer, you really don&#8217;t want to listen to more developers talking about the same stuff you do at work. On the other side, some of them that might seem like amazing talks, become CEOs and CTOs PR talks. I don&#8217;t really get it,<strong> if you are doing a tech talk, give it, but don&#8217;t put a cool title for your keynote and then talk about what your company does and how well are you growing</strong>.</p>
<p>In contrast, <strong>LeWeb had very refreshing talks that touched very dear subjects to me</strong>, inspiration, neuroscience and music. Funny enough the keynotes I liked the most were the ones that had nothing to do with technology or big tech companies. The<strong> most amazing presentations</strong>, in my humble opinion, were these ones (in no particular order):</p>
<ul>
<li><strong>David Weinberger</strong></li>
<li><strong>Itay Talgam, Conductor</strong></li>
<li><strong>Linda Avey, Co-Founder, 23AndMe, Inc.</strong></li>
<li><strong>Helen Fisher, Visiting Research Professor, Rutgers University</strong></li>
<li><strong>Paulo Coelho, Author</strong></li>
<li><strong>Introduction with Morten Lund &#8211; Chief Ideologist, Lund XY Global Ventures</strong></li>
<li><strong>Robin Good, New Media Innovator, Explorer, Independent Publisher, Master New Media</strong></li>
<li><strong>Chris Anderson &#8211; Curator, TED</strong></li>
<li><strong>Joichi Ito, CEO, Creative Commons</strong></li>
</ul>
<p>I <strong>specially loved Chris Anderson&#8217;s talk</strong> which nearly got me crying. I also had the<strong> joy of talking with him</strong> for a few seconds after his talk (thank you <a href="http://luisrull.es/">Luis Rull</a> for pushing me to approach him) and managed to give him my business card, which, of course, he won&#8217;t read. But anyway, it made me immensely happy to talk with him as it&#8217;s one of the persons I have a deep respect for. <strong>You can find most of the keynotes in <a href="http://www.ustream.tv/leweb">ustream</a></strong>, so check some of them out, they are worth it.</p>
<p>Finally and as a side note, I had the impression <strong>the organization was, ironicaly, quite disorganized</strong>, which lead to a chain of problems which <a href="http://www.guardian.co.uk/technology/2008/dec/10/startups-internet">bugged everyone</a> during the conference. You could reduce them to <strong>cold, lack of food and lack of Wifi</strong>. Three things which are indispensable in any conference and all of them failed the first day. I hope next year the organization pulls their act together and get those issues fixed as the rest of the conference was a blast.</p>
<p>I&#8217;ll be going to the <strong><a href="http://www.liftconference.com">Lift Conference</a> in February 2009</strong> with my friends from <a href="http://www.sandbox-network.com/about-us/nico-luchsinger/">Sandbox Network</a>, so if you plan to attend don&#8217;t hesitate on dropping me an email.</p>
Posted in entrepreneur Tagged: Conference, LeWeb, Loic, Paris, Seesmic, Technology, Ustream <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/alwaysnewmistakes.wordpress.com/110/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/alwaysnewmistakes.wordpress.com/110/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/alwaysnewmistakes.wordpress.com/110/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/alwaysnewmistakes.wordpress.com/110/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/alwaysnewmistakes.wordpress.com/110/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/alwaysnewmistakes.wordpress.com/110/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/alwaysnewmistakes.wordpress.com/110/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/alwaysnewmistakes.wordpress.com/110/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/alwaysnewmistakes.wordpress.com/110/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/alwaysnewmistakes.wordpress.com/110/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=alwaysnewmistakes.wordpress.com&blog=2054828&post=110&subd=alwaysnewmistakes&ref=&feed=1" /></div><img src="http://feeds.feedburner.com/~r/AlwaysNewMistakes/~4/WR3s0PXJLgQ" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://alwaysnewmistakes.wordpress.com/2008/12/19/leweb-and-paris/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/3a239491dffb449683a07f4b1047c421?s=96&amp;d=identicon&amp;r=G" medium="image">
			<media:title type="html">alexbarrera</media:title>
		</media:content>

		<media:content url="http://alwaysnewmistakes.files.wordpress.com/2008/12/leweb081.jpg?w=300" medium="image">
			<media:title type="html">leweb081</media:title>
		</media:content>
	<feedburner:origLink>http://alwaysnewmistakes.wordpress.com/2008/12/19/leweb-and-paris/</feedburner:origLink></item>
		<item>
		<title>The curse of the short term vision</title>
		<link>http://feedproxy.google.com/~r/AlwaysNewMistakes/~3/JhchtcxnUv4/</link>
		<comments>http://alwaysnewmistakes.wordpress.com/2008/11/17/the-curse-of-the-short-term-vision/#comments</comments>
		<pubDate>Mon, 17 Nov 2008 19:40:39 +0000</pubDate>
		<dc:creator>Alex Barrera</dc:creator>
				<category><![CDATA[entrepreneur]]></category>
		<category><![CDATA[decision]]></category>
		<category><![CDATA[future]]></category>
		<category><![CDATA[long]]></category>
		<category><![CDATA[long-term]]></category>
		<category><![CDATA[mid]]></category>
		<category><![CDATA[past]]></category>
		<category><![CDATA[present]]></category>
		<category><![CDATA[short]]></category>
		<category><![CDATA[short-term]]></category>
		<category><![CDATA[strategy]]></category>
		<category><![CDATA[term]]></category>
		<category><![CDATA[vision]]></category>

		<guid isPermaLink="false">http://alwaysnewmistakes.wordpress.com/?p=106</guid>
		<description><![CDATA[One of the biggest problems I&#8217;m encountering over an over again is the lack of vision of most people. Then I realized it&#8217;s not really a lack of vision, it&#8217;s just that people make decisions only based on short term information.
I&#8217;m sorry guys, but I believe that&#8217;s one of the worst curse our society suffers. [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=alwaysnewmistakes.wordpress.com&blog=2054828&post=106&subd=alwaysnewmistakes&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>One of the biggest problems I&#8217;m encountering over an over again is the <strong>lack of vision</strong> of most people. Then I realized it&#8217;s not really a lack of vision, it&#8217;s just that people make <strong>decisions only based on short term information</strong>.</p>
<p>I&#8217;m sorry guys, but I believe that&#8217;s one of the worst curse our society suffers. The typical conversation goes like this: &#8220;Yeah, it&#8217;s a great idea/project/company but, how are you going to make money in 1 year?&#8221; or &#8220;ohh, yeah that&#8217;s a great idea, but it won&#8217;t work now, you need the next generation to do that&#8221;. <strong>Few things work on the short term and, of those that work, most of them are bad for some other reason</strong>. Just take a look at the recent financial meltdown, greed and short term vision brought all markets to their knees.</p>
<p>I guess it&#8217;s <strong>easier to take decisions based on the current state of affairs</strong>, you have fresh data and choices &#8220;<em>seem</em>&#8221; clearer. Nevertheless this is just an illusion, <strong>because data is fresh, the moment you take it into account it&#8217;s already outdated and worthless</strong>. Doing plans or strategies based only on current data is pretty myopic and dangerous as you <strong>don&#8217;t know if the next curve is right ahead of you</strong>. Not only you don&#8217;t know if the curve is ahead you, but even worse, <strong>you don&#8217;t even know what will you do if you reach it</strong>.</p>
<p><a href="http://alwaysnewmistakes.files.wordpress.com/2008/11/vision.jpg"><img class="alignright size-thumbnail wp-image-108" title="vision" src="http://alwaysnewmistakes.files.wordpress.com/2008/11/vision.jpg?w=179&#038;h=113" alt="vision" width="179" height="113" /></a>For example, some days ago I was looking at a bunch of graphs from one of the biggest financial company in the world and I realized something. Most graphs and charts always show an exponential or linear growth rate of something. Paradoxically that stroke me as a lack of mid and long term vision. <strong>Expecting something to behave in the same way forever is just the simplest thing to do</strong>. Granted that no one knows exactly when things are going to flip, but anticipating things is a must if you want to survive. Those analysts just do the easiest thing, because growth has been positive in the past years, this will be the case for the next 10 years and if things start to go downhill we&#8217;ll just reissue a new report adjusting it. Is that vision or laziness? Is that what you pay an analyst for? Again,<strong> you can make mistakes</strong>, it&#8217;s normal you don&#8217;t know the exact date and time of when something important is going to happen, <strong>but you should at least expect downturns down the way</strong>.</p>
<p><a href="http://alwaysnewmistakes.files.wordpress.com/2008/11/rk662_future_jpg.jpg"><img class="alignleft size-medium wp-image-107" title="rk662_future_jpg" src="http://alwaysnewmistakes.files.wordpress.com/2008/11/rk662_future_jpg.jpg?w=104&#038;h=130" alt="rk662_future_jpg" width="104" height="130" /></a>There are plenty of examples of this behavior and I really suffer from it. Why is it so hard for people to think about the future and not just the present. <strong>Why do people, even if they grasp the value of something, keep reverting to the short term solution?</strong> Another example: &#8220;Oh, I want a house, I know mortgages are madness right now, but I really want the house so I&#8217;ll buy it, I know I can rent something and that would be the wisest thing to do, but I really need to own that home!&#8221;. Couple of months later we all know how things have ended&#8230;</p>
<p>I wonder how can we make people start thinking about things in the mid or long term. Anyone knows a secret formula for this? We should teach this mental gym at school. I think this is how things work now:</p>
<ol>
<li>Q: What would you do to solve this problem?<br />
A: solution 1</li>
<li>Q: Will solution 1 work in the future? (More than 6 months)<br />
A: hmmm, how do you expect me to know that? Solution 1 works now doesn&#8217;t it? Then let&#8217;s stick to it.</li>
</ol>
<p>And this is how they should work:</p>
<ol>
<li>Q: What would you do to solve this problem?<br />
A: solution 1</li>
<li>Q: Will solution 1 work in the future? (More than 6 months)<br />
A1: hmmm, well I have no clue, I&#8217;ll research future patterns and then I&#8217;ll try to give an estimate guess.<br />
A2: hmmm, yes, analyzing all the data we have from current trends we can do an estimate guess that this solution will hold in the future.</li>
</ol>
<p>An important point is that <strong>decisions have to be always reevaluated</strong>, specially if they are long term minded, as new information might change the way things look like, but <strong>thinking about not only what will happen now, but in a near future will, most probably, alleviate a lot of pain</strong>.</p>
<p>I&#8217;m sure many readers have experienced this in one way or another? Care to share?</p>
<p><strong>Image credits</strong>:  <strong><a href="http://www.ashesandsnow.org/es/vision/" target="_top">www.ashesandsnow.org</a>, </strong> <strong><a href="http://pe.elmstreet-online.com/shop1/catalog/index.php?cPath=94" target="_top">pe.elmstreet-online.com</a></strong></p>
Posted in entrepreneur Tagged: decision, future, long, long-term, mid, past, present, short, short-term, strategy, term, vision <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/alwaysnewmistakes.wordpress.com/106/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/alwaysnewmistakes.wordpress.com/106/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/alwaysnewmistakes.wordpress.com/106/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/alwaysnewmistakes.wordpress.com/106/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/alwaysnewmistakes.wordpress.com/106/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/alwaysnewmistakes.wordpress.com/106/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/alwaysnewmistakes.wordpress.com/106/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/alwaysnewmistakes.wordpress.com/106/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/alwaysnewmistakes.wordpress.com/106/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/alwaysnewmistakes.wordpress.com/106/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=alwaysnewmistakes.wordpress.com&blog=2054828&post=106&subd=alwaysnewmistakes&ref=&feed=1" /></div><img src="http://feeds.feedburner.com/~r/AlwaysNewMistakes/~4/JhchtcxnUv4" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://alwaysnewmistakes.wordpress.com/2008/11/17/the-curse-of-the-short-term-vision/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/3a239491dffb449683a07f4b1047c421?s=96&amp;d=identicon&amp;r=G" medium="image">
			<media:title type="html">alexbarrera</media:title>
		</media:content>

		<media:content url="http://alwaysnewmistakes.files.wordpress.com/2008/11/vision.jpg?w=128" medium="image">
			<media:title type="html">vision</media:title>
		</media:content>

		<media:content url="http://alwaysnewmistakes.files.wordpress.com/2008/11/rk662_future_jpg.jpg?w=240" medium="image">
			<media:title type="html">rk662_future_jpg</media:title>
		</media:content>
	<feedburner:origLink>http://alwaysnewmistakes.wordpress.com/2008/11/17/the-curse-of-the-short-term-vision/</feedburner:origLink></item>
		<item>
		<title>6 things you shouldn’t do when pitching a VC</title>
		<link>http://feedproxy.google.com/~r/AlwaysNewMistakes/~3/Il8cQsuG7xc/</link>
		<comments>http://alwaysnewmistakes.wordpress.com/2008/10/04/presentation-pitch-vc/#comments</comments>
		<pubDate>Sat, 04 Oct 2008 13:02:57 +0000</pubDate>
		<dc:creator>Alex Barrera</dc:creator>
				<category><![CDATA[entrepreneur]]></category>
		<category><![CDATA[lessons]]></category>
		<category><![CDATA[pitch]]></category>
		<category><![CDATA[presentation]]></category>
		<category><![CDATA[slide]]></category>
		<category><![CDATA[vc]]></category>

		<guid isPermaLink="false">http://alwaysnewmistakes.wordpress.com/?p=97</guid>
		<description><![CDATA[Very recently I had the change to listen to several pitches presentations and I understood many of the critics VCs and Angels say about them. When you&#8217;ve listen to 3 in a row you start to see a pattern. The following are a couple of lessons I learned by doing my own pitch and listening [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=alwaysnewmistakes.wordpress.com&blog=2054828&post=97&subd=alwaysnewmistakes&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Very recently I had the change to listen to several pitches presentations and I understood many of the critics VCs and Angels say about them. When you&#8217;ve listen to 3 in a row you start to see a pattern. The following are a <strong>couple of lessons I learned by doing my own pitch</strong> and listening to the rest.</p>
<ol>
<li><strong>Do NOT add a balance sheet and/or cashflow analysis slide</strong> if you haven&#8217;t been asked for. First of, the slide will probably be crowded with numbers which the VCs won&#8217;t have time to read. Secondly, balance sheets should be in the business plan so there is no need to show them in a 20min pitch. And finally, adding that information is just looking for problems. If by any chance you screw up your numbers (which you have a fat chance to) and a VC notices it you&#8217;ll won&#8217;t look good.<a href="http://alwaysnewmistakes.files.wordpress.com/2008/10/balancesheet5-1-04_gif.png"><img class="aligncenter size-medium wp-image-99" title="balancesheet5-1-04_gif" src="http://alwaysnewmistakes.files.wordpress.com/2008/10/balancesheet5-1-04_gif.png?w=239&#038;h=300" alt="" width="239" height="300" /></a></li>
<li><strong>Add the amount of investment you are looking for and from whom</strong>. This was my personal bad, I forgot to add a slide with the amount I needed to start my company and what type of investors I was looking for. Theoretically you wouldn&#8217;t need to add the type of investor as if you are pitching to one, you&#8217;ve already chosen, but in my case it was an heterogeneous jury so I got asked.</li>
<li><strong>Ugly presentation design does matter</strong>. A presentation pitch isn&#8217;t just some random slides where you show your business idea, it&#8217;s your brand. In the same way you carefully choose your cloths (or at least you should) when giving a presentation, you should carefully choose your slide design. Please, avoid using canned designs, when you listen to 10 presentations a day, trust me, you can tell when it&#8217;s canned. Avoid using ugly color combinations like blue background with yellow letters or standard MS Word titles (yeah, you know which ones I mean, the rainbow title!). And for god sakes, don&#8217;t use pixalated images.<a href="http://alwaysnewmistakes.files.wordpress.com/2008/10/bullshitpoints.jpg"><img class="aligncenter size-medium wp-image-100" title="bullshitpoints" src="http://alwaysnewmistakes.files.wordpress.com/2008/10/bullshitpoints.jpg?w=300&#038;h=225" alt="" width="300" height="225" /></a></li>
<li><strong>Answer the question</strong>. This might seem straightforward but what I saw is that most of the time, the CEO is so nervous that when asked a question they answer something completely different with no connection what so ever with what they had been asked. This makes you look bad, makes you look as if you didn&#8217;t listen or didn&#8217;t understand the question, or both.</li>
<li><strong>Don&#8217;t tell the story of your company</strong>. I&#8217;m sure you wrote it in the business plan, no need to add a slide about it. Investors want to hear the problem and the solution, not your fancy background which I&#8217;m sure it&#8217;s interesting, but not for a 20min pitch.</li>
<li><strong>Do NOT show fancy market size graphs</strong>. This is something <a href="http://blog.guykawasaki.com/">Guy Kawasaki</a> stresses and I agree with him. All presentations tend to have a slide with a graph from <em>_insert_your_favorite_analyst_firm_here_</em> with the market size which, of course, is always huge and getting bigger. Simply, don&#8217;t. Throwing some numbers isn&#8217;t bad, but please, be original and avoid the &#8220;the market is huge and growing&#8221; song. And do yourself a favor and avoid any mention to the infamous &#8220;<em></em>&#8221; if you don&#8217;t have detailed information to back it up.</li>
</ol>
<p><a href="http://alwaysnewmistakes.files.wordpress.com/2008/10/enterprise-social-software-market-size.jpg"><img class="aligncenter size-medium wp-image-98" title="enterprise-social-software-market-size" src="http://alwaysnewmistakes.files.wordpress.com/2008/10/enterprise-social-software-market-size.jpg?w=300&#038;h=157" alt="" width="300" height="157" /></a><br />
I have to say I learned a lot by watching a couple of pitches and I now understand why VCs say what<br />
they say. <strong>Most presentations are identical, same structure, same market charts, same texts</strong>. <strong>Be original and listen carefully</strong> to VC questions and suggestion, it will help you get better with your<br />
presentations, at least it worked for me.</p>
<p>Want to add another point? <strong>Please leave a comment</strong>! And remember, if you like this blog, <a href="http://feeds.feedburner.com/AlwaysNewMistakes">subscribe to the RSS feed here</a>.</p>
Posted in entrepreneur Tagged: lessons, pitch, presentation, slide, vc <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/alwaysnewmistakes.wordpress.com/97/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/alwaysnewmistakes.wordpress.com/97/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/alwaysnewmistakes.wordpress.com/97/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/alwaysnewmistakes.wordpress.com/97/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/alwaysnewmistakes.wordpress.com/97/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/alwaysnewmistakes.wordpress.com/97/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/alwaysnewmistakes.wordpress.com/97/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/alwaysnewmistakes.wordpress.com/97/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/alwaysnewmistakes.wordpress.com/97/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/alwaysnewmistakes.wordpress.com/97/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=alwaysnewmistakes.wordpress.com&blog=2054828&post=97&subd=alwaysnewmistakes&ref=&feed=1" /></div><img src="http://feeds.feedburner.com/~r/AlwaysNewMistakes/~4/Il8cQsuG7xc" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://alwaysnewmistakes.wordpress.com/2008/10/04/presentation-pitch-vc/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/3a239491dffb449683a07f4b1047c421?s=96&amp;d=identicon&amp;r=G" medium="image">
			<media:title type="html">alexbarrera</media:title>
		</media:content>

		<media:content url="http://alwaysnewmistakes.files.wordpress.com/2008/10/balancesheet5-1-04_gif.png?w=239" medium="image">
			<media:title type="html">balancesheet5-1-04_gif</media:title>
		</media:content>

		<media:content url="http://alwaysnewmistakes.files.wordpress.com/2008/10/bullshitpoints.jpg?w=300" medium="image">
			<media:title type="html">bullshitpoints</media:title>
		</media:content>

		<media:content url="http://alwaysnewmistakes.files.wordpress.com/2008/10/enterprise-social-software-market-size.jpg?w=300" medium="image">
			<media:title type="html">enterprise-social-software-market-size</media:title>
		</media:content>
	<feedburner:origLink>http://alwaysnewmistakes.wordpress.com/2008/10/04/presentation-pitch-vc/</feedburner:origLink></item>
		<item>
		<title>Why well funded startups waste money?</title>
		<link>http://feedproxy.google.com/~r/AlwaysNewMistakes/~3/8qlcmiEKYms/</link>
		<comments>http://alwaysnewmistakes.wordpress.com/2008/09/22/why-well-funded-startups-waste-money/#comments</comments>
		<pubDate>Mon, 22 Sep 2008 11:49:32 +0000</pubDate>
		<dc:creator>Alex Barrera</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[entrepreneur]]></category>
		<category><![CDATA[bootstrapping]]></category>
		<category><![CDATA[corporate]]></category>
		<category><![CDATA[culture]]></category>
		<category><![CDATA[enterprise]]></category>
		<category><![CDATA[money]]></category>
		<category><![CDATA[spending]]></category>
		<category><![CDATA[startup]]></category>
		<category><![CDATA[wasting]]></category>

		<guid isPermaLink="false">http://alwaysnewmistakes.wordpress.com/?p=91</guid>
		<description><![CDATA[Sometime ago I had a conversation with a friend who asked me how much money I though was needed to get my startup going. I told him I though it would take 100.000€ to bootstrap it in the US, but that  it might be less. I still remember his skeptical face. I though he was [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=alwaysnewmistakes.wordpress.com&blog=2054828&post=91&subd=alwaysnewmistakes&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Sometime ago I had a conversation with a friend who asked me <strong>how much money I though was </strong><a href="http://alwaysnewmistakes.files.wordpress.com/2008/09/moneytrash.jpg"><img class="alignright size-full wp-image-94" title="moneytrash" src="http://alwaysnewmistakes.files.wordpress.com/2008/09/moneytrash.jpg?w=99&#038;h=109" alt="" width="99" height="109" /></a><strong>needed to get my startup going</strong>. I told him I though it would take 100.000€ to bootstrap it in the US, but that  it might be less. I still remember his skeptical face. I though he was going to tell me it was way too much, but to my surprise he told me it was <strong>way too low</strong>. I realized then that there is a great <strong>gap between bootstrappers and corporate drones</strong>. Enterprise people <strong>need like 5x to 10x more cash than what a bootstrapper needs</strong> but the truth is that this is just an illusion. It&#8217;s not true you need 10x more cash, it&#8217;s just that you <strong>aren&#8217;t used to save money</strong>.</p>
<p>As always, nothing is black or white and there are exceptions to this, but most of the time it&#8217;s just people flushing money down the drain without any real results. I really feel it&#8217;s because the money isn&#8217;t theirs and so, t<strong>hey don&#8217;t feel the pain it is to earn that money</strong>. Nothing like having your <strong>own savings at stake to think twice</strong> about spending it in stupid things.</p>
<p>The problem isn&#8217;t that corporate guys think this way, the problem is that I&#8217;ve seen <strong>many startups behave the same</strong> and I must say, it really shocks me. Wasting money is a bad habit, specially if you<br />
are starting up and I think<strong> most companies don&#8217;t make saving money and resources a critical part of their company&#8217;s culture</strong>. For me it&#8217;s something fundamental in an organizations culture. Everyone should think about this, <strong>even when there is plenty of money</strong>, wasting it should be avoided.</p>
<p>What really strikes me is that the<strong> same behavior can be observed on peoples lives</strong>. Plenty of people ask us how are we (me and my girlfriend) able to live the way we do. The answer is that we don&#8217;t pay for stupid things. When someone tells you that they&#8217;ve spent 600€ in a pair of shoes I just roll my eyes. And don&#8217;t get me wrong, if you can spare 600€ a buy some awesome handmade shoes, please be my guest. The problem is that 99% of the times, people just can&#8217;t afore to do that and they buy them either way, which I must say, it&#8217;s just stupid if you ask me.</p>
<p>Sadly the only times I see <strong>companies trying to save money</strong> is when they need to <strong>bump their profits </strong>for the next quarter. The problem with this is that it&#8217;s too late. Creating a culture takes time and you <strong>can&#8217;t just reverse crazy spending overnight</strong>. Employees should feel that if they waste resources it&#8217;s their own payroll money they are wasting. <strong>The more you save, the more you get back</strong> at the end of the month.</p>
<p>And yes, I know, some readers are thinking, hey but I do save and my payroll is the same, instead those greedy bosses of me are earning much more to my expenses. This is both, true and sad, that&#8217;s why new entrepreneurs should start thinking about this issues from day one. <strong>Transparency is key</strong> for this to work and the problem is that not everybody is willing to be transparent. I would love to think<br />
that money doesn&#8217;t changes people, but it&#8217;s not true, but if you have some solid guidelines and stick<br />
to the basics I&#8217;m sure we could do much better.</p>
<p>Have you <strong>seen crazy spending in your company, in your startup?</strong> Tell us about it!</p>
<p><strong>Image credits: </strong>www.savingadvice.com</p>
Posted in Business, entrepreneur Tagged: bootstrapping, corporate, culture, enterprise, money, spending, startup, wasting <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/alwaysnewmistakes.wordpress.com/91/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/alwaysnewmistakes.wordpress.com/91/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/alwaysnewmistakes.wordpress.com/91/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/alwaysnewmistakes.wordpress.com/91/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/alwaysnewmistakes.wordpress.com/91/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/alwaysnewmistakes.wordpress.com/91/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/alwaysnewmistakes.wordpress.com/91/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/alwaysnewmistakes.wordpress.com/91/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/alwaysnewmistakes.wordpress.com/91/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/alwaysnewmistakes.wordpress.com/91/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=alwaysnewmistakes.wordpress.com&blog=2054828&post=91&subd=alwaysnewmistakes&ref=&feed=1" /></div><img src="http://feeds.feedburner.com/~r/AlwaysNewMistakes/~4/8qlcmiEKYms" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://alwaysnewmistakes.wordpress.com/2008/09/22/why-well-funded-startups-waste-money/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/3a239491dffb449683a07f4b1047c421?s=96&amp;d=identicon&amp;r=G" medium="image">
			<media:title type="html">alexbarrera</media:title>
		</media:content>

		<media:content url="http://alwaysnewmistakes.files.wordpress.com/2008/09/moneytrash.jpg" medium="image">
			<media:title type="html">moneytrash</media:title>
		</media:content>
	<feedburner:origLink>http://alwaysnewmistakes.wordpress.com/2008/09/22/why-well-funded-startups-waste-money/</feedburner:origLink></item>
		<item>
		<title>Would you buy a cool Twitter name?</title>
		<link>http://feedproxy.google.com/~r/AlwaysNewMistakes/~3/esufmKSrQdo/</link>
		<comments>http://alwaysnewmistakes.wordpress.com/2008/09/22/would-you-buy-a-cool-twitter-name/#comments</comments>
		<pubDate>Mon, 22 Sep 2008 11:07:57 +0000</pubDate>
		<dc:creator>Alex Barrera</dc:creator>
				<category><![CDATA[Blogs]]></category>
		<category><![CDATA[advertising]]></category>
		<category><![CDATA[buy]]></category>
		<category><![CDATA[domain]]></category>
		<category><![CDATA[information]]></category>
		<category><![CDATA[rules]]></category>
		<category><![CDATA[sell]]></category>
		<category><![CDATA[squatting]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://alwaysnewmistakes.wordpress.com/?p=86</guid>
		<description><![CDATA[Leo Borj asks a very interesting question, should we start registering potentially valuable Twitter names, like if they were domains? This is a very common practice with domain names known as cyber squatting. You register a domain name with the idea of selling it in a future for a higher price to a 3rd party. [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=alwaysnewmistakes.wordpress.com&blog=2054828&post=86&subd=alwaysnewmistakes&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><a href="http://alwaysnewmistakes.files.wordpress.com/2008/05/twitter_logo.jpg"><img class="size-full wp-image-80 alignright" title="twitter_logo" src="http://alwaysnewmistakes.files.wordpress.com/2008/05/twitter_logo.jpg?w=232&#038;h=86" alt="" width="232" height="86" /></a><a href="http://leoborj.wordpress.com/">Leo Borj</a> asks a very interesting question, <strong>should we start registering potentially valuable Twitter names</strong>, like if they were domains? This is a very common practice with domain names known as <strong>cyber squatting</strong>. You register a domain name with the idea of selling it in a future for a higher price to a 3rd party. You could also call it, name speculation. The domain squatting is a quite <strong>profitable market</strong>, albeit it sometimes touches some ethic boundaries. Anyway, the real question is, <strong>is it worth doing the same with Twitter names</strong>?</p>
<p>In my opinion, it might be worth trying, although there is a <strong>fundamental flaw</strong>. With domain names, it gets down to who registers it first (except in cases where you can probe that someone else is using a registered mark with nasty intentions and even though, it&#8217;s hard to get it back if you aren&#8217;t a multimillionaire corporation). <strong>In Twitter that law doesn&#8217;t holds, or better of, doesn&#8217;t holds always</strong>. Instead you have the following general condition:</p>
<blockquote><p><em>We reserve the right to modify or terminate the Twitter.com service for any reason, without notice at any time.</em></p></blockquote>
<p>As you can see, if you play the squatting game, you have a very <strong>high risk of having your account suspended</strong> if Twitter deems so.</p>
<p>Another question that arises me is, <strong>would people follow an account that isn&#8217;t from a real person nor a company nor a brand?</strong> I mean, would you follow a Twitter user named: @sexy_toys ? Personally I wouldn&#8217;t, but hey, I&#8217;m sure some people would if that account follows them first (the problem with this is that after the recent spam limits imposed by Twitter you have a fair chance of having the account suspended).</p>
<p>And finally, <strong>would you sell your Twitter account</strong>, either directly to 3rd persons or indirectly selling ad Tweets? I&#8217;m sure this is going to hit hard, I do think it would work if you play it well. Some <strong>basic ground rules</strong> I would like to see:</p>
<ul>
<li>Don&#8217;t spam your followers. Some recommendations are ok, but don&#8217;t transform the account into a damn billboard</li>
<li>Don&#8217;t advertise things that no one cares about or that don&#8217;t have nothing to do with your Twitter audience.</li>
<li>Don&#8217;t advertise or recommend something you don&#8217;t like or haven&#8217;t tested. It&#8217;s bad for your followers and it&#8217;s bad for your reputation.</li>
</ul>
<p>After all, I&#8217;m a true believer of what <a href="http://www.scripting.com/">Dave Winer</a> sometime said: &#8220;<strong>because perfectly targeted <em>advertising</em> is just <em>information</em>.</strong>&#8220;</p>
<p>What are your opinions on the matter?</p>
Posted in Blogs Tagged: advertising, buy, domain, information, rules, sell, squatting, twitter <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/alwaysnewmistakes.wordpress.com/86/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/alwaysnewmistakes.wordpress.com/86/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/alwaysnewmistakes.wordpress.com/86/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/alwaysnewmistakes.wordpress.com/86/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/alwaysnewmistakes.wordpress.com/86/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/alwaysnewmistakes.wordpress.com/86/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/alwaysnewmistakes.wordpress.com/86/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/alwaysnewmistakes.wordpress.com/86/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/alwaysnewmistakes.wordpress.com/86/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/alwaysnewmistakes.wordpress.com/86/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=alwaysnewmistakes.wordpress.com&blog=2054828&post=86&subd=alwaysnewmistakes&ref=&feed=1" /></div><img src="http://feeds.feedburner.com/~r/AlwaysNewMistakes/~4/esufmKSrQdo" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://alwaysnewmistakes.wordpress.com/2008/09/22/would-you-buy-a-cool-twitter-name/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/3a239491dffb449683a07f4b1047c421?s=96&amp;d=identicon&amp;r=G" medium="image">
			<media:title type="html">alexbarrera</media:title>
		</media:content>

		<media:content url="http://alwaysnewmistakes.files.wordpress.com/2008/05/twitter_logo.jpg" medium="image">
			<media:title type="html">twitter_logo</media:title>
		</media:content>
	<feedburner:origLink>http://alwaysnewmistakes.wordpress.com/2008/09/22/would-you-buy-a-cool-twitter-name/</feedburner:origLink></item>
		<item>
		<title>Next generation search engines</title>
		<link>http://feedproxy.google.com/~r/AlwaysNewMistakes/~3/_2XUTpTxeXM/</link>
		<comments>http://alwaysnewmistakes.wordpress.com/2008/06/18/next-generation-search-engines/#comments</comments>
		<pubDate>Wed, 18 Jun 2008 13:31:35 +0000</pubDate>
		<dc:creator>Alex Barrera</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[BMI]]></category>
		<category><![CDATA[brain]]></category>
		<category><![CDATA[emotive]]></category>
		<category><![CDATA[engine]]></category>
		<category><![CDATA[games]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[ibm]]></category>
		<category><![CDATA[mahalo]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[mind]]></category>
		<category><![CDATA[next generation]]></category>
		<category><![CDATA[Powerset]]></category>
		<category><![CDATA[search]]></category>
		<category><![CDATA[search engine]]></category>

		<guid isPermaLink="false">http://alwaysnewmistakes.wordpress.com/?p=85</guid>
		<description><![CDATA[I was reading Scoble&#8217;s post about Windows Live Search and I realized what the future of search is going to look like (or so I think). I realized that the users don&#8217;t know how to express in a written way what they are looking for. Most of the times, you type a couple of keywords [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=alwaysnewmistakes.wordpress.com&blog=2054828&post=85&subd=alwaysnewmistakes&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>I was reading <a href="http://scobleizer.com/2008/06/15/will-microsoft-search-use-mahalo-techniques-to-change-the-game/">Scoble&#8217;s post</a> about Windows Live Search and I realized what the future of search is going to look like (or so I think). I realized that the <strong>users don&#8217;t know how to express in a written way what they are looking for</strong>. Most of the times, you type a couple of keywords that should, theoretically, yield some results from which you can identify the one you are looking for. Human powered search engines like <a href="http://www.mahalo.com">Mahalo</a> have the same problems. They rely in human beings building pages with the most relevant information about a topic, but if you are looking for something not that common you&#8217;ll run into problems. Last but not least, semantic search engines like <a href="http://www.powerset.com">Powerset</a> are closer to the goal, but there is still a big hurdle in the user&#8217;s way. <strong>How do you phrase, as a user, the information you are looking for?</strong> You need to type a phrase, but it&#8217;s <strong>not that obvious what that phrase should be</strong>, making it <strong>hard and slow</strong> to search things.</p>
<p>Now, the big problem again is writing down what are you looking for in a way the search engine understands it. How about another approach? How about<strong> a search engine that reads your mind so that it knows what you are really looking for?</strong> Most readers must have had a good laugh with the former statement but I have to say that mind reading devices are a big reality with their own field of expertise called <strong><a href="http://www.nature.com/nature/focus/brain/">Brain &#8211; Machine Interfaces (BMI)</a></strong>. Several <a href="http://www.nytimes.com/2008/06/08/technology/08novel.html?partner=rssnyt">gaming companies</a> are already using these devices to allow their players to <strong>control virtual avatars with their minds</strong>.</p>
<p>And how do these devices work? Generally speaking, it&#8217;s a helmet that reads neuron impulses in several areas of your brain. In the gaming example, they read the brain areas dedicated to movement, mapping neuron firing patterns to an specific movement in the game. This technology is still giving its first steps in the commercial arena, but I&#8217;m pretty sure  we&#8217;ll see more and more devices working with it.</p>
<p>Now, is it a <strong>big stretch</strong> to say that we can use similar devices to <strong>read our search intentions?</strong> It is indeed, it&#8217;s something that is still out of reach. Not because of technology but because of a lack of Neuroscientific data that can be use to pinpoint which brain areas we use when searching online. But it&#8217;s just a matter of time (I&#8217;m talking about 5 to 10 years here).</p>
<p><strong>Big problems with this type of search</strong>, you not only need a web index, but a <strong>neuron firing pattern index</strong> and an engine to understand them and translate that into a web search query. Another big issue is brain privacy. Your neuron firing patterns would need to be <strong>transmitted through the Internet</strong> and stored somewhere. That&#8217;s a <strong>source of major privacy concerns that should be address</strong> before using a search engine like this.</p>
<p>Nevertheless, and with all the problems than might arise with an idea like this, I truly think we&#8217;ll someday see something like this and I have to say it will be awesome. I don&#8217;t know if any company is currently investing in developing a mind controlled search engine, but it would be a <strong>great project for a big company like Google, IBM or Microsoft</strong>.</p>
<p>Do you like the nextgen search engine? What problems do you see with it? Would you use something like that?</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/alwaysnewmistakes.wordpress.com/85/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/alwaysnewmistakes.wordpress.com/85/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/alwaysnewmistakes.wordpress.com/85/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/alwaysnewmistakes.wordpress.com/85/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/alwaysnewmistakes.wordpress.com/85/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/alwaysnewmistakes.wordpress.com/85/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/alwaysnewmistakes.wordpress.com/85/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/alwaysnewmistakes.wordpress.com/85/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/alwaysnewmistakes.wordpress.com/85/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/alwaysnewmistakes.wordpress.com/85/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/alwaysnewmistakes.wordpress.com/85/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/alwaysnewmistakes.wordpress.com/85/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=alwaysnewmistakes.wordpress.com&blog=2054828&post=85&subd=alwaysnewmistakes&ref=&feed=1" /></div><img src="http://feeds.feedburner.com/~r/AlwaysNewMistakes/~4/_2XUTpTxeXM" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://alwaysnewmistakes.wordpress.com/2008/06/18/next-generation-search-engines/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/3a239491dffb449683a07f4b1047c421?s=96&amp;d=identicon&amp;r=G" medium="image">
			<media:title type="html">alexbarrera</media:title>
		</media:content>
	<feedburner:origLink>http://alwaysnewmistakes.wordpress.com/2008/06/18/next-generation-search-engines/</feedburner:origLink></item>
		<item>
		<title>Sick of brands</title>
		<link>http://feedproxy.google.com/~r/AlwaysNewMistakes/~3/EPvOiLW53oI/</link>
		<comments>http://alwaysnewmistakes.wordpress.com/2008/06/16/sick-of-brands/#comments</comments>
		<pubDate>Mon, 16 Jun 2008 11:29:27 +0000</pubDate>
		<dc:creator>Alex Barrera</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[brand]]></category>
		<category><![CDATA[brands]]></category>
		<category><![CDATA[Inditex]]></category>
		<category><![CDATA[Zara]]></category>

		<guid isPermaLink="false">http://alwaysnewmistakes.wordpress.com/?p=83</guid>
		<description><![CDATA[Some days ago I was looking for a place to have lunch and I ended up eating at a wok restaurant. While I was eating I realized I&#8217;m getting sick of branded restaurants, shops, etc. Small restaurants are disappearing, giving place to branded chains that popup all over the place, alas Starbucks. It&#8217;s not that [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=alwaysnewmistakes.wordpress.com&blog=2054828&post=83&subd=alwaysnewmistakes&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Some days ago I was looking for a place to have lunch and I ended up eating at a wok restaurant. While I was eating I realized I&#8217;m <strong>getting sick of branded restaurants</strong>, shops, etc. Small restaurants are disappearing, giving place to branded chains that popup all over the place, alas Starbucks. It&#8217;s not that I have something against a particular brand, it&#8217;s more I&#8217;m sick of having my choices reduced to a minimum.</p>
<p>The same <strong>applies to many other industries</strong>. In the fashion industry I&#8217;m seeing the same. Big branded chains with shops all over the place. The good thing is that some of them do understand the problem. The biggest fashion retailer of the world is <strong><a href="http://www.inditex.es/en/">Inditex</a></strong>, a Spanish company, who&#8217;s flag ship brand is <a href="http://www.inditex.es/en/who_we_are/concepts/zara">Zara</a></p>
<p><a href="http://alwaysnewmistakes.files.wordpress.com/2008/06/zara.jpg"><img class="alignright alignnone size-medium wp-image-84" style="float:right;border:0;margin:5px 10px;" src="http://alwaysnewmistakes.files.wordpress.com/2008/06/zara.jpg?w=173&#038;h=116" alt="" width="173" height="116" /></a></p>
<p>. You have them all over the world. The bad thing about Zara is that they&#8217;ve crushed most of their competitors. The good thing, to an extend, is that not two single shops have the same type of clothes. They geo-analyze their shops and pump <strong>different types of clothes according to the local neighborhood market</strong>. Of course, this is just to a certain extent and not all clothes are different.</p>
<p>The solution? As Zara is doing, keep the brand, create different shops. And I&#8217;m not talking about creating different brands under the same company (Inditex has Zara, Massimo Dutti, Oysho, etc.), but about different shops within the same brand. Of course, this is <strong>VERY expensive</strong>, but it would at least give us more choices. You wouldn&#8217;t talk about Zara anymore, but about the Zara in main street, Zara in Union Square, etc.</p>
<p>What do you think? Is the global brand also getting on your nerves? What would you suggest?</p>
<p><strong>Image credits</strong>: semaforoverde.com</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/alwaysnewmistakes.wordpress.com/83/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/alwaysnewmistakes.wordpress.com/83/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/alwaysnewmistakes.wordpress.com/83/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/alwaysnewmistakes.wordpress.com/83/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/alwaysnewmistakes.wordpress.com/83/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/alwaysnewmistakes.wordpress.com/83/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/alwaysnewmistakes.wordpress.com/83/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/alwaysnewmistakes.wordpress.com/83/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/alwaysnewmistakes.wordpress.com/83/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/alwaysnewmistakes.wordpress.com/83/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/alwaysnewmistakes.wordpress.com/83/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/alwaysnewmistakes.wordpress.com/83/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=alwaysnewmistakes.wordpress.com&blog=2054828&post=83&subd=alwaysnewmistakes&ref=&feed=1" /></div><img src="http://feeds.feedburner.com/~r/AlwaysNewMistakes/~4/EPvOiLW53oI" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://alwaysnewmistakes.wordpress.com/2008/06/16/sick-of-brands/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/3a239491dffb449683a07f4b1047c421?s=96&amp;d=identicon&amp;r=G" medium="image">
			<media:title type="html">alexbarrera</media:title>
		</media:content>

		<media:content url="http://alwaysnewmistakes.files.wordpress.com/2008/06/zara.jpg?w=300" medium="image" />
	<feedburner:origLink>http://alwaysnewmistakes.wordpress.com/2008/06/16/sick-of-brands/</feedburner:origLink></item>
		<item>
		<title>Knowing your audience</title>
		<link>http://feedproxy.google.com/~r/AlwaysNewMistakes/~3/73DhUCX7QBo/</link>
		<comments>http://alwaysnewmistakes.wordpress.com/2008/06/12/knowing-your-audience/#comments</comments>
		<pubDate>Thu, 12 Jun 2008 16:53:56 +0000</pubDate>
		<dc:creator>Alex Barrera</dc:creator>
				<category><![CDATA[entrepreneur]]></category>
		<category><![CDATA[Advice]]></category>
		<category><![CDATA[Angel]]></category>
		<category><![CDATA[Business]]></category>
		<category><![CDATA[Business Angel]]></category>
		<category><![CDATA[Carpintier]]></category>
		<category><![CDATA[Guy]]></category>
		<category><![CDATA[Iniciador]]></category>
		<category><![CDATA[Kawasaki]]></category>
		<category><![CDATA[plan]]></category>
		<category><![CDATA[risk]]></category>
		<category><![CDATA[Rodolfo]]></category>
		<category><![CDATA[startup]]></category>
		<category><![CDATA[Tips]]></category>

		<guid isPermaLink="false">http://alwaysnewmistakes.wordpress.com/?p=82</guid>
		<description><![CDATA[Yesterday I went, as usual, to the monthly local entrepreneur meeting in Madrid called Iniciador. Rodolfo Carpintier, Spanish business angel and CEO of the only Spanish tech incubator named Digital Asset Deployment (DAD). His keynote was brilliant, some old school tips and some real pearls of wisdom.
First tip: Are you sure you need the money? [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=alwaysnewmistakes.wordpress.com&blog=2054828&post=82&subd=alwaysnewmistakes&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Yesterday I went, as usual, to the monthly <strong>local entrepreneur meeting</strong> in Madrid called <a href="http://www.iniciador.com">Iniciador</a>. <a href="http://www.lacoctelera.com/infoman">Rodolfo Carpintier</a>, Spanish business angel and CEO of the only Spanish tech incubator named Digital Asset Deployment (<a href="http://www.dad.es">DAD</a>). His keynote was brilliant, some old school tips and some real pearls of wisdom.</p>
<p><strong>First tip</strong>: <strong>Are you sure you need the money?</strong> I&#8217;ve personally heard this advice many times during my latest trip to Silicon Valley and I have to say I share it 100%. Sometime entrepreneurs think that it&#8217;s all about rising VC, but not all ideas need VC. Most of them don&#8217;t. Mine neither, or so I think (yet).</p>
<p><strong>Second tip</strong>: <strong>Know who your audience is</strong>. This is an old one, but still worth remembering. Don&#8217;t go and pitch a VC when what you really need is seed capital. Vice versa, don&#8217;t go to ask for seed capital if what you need is $5M to start running. This is also true for entrepreneurs looking for developers, directors, etc. I had one guy come to me yesterday asking me if I wanted to be his marketing director. I respectfully decline and the incident got me thinking. Don&#8217;t go to an entrepreneur meeting looking for that profile, it&#8217;s a waste of time. Most of the people going to those meetings are looking for the same and already have their own ideas, startups, etc.</p>
<p><strong>Third tip</strong>: <strong>Have a risk plan in place before going shopping</strong>. For me this was one of the best tips. It&#8217;s most often forgotten in most business plans. You need to show that even if you fail, if all hell breaks loose, you&#8217;ll still be able to return some money to investors.</p>
<p>There are many more tips, but I just wanted to highlight some. And excellent book for these type of tips is <a href="http://www.amazon.com/Art-Start-Time-Tested-Battle-Hardened-Starting/dp/1591840562"><strong>The Art of Start</strong></a> from <a href="http://blog.guykawasaki.com/">Guy Kawasaki</a> (still haven&#8217;t finished it yet, but I&#8217;m enjoying it very much).</p>
<p>Care to share some more tips?</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/alwaysnewmistakes.wordpress.com/82/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/alwaysnewmistakes.wordpress.com/82/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/alwaysnewmistakes.wordpress.com/82/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/alwaysnewmistakes.wordpress.com/82/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/alwaysnewmistakes.wordpress.com/82/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/alwaysnewmistakes.wordpress.com/82/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/alwaysnewmistakes.wordpress.com/82/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/alwaysnewmistakes.wordpress.com/82/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/alwaysnewmistakes.wordpress.com/82/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/alwaysnewmistakes.wordpress.com/82/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/alwaysnewmistakes.wordpress.com/82/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/alwaysnewmistakes.wordpress.com/82/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=alwaysnewmistakes.wordpress.com&blog=2054828&post=82&subd=alwaysnewmistakes&ref=&feed=1" /></div><img src="http://feeds.feedburner.com/~r/AlwaysNewMistakes/~4/73DhUCX7QBo" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://alwaysnewmistakes.wordpress.com/2008/06/12/knowing-your-audience/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/3a239491dffb449683a07f4b1047c421?s=96&amp;d=identicon&amp;r=G" medium="image">
			<media:title type="html">alexbarrera</media:title>
		</media:content>
	<feedburner:origLink>http://alwaysnewmistakes.wordpress.com/2008/06/12/knowing-your-audience/</feedburner:origLink></item>
		<item>
		<title>Twitter as a marketing tool</title>
		<link>http://feedproxy.google.com/~r/AlwaysNewMistakes/~3/eJNEK-pdZNU/</link>
		<comments>http://alwaysnewmistakes.wordpress.com/2008/05/28/twitter-as-a-marketing-tool/#comments</comments>
		<pubDate>Tue, 27 May 2008 23:21:51 +0000</pubDate>
		<dc:creator>Alex Barrera</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[audience]]></category>
		<category><![CDATA[brand]]></category>
		<category><![CDATA[communications]]></category>
		<category><![CDATA[company]]></category>
		<category><![CDATA[followers]]></category>
		<category><![CDATA[marketing]]></category>
		<category><![CDATA[relevant]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://alwaysnewmistakes.wordpress.com/?p=79</guid>
		<description><![CDATA[It&#8217;s been twice in a week that I&#8217;ve talked with Marketing and Communication people about using Twitter for their companies and the answer has always been NO. It really strikes me, specially because both companies are part of the Tech Industry, one of them is even a well known startup.
The response I always get about [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=alwaysnewmistakes.wordpress.com&blog=2054828&post=79&subd=alwaysnewmistakes&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>It&#8217;s been twice in a week that I&#8217;ve talked with Marketing and Communication people about<strong> using <a href="http://twitter.com">Twitter</a> for their companies</strong> and the answer has always been NO. It really strikes me, specially because both companies are part of the Tech Industry, one of them is even a well known startup.</p>
<p><a href="http://alwaysnewmistakes.files.wordpress.com/2008/05/twitter_logo.jpg"><img class="alignleft alignnone size-medium wp-image-80" style="border:0 none;float:left;margin:5px 10px;" src="http://alwaysnewmistakes.files.wordpress.com/2008/05/twitter_logo.jpg?w=213&#038;h=78" alt="" width="213" height="78" /></a>The response I always get about Twitter is: &#8220;<em>We don&#8217;t use it because <strong>it&#8217;s only for early adopters </strong>and geeks</em>&#8220;. While this has been the case until very recently, Twitter is gaining critical mass at an amazing pace. Just to throw some numbers, Twitter has a <strong>daily reach</strong> of approximately 0.1% according to <a href="http://www.alexa.com/data/details/traffic_details/twitter.com">Alexa</a>. That means that 0.1% of the Internet users access Twitter each day. But, that&#8217;s not the only thing, according to <a href="http://readwritetalk.com/2007/09/05/biz-stone-co-founder-twitter/">Biz Stone</a> the Twitter API gets 10x that traffic, bumping Twitter&#8217;s daily reach to a very nice <strong>1.1%</strong>. Right now it has <strong>broken the early adopter barrier</strong> and you can start seeing a more general use of it by online users. That&#8217;s the reason I think it&#8217;s the best moment to start using Twitter as a Marketing tool.</p>
<p><strong>Why is Twitter a Marketing tool?</strong> Because it allows persons and/or companies the following:</p>
<p>a) Give a human face to the company<br />
b) Keep your customers up to date with the latest news of the company<br />
c) Listen to your customers feedback<br />
d) Interact one to one with your customers<br />
e) Keep key influencers (tech gurus, bloggers, journalists, etc.) updated about your company<br />
f) Brand tracking</p>
<p style="text-align:center;"><a href="http://alwaysnewmistakes.files.wordpress.com/2008/05/twitter.png"><img class="alignnone size-medium wp-image-81 aligncenter" src="http://alwaysnewmistakes.files.wordpress.com/2008/05/twitter.png?w=388&#038;h=246" alt="" width="388" height="246" /></a></p>
<p><strong>Who should use Twitter as a Marketing tool?</strong> Not everybody of course. Twitter users have a tech profile, although this profile is being widened by other online non-tech users day by day. This is something that many old school marketers don&#8217;t grasp. Everyday the <strong>digital breach between the online and offline worlds is diminishing</strong>. Currently you can see baby boomers buying food, books or flights through the Internet. You can see them chating, emailing, commenting on forums or writing blogs. Some of them are real social network junkies. Marketers have to understand that the profile of an Internet user is becoming much more general than it used to be.</p>
<p>So, again, who should use Twitter as a Marketing tool? I would say that it should be used by anyone with a company that is related to the tech industry. That would be websites, blogs, newspapers, software vendors, hardware vendors, musicians, &#8230; hell, <strong>everyone that can make business through the Internet</strong>. Right now that is mostly everyone!</p>
<p><strong>Why are people going to adopt Twitter?</strong> It&#8217;s very easy, Twitter is <strong>Free and Simple</strong>. The sophistication level needed to use Twitter is close to 0 for any single Internet user. It&#8217;s ease of use is one of its strongest points. Also, the need to be connected and to know what is happening in other people&#8217;s lives is something inherent to humans. Humans are <strong>curious by nature</strong>, Twitter lets you be curious about other people at a never seen scale. The best proof of this are social networks like Facebook. What&#8217;s the real value of a social network? Simple, stay connected with your friends, or in plain English, know what your friends are doing. In that sense Twitter is much simpler and faster than any social network out there. In my humble opinion, it&#8217;s just a matter of time before all the social network late adopters take over Twitter.</p>
<p>Finally, why do I say it&#8217;s <strong>now the best moment to start using Twitter</strong>? Well, Twitter, as what happens with blogs <strong>lets you build a big audience</strong>. And the key concept here is &#8220;build&#8221;. You can&#8217;t start using Twitter and expect a <strong><em>relevant</em> audience</strong> of 10.000 users following your account. Why do I say relevant? There are many Twitter users which think that if they follow many people they&#8217;ll get followed in exchange and while it&#8217;s true that this happens (byproduct of our society, people feel bad if they are being followed but they don&#8217;t follow you back), these type of users <strong>aren&#8217;t really listening</strong>. That&#8217;s why, even though you can do that, you won&#8217;t build a relevant user base. Your messages won&#8217;t be read by the users you want. The funny part of this is that the people that follow thousands of users just to get more followers, are usually so called &#8220;<em>Marketing experts</em>&#8220;. That&#8217;s pretty ironic if you ask me, as they should know better. So trust me when I say that <strong>building a reliable audience on Twitter takes time and good, thoughtful messages</strong>. That&#8217;s why it&#8217;s important to start now, so that when Twitter goes mainstream your company has already a good number of followers. As they say, the more number of follower you have, the faster you&#8217;ll get new ones.</p>
<p>Any experience with Twitter and your company? Please share it with us! Are you a Twitter user already? Follow <strong>my Twitter user <a href="http://twitter.com/abarrera">http://twitter.com/abarrera</a></strong></p>
<p><strong>UPDATE</strong>: I found a very good hands on example of using Twitter as a <a href="http://www.pr-squared.com/2007/09/prsquareds_social_media_tactic_2.html">Marketing tool</a>.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/alwaysnewmistakes.wordpress.com/79/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/alwaysnewmistakes.wordpress.com/79/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/alwaysnewmistakes.wordpress.com/79/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/alwaysnewmistakes.wordpress.com/79/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/alwaysnewmistakes.wordpress.com/79/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/alwaysnewmistakes.wordpress.com/79/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/alwaysnewmistakes.wordpress.com/79/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/alwaysnewmistakes.wordpress.com/79/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/alwaysnewmistakes.wordpress.com/79/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/alwaysnewmistakes.wordpress.com/79/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/alwaysnewmistakes.wordpress.com/79/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/alwaysnewmistakes.wordpress.com/79/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=alwaysnewmistakes.wordpress.com&blog=2054828&post=79&subd=alwaysnewmistakes&ref=&feed=1" /></div><img src="http://feeds.feedburner.com/~r/AlwaysNewMistakes/~4/eJNEK-pdZNU" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://alwaysnewmistakes.wordpress.com/2008/05/28/twitter-as-a-marketing-tool/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/3a239491dffb449683a07f4b1047c421?s=96&amp;d=identicon&amp;r=G" medium="image">
			<media:title type="html">alexbarrera</media:title>
		</media:content>

		<media:content url="http://alwaysnewmistakes.files.wordpress.com/2008/05/twitter_logo.jpg?w=300" medium="image" />

		<media:content url="http://alwaysnewmistakes.files.wordpress.com/2008/05/twitter.png?w=300" medium="image" />
	<feedburner:origLink>http://alwaysnewmistakes.wordpress.com/2008/05/28/twitter-as-a-marketing-tool/</feedburner:origLink></item>
		<item>
		<title>Completeness, a path to creativity</title>
		<link>http://feedproxy.google.com/~r/AlwaysNewMistakes/~3/WbpDakHgzfc/</link>
		<comments>http://alwaysnewmistakes.wordpress.com/2008/05/15/completeness-a-path-to-creativity/#comments</comments>
		<pubDate>Thu, 15 May 2008 12:27:53 +0000</pubDate>
		<dc:creator>Alex Barrera</dc:creator>
				<category><![CDATA[entrepreneur]]></category>
		<category><![CDATA[Bay Area]]></category>
		<category><![CDATA[Creativity]]></category>
		<category><![CDATA[Curiosity]]></category>
		<category><![CDATA[Intelectual]]></category>
		<category><![CDATA[Inteligent]]></category>
		<category><![CDATA[san francisco]]></category>

		<guid isPermaLink="false">http://alwaysnewmistakes.wordpress.com/?p=74</guid>
		<description><![CDATA[Here I am again, writing this post in the plane on my way back home. Many things have happen during my visit to San Francisco that have profoundly affected me in ways I can&#8217;t yet understand. Hippies, Entrepreneurs, Tech guys, PhDs, Postdocs, MBAs, Bohemians, Students&#8230; that&#8217;s what I&#8217;ve found in the Bay Area and not [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=alwaysnewmistakes.wordpress.com&blog=2054828&post=74&subd=alwaysnewmistakes&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p style="text-align:left;">Here I am again, writing this post in the plane on my way back home. Many things have happen during my visit to San Francisco that have <strong>profoundly affected me</strong> in ways I can&#8217;t yet understand. Hippies, Entrepreneurs, Tech guys, PhDs, Postdocs, MBAs, Bohemians, Students&#8230; that&#8217;s what I&#8217;ve found in the Bay Area and <strong>not many people understand me when I say that I really feel at home</strong> with them.</p>
<p style="text-align:left;">Most of the times I talk with someone about the Bay Area and/or Silicon Valley, I get to hear the same ol&#8217; song: &#8220;But you have Silicon Valleys elsewhere; You can go to London, there are many tech guys there; &#8230;&#8221; and they are right. Different parts of America are starting to boil with hungry entrepreneurs, from Seattle to Boston, passing through Austin. In Toronto, London, Dublin or even in Madrid, my home town, you can find people eager to start their own company.<a href="http://alwaysnewmistakes.files.wordpress.com/2008/05/moonoversanfrancisco.jpg"><img class="alignright size-medium wp-image-78" style="border:0 none;float:right;margin:5px 10px;" src="http://alwaysnewmistakes.files.wordpress.com/2008/05/moonoversanfrancisco.jpg?w=145&#038;h=108" alt="" width="145" height="108" /></a></p>
<p style="text-align:left;">Problem is, that it&#8217;s just that. Just people interested on technology, programming, business administration, etc. <strong>Same people with the same mono thematic interests</strong>. Rare is the case where a developer is into writing, composing or teaching (Not saying that there aren&#8217;t though, I have the great luck to know people like that, but it&#8217;s rare to find them, at least for me. Maybe I don&#8217;t look where I should, maybe it&#8217;s that).</p>
<p style="text-align:left;">It&#8217;s got to a point where <strong>finding &#8220;Interesting&#8221; people is rare</strong>. As more and more people just care about money. True interesting people get diluted in a sea of &#8220;normal&#8221; people, lost, sometimes forever, out of reach for those who care to listen.</p>
<p style="text-align:left;">I don&#8217;t consider myself above the average. I&#8217;m an average person, not special at all, but <strong>I&#8217;m cursed with a double edge gift, and that is, curiosity</strong>. Why do I say that? Well, because curiosity can be something amazing, but at the same time is source of many frustrations. My curiosity needs to be continually fed with different things. New experiences, new fields of study, new people, new cultures, new languages, &#8230; The problem is that, feeding such a voracious gift, is very difficult and it even has it&#8217;s disadvantages. For example, such a curiosity renders any attempt to became a specialist, something pretty difficult.</p>
<p style="text-align:left;"><a href="http://alwaysnewmistakes.files.wordpress.com/2008/05/cidbkk4.jpg"><img class="alignleft size-medium wp-image-76" style="border:0 none;float:left;margin:5px 10px;" src="http://alwaysnewmistakes.files.wordpress.com/2008/05/cidbkk4.jpg?w=109&#038;h=142" alt="" width="109" height="142" /></a>Anyway, <strong>finding food for my curiosity is hard</strong>. Interesting people with interesting stories are scattered, so reaching them requires great effort and time. A time that is most precious for many of us. The Bay Area, nevertheless, works as a huge talent magnet for many persons of diverse conditions, educations, cultures and backgrounds. There isn&#8217;t, as far as I know, a place like it, in terms of interesting people. And when I speak about Interesting, I mean talented persons with a story (sometimes multiple stories) to tell. This doesn&#8217;t necessarily means that they need to have a PhD or be a graduate. Sometimes the most interesting experiences you find them in the streets from people with little or no education whatsoever. The point is that, I <strong>haven&#8217;t seen such an intellectually fertile place like the Bay Area</strong> in my whole life (Again, there are, for sure, places like this that I haven&#8217;t heard of, so please, if you know them, tell me about them!). What I discovered time ago, and well, I rediscovered during this trip, is that inspiration arises, most of the time, when interacting with these type of Interesting persons, and as like in a domino game, <strong>inspiration brings creativity</strong>.</p>
<p style="text-align:left;">The big problem I find with many people is that they are incomplete. Incomplete is a strong word to <a href="http://alwaysnewmistakes.files.wordpress.com/2008/05/creativity-slide_01.jpg"><img class="alignleft size-thumbnail wp-image-77" style="border:0 none;float:left;margin:5px 10px;" src="http://alwaysnewmistakes.files.wordpress.com/2008/05/creativity-slide_01.jpg?w=156&#038;h=119" alt="" width="156" height="119" /></a>use, and I know that many people might disagree with me because as always, personal opinions are, well, personal and strongly subjective, so please keep that in mind. <strong>Most people are only interested on one or two things in life</strong>, being money and wealth one of the most common of them. They don&#8217;t care about their jobs, they don&#8217;t care about music, they don&#8217;t care about books, they don&#8217;t care about nature, and after all, why should they, no? What I&#8217;ve found is that, <strong>creative people that care about many things, are much more able to see the &#8220;big picture&#8221; everywhere</strong>. They are capable of building bridges in places where everyone else just sees dust. This is specially important for entrepreneurs if you ask me. Curiosity isn&#8217;t only something that allows people to see &#8220;further&#8221;, I truly think it enriches our soul and that at the end, when money and wealth don&#8217;t matter anymore, you are left alone with your experiences, your ideas and your ghosts.</p>
<p style="text-align:left;">Being curious about what surrounds us might be something you born with, although I sometimes think you can learn it with time, either way, just think, stop and think about what we tend to disregard on a daily basis. Meet new people, travel, experiment new things, hopefully you&#8217;ll get infected with the curiosity virus which will eventually enrich you as a person and as a professional, enabling you to foresee and envision what other can barely grasp.</p>
<p style="text-align:center;"><a href="http://alwaysnewmistakes.files.wordpress.com/2008/05/california-san-francisco-painted-ladies-hz.jpg"><img style="border:0 none;vertical-align:middle;margin:5px 10px;" src="http://alwaysnewmistakes.files.wordpress.com/2008/05/california-san-francisco-painted-ladies-hz.jpg?w=171&#038;h=115" alt="" width="171" height="115" /></a></p>
<p style="text-align:left;">Sorry for this extremely long diatribe full of my philosophic thoughts. Having recently experienced this enrichment at multiple levels, I thought it was worth trying to describe <strong>what I felt and specially WHY I feel the way I do about the Bay Area</strong> and its people. After all, there is much more than our jobs out there and it&#8217;s just ready for us to get it.</p>
<p style="text-align:left;"><strong>Images credits</strong>: <a href="http://www.flickr.com/photos/villasams/494504857/">Villa Sams</a></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/alwaysnewmistakes.wordpress.com/74/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/alwaysnewmistakes.wordpress.com/74/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/alwaysnewmistakes.wordpress.com/74/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/alwaysnewmistakes.wordpress.com/74/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/alwaysnewmistakes.wordpress.com/74/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/alwaysnewmistakes.wordpress.com/74/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/alwaysnewmistakes.wordpress.com/74/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/alwaysnewmistakes.wordpress.com/74/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/alwaysnewmistakes.wordpress.com/74/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/alwaysnewmistakes.wordpress.com/74/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/alwaysnewmistakes.wordpress.com/74/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/alwaysnewmistakes.wordpress.com/74/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=alwaysnewmistakes.wordpress.com&blog=2054828&post=74&subd=alwaysnewmistakes&ref=&feed=1" /></div><img src="http://feeds.feedburner.com/~r/AlwaysNewMistakes/~4/WbpDakHgzfc" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://alwaysnewmistakes.wordpress.com/2008/05/15/completeness-a-path-to-creativity/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/3a239491dffb449683a07f4b1047c421?s=96&amp;d=identicon&amp;r=G" medium="image">
			<media:title type="html">alexbarrera</media:title>
		</media:content>

		<media:content url="http://alwaysnewmistakes.files.wordpress.com/2008/05/moonoversanfrancisco.jpg?w=300" medium="image" />

		<media:content url="http://alwaysnewmistakes.files.wordpress.com/2008/05/cidbkk4.jpg?w=230" medium="image" />

		<media:content url="http://alwaysnewmistakes.files.wordpress.com/2008/05/creativity-slide_01.jpg?w=125" medium="image" />

		<media:content url="http://alwaysnewmistakes.files.wordpress.com/2008/05/california-san-francisco-painted-ladies-hz.jpg?w=300" medium="image" />
	<feedburner:origLink>http://alwaysnewmistakes.wordpress.com/2008/05/15/completeness-a-path-to-creativity/</feedburner:origLink></item>
		<item>
		<title>Free as in Virus</title>
		<link>http://feedproxy.google.com/~r/AlwaysNewMistakes/~3/1BsuImaWUWo/</link>
		<comments>http://alwaysnewmistakes.wordpress.com/2008/04/08/free-as-in-virus-business-model/#comments</comments>
		<pubDate>Tue, 08 Apr 2008 22:08:06 +0000</pubDate>
		<dc:creator>Alex Barrera</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[fremium]]></category>
		<category><![CDATA[model]]></category>
		<category><![CDATA[premium]]></category>

		<guid isPermaLink="false">http://alwaysnewmistakes.wordpress.com/?p=73</guid>
		<description><![CDATA[I am writing this post as I&#8217;m flying over Tulsa on my way to San Francisco. This is my 10th hour of flight and I just realized something that many might think is stupid. During my transoceanic flight from Madrid to Atlanta I had free movies on board. The same goes for free earphones, free [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=alwaysnewmistakes.wordpress.com&blog=2054828&post=73&subd=alwaysnewmistakes&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>I am writing this post as I&#8217;m flying over Tulsa on my way to San Francisco. This is my 10th hour of flight and I just realized something that many might think is stupid. During my transoceanic flight from Madrid to Atlanta I had free movies on board. The same goes for free earphones, free peanuts, free drinks or free cookies during the flight. While waiting for my connection at Atlanta I tried to use the airport&#8217;s wifi but, as I expected, you had to pay $7.50 for a 24h connection. On my current flight you have to pay to watch any movie ($6), you have to pay $2 to get some earphones and you have to pay if you want to eat some miserable cookies (you guessed, I didn&#8217;t pay for anything). Suddenly something has stricken me pretty hard and I know I&#8217;ve discussed this issue with some people (Say hi to <a href="http://www.markevanstech.com">Mark Evans</a>!).<br />
<strong> I&#8217;m so used to free services that I expect everything to be free. And mind me, that&#8217;s just wrong, very wrong</strong>. I just realized how wrong I am. $7.50 for a 24h Internet connection is very cheap for International Standards (specially if you have Euros as I do).</p>
<p>The problem here isn&#8217;t that some products are free of charge, the <strong>problem arises when you expect &#8220;everything&#8221; to be free</strong>. There are always exceptions to this, like the case of wifi at hotels. I still don&#8217;t get why after spending $150 per night in a hotel I don&#8217;t have free wifi. I truly believe wifi is accounted in the high price I pay for the room, but surprise, every single time I ask for wifi I have to pay some really expensive pluses.</p>
<p>Anyhow, many other things really deserve to be paid for. I do have a problem, I&#8217;ve never paid for a software product (ok, ok, Microsoft licenses maybe). As a programmer, <strong>anytime I needed something I tried to find a free alternative and/or code the extra functionality I needed</strong>. Although this is a cool way to save money, it does takes you much more time an effort. Not only that, most probably you won&#8217;t code a better software in just a couple of hours.</p>
<p>And so back to my point, I realized that I have to start learning to pay for services I use and like. My question is this: Is this the general evolution of market perception? <strong>Am I the only one realizing that an exclusive freemium world mentality is unsustainable?</strong> Will more people start realizing this and start shifting to pay per use models?</p>
<p>Now, more interestingly, what are the conditions a pay-per-use model needs to have to be used by a fairly large segment of a market? In my opinion, it needs to deliver two things:</p>
<ol>
<li><strong>Create more value than their competitor&#8217;s free services</strong> (no surprise here)</li>
<li><strong>Get the users to understand why they should pay you for your service.</strong></li>
</ol>
<p>We need to really start stressing the importance of paid services as we do a horrible job at it. First of all, the <strong>value &#8211; price relation MUST be fair</strong>. Too expensive and users wont pay it, even if they like your product. Too few value and users won&#8217;t understand why they should pay you either. These concepts seem rather trivial but I have the feeling we should go back to basics with this issue.</p>
<p>Now that I think about it, I truly wonder <strong>if this business model is even valid anymore</strong>. Either we go back to basics with a new breed of paid models or we find a way to indirectly cash in thousands of users. Either way, I predict that true free services will die (except those that are under the umbrella of a company that can accept the looses). If that ever happens, I wonder if people will go back to paid services. You know, history is cyclic, maybe it&#8217;s time to get back to the &#8220;old&#8221; revenue model but with a nice 3.0 twist.</p>
<p>Now some questions for all the readers, <strong>under what circumstances would you pay for an online service</strong>? Would you consider a monthly fee, anual fee or a per usage fee? Any ideas and comments are greatly appreciated!</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/alwaysnewmistakes.wordpress.com/73/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/alwaysnewmistakes.wordpress.com/73/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/alwaysnewmistakes.wordpress.com/73/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/alwaysnewmistakes.wordpress.com/73/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/alwaysnewmistakes.wordpress.com/73/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/alwaysnewmistakes.wordpress.com/73/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/alwaysnewmistakes.wordpress.com/73/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/alwaysnewmistakes.wordpress.com/73/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/alwaysnewmistakes.wordpress.com/73/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/alwaysnewmistakes.wordpress.com/73/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/alwaysnewmistakes.wordpress.com/73/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/alwaysnewmistakes.wordpress.com/73/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=alwaysnewmistakes.wordpress.com&blog=2054828&post=73&subd=alwaysnewmistakes&ref=&feed=1" /></div><img src="http://feeds.feedburner.com/~r/AlwaysNewMistakes/~4/1BsuImaWUWo" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://alwaysnewmistakes.wordpress.com/2008/04/08/free-as-in-virus-business-model/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/3a239491dffb449683a07f4b1047c421?s=96&amp;d=identicon&amp;r=G" medium="image">
			<media:title type="html">alexbarrera</media:title>
		</media:content>
	<feedburner:origLink>http://alwaysnewmistakes.wordpress.com/2008/04/08/free-as-in-virus-business-model/</feedburner:origLink></item>
		<item>
		<title>Next stop: San Francisco, CA</title>
		<link>http://feedproxy.google.com/~r/AlwaysNewMistakes/~3/1wek26aYOaE/</link>
		<comments>http://alwaysnewmistakes.wordpress.com/2008/04/03/next-stop-san-francisco-ca/#comments</comments>
		<pubDate>Thu, 03 Apr 2008 14:48:08 +0000</pubDate>
		<dc:creator>Alex Barrera</dc:creator>
				<category><![CDATA[entrepreneur]]></category>
		<category><![CDATA[hacker news]]></category>
		<category><![CDATA[inkzee]]></category>
		<category><![CDATA[san francisco]]></category>
		<category><![CDATA[trip]]></category>
		<category><![CDATA[YCombinator]]></category>

		<guid isPermaLink="false">http://alwaysnewmistakes.wordpress.com/?p=72</guid>
		<description><![CDATA[Many people already know about it but next Monday I&#8217;m flying to San Francisco for 10 days. I&#8217;ll be there from April 7th (plane arrives at 7:17pm) to April 17th (8am). I have several meetings during those days, even a guest lecture at UC Berkeley but my idea is to try and meet entrepreneurs, business [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=alwaysnewmistakes.wordpress.com&blog=2054828&post=72&subd=alwaysnewmistakes&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Many people already know about it but <b>next Monday I&#8217;m flying to San Francisco for 10 days</b>. I&#8217;ll be there from <b>April 7th</b> (plane arrives at 7:17pm) to <b>April 17th</b> (8am). I have several meetings during those days, even a guest lecture at UC Berkeley but my idea is to try and meet entrepreneurs, business angels, bloggers, etc that are either living there or just happened to be there <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>So if you are from SF or are coming to the city during those dates don&#8217;t hesitate to send me an email or a Tweet. My email is <b>abarrera at inkzee dot com</b> and for the twitter lovers: <a href="http://twitter.com/abarrera"><b>http://twitter.com/abarrera</b></a> (by the way today I reached the 100 followers mark. Come one people, lets push it to the 150 mark!).</p>
<p>I&#8217;ll eventually upload some pictures of the trip and keep the blog updated. Sorry for the blackout of the last weeks, I&#8217;ve been really busy with my startup (yeah you guessed, <a href="http://www.inkzee.com">inkzee.com</a>) and writing down something that resembles a business plan. Oh, I&#8217;ll also be giving some demos of my startup at SF, so you should come to see it.</p>
<p>We&#8217;ve scheduled some <b>meetings with the people from <a href="http://news.ycombinator.com">Hacker News</a> in SF</b>. Check out the details here:</p>
<p>http://news.ycombinator.com/item?id=144632</p>
<p><b>Dates and places</b>: http://news.ycombinator.com/item?id=14495</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/alwaysnewmistakes.wordpress.com/72/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/alwaysnewmistakes.wordpress.com/72/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/alwaysnewmistakes.wordpress.com/72/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/alwaysnewmistakes.wordpress.com/72/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/alwaysnewmistakes.wordpress.com/72/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/alwaysnewmistakes.wordpress.com/72/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/alwaysnewmistakes.wordpress.com/72/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/alwaysnewmistakes.wordpress.com/72/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/alwaysnewmistakes.wordpress.com/72/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/alwaysnewmistakes.wordpress.com/72/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/alwaysnewmistakes.wordpress.com/72/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/alwaysnewmistakes.wordpress.com/72/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=alwaysnewmistakes.wordpress.com&blog=2054828&post=72&subd=alwaysnewmistakes&ref=&feed=1" /></div><img src="http://feeds.feedburner.com/~r/AlwaysNewMistakes/~4/1wek26aYOaE" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://alwaysnewmistakes.wordpress.com/2008/04/03/next-stop-san-francisco-ca/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/3a239491dffb449683a07f4b1047c421?s=96&amp;d=identicon&amp;r=G" medium="image">
			<media:title type="html">alexbarrera</media:title>
		</media:content>
	<feedburner:origLink>http://alwaysnewmistakes.wordpress.com/2008/04/03/next-stop-san-francisco-ca/</feedburner:origLink></item>
	</channel>
</rss>
