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

<channel>
	<title>TNL.net &#187; eBay</title>
	<atom:link href="http://www.tnl.net/blog/tag/ebay/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tnl.net/blog</link>
	<description>Turning Data into Knowledge</description>
	<lastBuildDate>Wed, 08 Feb 2012 20:15:55 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<cloud domain='www.tnl.net' port='80' path='/blog/?rsscloud=notify' registerProcedure='' protocol='http-post' />
		<item>
		<title>The state of HTML validation</title>
		<link>http://www.tnl.net/blog/2011/08/21/the-state-of-html-validation/</link>
		<comments>http://www.tnl.net/blog/2011/08/21/the-state-of-html-validation/#comments</comments>
		<pubDate>Mon, 22 Aug 2011 00:45:51 +0000</pubDate>
		<dc:creator>Tristan Louis</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Facebook]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[HTML 4.0]]></category>
		<category><![CDATA[HTML 5]]></category>
		<category><![CDATA[HTML5]]></category>
		<category><![CDATA[LinkedIn]]></category>
		<category><![CDATA[Markup languages]]></category>
		<category><![CDATA[Twitter]]></category>
		<category><![CDATA[UTF-8]]></category>
		<category><![CDATA[XHTML]]></category>
		<category><![CDATA[YouTube]]></category>
		<category><![CDATA[amazon]]></category>
		<category><![CDATA[eBay]]></category>
		<category><![CDATA[validation]]></category>

		<guid isPermaLink="false">http://www.tnl.net/blog/?p=2657</guid>
		<description><![CDATA[What is the state of HTML5 compliance among large sites?<p><p><i><a href="http://tnl.net/who" rel="author" title="Who is Tristan Louis?">Tristan Louis</a> is the founder and CEO of <a href="http://www.keepskor.com" title="Keepskor">Keepskor</a> and  writes the influential <a href="http://www.tnl.net/" title="tnl.net">tnl.net</a> weblog, where this was initially posted under the title <a href="http://www.tnl.net/blog/2011/08/21/the-state-of-html-validation/">The state of HTML validation</a>. You can follow him on twitter <a href="https://twitter.com/TNLNYC">here</a> or receive his weekly newsletter by subscribing <a href="http://eepurl.com/gb6zD">here</a>.</i></p>
</p>
]]></description>
			<content:encoded><![CDATA[<p>There’s been a lot of talk about HTML5 recently and, <a href="http://news.ycombinator.com/item?id=2897756">in some geek circles</a>, there have been snickers when companies have done a poor job of implementing it. But what is the true state of html5. To find out, I decided to check whether the top sites on the internet had implemented it and how successful they were in doing so.</p>
<h2>Methodology</h2>
<p>One of the first thing in this effort was to get a decent list of sites. Unfortunately, it seems that it has become increasingly difficult to get a sense of which sites are the most popular when it comes to number of visits. I eventually settled down on <a href="http://www.alexa.com/topsites">Alexa’s Top Sites</a> list because it featured most of the sites people think of when considering what large sites are and includes a few non-US sites.</p>
<p>I then used the W3C Validator against each of the top 25 sites. This allowed me to get 3 different pieces of information:</p>
<ul>
<li><strong>Doctype</strong>: This is what the site declares as its HTML code version. In other words, how the site identifies what version of HTML it supports.</li>
<li><strong>Encoding</strong>: This is the language the site uses, which gives us a better understanding as to whether they are targeting a particular language or trying to offer a global site.</li>
<li><strong>Validation</strong>: This is how the site validated when tested for errors relating to the HTML version it purported to be offering. It gives us an idea as to how compliant with the standards the site truly is.</li>
</ul>
<p>Surprisingly, a number of popular Web 2.0 sites were not in Alexa’s Top 25 so I created a separate list for them.</p>
<h2>Top 25</h2>
<p>Looking at the top 25, here are the results:</p>
<table>
<tbody>
<tr>
<th>Name</th>
<th>Doctype</th>
<th>Encoding</th>
<th>Validation</th>
</tr>
<tr>
<td>Google</td>
<td>HTML 5</td>
<td>iso-8859–1</td>
<td>37 errors, 3 warnings</td>
</tr>
<tr>
<td>Facebook</td>
<td>HTML 5</td>
<td>utf-8</td>
<td>34 errors</td>
</tr>
<tr>
<td>YouTube</td>
<td>HTML 5</td>
<td>utf-8</td>
<td>120 errors, 2 warnings</td>
</tr>
<tr>
<td>Yahoo!</td>
<td>HTML 5</td>
<td>utf-8</td>
<td>144 errors, 8 warnings</td>
</tr>
<tr>
<td>Blogger</td>
<td>HTML 4.0 Strict</td>
<td>utf-8</td>
<td>34 errors, 45 warnings</td>
</tr>
<tr>
<td>Baidu</td>
<td>HTML 5</td>
<td>gb2312</td>
<td>6 errors, 6 warnings</td>
</tr>
<tr>
<td>Wikipedia</td>
<td>HTML 5</td>
<td>utf-8</td>
<td>5 errors, 1 warning</td>
</tr>
<tr>
<td>Windows Live</td>
<td>HTML 4.01 Transitional</td>
<td>utf-8</td>
<td>33 errors, 17 warnings</td>
</tr>
<tr>
<td>Twitter</td>
<td>HTML 5</td>
<td>utf-8</td>
<td>5 errors, 1 warning</td>
</tr>
<tr>
<td>QQ.com</td>
<td>XHTML 1.0 Transitional</td>
<td>gb2312</td>
<td>validator crashed</td>
</tr>
<tr>
<td>MSN</td>
<td>XHTML 1.0 Strict</td>
<td>utf-8</td>
<td>Completely valid</td>
</tr>
<tr>
<td>Yahoo Japan</td>
<td>HTML 4.01 Transitional</td>
<td>utf-8</td>
<td>26 errors, 24 warnings</td>
</tr>
<tr>
<td>LinkedIn</td>
<td>HTML 5</td>
<td>utf-8</td>
<td>12 errors, 1 warning</td>
</tr>
<tr>
<td>Google India</td>
<td>HTML 5</td>
<td>iso-8859–1</td>
<td>40 errors, 2 warnings</td>
</tr>
<tr>
<td>Amazon</td>
<td>HTML 4.01 Transitional</td>
<td>iso-8859–1</td>
<td>516 errors, 125 warnings</td>
</tr>
<tr>
<td>Sina.com.cn</td>
<td>XHTML 1.0 Transitional</td>
<td>gb2312</td>
<td>validator crashed</td>
</tr>
<tr>
<td>Taobao.com</td>
<td>HTML 5</td>
<td>gb2312</td>
<td>validator crashed</td>
</tr>
<tr>
<td>WordPress</td>
<td>XHTML 1.0 Transitional</td>
<td>utf-8</td>
<td>4 errors</td>
</tr>
<tr>
<td>Google HK</td>
<td>HTML 5</td>
<td>Big5</td>
<td>40 errors, 1 warning</td>
</tr>
<tr>
<td>Google Germany</td>
<td>HTML 5</td>
<td>iso-8859–1</td>
<td>37 errors, 3 warnings</td>
</tr>
<tr>
<td>Ebay</td>
<td>HTML 4.01 Transitional</td>
<td>utf-8</td>
<td>386 errors, 19 warnings</td>
</tr>
<tr>
<td>Yandex</td>
<td>HTML 4.01 Transitional</td>
<td>utf-8</td>
<td>52 errors, 12 warnings</td>
</tr>
<tr>
<td>Google UK</td>
<td>HTML 5</td>
<td>iso-8859–1</td>
<td>37 errors, 3 warnings</td>
</tr>
<tr>
<td>Google Japan</td>
<td>HTML 5</td>
<td>shift_jis</td>
<td>39 errors, 1 warning</td>
</tr>
<tr>
<td>Bing</td>
<td>XHTML 1.0 Transitional</td>
<td>utf-8</td>
<td>16 errors</td>
</tr>
</tbody>
</table>
<p>Looking at the data, the first thing that is interesting is how many sites have made the switch to HTML 5. Of the top 25 sites, 14 have made the switch to HTML 5. This means than in the last year, 56 percent of the largest sites on the internet have completely modified their code base to comply with a new standard. 6 sites are still left on the old HTML standard and 5 are sticking to the somewhat more recent XHTML standard.</p>
<p>However, it is also interesting to note that none of the sites which have made the transition comply with proper HTML standards. In fact, of the top 25 sites in the Alexa list, only MSN was found to provide completely valid code. Maybe Microsoft could point those people towards their other properties. Amazon was the worst offender, with 516 errors in their code, showing that disregard for standard compliance does not seem to have an impact on economic performance. However, Ebay and Yahoo came closely behind with hundreds of errors in their code, maybe highlighting Amazon as an exception.</p>
<p>Another interesting phenomenon is that most of the large sites have adopted UTF 8, the encoding type that support most languages, as their default language. Once again, over half (56%) of the sites have switched with Amazon and Google being among the rare exceptions. An interesting aside here is that the W3C validator may have issues when it comes to validating chinese sites as it was not able to finish the job.</p>
<h2>Web 2.0 Companies</h2>
<p>Looking at Web 2.0 companies, the data was surprising:</p>
<table>
<tbody>
<tr>
<th>Name</th>
<th>Doctype</th>
<th>Encoding</th>
<th>Validation</th>
</tr>
<tr>
<td>Facebook</td>
<td>HTML 5</td>
<td>utf-8</td>
<td>34 errors</td>
</tr>
<tr>
<td>YouTube</td>
<td>HTML 5</td>
<td>utf-8</td>
<td>120 errors, 2 warnings</td>
</tr>
<tr>
<td>Blogger</td>
<td>HTML 4.0 Strict</td>
<td>utf-8</td>
<td>34 errors, 45 warnings</td>
</tr>
<tr>
<td>Twitter</td>
<td>HTML 5</td>
<td>utf-8</td>
<td>5 errors, 1 warning</td>
</tr>
<tr>
<td>LinkedIn</td>
<td>HTML 5</td>
<td>utf-8</td>
<td>12 errors, 1 warning</td>
</tr>
<tr>
<td>WordPress</td>
<td>XHTML 1.0 Transitional</td>
<td>utf-8</td>
<td>4 errors</td>
</tr>
<tr>
<td>Flickr</td>
<td>HTML 5</td>
<td>utf-8</td>
<td>15 errors, 3 warnings</td>
</tr>
<tr>
<td>Tumblr</td>
<td>XHTML 1.0 Transitional</td>
<td>utf-8</td>
<td>19 errors</td>
</tr>
<tr>
<td>Foursquare</td>
<td>XHTML 1.0 Strict</td>
<td>utf-8</td>
<td>40 errors</td>
</tr>
<tr>
<td>Groupon</td>
<td>XHTML 1.0 Transitional</td>
<td>utf-8</td>
<td>6 errors</td>
</tr>
<tr>
<td>Zynga</td>
<td>XHTML 1.0 Transitional</td>
<td>utf-8</td>
<td>4 errors, 6 warnings</td>
</tr>
</tbody>
</table>
<p>I captured the data for companies other than those in the top 25 and a few interesting trends seem to pop up. The first thing that came as a surprise is that there seems to be that a lower number of sites have made the transition to HTML 5, with only 5 sites out of 11 (or 45 percent) having completed the transition. There seems to still be a strong preference for XHTML as the way to encode pages.</p>
<p>Also of note is that all sides have plans for globalization, encoding their page in the UT-8 format that can support both western and non-western alphabets.</p>
<p>However, none of the sites successfully validate in any of their preferred standard. It looks like there is still much room for improvement in the world of HTML validation.</p>
<p><p><i><a href="http://tnl.net/who" rel="author" title="Who is Tristan Louis?">Tristan Louis</a> is the founder and CEO of <a href="http://www.keepskor.com" title="Keepskor">Keepskor</a> and  writes the influential <a href="http://www.tnl.net/" title="tnl.net">tnl.net</a> weblog, where this was initially posted under the title <a href="http://www.tnl.net/blog/2011/08/21/the-state-of-html-validation/">The state of HTML validation</a>. You can follow him on twitter <a href="https://twitter.com/TNLNYC">here</a> or receive his weekly newsletter by subscribing <a href="http://eepurl.com/gb6zD">here</a>.</i></p>
</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tnl.net/blog/2011/08/21/the-state-of-html-validation/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>The bubble is (group)on</title>
		<link>http://www.tnl.net/blog/2011/06/04/the-bubble-is-groupon/</link>
		<comments>http://www.tnl.net/blog/2011/06/04/the-bubble-is-groupon/#comments</comments>
		<pubDate>Sat, 04 Jun 2011 22:25:26 +0000</pubDate>
		<dc:creator>Tristan Louis</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[Amazon.com]]></category>
		<category><![CDATA[Groupon]]></category>
		<category><![CDATA[IPO]]></category>
		<category><![CDATA[LinkedIn]]></category>
		<category><![CDATA[LinkedIn Corporation]]></category>
		<category><![CDATA[Valuation]]></category>
		<category><![CDATA[amazon]]></category>
		<category><![CDATA[bubble]]></category>
		<category><![CDATA[eBay]]></category>
		<category><![CDATA[eBay Inc]]></category>
		<category><![CDATA[initial public offering]]></category>

		<guid isPermaLink="false">http://www.tnl.net/blog/?p=2600</guid>
		<description><![CDATA[The GroupOn IPO is a sign that we may be entering a bubble.<p><p><i><a href="http://tnl.net/who" rel="author" title="Who is Tristan Louis?">Tristan Louis</a> is the founder and CEO of <a href="http://www.keepskor.com" title="Keepskor">Keepskor</a> and  writes the influential <a href="http://www.tnl.net/" title="tnl.net">tnl.net</a> weblog, where this was initially posted under the title <a href="http://www.tnl.net/blog/2011/06/04/the-bubble-is-groupon/">The bubble is (group)on</a>. You can follow him on twitter <a href="https://twitter.com/TNLNYC">here</a> or receive his weekly newsletter by subscribing <a href="http://eepurl.com/gb6zD">here</a>.</i></p>
</p>
]]></description>
			<content:encoded><![CDATA[<p>This week, <a title="Groupon S1" href="http://www.sec.gov/Archives/edgar/data/1490281/000104746911005613/a2203913zs-1.htm">GroupOn filed for a $750 million initial public offering</a>. Looking at the data, it seems it either shouldn’t have or the kind of economics that got the dotcoms in trouble are back.</p>
<h2>Rumored numbers were off</h2>
<p>I, <a href="http://allthingsd.com/20101203/exclusive-groupon-annual-revenues-actually-2-billion/">like many other people</a> <a href="http://techie-buzz.com/tech-news/with-2-billion-annual-revenue-groupon-says-no-to-google.html">writing about</a> <a href="http://www.businessinsider.com/groupon-revenue-run-rate-2010-12">internet companies</a>, <a href="http://www.tnl.net/blog/2011/01/14/doesnt-feel-like-a-bubble/">have been guilty</a> of spreading the rumor that Groupon 2010 revenue were nearing $2 billion. The reality is much starker as the company has generated revenues of $713 million for that year with net losses of over 456 million for that year.</p>
<p>According the S1, they also had 50.6 million users at the end of 2010, which was higher than the 30 million that had been widely reported. So if I were to revise the chart I had created in late 2010 based on the rumored numbers, it would look like this:</p>
<table>
<tbody>
<tr>
<th>Name</th>
<td>Groupon</td>
</tr>
<tr>
<th>2010 Revenue</th>
<td>$713 million</td>
</tr>
<tr>
<th>2010 Profit (loss)</th>
<td>($413 million)</td>
</tr>
<tr>
<th>2010 User base</th>
<td>50.6 million</td>
</tr>
<tr>
<th>Average revenue per user</th>
<td>$14.09</td>
</tr>
<tr>
<th>Average profit (loss) per user</th>
<td>($8.16)</td>
</tr>
</tbody>
</table>
<p>My first reaction, when looking at this is that we are dealing with a company with massive losses here and that’s a first red flag. Many have compared those losses to Amazon, a company that went public even though it had big losses so I decided to go all the way back to 1997 and pick up the Amazon S1 to see how it compared.</p>
<h2>GroupOn vs. Amazon</h2>
<table>
<tbody>
<tr>
<th>Name</th>
<td>GroupOn</td>
<td>Amazon</td>
</tr>
<tr>
<th>IPO year</th>
<td><a href="http://www.sec.gov/Archives/edgar/data/1490281/000104746911005613/a2203913zs-1.htm">2011</a></td>
<td>1997</td>
</tr>
<tr>
<th>Amount raised</th>
<td>$750 million</td>
<td>$55 million</td>
</tr>
<tr>
<th>Valuation</th>
<td>$20 billion</td>
<td>$438 million</td>
</tr>
<tr>
<th>Preceding year revenue</th>
<td>$713 million</td>
<td>$15.7 million</td>
</tr>
<tr>
<th>Preceding year profit (loss)</th>
<td>($413 million)</td>
<td>($5.7 million)</td>
</tr>
<tr>
<th>Preceding year user base</th>
<td>50.6 million</td>
<td>35 million</td>
</tr>
<tr>
<th>Average revenue per user</th>
<td>$14.09</td>
<td>$0.45</td>
</tr>
<tr>
<th>Average profit (loss) per user</th>
<td>($8.16)</td>
<td>($0.16)</td>
</tr>
<tr>
<th>Valuation per user</th>
<td>$395</td>
<td>$12.51</td>
</tr>
</tbody>
</table>
<p>Based on those numbers, the first thing that seems out of whack to me is the level of risk one is asked to take based on the potential revenue per user. Maybe a $200-$500 million valuation would make more sense for GroupOn at this stage, if we truly want to compare it to Amazon back then.</p>
<p>The other thing is that the valuation per user seems extremely high. In a world where <a href="http://www.businessinsider.com/chart-of-the-day-revenue-per-unique-visitor-2011-1">Amazon gets $189 per user</a>, we are led to believe that Groupon could do more than twice that number, making it <a href="http://www.dailyrindblog.com/?p=4306">almost as successful as Apple </a>in terms of monetizing users. Color me cynical but I have serious doubt that’s achievable on the current business model.</p>
<h2>GroupOn vs. LinkedIn</h2>
<p>A couple of weeks ago, I ran comparisons between LinkedIn IPO and a few other tech companies that went public. Let’s superimpose the groupon numbers and <a href="http://www.sec.gov/Archives/edgar/data/1271024/000119312511064249/ds1a.htm">the LinkedIn numbers</a> to see how different those offerings are:</p>
<table>
<tbody>
<tr>
<th>Name</th>
<td>Groupon</td>
<td>LinkedIn</td>
</tr>
<tr>
<th>2010 Revenue</th>
<td>$713 million</td>
<td>$243</td>
</tr>
<tr>
<th>2010 Profit (Loss)</th>
<td>($413 million)</td>
<td>$15.8 million</td>
</tr>
<tr>
<th>2010 users</th>
<td>50.6 million</td>
<td>90 million</td>
</tr>
<tr>
<th>2010 Average Revenue per user</th>
<td>$14.09</td>
<td>$2.7</td>
</tr>
<tr>
<th>2010 Average profit (loss) per user</th>
<td>($8.16)</td>
<td>$0.17</td>
</tr>
</tbody>
</table>
<p>The other big thing is that revenues per users are actually on the low side compared to other technology companies. For example, Groupon makes <a href="http://www.businessinsider.com/chart-of-the-day-revenue-per-unique-visitor-2011-1">less revenue than Ebay ($39) or Google ($24)</a>, two companies that have demonstrated long-running businesses. Furthermore, the company’s losses are staggering, even for a company in growth mode.</p>
<h2>Bubble numbers</h2>
<p>I’ve <a title="Doesn’t feel like a bubble" href="http://www.tnl.net/blog/2011/01/14/doesnt-feel-like-a-bubble/">long</a> <a title="No Bubble 2.0 yet" href="http://www.tnl.net/blog/2006/10/09/no-bubble-20-yet/">warned</a> people about tossing the bubble number around. In fact, I was probably one of the biggest debunker of bubble thinking but, if a company like GroupOn is allowed to go out at the valuation it has set forth, I am afraid that we will be making the same mistakes we have made over a decade ago. I am sorry to disappoint GroupOn shareholders but, in this case, I believe that to let such a company go public would be to endanger the whole startup ecosystem that has been flourishing over the past years.</p>
<p><p><i><a href="http://tnl.net/who" rel="author" title="Who is Tristan Louis?">Tristan Louis</a> is the founder and CEO of <a href="http://www.keepskor.com" title="Keepskor">Keepskor</a> and  writes the influential <a href="http://www.tnl.net/" title="tnl.net">tnl.net</a> weblog, where this was initially posted under the title <a href="http://www.tnl.net/blog/2011/06/04/the-bubble-is-groupon/">The bubble is (group)on</a>. You can follow him on twitter <a href="https://twitter.com/TNLNYC">here</a> or receive his weekly newsletter by subscribing <a href="http://eepurl.com/gb6zD">here</a>.</i></p>
</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tnl.net/blog/2011/06/04/the-bubble-is-groupon/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>2009 Predictions: Intro</title>
		<link>http://www.tnl.net/blog/2009/01/01/2009-predictions-intro/</link>
		<comments>http://www.tnl.net/blog/2009/01/01/2009-predictions-intro/#comments</comments>
		<pubDate>Fri, 02 Jan 2009 00:48:58 +0000</pubDate>
		<dc:creator>Tristan Louis</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[AOL]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[eBay]]></category>

		<guid isPermaLink="false">http://www.tnl.net/blog/?p=1033</guid>
		<description><![CDATA[Every year, I try to make some predictions about where the year might go. However, in the past I've done so in one single long post. This year, I'm taking a different approach, crafting multiple posts out of my thoughts relating to areas I'm interested in.<p><p><i><a href="http://tnl.net/who" rel="author" title="Who is Tristan Louis?">Tristan Louis</a> is the founder and CEO of <a href="http://www.keepskor.com" title="Keepskor">Keepskor</a> and  writes the influential <a href="http://www.tnl.net/" title="tnl.net">tnl.net</a> weblog, where this was initially posted under the title <a href="http://www.tnl.net/blog/2009/01/01/2009-predictions-intro/">2009 Predictions: Intro</a>. You can follow him on twitter <a href="https://twitter.com/TNLNYC">here</a> or receive his weekly newsletter by subscribing <a href="http://eepurl.com/gb6zD">here</a>.</i></p>
</p>
]]></description>
			<content:encoded><![CDATA[<p>It’s been a long-standing rule here at TNL.net to make predictions about the upcoming year. For many reasons, unfortunately, this didn’t happen in 2008, ruining an otherwise perfect decade-long streak of making such predictions. To be perfectly honest, last year was a bit of a down year in terms of production of content here on TNL.net as events beyond the blog required my attention.</p>
<p>So the first prediction I will make is a purely personal one and more of a promise than a prediction: 2009 will be a year when more new postings will emerge from TNL.net.</p>
<h3>Macro-economics</h3>
<p>I do not share the optimism of many other people in the technology field when it comes to macro-economic factors and their impact on the technology field. My view is that the first half of 2009 will be much worse than the last half of 2008 and that the second half of the year will, at best, look like the first half of last year.</p>
<p>I suspect that the financial picture will get more constrained over the next fiew months as banks start feeling the impact of a consumer-led credit card crisis as individuals try to save their houses by maxing out the credit card instead and eventually reach the end of the credit limit, unable to repay.</p>
<p>In the broader economy, the current credit crunch will continue to have an impact on all industry and I suspect this will lead to large companies first encouraging voluntary layoffs, followed by further job cuts. This will translate into a larger impact on the retail sector, which is still larger than it ought to be under the current condition. Expect more consolidation in retail, with some large players closing shop altogether.</p>
<h3>Start-ups</h3>
<p>I don’t think it’s very hard to predict a wave of start-up failures this year. However, this will not be anywhere near as bad as it was during the first dotcom bubble because the current crash is not seeing inflated VC investments as its core. The level of investments in web 2.0 companies never reached the excesses we saw during web 1.0 so I suspect that many start-ups will float away with more of a wimper than a bang.</p>
<h3>Established Web Players</h3>
<p>Some of the more established web 1.0 companies will have a rough year.</p>
<p>I would not be surprised to see Yahoo no longer running as an independent firm by year end. My suspicion is that it will either be combined with AOL as part of a complex transaction that will spin AOL out of Time-Warner and combine with Yahoo (a combination that I suspect will leave all involved hopeful for the best at the start of the transaction and disenchanted with the result by year end) or, should the stock price drop lower, I would not be overly surprised if Rupert Murdoch were to swoop in and pick it up to combine Yahoo with other News Corp. Interactive properties (including MySpace).</p>
<p>eBay is another company that will have a rough year in 2009. Much attention will be paid to it as Meg Whitman, the company’s former CEO makes a gubernatorial bid in California and many will point to her leadership there as either an example of success or failure, depending on which side of the political spectrum they stand on. Meanwhile, eBay’s auction business will continue to crater and more of its revenue will come from its PayPal and Skype subsidiaries.</p>
<p>Amazon will survive the retail downturn and may actually emerge as a winner in the category. As more retail consolidates, Amazon’s rich data-mining abilities are making it the Wal-Mart of the online world and I expect it to see growth in the retail space as smaller players fall off by the wayside. Furthermore, its diversification, with the company also offering some of its infrastructure via web services for a low fee will pay off as more startups will move their operations to the Amazon cloud as part of some cost savings efforts.</p>
<p>Meanwhile, Microsoft will continue to sputter along in the online space, possibly picking up the search business from Yahoo but ultimately ending the year without any significant gains in the online space. Hopefully, by then they will have released Windows 7, which may undo some of the reputational damage the company suffered after the release of Windows Vista.</p>
<p>In the next entry, we’ll look at the media space and how those macro-economic changes will have an impact on that.</p>
<p><p><i><a href="http://tnl.net/who" rel="author" title="Who is Tristan Louis?">Tristan Louis</a> is the founder and CEO of <a href="http://www.keepskor.com" title="Keepskor">Keepskor</a> and  writes the influential <a href="http://www.tnl.net/" title="tnl.net">tnl.net</a> weblog, where this was initially posted under the title <a href="http://www.tnl.net/blog/2009/01/01/2009-predictions-intro/">2009 Predictions: Intro</a>. You can follow him on twitter <a href="https://twitter.com/TNLNYC">here</a> or receive his weekly newsletter by subscribing <a href="http://eepurl.com/gb6zD">here</a>.</i></p>
</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tnl.net/blog/2009/01/01/2009-predictions-intro/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Why the Boo.comeback makes sense</title>
		<link>http://www.tnl.net/blog/2006/11/28/why-the-boocomeback-makes-sense/</link>
		<comments>http://www.tnl.net/blog/2006/11/28/why-the-boocomeback-makes-sense/#comments</comments>
		<pubDate>Tue, 28 Nov 2006 16:37:59 +0000</pubDate>
		<dc:creator>Tristan Louis</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Broadband]]></category>
		<category><![CDATA[Europe]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[United Kingdom]]></category>
		<category><![CDATA[United States]]></category>
		<category><![CDATA[XML]]></category>
		<category><![CDATA[Yahoo]]></category>
		<category><![CDATA[e - commerce]]></category>
		<category><![CDATA[eBay]]></category>
		<category><![CDATA[web services]]></category>

		<guid isPermaLink="false">http://tnl.net/blog/2006/11/28/why-the-boocomeback-makes-sense/</guid>
		<description><![CDATA[There has been much discussion lately, most of it negativeÂ (you can read more comments on Technorati), about the comeback of boo.com and once again, I find myself on the opposite side of the shared wisdom. Before I go into reasons as to why I think a comeback by Boo.com (a boo.comeback?) makes sense, let me [...]<p><p><i><a href="http://tnl.net/who" rel="author" title="Who is Tristan Louis?">Tristan Louis</a> is the founder and CEO of <a href="http://www.keepskor.com" title="Keepskor">Keepskor</a> and  writes the influential <a href="http://www.tnl.net/" title="tnl.net">tnl.net</a> weblog, where this was initially posted under the title <a href="http://www.tnl.net/blog/2006/11/28/why-the-boocomeback-makes-sense/">Why the Boo.comeback makes sense</a>. You can follow him on twitter <a href="https://twitter.com/TNLNYC">here</a> or receive his weekly newsletter by subscribing <a href="http://eepurl.com/gb6zD">here</a>.</i></p>
</p>
]]></description>
			<content:encoded><![CDATA[<p>There has been <a href="http://techcrunch.com/2006/11/24/boocom-back-in-2007-maybe/">much</a> <a href="http://techdirt.com/articles/20061127/065559.shtml">discussion</a> lately, <a href="http://www.davidgalbraith.org/archives/001007.html">most</a> <a href="http://www.blogherald.com/2006/11/27/boocom-is-back-in-2007-fear-the-bubble/">of</a> <a href="http://gigaom.com/2006/11/25/old-bad-ideas-20/">it</a> <a href="http://open.typepad.com/open/2006/02/dotcom_disaster.html">negative</a>Â (you can read <a href="http://technorati.com/search/?return=posts&#038;q=boo.com">more comments on Technorati</a>), about the comeback of boo.com and once again, I find myself on the opposite side of the shared wisdom. Before I go into reasons as to why I think a comeback by Boo.com (a boo.comeback?) makes sense, let me first go into my unique qualifications to make such an assessment: I happen to have worked at Boo.com in the past and <a href="http://www.tnl.net/blog/2000/05/19/boocom-goes-bust/" title="TNL.net: Boo.com Goes Bust">I was the insider who exposed some of the challenges the company had faced</a>. I spent a fair amount of my time, in 2000 and 2001, talking at conferences about the lessons learned from this failure and I think that some of those are now fixed.</p>
<h3>Looking Back</h3>
<p>In the ensuing 6 years, I’ve been going over and over what went wrong and discovered more lessons along the way: the market conditions were wrong, we were young and arrogant, and, for the most part, we didn’t really understand the magnitude of what we were trying to accomplish: to remind people, our goal was to launch a website in 16 countries (15 EU countries + the US) on day one, localizing our site for each of them. At the time (1999), no one had accomplished that broad a coverage (nor had anyone even tried to).</p>
<p>So it seemed a little crazy but, then again, crazy people had built Netscape, Yahoo, Ebay, and Amazon in the previous few years. So crazy seemed not only possible but it seemed to be the key to success on the Internet. The problems we encountered fell in a number of areas: currency exchanges, tax issues, language localization, integration with many fulfillment partners and a front-end experience that called for broadband connections. We basically wanted to build eCommerce 2.0 long before there was a web 2.0.</p>
<h3>Looking Forward</h3>
<p>So fast-forward to now. Broadband uptake is nearing 50% in many of the target countries and the number of users has grown tremendously, governments have learned about internet ecommerce and now have specific rules relating to it. And integration across many system is what web services and mash-ups are all about. Do I smell progress? So let’s revisit my <a href="http://www.tnl.net/blog/2000/05/19/boocom-goes-bust/">old post</a> (which later was published in Business 2.0) points and look at them through the 2006 lens.</p>
<h4>The Currency Problem</h4>
<p>Back then, the 16 countries we targeted meant 16 different currencies.</p>
<p>Today, with the rise of the Euro as a unifying currency, the same 16 countries only have 4 different currencies (the UK still being stuck on the pound sterling and Denmark keeping its currency a national one pegged to the Euro. The US and the Euro are the other two currencies covered.) This greatly reduces the complexity of pricing models across Europe and makes the overall cost of managing the catalog much lower.</p>
<p>Back then, we actually had to build our own currency tracker, with people inputing the exchange rates daily into the system to keep everything aligned.</p>
<p>Today, you can get access to currency exchanges via web services (just off the top of my head, I can think of Reuters and CBS Marketwatch providing this type of data), therefore automating what was once a manual task and, once again, reducing administration costs for the catalog.</p>
<h4>Tax Issues</h4>
<p>Back then, there was no consistency in the way taxes were assessed on goods sold online. The financial people at Boo.com version 1 spent a lot of time with a big 5 accountant group and a lot of local government to lobby for normalization of rules around taxes on cross-border business.</p>
<p>Today, because all of those governments understand the value of internet commerce and because many have worked in conjunctions with each other (through the G8 and the EU) to normalize rules surrounding taxation of goods sold on the Internet the problem is easier to solve.</p>
<p>Back then, we had to build our own systems to track all the vagaries of the different tax systems. It wasn’t a build vs. buy decision because there were no packages offered on the market to deal with this.</p>
<p>Today, you can buy software packages that has all the taxation rules built in so that problem is no longer one you need to build for. You can just buy the technology and let the vendor worry about the changes in taxation laws.</p>
<h4>Language Localization</h4>
<p>When we set out to build Boo.com, a strong component was the idea of offering the online store in the local language of the user. Boo.com was actually the first store to offer as high a level of customization by market and we had to make a number of changes to the e-commerce software package to make it into a globalized platform. Remember that, at the time, e-commerce was primarily the domain of US and UK companies so selling in a language other than English was rare. E-commerce sites which sold goods in non-English markets were generally customized on a one off basis but no one, prior to Boo.com, had attempted to have a single back-end system run multiple countries.</p>
<p>Today, more vendors are selling solutions which can be customized across a variety of western languages. The solutions are not yet perfect but, for the most part, they work (there are still a number of issues when it comes to localization across 2-byte languages, especially when it comes to site with mixed languages.) Back then, we also had to develop a content management system that could handle translation workflows and management of content in multiple languages. It wasn’t pretty but it worked and it required a lot of internal translation to happen. Each product had description, sizes, etc… available in multiple languages. That part was actually a fairly large management of content nightmare. Today, modern content management system can handle more complex workflows (allowing to track when translations are completed) and even can provide hooks to farm-out translation of the content to external parties. This substantially reduces the cost of a multi-country offering.</p>
<h4>Integration with fulfillment partners</h4>
<p>Back then, a fair number of people at Boo.com were experts in EDI (or electronic data infrastructure) because EDI bridges were the only way to integrate into our fulfillment partners. Web services didn’t exist so we had batch jobs triggering every hour to the warehouses at DeutchePost and UPS so they could pick, pack and ship the orders. This was expensive and probably the area where we lost the most money on a single transaction.</p>
<p>Today, services like <a href="http://www.amazonservices.com/content/fulfillment-by-amazon.htm?id=hm1">fulfillment by Amazon</a> provide the same service at a substantially lower cost and with less integration headaches as web services are making it easy to integrate their services into an e-commerce operation. That saving alone could justify the existence of Boo.com 2.0 (actually, it would be 3.0 as FashionMall tried to resurrect Boo.com once already).</p>
<h3>Front-end</h3>
<p>No discussion of Boo.com can be full unless we talk about its front-end.</p>
<h4>The Broadband Penetration ProblemÂ </h4>
<p>Many people laughed at the attempt we made at creating a more user friendly interface to e-commerce. Back then, a more interactive experience meant using Flash. It was the only way to get a lot of parts moving together. Things like Zoom-In/Zoom-out or Rotate type of effects were hard to accomplish with DHTML and much easier to do so with Flash. Since XML didn’t exist, we didn’t have AJAX. Since we didn’t have AJAX, we went with Flash. Since we went with Flash, the assets were large. Since the assets were large and the average user was connecting via a 56k modem, the site looked slow.</p>
<p>The idea was that every click should feel snappy, a model now common with AJAX-based applications but we failed in one assumption, which is that broadband penetration would move at a faster rate. Our expectation were that 1Megabit lines (much slower than what one now gets via cable or DSL) would be readily available within a year. That was a very flawed assumption and we had not planned any contingency for any slower a deployment.</p>
<h4>Selling clothes requires details</h4>
<p>Another interesting challenge was that we were trying to sell clothes online. Evaluating a DVD, CD, or book online is easy. However, clothing is different: when people shop for clothes, they like to feel the fabric, look at the details in the fabric. That experience was hard to reproduce online. Back then, what we set out to do, in order to help mimic some of the experience was to have highly detailed pictures of the goods.Â </p>
<p>Every product was shot multiple times at a stunning 5 megapixels per picture (the highest possible resolution at the time). This meant picture files that were about 1–2 Mb per file, something that seems small in the era of Flickr and YouTube but was massive in the era of 56k modems. The advantage of such detailed pictures was that you could zoom in to a level higher than what you could do in a store (part of our attempt to compensate for the fact that you couldn’t touch the merchandise). Today, such level of detail is standard among most of the online clothing manufacturers and with more broadband lines, it’s no big deal.</p>
<p>Another innovation we introduced was the presentation of products in 3D. You could basically rotate every product in our inventory any way you wanted. This, at a time when QuickTimeVR was not on the marketplace. This meant getting our photography partners to come up with completely new approaches to taking product shots, sometimes requiring as many as 15–20 shots per product in order to get everything right. Those pictures were then taken into Flash and adjusted so that you could rotate the product and zoom in and out of it, a feat that now seems pretty standard, using QuickTimeVR.</p>
<p>All that photography work didn’t come cheap, especially when you consider that this was done across 5,000 products and that all the assets were then stored on our servers (Hard Drive space was nowhere near as cheap as it is now).Â </p>
<h4>Modeling</h4>
<p>Another innovation was the introduction of virtual models you could use to try the clothes on. Today, Sears offers a lower quality version of what we were offering back then (their model still requires a reload of the full page to turn it.) Because all the products had 3D equivalent, modeling them was relatively easy and we decided to throw it in as an extra feature that helped enhance the user experience. Once again, because of the processing and bandwidth required to make that happen, the idea was ahead of its time.Â </p>
<h4>Miss Boo</h4>
<p>So we now all know that chatty avatars on web sites are not a good idea. The concept behind Miss Boo was to help make the experience similar to that of a store, with a sales assistant (Miss Boo), helping you out. Our long term goal was to have Miss Boo attached on the back-end to a real person so we could have integrated IM while you were shopping (that plan never came to fruition as the company had other concerns after launch). In the process, though, we’ve learned that avatars are generally despised and probably helped many sites avoid them.</p>
<h4>Tagging</h4>
<p>Because we wanted the experience to be a more communal one, we had a way for users to tag clothing (well, we didn’t call them tags, we called them “LaBOOls” (labels, with a Boo in the middle, get it?) in the great tradition of badly named things on our site). However, because there was no AJAX or other way to quickly get the data back and forth, it required a reload of the whole page after each tag was applied. The feature was quickly killed in order to gain speed but I can’t think of any other site that had tagging on products at the time (if I’m wrong, please rectify me in the comments).</p>
<h3>Chatty Tone</h3>
<p>The BooZine (Boo Magazine) was our attempt to create a more friendly, open tone when dealing with users. We didn’t want to be just a store, we wanted to engage the users. When our forums (remember, this is before blogs were popular) started filling up with vitriolic comments, we were forced to shut them down, closing a channel of communication for users to us. It was a real shame but I think our attempt can be mirrored in the way most web 2.0 companies now have a blog that they use to receive feedback from users.</p>
<h3>A more mature market</h3>
<p>Back then, few people were buying stuff online. Even fewer were buying clothes online and an even smaller number than that was buying hip clothing. Considering all the challenges Boo.com was trying to address, its target market was just too small to make it a successful business.</p>
<p>Today, blogs like <a href="http://www.coolhunting.com/" title="CoolHunting">CoolHunting</a>, <a href="http://hypebeast.com/">HypeBeast</a>Â or <a href="http://www.mocoloco.com/">MocoLoco</a> show that there is a market for the types of goods Boo was trying to sell. That, in itself, could be a good reason for Boo.com to come back: The market they were addressing is finally there. However, it may also be a reason for it to not comeback: theÂ market they were addressing now has competitors in it.</p>
<h3>Was Boo.com the first Web 2.0 company?</h3>
<p>I have to admit that I’ve been feeling a certain level of uneasiness about Web 2.0: to me, there didn’t seem to be much there that I had not seen before: web services (yup, done since 2000), user generated content (tried it in a limited fashion with with the “labools” and forums), more transparency (tried that with forums in the past), chatty tone (attempted at Boo). What I failed to realize is that where we failed was in the way we implemented things. But looking back now, the reason it didn’t feel new was that much of that experimentation was on our site only, not part of a more widespread phenomenon.</p>
<p>Another thing that got me thinking along the way of Boo.com as a Web 2.0 company was the <a href="http://f6design.com/journal/2006/10/21/the-visual-design-of-web-20/">excellent post on Pixel Acres about the visual design of web 2.0</a>. Let me explain, picking points from the article:</p>
<blockquote><p>Integral to Web 2.0 is harnessing the input of website visitors. Users can generate content for a web service, promote it in a â€œviralâ€ peer-to-peer fashion, and improve itâ€™s data quality through their opinions and preferences.</p></blockquote>
<p>Users of Boo could create their model, share it with friends (following the UGC model, I guess). So the input component was there, as was the sharing one.</p>
<blockquote><p>Most Web 2.0 sites come across as friendly, approachable and small-scale, using subtle design decisions to gain our trust.</p></blockquote>
<p>Every decision about the front end was to make it appear friendly, chatty and hide as much of the complexity as possible (that’s why so many people thought what we were doing was easy but badly implemented).</p>
<blockquote><p>Bright, cheerful colors dominate Web 2.0 sites… Bold primary colors suggest a playful, fun attitude and also help to draw attention to important page elements.</p></blockquote>
<p>One word: orange. The boo.com site had cheerful colors all over the place (sometimes so cheerful that I worried it would be seen as a toy)</p>
<blockquote><p>Rounded Everything: The friendliness of rounded corners is in keeping with the comfortable, informal tone of many web 2.0 sites… In a great FontShop article analysing the logos of Web 2.0, it was clear that rounded typefaces are all the rage. This smooth approach to type lends a modern playfulness to a companyâ€™s visual identity.</p></blockquote>
<p>Yup, Boo.com was round, very round, even the logo and the fonts. From a visual standpoint, it was much closer to today’s web 2.0 site than the ones it lived among.</p>
<blockquote><p>Most Web 2.0 sites devote prime real estate to the message that they offer a free service.</p></blockquote>
<p>Well, we kept pushing our “Free” boozine (Boo Magazine) and looked at it as a way to hook people into coming back again and again to the site.</p>
<blockquote><p>You wonâ€™t find any stock photography of smiling support staff on a Web 2.0 site — thatâ€™s a tactic favored by small companies trying to mimic large corporations. Simple icons and screenshots are the order of the day when it comes to imagery on Web 2.0 sites. 3D and beveled icons can lend elegance and polish to a page design that is otherwise fairly stark.</p></blockquote>
<p>Boo.com was 100% stock photography free. It was all icons and cartoons.</p>
<blockquote><p>A good Web 2.0 app ought to be lightweight and easy for users to grasp, and clever visual design and copywriting can help remove barriers to entry. Smart use of layout, color, type and copy can go a long way towards easing the pain.</p></blockquote>
<p>Well, we failed on the lightweight end of things but the design was to be as airy as possible.</p>
<blockquote><p>As far as Web 2.0 is concerned, bigger is definitely better. Bigger text, that is. Large text is easy on the eye, and coupled with snappy copywriting makes information easy to absorb. And now that accessibility is cool, itâ€™s possible to be a hotshot web designer <em>and </em>use enormous type.</p></blockquote>
<p>… and back then, people said we didn’t make good use of the real estate because the fonts on our screens were too big. However, note that accessibility was inexistant at Boo.com</p>
<blockquote><p>The layout of Web 2.0 sites might be described as minimal. With a focus on legibility and ease of use, good use is made of white space. White space allows important information to stand apart, provides rest for the eye, and imparts a sense of calm and order. Generous leading also makes text copy easier for the eye to follow. Some Web 2.0 layouts are so minimal that they verge on boring, but designed well, an uncluttered page can be incredibly tasteful.</p></blockquote>
<p>Yes, we had a lot of whitespace.</p>
<blockquote><p>Friendly, informal copywriting allows a more personal relationship with website visitors.</p></blockquote>
<p>People complained that our content was too informal, actually. I guess taste has changed in the following years.</p>
<p>So, from a visual standpoint, we may have established some of the rules that are now considered good visual rules for Web 2.0 companies. Of course, feature wise, we didn’t have RSS (it had not achieved the level of popularity it now has) and worked largely as a walled garden (all interaction happened on our site) but Boo.com was probably sitting closer to a Web 2.0 sensibility than most companies that existed at the time.</p>
<h3>Conclusion</h3>
<p>Based on past history, the complexity that existed back then has largely disappeared, making it possible for Boo.com to exist in the web 2.0 world. The market has also evolved to the point where many of the innovations first introduced by Boo.com are now considered mainstream and where many of its barriers to entry seem to have disappeared. This means that Boo.com could have a chance at surviving this round. However, one would have to be careful about overspending on advertising (a crime that Boo.com was responsible of, with its massive multi-country ad budget). A question that remains on the viability of the brand is whether the errors of the past have damaged the brand to a point where it would not be able to come back. It is probably the most dangerous factor in the rebirth of Boo.com and, if the negative press of the past overshadows the re-emergence of this company, it could be a fatal flaw that could ultimately make this a bad idea.</p>
<p>I wish much luck to the parties involved in the relaunch. Hopefully, they won’t suffer from the same arrogance we suffered from in the first iteration of the company and will be able to build a strong business around this brand.</p>
<p><p><i><a href="http://tnl.net/who" rel="author" title="Who is Tristan Louis?">Tristan Louis</a> is the founder and CEO of <a href="http://www.keepskor.com" title="Keepskor">Keepskor</a> and  writes the influential <a href="http://www.tnl.net/" title="tnl.net">tnl.net</a> weblog, where this was initially posted under the title <a href="http://www.tnl.net/blog/2006/11/28/why-the-boocomeback-makes-sense/">Why the Boo.comeback makes sense</a>. You can follow him on twitter <a href="https://twitter.com/TNLNYC">here</a> or receive his weekly newsletter by subscribing <a href="http://eepurl.com/gb6zD">here</a>.</i></p>
</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tnl.net/blog/2006/11/28/why-the-boocomeback-makes-sense/feed/</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
		<item>
		<title>No Bubble 2.0 yet</title>
		<link>http://www.tnl.net/blog/2006/10/09/no-bubble-20-yet/</link>
		<comments>http://www.tnl.net/blog/2006/10/09/no-bubble-20-yet/#comments</comments>
		<pubDate>Tue, 10 Oct 2006 03:59:04 +0000</pubDate>
		<dc:creator>Tristan Louis</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Mergers and acquisitions]]></category>
		<category><![CDATA[Sony]]></category>
		<category><![CDATA[Yahoo]]></category>
		<category><![CDATA[acquisitions]]></category>
		<category><![CDATA[bubble]]></category>
		<category><![CDATA[eBay]]></category>
		<category><![CDATA[economics]]></category>

		<guid isPermaLink="false">http://tnl.net/blog/2006/10/09/no-bubble-20-yet/</guid>
		<description><![CDATA[In which I analyze several web 2.0 deals to identify whether web acquisitions are over-priced.<p><p><i><a href="http://tnl.net/who" rel="author" title="Who is Tristan Louis?">Tristan Louis</a> is the founder and CEO of <a href="http://www.keepskor.com" title="Keepskor">Keepskor</a> and  writes the influential <a href="http://www.tnl.net/" title="tnl.net">tnl.net</a> weblog, where this was initially posted under the title <a href="http://www.tnl.net/blog/2006/10/09/no-bubble-20-yet/">No Bubble 2.0 yet</a>. You can follow him on twitter <a href="https://twitter.com/TNLNYC">here</a> or receive his weekly newsletter by subscribing <a href="http://eepurl.com/gb6zD">here</a>.</i></p>
</p>
]]></description>
			<content:encoded><![CDATA[<p>The <a href="http://www.google.com/intl/en/press/pressrel/google_youtube.html">recent acquisition of YouTube by Google for a stunning $1.65 billion</a> made me wonder whether we were seeing a rise in the price. While <a href="http://www.nytimes.com/2006/10/10/technology/10deal.html?ex=1318132800&amp;en=d8a82aacfcbbe1ee&amp;ei=5090&amp;partner=rssuserland&amp;emc=rss">the New York Times sees a return to the crazy valuations of the 90s</a>, a look at the acquisition landscape does not seem to support their conclusions. Let’s take a quick look at the most noticed acquisitions (and if I missed some, please drop a note in the comments and I’ll add it):</p>
<table border="1">
<tbody>
<tr>
<td>Feb-03</td>
<td>Blogger</td>
<td>Google</td>
<td>$20 million (rumored)</td>
</tr>
<tr>
<td>Jul-04</td>
<td>Picasa</td>
<td>Google</td>
<td>Under $5 million (rumored)</td>
</tr>
<tr>
<td>Jul-04</td>
<td>Oddpost</td>
<td>Yahoo</td>
<td>$20 million (rumored)</td>
</tr>
<tr>
<td>Jul-04</td>
<td>Webshots</td>
<td>Cnet Networks</td>
<td>$71 million</td>
</tr>
<tr>
<td>Jan-05</td>
<td>LiveJournal</td>
<td>SixApart</td>
<td>$20 million (rumored)</td>
</tr>
<tr>
<td>Feb-05</td>
<td>Bloglines</td>
<td>IAC (AskJeeves)</td>
<td>$25 million (rumored)</td>
</tr>
<tr>
<td>Mar-05</td>
<td>Flickr</td>
<td>Yahoo</td>
<td>$30–35 million (rumored)</td>
</tr>
<tr>
<td>May-05</td>
<td>Dodgeball</td>
<td>Google</td>
<td>Around $10 million (rumored)</td>
</tr>
<tr>
<td>Jul-05</td>
<td>MySpace</td>
<td>News Corp</td>
<td>$580 million</td>
</tr>
<tr>
<td>Sep-05</td>
<td>Skype</td>
<td>Ebay</td>
<td>$2.6 billion</td>
</tr>
<tr>
<td>Oct-05</td>
<td>Weblogs Inc.</td>
<td>AOL</td>
<td>$25 million (rumored)</td>
</tr>
<tr>
<td>Oct-05</td>
<td>weblogs.com</td>
<td>Verisign</td>
<td>$2.3 million</td>
</tr>
<tr>
<td>Oct-05</td>
<td>Upcoming.org</td>
<td>Yahoo</td>
<td>Around $1 million (rumored)</td>
</tr>
<tr>
<td>Dec-05</td>
<td>del.icio.us</td>
<td>Yahoo</td>
<td>$30–35 million (rumored)</td>
</tr>
<tr>
<td>Jan-06</td>
<td>WebJay</td>
<td>Yahoo</td>
<td>Around $1 million (rumored)</td>
</tr>
<tr>
<td>Feb-06</td>
<td>MeasureMap</td>
<td>Google</td>
<td>Less than $5 million (rumored)</td>
</tr>
<tr>
<td>Mar-06</td>
<td>Writely</td>
<td>Google</td>
<td>Around $10 million (rumored)</td>
</tr>
<tr>
<td>Aug-06</td>
<td>Grouper</td>
<td>Sony</td>
<td>$65 million</td>
</tr>
<tr>
<td>Sep-06</td>
<td>Rojo</td>
<td>SixApart</td>
<td>$10 million (rumored)</td>
</tr>
<tr>
<td>Sep-06</td>
<td>Jumpcut</td>
<td>Yahoo</td>
<td>$15 million (rumored)</td>
</tr>
<tr>
<td>Oct-06</td>
<td>YouTube</td>
<td>Google</td>
<td>$1.65 billion</td>
</tr>
</tbody>
</table>
<p>So yes, Google is paying $1.65 billion for youtube, Ebay spent $2.6 billion on Skype (making the Google/YouTube deal look like a cheap deal), and News Corp. paid $580 million for MySpace (making them look frugal compared to the other two big deals) but the truth is that, across 20 major deals, those 3 stand out as the exception and not the rule. It appears that, on average, deals are generally below $50 million and, in most cases, lower than $10 million.</p>
<h3>Bubble 2.0?</h3>
<p>I’m sure people are going to call me out on this because <a href="http://www.tnl.net/blog/2005/12/04/signs-of-a-bubble/">I’ve previously warned about the possibility of a new bubble being created.</a> However, at the current time, it seems the data does not support that conclusion yet.</p>
<p>What it appears to support, however, is an interesting calendar anomaly: it appears that major deals generally happen in the 4th quarter of the years (either that, or I got my data set wrong)</p>
<p>Another interesting point is that I haven’t found any other chart of that type around the net. So I figured this page can be a starting point. Hopefully, faithful readers will help me fill this chart with more data points so we can do more granular analysis</p>
<p><p><i><a href="http://tnl.net/who" rel="author" title="Who is Tristan Louis?">Tristan Louis</a> is the founder and CEO of <a href="http://www.keepskor.com" title="Keepskor">Keepskor</a> and  writes the influential <a href="http://www.tnl.net/" title="tnl.net">tnl.net</a> weblog, where this was initially posted under the title <a href="http://www.tnl.net/blog/2006/10/09/no-bubble-20-yet/">No Bubble 2.0 yet</a>. You can follow him on twitter <a href="https://twitter.com/TNLNYC">here</a> or receive his weekly newsletter by subscribing <a href="http://eepurl.com/gb6zD">here</a>.</i></p>
</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tnl.net/blog/2006/10/09/no-bubble-20-yet/feed/</wfw:commentRss>
		<slash:comments>44</slash:comments>
		</item>
		<item>
		<title>Economic Activity in Virtual Worlds</title>
		<link>http://www.tnl.net/blog/2006/07/31/economic-activity-in-virtual-worlds/</link>
		<comments>http://www.tnl.net/blog/2006/07/31/economic-activity-in-virtual-worlds/#comments</comments>
		<pubDate>Tue, 01 Aug 2006 03:53:38 +0000</pubDate>
		<dc:creator>Tristan Louis</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[China]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Search]]></category>
		<category><![CDATA[Sony]]></category>
		<category><![CDATA[United States]]></category>
		<category><![CDATA[e - commerce]]></category>
		<category><![CDATA[eBay]]></category>

		<guid isPermaLink="false">http://tnl.net/blog/2006/07/31/economic-activity-in-virtual-worlds/</guid>
		<description><![CDATA[Over the last few months, I’ve been trying to get a better understanding of what is happening with the concept of virtual worlds. Let me go into more details as to why I think this phenomenon has some real potentials. In this first entry in a series, I will explore the economic activity surrounding this [...]<p><p><i><a href="http://tnl.net/who" rel="author" title="Who is Tristan Louis?">Tristan Louis</a> is the founder and CEO of <a href="http://www.keepskor.com" title="Keepskor">Keepskor</a> and  writes the influential <a href="http://www.tnl.net/" title="tnl.net">tnl.net</a> weblog, where this was initially posted under the title <a href="http://www.tnl.net/blog/2006/07/31/economic-activity-in-virtual-worlds/">Economic Activity in Virtual Worlds</a>. You can follow him on twitter <a href="https://twitter.com/TNLNYC">here</a> or receive his weekly newsletter by subscribing <a href="http://eepurl.com/gb6zD">here</a>.</i></p>
</p>
]]></description>
			<content:encoded><![CDATA[<p>Over the last few months, I’ve been trying to get a <a href="http://www.tnl.net/blog/2006/03/31/where-virtual-and-physical-meet/">better</a> <a href="http://www.tnl.net/blog/2006/05/15/future-tense-participatory-applications/">understanding</a> of what is happening with the concept of virtual worlds. Let me go into more details as to why I think this phenomenon has some real potentials. In this first entry in a series, I will explore the economic activity surrounding this phenomenon.</p>
<h3>Size of the market</h3>
<p>When talking about virtual worlds, I am focusing on the new space created by the gaming industry that allows to create online avatars and interact with other players in a fully immersive environment. From an economic standpoint, estimates range from around 100 millions to a high of <a href="http://papers.ssrn.com/sol3/papers.cfm?abstract_id=294828">US$1.5 billion a year</a>. These are not insignificant numbers and they point to an emerging phenomenon and potentially the rise a new industry, with its own set of marketplaces, gathers, owners, creators, and marketers.</p>
<h3>Marketplaces</h3>
<p>To understand virtual worlds marketplace, one must first understand what si going on in those virtual worlds. When a player sets up an account, he’s given a basic set of skills. As he or she progresses and interacts with the virtual world and its denizens, the player gains more and more skills and goods. However, this type of interaction requires time. Some people have figured that, because time is money, the amount of time spend in a virtual world could be converted into real hard currency. Thus was born the concept of <a href="http://en.wikipedia.org/wiki/Real-money_trading">Real Money Trading (aka RMT)</a>, whereas players go to specialized sites and buy virtual goods with real financial currency.</p>
<p>The action initially started on auction sites like <a href="http://video-games.shop.ebay.com/Games-/139973/i.html?_armrs=1&#038;_dmd=1&#038;_mdo=Video-Games&#038;_mspp=&#038;_pcats=1249&#038;_sop=3">Ebay,</a> where characters or other virtual goods range in price from a few cents to several thousands of dollars. Because the trades were largely unregulated, some companies, like Sony, decided to set up their own exchange while others (Internet Game Exchange, <a href="http://www.mogs.com/">Massive Online Gaming Sales</a>, <a href="http://www.tekgaming.com/">Tek Gaming Supplies</a>, <a href="http://www.swagvault.com/">Swag Vault</a>, and <a href="https://gamersloot.net/catalog/">Gamers’ Loot</a>) have created specialized marketplaces to cater to this new phenomenon. This, in turns has led to the rise of two new classes of activities: informational ones that provide analysis on the financial going ons in those worlds and arbitration, whereas companies use people in the developing world to build up assets they resell to people in the developed world. Let’s go deeper in those areas.</p>
<h4>Information Sites</h4>
<p>There is now a nascent information industry surrounding the costs of goods in virtual worlds. For example, Eyes on Mogs is a shopping search engine for virtual goods. All the attributes of other search engines are part of it, including comparison shopping, comparisons of the different vendors, pricing, delivery date, and buy it now info. GameUSD tracks the financial value of virtual currencies over time, providing price trends across not only the provider but also the alternative marketplaces. MMOfx claims to track “over 18,000 price quotes daily” and provide information on the fluctuation of virtual currencies.</p>
<h4>Arbitration</h4>
<p>Another type of economic activity to have arisen out of the marketplace phenomenon is the arbitration of virtual work. As the primary pursuit in these worlds is the acquisition of wealth, status or levels, an emerging market has arisen to give people with real money a chance to bypass the time investment required to acquire those things. For example, <a href="http://www.nytimes.com/2005/12/09/technology/09gaming.html?ex=1291784400&amp;en=48a72408592dffe6&amp;ei=5088" title="Ogre to Slay? Outsource it to China">Chinese workers get paid between $75 and $250 a month to work in World Of Warcraft, in 12 hours shifts, “killing onscreen monsters and winning battles, harvesting artificial gold coins and other virtual goods</a>. Affluent online gamers who lack the time and patience to work their way up to the higher levels of gamedom are willing to pay the young Chinese to play the early rounds for them.” Similarly, Romanian players can make a living wage (the ABC News story I linked to says that $200 is a good wage for Romania) on the same kind of activity.</p>
<p>Edward Castranova, the leading economist on the subject of money in virtual worlds has been quoted as saying that “They’re exploiting the wage difference between the U.S. and China for unskilled labor.” What is basically happening here is that these companies have found a niche on the global marketplace to accumulate goods at a low cost and resell them at a premium. This type of arbitrage has been the way a lot of developing markets have revolutionized industries, from the export of manufacturing capabilities in the 20th century to the export of some service jobs nowadays. It’s a natural phenomenon and shows that those marketplaces are starting to develop a high level of maturity, which should be noticed by a lot more people.</p>
<h3>Virtual Goods Ownership</h3>
<p>Beyond the buying and selling of virtual goods in virtual marketplaces, there is also an emerging trend in the real estate business, which can be broken down into three main groups: real-estate owners, creators and integrators, and marketers.</p>
<p><a href="http://secondlife.com/?v=1.1">Second Life</a> is a virtual world more focused on the social aspect of virtual environments than on the goal oriented aspect of missions and war-craft. <a href="http://money.cnn.com/magazines/fortune/fortune_archive/2005/11/28/8361953/index.htm">Fortune Magazine reported last year about the interesting case of Anshe Chung</a>, a character created by a German woman who has accumulated more than US$200,000 in virtual land holdings in Second Life. She rents the property out to other people, after having developed the property. Similarly, the <a href="http://news.bbc.co.uk/2/hi/technology/4421496.stm">BBC reports that a 23-year-old spent Â£13,770 in Project Entropia and recouped his investment in under a year</a>. In fact, the land rush has been so strong that <a href="http://secondlife.com/land/pricing.php">Second Life has build a model around land use fees</a>, generating a nice chunk of income in the process.</p>
<p>While visiting this world, I’ve talked to people who had few problems paying $75 per month to Linden Labs for those fees. This is pretty incredible when you think that all they are buying is portion of disk space on a server. In a way, the real estate market presented by those virtual worlds can be seen as a hosting fee in a 3D environment and could represent a high growth market (in a future entry, I will look at the opportunities in the Virtual Spaces in more details).</p>
<h3>The Integration Model</h3>
<p>Another nascent portion of this new industry is the integration game. As with any new technology, developing and managing something in a virtual world is an endeavor that requires specialized skills. New companies like <a href="http://www.electricsheepcompany.com">The electric sheep company</a> and Space Think Dream have emerged as developers/integrators, offering their services to other companies. Their main business is to use the skills they’ve acquired to help existing companies experiment in these new worlds. This is, in a way, similar to the type of work that was done by early web design agencies, treating virtual worlds as a new interface either to existing systems or to create a new value proposition.</p>
<p>Other companies have emerged with the sole purpose of selling digital goods in those worlds. <a href="https://id.secondlife.com/openid/cc?n=0&#038;going_next=https%3A%2F%2Fxstreetsl.com%2Fauth_start.php%3Fredirect%3Dhttps%253A%252F%252Fxstreetsl.com%252F%26openid_identifier%3Dhttps%253A%252F%252Fid.secondlife.com%252Fid%252Fanonymous&#038;session=af6ba9c1-ec62-6094-65da-5b12da9e68f0">SLexchange</a> is a virtual market where people can buy and sell such goods. Similarly, the Electric Sheep company has created SLBoutique as a competitor to SLexchange. What is interesting here is that there is a whole ecosystem building around Second Life, allowing other companies to prosper based on this new platform. This is similar to what has happened with Ebay and allows us to better understand SecondLife as a platform for e-commerce rather than just a game, a fact that <a href="http://andrewkeen.typepad.com/aftertv/2006/07/interview_with_.html">Philip Rosedale, CEO of LindenLab and the power behind Second Life, likes to emphasize</a>. This explains why the company has <a href="http://www.siliconbeat.com/entries/2006/03/28/linden_lab_raises_11_million_to_go_more_mainstream.html">received investments</a> from people like <a href="http://www.blogcharm.com/index.php" class="broken_link">amazon.com CEO Jeff Bezos</a>, Lotus founder Mitch Kapor, Ebay founder Pierre Omidyar, and <a href="http://scobleizer.com/2006/07/28/why-ozzie-doesnt-think-the-web-is-the-be-all-and-end-all/">Microsoft CTO Ray Ozzie</a>. Those people understand that this a new emerging platform and <a href="http://www.businessweek.com/technology/content/mar2006/tc20060328_688225.htm">could see potentially high return on their investment</a>.</p>
<h3>Bridging the gap</h3>
<p>The development of virtual worlds as a new platform is starting to take shape. Companies and organizations like <a href="http://www.secretlair.com/index.php?/clickableculture/entry/american_apparel_establishes_second_life_island/">American Apparel</a>, <a href="http://news.bbc.co.uk/2/hi/technology/4766755.stm">the BBC</a>, Major League Baseball, NASA, <a href="http://www.jeff-barr.com/?p=537">The American Cancer Society</a>, <a href="http://aws.typepad.com/aws/2006/07/life2life_ecspo.html">Amazon.com</a> and <a href="http://wellsupdate.wellsfargo.com/m/p/wls/ibk/sc.asp">Wells Fargo</a> are starting to experiment in that space. Increasingly, virtual worlds are becoming not only <a href="http://www.secretlair.com/index.php?/clickableculture/entry/harvard_business_review_on_avatar_based_marketing/">a new way to market</a> but also a new integration point for e-commerce.</p>
<p>Some of the virtual worlds (<a href="http://www.techdirt.com/articles/20060502/0937209.shtml">Project Entropia, for example</a>) have even gone as far as issuing ATM cards that allow denizens of those worlds to take virtual money and trade it for real money that they can use for regular economic activity.</p>
<h3>Conclusion</h3>
<p>With large amounts of real currency already moving through virtual worlds, we are looking at a major new economic phenomenon that parallels the initial development of the commercial web and the rise of software as platform in the last few years.</p>
<p>With a new ecosystem forming around some of the virtual worlds, there is a fair amount of incentive for a lot of people to see this phenomenon succeed. SecondLife will probably be an early winner in this race, largely due to how quickly it has managed to get other companies to rely on it. A few more established companies are also early in staking ground in this new space and will probably reap rich rewards for their efforts, expanding their brand into those virtual spaces.</p>
<p>While it may appear that this is largely a subculture of gaming, the phenomenon is much more widespread. In my next entry, I will go through the demographic profile of denizens of those virtual spaces, showcasing a rich and varied texture to this phenomenon.</p>
<p><p><i><a href="http://tnl.net/who" rel="author" title="Who is Tristan Louis?">Tristan Louis</a> is the founder and CEO of <a href="http://www.keepskor.com" title="Keepskor">Keepskor</a> and  writes the influential <a href="http://www.tnl.net/" title="tnl.net">tnl.net</a> weblog, where this was initially posted under the title <a href="http://www.tnl.net/blog/2006/07/31/economic-activity-in-virtual-worlds/">Economic Activity in Virtual Worlds</a>. You can follow him on twitter <a href="https://twitter.com/TNLNYC">here</a> or receive his weekly newsletter by subscribing <a href="http://eepurl.com/gb6zD">here</a>.</i></p>
</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tnl.net/blog/2006/07/31/economic-activity-in-virtual-worlds/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>5 opportunities around social networks</title>
		<link>http://www.tnl.net/blog/2006/06/30/5-opportunities-around-social-networks/</link>
		<comments>http://www.tnl.net/blog/2006/06/30/5-opportunities-around-social-networks/#comments</comments>
		<pubDate>Sat, 01 Jul 2006 02:54:34 +0000</pubDate>
		<dc:creator>Tristan Louis</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Search]]></category>
		<category><![CDATA[Social Networks]]></category>
		<category><![CDATA[eBay]]></category>

		<guid isPermaLink="false">http://tnl.net/blog/2006/06/30/5-opportunities-around-social-networks/</guid>
		<description><![CDATA[In previous entries, I looked at the benefits and issues with social networks. As they move forward, here’s a list of opportunities relating to social networks.Â  5. Data Mining/Research A main attribute of social networks is how much data people provide to them. On top of it, this data and the interaction of users on [...]<p><p><i><a href="http://tnl.net/who" rel="author" title="Who is Tristan Louis?">Tristan Louis</a> is the founder and CEO of <a href="http://www.keepskor.com" title="Keepskor">Keepskor</a> and  writes the influential <a href="http://www.tnl.net/" title="tnl.net">tnl.net</a> weblog, where this was initially posted under the title <a href="http://www.tnl.net/blog/2006/06/30/5-opportunities-around-social-networks/">5 opportunities around social networks</a>. You can follow him on twitter <a href="https://twitter.com/TNLNYC">here</a> or receive his weekly newsletter by subscribing <a href="http://eepurl.com/gb6zD">here</a>.</i></p>
</p>
]]></description>
			<content:encoded><![CDATA[<p>In previous entries, I looked at the benefits and issues with social networks. As they move forward, here’s a list of opportunities relating to social networks.Â </p>
<h3>5. Data Mining/Research</h3>
<p>A main attribute of social networks is how much data people provide to them. On top of it, this data and the interaction of users on those networks. This is rich fodder for data mining. For example, researchers recently used <a href="http://www.wheresgeorge.com/">Where’s George</a>, a website tracking dollar bills in the real world, to <a href="http://www.newscientist.com/article/dn8636">assess how disease spreads</a>.Â Similarly, <a href="http://www.linkedin.com">LinkedIn</a> provides its users with demographic/geographic data about members of your social network.</p>
<p>Traditional companies spend millions of dollars trying to understand the flow of people, flow of ideas (or memes) and how to exploit them. From <a href="http://www.smallworldexperiment.com/2007/07/welcome_16.html">Milgram’s small world experiment</a> to the success of “<a href="http://www.amazon.com/dp/0316346624/?tag=tnlnetinassociwi">The Tipping Point</a>” by Malcolm Gladwell, there has been a fairly large body of research in this area but, for what may be the first time in history, there is now a heavy trove of data that can be analyzed.</p>
<h3>4. Problem Solving</h3>
<p>Sites likeÂ <a href="http://answers.google.com/answers/">Google Answers</a>Â are working on providing better answers to questions. Add-in some social network glue and one could be able to figure whether the person is a subject matter expert in the area he/she is answering the question about. For example, you might want to trust an individual with strong network ties in technology on questions related to technology but might be a little more wary of answers that person would provide about medical care (and similarly, you might trust a doctor more about medical care than you would a computer geek). Social networks, when seen through the lens of expertise, can provide quick access to answers from subject matter experts in one area. It is impossible to know everything but you might have a friend of a friend of a friend who has the answer in a specific area you are researching.</p>
<p>Similarly, social networks can provide a way to get social matter experts to connect and work collectively on difficult problems. When combined with <a href="http://digg.com/news">digg</a>–like features, social networks could become a way to speed up the vetting process on scientific publications by allowing a large set of peers to review articles and rank them according to value. This, in itself, could help humanity make radical moves forward in the area of scientific research.</p>
<p>Take, for example, my friends at ACOR who have been thinking of developing, in partnership with the National Cancer Institute,Â a data-mining system that analyzes information about patients to identify potential root cause for different cancers. Here, we see social networks (in this case, via mailing lists that are finely targeted) potentially being useful to help advance science and hopefully discover some root causes for cancer. A set of tools to such granular community could help a scientist, for example, sent a questionnaire to a sub-segment of the population to test a hypothesis (eg. “let’s see if people who have skin cancer and drank more than 1 glass of milk a day are reacting better to this type of drug?”) before deciding to do a clinical trial. If a specialized social network for such community was created, there might be no end to how much data could be gathered. Thing of it as a shotgun approach to medicine.Â Â Â </p>
<h3>3. Marketing</h3>
<p>Marketing, off course, is all about deep knowledge of the audience. The best way to market a messageÂ is to discover what motivates people and how to craftÂ the message to match the motivations. When combined with <a href="http://battellemedia.com/archives/2003/11/the_database_of_intentions">the database of intentions</a>, aÂ social network can work as a set of focus groups for messages. Testing different messages on a narrow audience can allow people to better market their products.</p>
<h3>2. Reputation Management</h3>
<p>The old adage is that “it’s not what you know, it’s who you know“Â is at the core of social networking. As more and more people are online and more and more interactions are happening between people withÂ weak ties, assessing a person’s reputation is increasingly important. LinkedIn has keyed in on that effort by giving people the ability to “endorse” members of their social network, providing more information about how a person performed in a particular job. In a similar fashion, profiles no Ebay allow buyers and sellers to assess the track record of a buyer or seller before making a transaction. Endorsements by one’s strong ties generally reflects much higher than by someone you don’t know. Thus, social networks can work as the glue to reputation management. It is not enough for people to know that a person is seen as important by some random stranger but when one discovers that their friends or colleagues have endorsed a particular individual, they tend to trust those opinions more heavily.</p>
<p>Let’s take a pedestrian example: imagine you need to get some electrical work done in your house but don’t know any electricians. By looking at your social network, you could find such an expert with ease as the best electrician might be linked to your friends. In a way, social networks are just an extension of asking people for recommendations. Which brings me to the last opportunity on this list.</p>
<h3>1. Recommendation</h3>
<p>Recommendation is a very powerful driver to decision making: whether it is for hiring a person, picking a new product, or finding a general direction, humans tend to look to their existing network andÂ do a subconscious “most-like” analysis of the information they receive.Â For example, Amazon has been very successful with the “people who bought this also bought…” and “people who looked at this also looked at…” features.Â As they gather more data, patterns emerge.</p>
<p>Similar approaches can be taken into the search space (where what people linked to or clicked on is ranked higher than other stuff) and in other areas like music (<a href="http://www.last.fm">last.fm</a> comes to mind) or other media consumption (for example, the success of aggregator like Digg, <a href="http://www.techmeme.com">techmeme</a> or tailrank can be attributed in large part to the need people have to know what other people think is good).</p>
<h3>Conclusion</h3>
<p>Social Networks should not really be a set of standalone tools but they are essential to building the next set of applications that leverage the power of the crowds. As such, social networking should be a feature and not an end-goal until itself. The companies that understand this basic rule will be the ones that succeed in that space, leveraging opportunities created by social networks in a fashion that will provide unprecedented benefits.</p>
<p><p><i><a href="http://tnl.net/who" rel="author" title="Who is Tristan Louis?">Tristan Louis</a> is the founder and CEO of <a href="http://www.keepskor.com" title="Keepskor">Keepskor</a> and  writes the influential <a href="http://www.tnl.net/" title="tnl.net">tnl.net</a> weblog, where this was initially posted under the title <a href="http://www.tnl.net/blog/2006/06/30/5-opportunities-around-social-networks/">5 opportunities around social networks</a>. You can follow him on twitter <a href="https://twitter.com/TNLNYC">here</a> or receive his weekly newsletter by subscribing <a href="http://eepurl.com/gb6zD">here</a>.</i></p>
</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tnl.net/blog/2006/06/30/5-opportunities-around-social-networks/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>2005 Predictions: Keeping the Score</title>
		<link>http://www.tnl.net/blog/2005/12/19/2005-predictions-keeping-the-score/</link>
		<comments>http://www.tnl.net/blog/2005/12/19/2005-predictions-keeping-the-score/#comments</comments>
		<pubDate>Mon, 19 Dec 2005 22:02:40 +0000</pubDate>
		<dc:creator>Tristan Louis</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[Media]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[MP3]]></category>
		<category><![CDATA[Motorola]]></category>
		<category><![CDATA[Telephony]]></category>
		<category><![CDATA[United States]]></category>
		<category><![CDATA[VOIP]]></category>
		<category><![CDATA[Yahoo]]></category>
		<category><![CDATA[content management]]></category>
		<category><![CDATA[eBay]]></category>

		<guid isPermaLink="false">http://tnl.net/blog/2005/12/19/2005-predictions-keeping-the-score/</guid>
		<description><![CDATA[So it’s that time of the year. As is the case every year, I’m reviewing the predictions I made last year and looking at the score. Voice Over IP The big surprise here was the acquisition game. When I made the predictions last year, i thought that the acquirers would be larger telcos. However, companies [...]<p><p><i><a href="http://tnl.net/who" rel="author" title="Who is Tristan Louis?">Tristan Louis</a> is the founder and CEO of <a href="http://www.keepskor.com" title="Keepskor">Keepskor</a> and  writes the influential <a href="http://www.tnl.net/" title="tnl.net">tnl.net</a> weblog, where this was initially posted under the title <a href="http://www.tnl.net/blog/2005/12/19/2005-predictions-keeping-the-score/">2005 Predictions: Keeping the Score</a>. You can follow him on twitter <a href="https://twitter.com/TNLNYC">here</a> or receive his weekly newsletter by subscribing <a href="http://eepurl.com/gb6zD">here</a>.</i></p>
</p>
]]></description>
			<content:encoded><![CDATA[<p>So it’s that time of the year. As is the case every year, I’m reviewing <a href="http://www.tnl.net/blog/2005/01/03/2005-predictions/" title="TNL.net: 2005 Predictions">the predictions I made last year</a> and looking at the score.</p>
<h3>Voice Over IP</h3>
<p>The big surprise here was the acquisition game. When I made the predictions last year, i thought that the acquirers would be larger telcos. However, companies like Ebay and Yahoo! have been playing the acquisition game, looking at telecom space as a feature to add to their product set.</p>
<p>It does, however, show the rise of European players in the US telecom market. Skype was clearly a European player that was seen as a major player in the US market, which explains the acquisition by Ebay.</p>
<p>Asterisk also experienced a banner year with deployments increasing in the small and medium enterprise market. It has not yet broken into the large scale enterprise market so I get only half points for this prediction.</p>
<h3>Entertainment Convergence</h3>
<p>The convergence I predicted in the post is now in full swing. the introduction of the Xbox 360 as a convergence device and the rise of the video iPod as a way to move television into the arena of small consumer electronics has turbocharged the space.</p>
<p>While MP3 has not yet become the standard for mobile phone, it is starting to emerge. The disastrous release of the Motorola ROCKR has probably slowed progress in that area but I still content that it will happen in the future. Pass on this one.</p>
<p>Meanwhile, the prediction that the movie industry would start suing is starting to come true. They’ve started with a campaign trying to convince people of the evils of illegal downloading. However, the MPAA seems to have learned, to some extent, about the disastrous effect of suing one’s customers and is being careful to not follow in the footsteps of the RIAA.</p>
<p>Also as predicted, legal downloading of television shows is happening. It came from an unexpected source in the form of Apple, which is now taking the formula it applied to music into the rest of the space.</p>
<p>The decision by both XM and Sirius to offer a combined solution that includes both Internet streams and satellite feeds in the same package is following my prediction that radio is about to be upended.</p>
<p>The rise of user-created content is also one of the big stories of 2005 and I believe it will continue through 2006. While no star has broken out of the podcasting and videocasting world, I believe we’re on the cusp of seeing this happen. On the video end, I believe rocketboom will be the first star to break out. Their recent announcement of a partnership with Tivo is just the beginning. On the podcast end, the space is getting more complicated: the entry of the mainstream players into the market could act as a buffer, keeping new players away or at least protecting the status quo.</p>
<h3>Business</h3>
<p>Large mergers did indeed take the forefront in the 2005 year, however none of the mergers I predicted actually happened. A lot of money went into merger and acquisition budgets and has increased greatly in 2005.</p>
<p>Also impressive is the fact that many of the smaller players were the target of acquisition. It seems the new exit scenario for web 2.0 companies is not to go the IPO route but to find a larger company that will gobble you up.</p>
<h3>Apple</h3>
<p>This one is way off. Most of my predictions were off base: Apple did introduce a video player, to critical and consumer acclaim, and an iWork product suite, but they did not introduce any photo camera, a recording player, or a way to send images straight to printers. Their partnership with a phone company (Motorola and the ROKR) was fairly disastrous, showing the company still prefers going at it alone than trying to partner up.</p>
<h3>Development</h3>
<p>Service oriented architectures, trust and security did take to the forefront this year. Meanwhile weblogs and content management systems have not merged yet. However, more and more large companies are starting to take a look at weblog software, with RSS become a major distribution channel. This trend will continue to accelerate into the new year.</p>
<h3>Personal</h3>
<p>On the personal front, I made a commitment to blog more often. While it looks like this commitment will not come true (I didn’t create more entries), it comes with a substantial disclaimer. This year, I tried to focus on longer, more analytical types of pieces. My decision of doing it that way was largely due to a decision to try to add to the overall discussion instead of rehashing what other people have been saying. The interesting thing is that this approach has actually resulted in more readership. You don’t have to blog a lot to get people to read you; you just have to craft quality blog entries.</p>
<p><p><i><a href="http://tnl.net/who" rel="author" title="Who is Tristan Louis?">Tristan Louis</a> is the founder and CEO of <a href="http://www.keepskor.com" title="Keepskor">Keepskor</a> and  writes the influential <a href="http://www.tnl.net/" title="tnl.net">tnl.net</a> weblog, where this was initially posted under the title <a href="http://www.tnl.net/blog/2005/12/19/2005-predictions-keeping-the-score/">2005 Predictions: Keeping the Score</a>. You can follow him on twitter <a href="https://twitter.com/TNLNYC">here</a> or receive his weekly newsletter by subscribing <a href="http://eepurl.com/gb6zD">here</a>.</i></p>
</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tnl.net/blog/2005/12/19/2005-predictions-keeping-the-score/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Metrics — Weighting the Metrics</title>
		<link>http://www.tnl.net/blog/2005/10/20/metrics-weighting-the-metrics/</link>
		<comments>http://www.tnl.net/blog/2005/10/20/metrics-weighting-the-metrics/#comments</comments>
		<pubDate>Thu, 20 Oct 2005 15:50:45 +0000</pubDate>
		<dc:creator>Tristan Louis</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[API]]></category>
		<category><![CDATA[Internet Explorer]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Search]]></category>
		<category><![CDATA[eBay]]></category>

		<guid isPermaLink="false">http://tnl.net/blog/2005/10/20/metrics-weighting-the-metrics/</guid>
		<description><![CDATA[Metrics weeks continues with a review of how to weight metrics. So far, I’ve looked into who, in a company could benefit from metrics. I then delved into two different types of metrics: hard metrics, which can easily be measured, and soft metrics, which cannot. Today, I’m going to try to figure out how this [...]<p><p><i><a href="http://tnl.net/who" rel="author" title="Who is Tristan Louis?">Tristan Louis</a> is the founder and CEO of <a href="http://www.keepskor.com" title="Keepskor">Keepskor</a> and  writes the influential <a href="http://www.tnl.net/" title="tnl.net">tnl.net</a> weblog, where this was initially posted under the title <a href="http://www.tnl.net/blog/2005/10/20/metrics-weighting-the-metrics/">Metrics — Weighting the Metrics</a>. You can follow him on twitter <a href="https://twitter.com/TNLNYC">here</a> or receive his weekly newsletter by subscribing <a href="http://eepurl.com/gb6zD">here</a>.</i></p>
</p>
]]></description>
			<content:encoded><![CDATA[<p>Metrics weeks continues with a review of how to weight metrics. So far, I’ve looked into <a href="http://www.tnl.net/blog/2005/10/16/metrics-introduction/" title="TNL.net: Metrics Introduction">who, in a company could benefit from metrics</a>. I then delved into two different types of metrics: <a href="http://www.tnl.net/blog/2005/10/18/metrics-hard-metrics/" title="TNL.net: Hard Metrics">hard metrics</a>, which can easily be measured, and <a href="http://www.tnl.net/blog/2005/10/19/metrics-soft-metrics/" title="TNL.net: Soft Metrics">soft metrics</a>, which cannot. Today, I’m going to try to figure out how this all weights out.</p>
<h3>Grouping the metrics</h3>
<p>In order to figure out weighting, I first started to think about how to group different metrics. For this purpose, I looked at things like the base value (which would give us a baseline as to how much a business is worth based solely on revenue and revenue growth), inventory (looking at things like traffic, reach, and output, because they all give us some data points as to the growth of monetizable assets in the future), consumer involvement (looking at info like links, subscribtions, and comments to define the value of customers), and growth potential (including some more fuzzy measure of potential growth and the advantages of the integration value).</p>
<p>My reasoning for grouping things in this way was that it might make it easier to figure out weighting across those large catch-all categories (and, if there is any discussion at all, I am sure that people will debate the percentage assumption against those categories). I, in no mean, try to represent those as the be-all-end-all approach to valuating a business. They are, at this time, the metrics that give me the best comparative view of a business, when I try to assess its value. However, not being much of a metrics guy to start with (my main reason for doing this series is to provoke debate among people smarter than me so there can be some consensus on metrics in this new web 1+n.x world), I hope that others will step in and show me the error of my ways along with providing some interesting information that will get all of us closer to something useful.</p>
<h3>Base Value</h3>
<p>The base value, as I see it, is defined by revenue and revenue growth based on historical data. The reason I would consider this to be the base value is that it is a reflection of the business as it exists today and can provide a baseline as to where the business would be headed if growth suddenly slowed or investment in the business stopped. It does not provide any information as to how to accelerate the growth of the business and does not provide more than a view into the present cash value of a business.</p>
<p>However, for young companies, such value does not provide much information. Start-ups, by nature, have a lower revenue and profit line than established companies because they need to recover some of their initial cost and may still be in high growth and research and development phases. As a result, to solely base one’s view of a business on its current ability to generate cash is short-sighted when it comes to start-ups.</p>
<p>Another question when developing the base value is how to factor in risks to the revenue base. For example, if the business relies primarily on advertising from an external network as its basis for revenue (many people have talked about businesses looking to AdSense as the primary source of revenue), one has to wonder what would happen if the dynamics of that relationship were to change.</p>
<p>As a whole, however, because of its overall importance in assessing the present financial value of a business, I would assume that the base value should represent about 20 to 30 percent of the overall value of a business. Initially, the value would be in the 20 percent range because potentials are higher than the current revenue line but, as the business matures, and potentials decrease, it would edge up towards 30 percent.</p>
<h3>Inventory</h3>
<p>Inventory would be the next potential grouping of different metrics. In it, I would include traffic (and traffic growth), as well as visitors, site counts, reach, and output. Let’s go into more details on each of those.</p>
<p>Traffic is important because the number of page views is something that is monetizable. However, in a web 2.0 space, pageviews are not the only traffic metric one should track. For example, RSS subscriber counts is another useful value (and controversy has already swirled around ads in RSS feeds). However, I would argue that there is one value in the inventory count that is of utmost importance: access to an API. The reason I would venture this is the most important inventory metric is that APIs, once implemented, are harder to unhook from. As such, they represent a harder type of value since they solidy a site’s reach within a particular market segment.</p>
<p>I believe that reach is actually going to be seen as one of the more important values in terms of inventory. The reason is that reach gives us an idea of the potential growth opportunity in a market. If a company has a high reach in an individual market, its potentials are more limited. Witness, for example, a company like Netscape, which once had a reach of 80% (ie. 80% of all internet users were using it. ) Tactically, this kind of position is one where they should have been on the defensive, the reason being that there was more potential of a drop in their reach than an expansion of it. Microsoft is now finding itself in the same position on a number of fronts: Windows, Office, Internet Explorer are all playing in a world where they will not reach a higher percentage of the market. As a result, they are forced to play defensively. One could argue that web 2.0 companies, with their reach APIs and more powerful front ends (thanks to technologies like AJAX) are representing the threat Microsoft saw coming from the Internet in the mid-90s. And one could argue that, this time, the position they’re in (ie. largest player) is endangering their future if they don’t make a radical change (because they can’t grow from the position they’re in).</p>
<p>Going beyond the reach, which provides some information on past growth and potentials moving forward, one has to look at output from the company. For example, in the case of a company like Ebay (arguably a web 2.x company already), the inventory is number of auctions submitted. Similarly, in the case of Craig’s List, it would be number of new ads posted, or in the case of a blog, the number of posts created. One has to be careful about ouput, however, and should measure the cost of output in order to figure out whether the output is good or not. In the case of web 1+n.x companies, output is a very good thing as it is generally created by outside parties for free. That free product is one that those companies then monetize. However, one has to be careful and evaluate if output is outpacing the company’s ability to monetize it because, if an imbalance were to start existing, the value of the output could potentially decrease.</p>
<p>All and all, because inventory has a measurable value and, in general, is the very thing that a company will monetize, I would guess its weight, when figuring out the value of a company would probably sit in the 10–15 percent range.</p>
<h3>Consumer involvement</h3>
<p>Consumer involvement, which was known in the past as stickyness, is another major group of metrics. This section would include links, subscriptions (both to RSS or API feeds and, if offered to any paid type of service), and any type of interaction a user may have with a system. For example, if you trying to get some interaction information on consumers of a blog, one could look at numbers of comments posted. Alternately, if you’re looking at a search engine, one could look at number of searches performed. Or, if you’re looking at a company which offers an API, you could look at the number of times that API has been integrated in other products and the number of times it is accessed.</p>
<p>I would venture to say that this metric is one of the most important ones when assessing the value of a business. The reason I would value it higher than the ones I mentioned earlier is that this is where one can see whether a business has a potential or not. The interaction with customers (either directly or via APIs) provides so much useful information that a company not looking at this metric is probably off track in terms of evaluating itself (and, generally considering the hype around new businesses, such company could fool itself into extinction as it fails to see major issues arising out of the increase or decrease in consumer involvement.)</p>
<p>Because it represent the value of the existing cutomer base and provides some input as to the trends surrounding that customer base, I would throw a weight of 30–35% of an overall valuation going to factors relating to consumer involvement.</p>
<h3>Growth potentials</h3>
<p>However, metrics in and off themselves, are pretty useless as a point in time number. As a result, one has to assume the growth potential when evaluating a business. The growth potential can be associated in a number of ways but, when it comes to web 1+n.x properties, it comes down more on the side of potential based on a number of subcomponents. In the interest of provoking more controversy, I would venture that there is a formula to calculate potential and that it is as follows:</p>
<blockquote><p>Potential = traffic growth rate * reputation vector * brand equity vector * (integration vector (squared)) — ( Risks vector / percentage of risk that can be mitigated)</p></blockquote>
<p>In the growth rate area, I would put an aggregate growth rate that averages out growth rates over a period of time (6 months to a year if you are computing a monthly growth rate.) The reputation vector and brand equity vector would be values based on reputational and brand equity trends, which <a href="http://www.tnl.net/blog/2005/10/19/metrics-soft-metrics/" title="TNL.net: Soft Metrics">I talked about in a previous entry</a>. You will notice that I consider the integration vector to be of such high importance, when defining potential that I’ve decided to square its value. I will talk about integration vectors in a future entry but, put short, the integration vector is the magic glue that makes acquiring or merging a company very valuable because integrating it with another company will derive greater value for the combined entity. It is that issue generally known as synergy but trying to put a value on it would have the potential of making for better, more successful acquisitions and mergers. Last, but not least, is the rist side of the equation. Because risks have a huge impact on potentials, it is important to measure them in order to get an idea as to their potential impact. However, because some of the risks can be mitigated, it is important to capture this figure in order to assess the importance of different risks.</p>
<p>Ultimately, growth potentials represent the largest part of any equation when trying to value a company. Few companies are bought without an expectation of potential and this is why, in my weighting, I would assume potential to represent a substantial (30–40%) part of the equation when trying to measure a company’s value.</p>
<h3>Conclusion: Wait, that’s more than 100 percent</h3>
<p>If you do the math, it appears the different weight are ending up representing more than 100%. The reason is that those are ranges. However, the truth is that, in any business dealing, there is also an amount of faith and luck that comes in. For example, I sat in a meeting once where an individual was given an option to buy in whole a company which is now very successful on the Internet for around a million dollars. Looking back, it might have been worth that much at the time but I doubt that it would be worth what it is worth now (several billion dollars) had that deal being consumated. Over time, the management of that company was smart enough to mine opportunities and put people in place that helped them realize huge growth. Had that company been in the hand of more conservative (and by conservative, I mean adverse to risk) investors, it would probably not have flourished in the same way.</p>
<p>Having gone through a few days thinking about metrics, it is clear that there are a number of opportunities for people smarter than me to figure out some solid metrics in assessing the value of new companies. Metrics, however, should not be the sole guide when assessing a company.</p>
<p>Many people have asked me why I bothered to look at such boring subject (and why I’ve been blogging so incessantly about numbers lately). My main reasoning is that one of the failures in Web 1.0 (the bubble we lived through in the 90s), lack of accountability and/or expectation management lead to very inflated numbers that eventually left a lot of investors with very poor investment. Having lived (and survived) that bubble, I want people to start thinking more critically about Web 2.0 companies and, hopefully, we can all learn about the mistakes of the past and avoid over-hyping new companies into extinction… because for every bubble, there is eventually a big pop, and no one really enjoys that part.</p>
<p><p><i><a href="http://tnl.net/who" rel="author" title="Who is Tristan Louis?">Tristan Louis</a> is the founder and CEO of <a href="http://www.keepskor.com" title="Keepskor">Keepskor</a> and  writes the influential <a href="http://www.tnl.net/" title="tnl.net">tnl.net</a> weblog, where this was initially posted under the title <a href="http://www.tnl.net/blog/2005/10/20/metrics-weighting-the-metrics/">Metrics — Weighting the Metrics</a>. You can follow him on twitter <a href="https://twitter.com/TNLNYC">here</a> or receive his weekly newsletter by subscribing <a href="http://eepurl.com/gb6zD">here</a>.</i></p>
</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tnl.net/blog/2005/10/20/metrics-weighting-the-metrics/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>At WeMedia 2005</title>
		<link>http://www.tnl.net/blog/2005/10/05/at-wemedia-2005/</link>
		<comments>http://www.tnl.net/blog/2005/10/05/at-wemedia-2005/#comments</comments>
		<pubDate>Wed, 05 Oct 2005 17:02:01 +0000</pubDate>
		<dc:creator>Tristan Louis</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[Media]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[United States]]></category>
		<category><![CDATA[Yahoo]]></category>
		<category><![CDATA[eBay]]></category>
		<category><![CDATA[media types]]></category>

		<guid isPermaLink="false">http://tnl.net/blog/2005/10/05/at-wemedia-2005/</guid>
		<description><![CDATA[I’m attending the WeMedia conference today and will be live-blogging in this entry. Watch the site for constant updates as I will keep adding to this entry. It seems there are two clear camps here: the new media adopters and the traditional crowd. They can easily be identified based on whether they have laptops in [...]<p><p><i><a href="http://tnl.net/who" rel="author" title="Who is Tristan Louis?">Tristan Louis</a> is the founder and CEO of <a href="http://www.keepskor.com" title="Keepskor">Keepskor</a> and  writes the influential <a href="http://www.tnl.net/" title="tnl.net">tnl.net</a> weblog, where this was initially posted under the title <a href="http://www.tnl.net/blog/2005/10/05/at-wemedia-2005/">At WeMedia 2005</a>. You can follow him on twitter <a href="https://twitter.com/TNLNYC">here</a> or receive his weekly newsletter by subscribing <a href="http://eepurl.com/gb6zD">here</a>.</i></p>
</p>
]]></description>
			<content:encoded><![CDATA[<p>I’m attending the WeMedia conference today and will be live-blogging in this entry. Watch the site for constant updates as I will keep adding to this entry.</p>
<p>It seems there are two clear camps here: the new media adopters and the traditional crowd. They can easily be identified based on whether they have laptops in front of them or not. It creates an immediate delineation line as the blog crowd obviously has a backchannel to use whereas the traditional media crowd does not. That’s another facet of WeMedia: always connected, enhanced knowledge through immediate sharing of data.</p>
<h3>We News Panel</h3>
<p>The AP showed a few familiar citizen generated clips of the Tsunami, the London bombing, the WTC bombing and said they started to use contributions as a way to get speed to market.</p>
<p>“Technology is fundamentally changing the business and if we don’t adapt, we will loose that audience” — Richard Sanbrook, BBC</p>
<p>Discussion of class disparity and availability of access to the internet channel. The United States are behind on this and it seems that there is little leadership in terms of moving forward on this.</p>
<h3>Keynote: Al Gore</h3>
<p>“TV dominates the flow of information in America… The most prominent casualty [of changes in the marketplace] is the marketplace of exchange of ideas…</p>
<p>It is the destruction of that marketplace of ideas that accounts for the strangeness of our times.”</p>
<p>He sees three basic tenet of the marketplace of ideas:<br />
1. Open to every individidual with no barrier to entry<br />
2. Depended on meritorcracy of ideas<br />
3. Accepted rules of discourse presumed that all speakers were trying to find general agreement</p>
<p>Talks about how television is not a two way conversation (leading up to current.tv pitch, I’m assuming).</p>
<p>“News divisions are now seen as profit centers and used to pursue the agenda of the corporation they are owned by” He then goes on into media manipulation by the White House and current state of coverage (no real news but rather entertainment).</p>
<p>He now is talking about how private control of the TV airwaves is a problem for democracy (gives example of moveOn being shut out because advertising is the only way to get one’s voice on the air(because their ads were not accepted while the White House’s ones were).</p>
<p>Current.tv is about enabling a two way conversation in television.</p>
<p>He stills see TV as the dominant medium of the next few years and closes with a plea to ensure that Internet access remains free and open.</p>
<h3>We, Inc.</h3>
<p>Discussion of business and media. There is a lot of discussion about the potentials of the Internet as a new channel but, as Scott Rafer, of Feedster, points out, they are “on a higher socio-economic bracket… People aren’t able to find the tools to hear independent voices.”</p>
<p>Craig Forman, GM of Yahoo!, is asked by Jason wether Yahoo! is a media content creator or an area that content producers can work with. He talks about the hotzone, which is independent content and flickr (also owned by Yahoo!) and how the community self-organizes around new tags.</p>
<p>Jennifer Feikin, Director of Google Video, sees it as organising information based on user-generated content. Sees it as “just the beginning”. Lots of talk about Google Video and how it makes video content more readily available. Google’s long term aspiration is to also facilitate video on demand and be able to charge for it (this seems reminiscent of the initial Microsoft model (circa 95–96) of trying to get a vig off every transaction on the Internet)</p>
<p>Andrew Heyward, president of CBS News still sees the Internet as not on par with TV right now. “There is no 60 minutes of the internet. There are very few stars, no compelling storytelling… ”</p>
<p>There’s discussion of a generational divide. According to Heyward, the main reason traditional media is slow to react is that they still have very large audiences, ie. the people who are over 40. He also believes that opinion from journalism on the blog is probably antithetical to the philosophy of CBS news. It’s not something he wants his journalists to engage in.</p>
<p>The most successful writers in the blogosphere, according to Rafer, are the people who are willing to come out and tell where they stand before covering a subject.</p>
<p>Citizen media revenue opportunities: Scott Rafer sees it on the same size as Ebay. Jason Calacanis sees it as 20% of traditional media. Craig Forman sees the revenue opportunities as a mediator between creators, advertisers, and audiences.</p>
<h3>We, Invest</h3>
<p>Brad Burnham, of Union Sq. ventures, sees the real money being in the coordinate of activity, not in the activities themselves.</p>
<p>Brad Feld, of Mobius Venture: “Computers and software suck… from a venture perspective, there doesn’t seem to be a foreseeable end to it… The challenge is… how to find out what people are interested in and how to organize all this. ” He talks about how Google has demonstrated the value of automation.</p>
<p>Brad Burham counters that Google (and also goes into Skype) is partly based on automation but also based on an underlying human network. The next question he has is whether you can sell a network.</p>
<p>Brad follows up in agreement that scalibility is essential to the model. User attention is an essential part of monetizing traffic.</p>
<p>Following on a view from Rafat Ali that content is not an investment play for VCs, Feld follows up that money is in things that are not easily reproducible.</p>
<p>Burnham: “It is so easy to get to market [for a media company] on the net… that is hard to find something that is monetizable.</p>
<p>A lot of the value within the tool is in the community. It’s getting to be very hard to see the difference between a media and a software co. As the cost come down, the price of delivering a service is so low that you can support it with adsense or another ad model. A media business paid for by the person who wants to have a conversation with the person receiving the service. ”</p>
<p>Feld: Pays credit to web 2.0 and the web 2.0 conference as a geek gathering; “On the east coast, we have a conference where people are talking about something that I, as a technologist, really don’t understand. You have a dynamic where you think they’re coming together but culturally, they’re diverging more than ever.”</p>
<h3>We, Marketing</h3>
<p>Rick Skentra, topix.net CEO, talks about the value of word of mouth and how the message for the blog world must be different than the message for other traditional media.</p>
<p>Henry Copeland, founder of Blogads.com, talks about how there is no more We in the WeMedia. There is now a personal relationship between bloggers and their audience. Marketing messages in that channel are counter-productive.</p>
<p>John Bell, creative director of Ogilvy PR, talks about the challenges of moving away from a control-focus message.“What we’re seeing is an opportunity for companies to be more transparent and there is still a great split within our customer-base… Some clients are nervous but at the same time, they’re seeing things change and want to get there…”</p>
<p>Fernando Espuela, CEO of Voy, is targeting the latino market with community empowerment tools and marketing it through a non-traditional approach by launching the brand before launching the product.</p>
<p>I asked a question on pushing messages instead of working within the message from the customer. Copeland mentioned how jobs are at risk. Skentra looks at using the people out there as a large focus group. Bell likes the idea of companies that will engage in such a way.</p>
<p>Discussion now goes to Dell-Hell and the Jarvis discussion. Skentra looks at it as an opportunity for companies to adopt a human face and responds to markets. Rubel ask whether companies are allergic to this. Bell says size has nothing to do with it. “… and it goes beyond blogs. For example, BP did a good job when they relaunched their brand as beyond petroleum but they made sure they were not only more transparent but were also walking the walk.”</p>
<h3>In Us We Trust</h3>
<p>This discussion is focusing on trust and how to get it.</p>
<p>Richard Edelman, CEO of Edelman PR, has been talking about how levels of trust in institutions has fallen. However, one has to wonder whether this trust has eroded as a result of greater transparency which showed that the trust in those institutions was based on very thin ice to start with.</p>
<h3>Collaboration Cafe</h3>
<p>The goal of this session is to foster dialogue (think bloggercon for traditional media types) and discuss the concept of collaboration. Some of the ideas that were covered included active listening, discipline in caring, demonstration of passion, and general engagement, allowing for vulnerability.</p>
<h3>Last Thoughts</h3>
<p>The conference was very interesting and I got to meet a lot of fascinating people. The most interesting thing to me, sitting here as a media outsider, was that most of the people at the conference still believe they can have full control of the messages distributed online. This, in my view, is a major fallacy in their thinking as it is becoming clearer and clearer as time goes on that there is very little one can control on the Internet. The only way you can impact the direction of a discussion is engaging into it.</p>
<h3>See Also</h3>
<p>See also the Technorati Tag wemedia, the We Media tag wemedia and the WeMedia blog for more coverage of this conference.</p>
<p><p><i><a href="http://tnl.net/who" rel="author" title="Who is Tristan Louis?">Tristan Louis</a> is the founder and CEO of <a href="http://www.keepskor.com" title="Keepskor">Keepskor</a> and  writes the influential <a href="http://www.tnl.net/" title="tnl.net">tnl.net</a> weblog, where this was initially posted under the title <a href="http://www.tnl.net/blog/2005/10/05/at-wemedia-2005/">At WeMedia 2005</a>. You can follow him on twitter <a href="https://twitter.com/TNLNYC">here</a> or receive his weekly newsletter by subscribing <a href="http://eepurl.com/gb6zD">here</a>.</i></p>
</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tnl.net/blog/2005/10/05/at-wemedia-2005/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>2004 predictions: Recap</title>
		<link>http://www.tnl.net/blog/2004/12/26/2004-predictions-recap/</link>
		<comments>http://www.tnl.net/blog/2004/12/26/2004-predictions-recap/#comments</comments>
		<pubDate>Sun, 26 Dec 2004 21:50:13 +0000</pubDate>
		<dc:creator>Tristan Louis</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[Media]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[AOL]]></category>
		<category><![CDATA[AT&T]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Music]]></category>
		<category><![CDATA[Social Networks]]></category>
		<category><![CDATA[VOIP]]></category>
		<category><![CDATA[Wi-Fi]]></category>
		<category><![CDATA[eBay]]></category>

		<guid isPermaLink="false">http://tnl.net/blog/2004/12/26/2004-predictions-recap/</guid>
		<description><![CDATA[With the end of the year upon us, it’s time to do a quick sanity check on how well I did on last year’s predictions. Apple Scored well on the introduction of the Apple mini, which represents Apple’s entry into the lower end market. However, no video iPod this year, only a photo one, leaving [...]<p><p><i><a href="http://tnl.net/who" rel="author" title="Who is Tristan Louis?">Tristan Louis</a> is the founder and CEO of <a href="http://www.keepskor.com" title="Keepskor">Keepskor</a> and  writes the influential <a href="http://www.tnl.net/" title="tnl.net">tnl.net</a> weblog, where this was initially posted under the title <a href="http://www.tnl.net/blog/2004/12/26/2004-predictions-recap/">2004 predictions: Recap</a>. You can follow him on twitter <a href="https://twitter.com/TNLNYC">here</a> or receive his weekly newsletter by subscribing <a href="http://eepurl.com/gb6zD">here</a>.</i></p>
</p>
]]></description>
			<content:encoded><![CDATA[<p>With the end of the year upon us, it’s time to do a quick sanity check on how well I did on <a href="http://www.tnl.net/blog/2004/01/02/2004-predictions/" title="TNL.net: 2004 predictions">last year’s predictions</a>.</p>
<h3>Apple</h3>
<p>Scored well on the introduction of the Apple mini, which represents Apple’s entry into the lower end market. However, no video iPod this year, only a photo one, leaving Apple far, far, away from the movie downloading world.</p>
<p>On the computer end, Apple did not introduce a G5 portable. Wishful thinking on my part, true, and still a wish I hope to see fulfilled in 2005.</p>
<h3>Convergence: Music Stores</h3>
<p>As expected, Apple has solidified its relationship with AOL, offering the iTunes store under an AOL login. However, the store is not fully integrated within the AOL service.</p>
<p>As predicted, the world of online music is now divided into two camps: AAC and Windows Media. However, the surprising move was from Real Networks, which was the first company beyond Apple to adopt the AAC format.</p>
<h3>Convergence: Voice Over IP</h3>
<p>As predicted, voice over IP has had tremendous growth in 2004. AT&amp;T’s exit from the consumer market can be seen as a move to reorganize around land-line offerings. Also of significance this year was the introduction of VoIP services from most of the big telco player.</p>
<p>Regulatory discussions are now exploding, with telcos pushing for deregulation as “a way to compete” against the new players in the field. At the same time, the same traditional companies are pushing for regulation of VoIP businesses.</p>
<h3>Wireless: Wi-Fi phones</h3>
<p>Dead wrong on that one. Maybe next year!</p>
<p>While WiFi continues to progress at high speed, the introduction of phone services using such service is limited.</p>
<h3>Business: Revenge of the Internet companies</h3>
<p>Google did its IPO as expected and that went very well. Other Internet companies also went public this year but one can hardly talk of coattail effect.</p>
<p>On the bright side for investors, my predictions about the decline in stock prices for the big players did not pan out. However, I still maintain that the stock prices of companies like Ebay, yahoo, and amazon are too high.</p>
<h3>Business; Sun in Trouble</h3>
<p>As expected, SUN continues to have trouble financially but I have to admit I was wrong in terms of what I expected them to do. They are still in the SPARC business and are still pushing Solaris as their main OS.</p>
<h3>Development: Standards at the forefront</h3>
<p>This one was an easy one. As sites like ESPN and Wired moved to new standard formats, more and more people and companies are getting interested in more standard compliant code. Not a headline grabber but definitely a strong move.</p>
<h3>Society: Social Networks at the core</h3>
<p>Wrong, wrong, wrong. Social networks were slowly moving but not really getting more important this year. Their integration with search could, however, yield great potentials.</p>
<h3>Politics: Internet comes of age</h3>
<p>The Internet did come of age in this election cycle but Howard Dean did not win the democratic candidacy. However he, and other groups, managed to use the Internet to mobilize millions of people. The Republicans, on the other side, used the power of conservative bloggers to attack candidates (for example, the Swiftboat veterans for truth) and then take on the establishment (Dan Rather and Memogate).</p>
<p>Coming Soon: My predictions for 2005!</p>
<p><p><i><a href="http://tnl.net/who" rel="author" title="Who is Tristan Louis?">Tristan Louis</a> is the founder and CEO of <a href="http://www.keepskor.com" title="Keepskor">Keepskor</a> and  writes the influential <a href="http://www.tnl.net/" title="tnl.net">tnl.net</a> weblog, where this was initially posted under the title <a href="http://www.tnl.net/blog/2004/12/26/2004-predictions-recap/">2004 predictions: Recap</a>. You can follow him on twitter <a href="https://twitter.com/TNLNYC">here</a> or receive his weekly newsletter by subscribing <a href="http://eepurl.com/gb6zD">here</a>.</i></p>
</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tnl.net/blog/2004/12/26/2004-predictions-recap/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>2004 Predictions</title>
		<link>http://www.tnl.net/blog/2004/01/02/2004-predictions/</link>
		<comments>http://www.tnl.net/blog/2004/01/02/2004-predictions/#comments</comments>
		<pubDate>Fri, 02 Jan 2004 19:33:16 +0000</pubDate>
		<dc:creator>Tristan Louis</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[Media]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[AOL]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[IBM]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Music]]></category>
		<category><![CDATA[Telephony]]></category>
		<category><![CDATA[VOIP]]></category>
		<category><![CDATA[Video]]></category>
		<category><![CDATA[Wi-Fi]]></category>
		<category><![CDATA[Yahoo]]></category>
		<category><![CDATA[eBay]]></category>

		<guid isPermaLink="false">http://tnl.net/blog/2004/01/02/2004-predictions/</guid>
		<description><![CDATA[With a new year starting, it’s time to jump back in the water and make a few predictions as to what’s coming next. I suspect 2004 is going to be a big year in technology and here are some predictions for the coming year. Apple Apple will come out with a new lower-powered, lower-cost version [...]<p><p><i><a href="http://tnl.net/who" rel="author" title="Who is Tristan Louis?">Tristan Louis</a> is the founder and CEO of <a href="http://www.keepskor.com" title="Keepskor">Keepskor</a> and  writes the influential <a href="http://www.tnl.net/" title="tnl.net">tnl.net</a> weblog, where this was initially posted under the title <a href="http://www.tnl.net/blog/2004/01/02/2004-predictions/">2004 Predictions</a>. You can follow him on twitter <a href="https://twitter.com/TNLNYC">here</a> or receive his weekly newsletter by subscribing <a href="http://eepurl.com/gb6zD">here</a>.</i></p>
</p>
]]></description>
			<content:encoded><![CDATA[<p>With a new year starting, it’s time to jump back in the water and make a few predictions as to what’s coming next. I suspect 2004 is going to be a big year in technology and here are some predictions for the coming year.</p>
<h3>
Apple</h3>
<p>Apple will come out with a new lower-powered, lower-cost version of the iPod. The idea here is that they want to extend their lead in the digital music space and use the iTunes music store as a leverage for selling more iPods. From there, I suspect they will introduce a new low-end iPod which will follow the existing iPod line and offer less hard drive space at a lower price. In conjunction with this announcement, they will introduce a new line of iPods that offer support for both audio and video. From there, we might see a tentative move into the digital video space, with the possibility of their extending the offering on the iTunes music store to include downloadable music videos. Later on in the year, rumors will go uncofirmed as to whether Apple plans to introduce a downloadable movies service.</p>
<p>Apple will also announce the release of a new class of laptops powered by the G5 chip but offering lower speeds than their desktop counterparts, due to issues relating with chip cooling.</p>
<h3>
Convergence: Music Stores</h3>
<p>As more music store follow Apple’s lead, we will see at least one other site (probably Wal-Mart’s) offering downloadable AAC files and follow Apple’s lead. On the other side, Apple will announce that it is solidifying its relationship with AOL and offering the iTunes music store as a component of AOL.</p>
<p>The recognition that the online music business is a low margin one will force many players to reassess their strategy, with consolidation ensuing in that market and solidifying across two standards: Windows Media Player files and AAC files.</p>
<h3>
Convergence: Voice over IP</h3>
<p>2004 will be a big year for Voice over IP with many companies offering Internet telephony products in both the small and medium business arena and the consumer one. As major telephone companies unroll their offering in that arena, thoughts will go to redefining what a telecommunication company is about and new consolidation and splits will see phone companies reorganizing around two business models, either as utility providers, providing the infrastructure (the hardwired lines that go into a house or office), or as service corporations, providing services that run over those lines (the voice telephone will begin to be thought of as a service instead of a utility).</p>
<p>By year end, there will be a lot of discussion as to what those companies are about and calls to reshape the regulatory dialogue on what a telecommunication infrastructure is about. The other discussion on regulation will go towards figuring out how to deal with pricing models on communication services as the new services will destroy the concept of local and long distance.</p>
<h3>
Wireless: WiFi phones and integration everywhere</h3>
<p>A big surprise will be the rise of mobile phones that use Wireless Internet connectivity (Wi-Fi) and voice over IP to allow users to place calls using the Internet infrastructure.</p>
<p>Data services will become more prominent in mobile phones, led by camera-phones, which will increasingly be used for multimedia messaging, and the introduction of some videophone services. As mobile phone companies see more pressure on their voice services, due to the introduction of WiFi phones and continued pressure relating to number portability, they will look to data services as a new source of income.</p>
<h3>
Business: Revenge of the Internet companies</h3>
<p>Internet business will be in the headlines again as Internet companies show they have built successful business models based on profit instead of promise. As a result, investor confidence in Internet stock will return with an increase on stocks of companies that show they can use technology to lower costs and increase productivity.</p>
<p>In parallel, venture capitalists will start investing in new technology companies. Much of the money that has stayed dormant for the last few years will be invested in new companies that focus on services in the infrastructure, security, and interconnectivity arenas.</p>
<p>Of course, the big initial public offering of the year will be Google, which will generate enough excitement in the investment community to have a coattail effect on other Internet stocks.</p>
<p>On the downside of the investment picture, the stocks of Amazon, Ebay, and Yahoo will loose value as investors realize that their price/earning ratio are out of proportion compared to the rest of the market. Amazon will try stemming the losses in their share price by announcing that they are moving to a new strategy: offering a complete set of hosted services for retailers who want to lower their cost, instead of just being an online retailer on its own.</p>
<h3>
Business: Sun in trouble</h3>
<p>Sun microsystems will see itself in a difficult situation as it finds itself squeezed on the lower end by Linux, which will continue to eat Solaris’ marketshares, and on the higher end by Linux, which will increasingly be seen as the way to go when it comes to large scale applications. Companies like IBM and HP will offer utility computing as a “better approach” for large scale applications, running them on mainframes instead of large numbers of blades.</p>
<p>On the educational end, Sun will lose marketshares to Apple, which will be pushing its G5 and OSX platform as a better alternative.</p>
<p>In a dramatic announcement to save the company, Scott McNealy will announce that Sun will abandon Solaris and move completely to Linux by the end of 2005. The company will also look to sell its SPARC processor business, with either HP or IBM picking it up, and announce that it is moving to a new hardware architecture, based on chips produced by another company.</p>
<h3>
Development: Standards at the forefront</h3>
<p>Many large scale businesses will realize the value of building Internet applications on open standards like XML, XHTML, and CSS. As a result, the redesign of many major corporate sites will support those standards and an increasing amount of time will be devoted to making websites more accessible.</p>
<p>RSS will also experience a major growth curve as more and more people become aware of the power offered by such a subscription model. Much discussion will be paid to defining business models for delivery of RSS with media organizations trying to figure out how to distribute advertising in their RSS feeds. Initially, the Internet community will denounce the introduction of ads in RSS feeds but will come to admit it as a necessary evil later on in the year.</p>
<h3>
Society: Social Networks at the core</h3>
<p>While services like Friendster, Tribe, Ryze, and pluggedin received a lot of coverage in the tech sector last year, many investments in the sector will fail as companies just look at social networking as yet another feature to add to their site. The existing players will either merge or be sold to companies like AOL, Yahoo, or Microsoft, which will add social networking as another component in their online product offerings.</p>
<p>Apple will be the surprise player in this new arena, using OSX as the basis for a new social networking platform that will merge their address book application with mail, calendaring and chat services to provide an end to end solution on user’s desktops and offer added services through their .mac platform.</p>
<h3>
Politics: Internet comes of age</h3>
<p>Much of the US presidential campaign will be using the Internet as a political tool to organize supporters and raise funds. The early lead taken by Vermont Senator and democractic presidential candidate Howard Dean will help him win his party’s nomination. Using the same tools during the general election, Dean will try to ignite the general democratic base in a fight against George Bush. The Republican party will enter the election season with a similar set of tools and much of the campaign will be fought online with some potential scandal arising out of one of the candidate’s site being hacked.  As a result of the Internet battle, record numbers of voters will show up at the polls in November.</p>
<p>Of course, TNL.net will continue reporting on all this and show how wrong all those predictions were at the end of year.</p>
<p><p><i><a href="http://tnl.net/who" rel="author" title="Who is Tristan Louis?">Tristan Louis</a> is the founder and CEO of <a href="http://www.keepskor.com" title="Keepskor">Keepskor</a> and  writes the influential <a href="http://www.tnl.net/" title="tnl.net">tnl.net</a> weblog, where this was initially posted under the title <a href="http://www.tnl.net/blog/2004/01/02/2004-predictions/">2004 Predictions</a>. You can follow him on twitter <a href="https://twitter.com/TNLNYC">here</a> or receive his weekly newsletter by subscribing <a href="http://eepurl.com/gb6zD">here</a>.</i></p>
</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tnl.net/blog/2004/01/02/2004-predictions/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>The Coming Plague</title>
		<link>http://www.tnl.net/blog/2003/08/27/the-coming-plague/</link>
		<comments>http://www.tnl.net/blog/2003/08/27/the-coming-plague/#comments</comments>
		<pubDate>Wed, 27 Aug 2003 05:48:13 +0000</pubDate>
		<dc:creator>Tristan Louis</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[eBay]]></category>

		<guid isPermaLink="false">http://tnl.net/blog/2003/08/27/the-coming-plague/</guid>
		<description><![CDATA[Something has been bugging me about the whole SoBig.F incident and I believe that it has to do more with the self-congratulatory messages from people who eradicated most of it than from the virus itself. In a way, the virus is a clear representation of where things are headed. Back in 2001, I heard about [...]<p><p><i><a href="http://tnl.net/who" rel="author" title="Who is Tristan Louis?">Tristan Louis</a> is the founder and CEO of <a href="http://www.keepskor.com" title="Keepskor">Keepskor</a> and  writes the influential <a href="http://www.tnl.net/" title="tnl.net">tnl.net</a> weblog, where this was initially posted under the title <a href="http://www.tnl.net/blog/2003/08/27/the-coming-plague/">The Coming Plague</a>. You can follow him on twitter <a href="https://twitter.com/TNLNYC">here</a> or receive his weekly newsletter by subscribing <a href="http://eepurl.com/gb6zD">here</a>.</i></p>
</p>
]]></description>
			<content:encoded><![CDATA[<p>Something has been bugging me about the whole <code>SoBig.F</code> incident and I believe that it has to do more with the self-congratulatory messages from people who eradicated most of it than from the virus itself. In a way, the virus is a clear representation of where things are headed. Back in 2001, I heard about <a href="http://www.tnl.net/blog/2001/03/07/new-virus-evolves/" title="TNL.net: New Virus Evolves">a virus called Hybris</a>. The Virus was among the first of a new breed, a self-updating virus that could grab more information from Usenet and therefore modify itself. A <a href="http://www.tnl.net/who/bibliography/hybris.php" title="TNL.net: Bibliography: Hybris - a stealth virus with plug-ins">related article</a> I wrote for the now defunct Planet IT concluded with a worrisome quote from a hacker I interviewed:</p>
<blockquote><p>This is a great tool to learn new ways to propagate a payload. New variants of this will come out, and I think that within six months, Hybris and its kids could be the most widespread Trojan making the rounds.</p></blockquote>
<p>Later that year, <a href="http://www.tnl.net/blog/2001/08/05/seeing-red/" title="TNL.net: Seeing Red">Code Red became the most widespread Virus</a> in recent history. I am now afraid to say that, with SoBig.F, we are now seeing a merger of those two paths into something that could become very scary.</p>
<p>Humor me for a second and follow me down a few little dystopia.</p>
<p>A trojan writer (and I will not go into the motivations of those people as they are as varied as motivations for programming) decides to write a trojan that attacks servers in the same way as Code Red did. However, the writer makes sure that the attacks happen at a relatively slow pace, infecting system at a relatively small pace over time. That trojan gets on a certain number of systems and contains code to update itself from Usenet. When it has infected a server, the trojan sends a Usenet note saying that it is ready and waiting. Meanwhile, the trojan writer keeps count of those notes until they reach a certain amount. Once the amount of needed systems has been infected, the trojan writer releases an update to the code. That update could be used for distributed denial of service attacks against a number of large targets (CNN? Ebay? Amazon? Some government site? Some other institutions). This could take out a number of systems quickly but what if… what if, instead of just limiting itself to a DDoS attack, the trojan kicked off something that would combine a DDoS with a full scale infection of critical systems around the net. Or what if, instead of attacking a web site (or set of web sites), the trojan attacked routers. What if, for example, the attack was held against the 13 core domain name servers <a href="http://www.msnbc.msn.com/" title="Is a larger Net attack on the way?">as happened a year ago</a> ? This kind of attack is looming over the horizon, I think, and we may not be prepared for the kind of Internet blackout it would create. As more and more business is transacted over the Internet, this kind of attack could result in millions (if not billions) of dollars lost.</p>
<p>Another scary possibility is what I called the Microsoft infection possibility. Blaster, a virus which hit only a week ago, was designed to take down windowsupdate.com, a site that is used by Microsoft to update software on windows machines. This, in itself is not a problem but, with Microsoft now talking about automated updating of systems (something they are considering in the wake of the blaster attack), it could become one. What if someone managed to put a file on the Microsoft update queue that contained a virus or trojan. Granted, Microsoft’s reputation would be severely tarnished by such an incident but the bigger problem would be in how to recover from such an infestation.</p>
<p>Now combine the two scenarios I’ve highlighted above and you get something even more worrisome. You end up with a virus programmer exploiting the automatic update feature of Microsoft to use it as a way to carry a payload that is then used to create an attack on the rest of the net. First, windows machines get infected. Then windows machines get used to take out the rest of the net, impeding everyone.</p>
<p>I’ve talked about this with a few fellow geeks and many tell me that, in theory, all of it is doable now. However, no one managed to point me to a way to avoid such a problem in the future. Remove windows? That’s the answer many in the anti-Microsoft camp would give but it is not a realistic one in a world where millions of machines are installed. Avoid automatic updates? Then the smaller viruses and trojans get through and scenario one can still be accomplished. What is the answer? If you know, contact me and I’ll post a list of answers.</p>
<p><p><i><a href="http://tnl.net/who" rel="author" title="Who is Tristan Louis?">Tristan Louis</a> is the founder and CEO of <a href="http://www.keepskor.com" title="Keepskor">Keepskor</a> and  writes the influential <a href="http://www.tnl.net/" title="tnl.net">tnl.net</a> weblog, where this was initially posted under the title <a href="http://www.tnl.net/blog/2003/08/27/the-coming-plague/">The Coming Plague</a>. You can follow him on twitter <a href="https://twitter.com/TNLNYC">here</a> or receive his weekly newsletter by subscribing <a href="http://eepurl.com/gb6zD">here</a>.</i></p>
</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tnl.net/blog/2003/08/27/the-coming-plague/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Elegant Hack</title>
		<link>http://www.tnl.net/blog/2003/05/09/the-elegant-hack/</link>
		<comments>http://www.tnl.net/blog/2003/05/09/the-elegant-hack/#comments</comments>
		<pubDate>Fri, 09 May 2003 18:32:53 +0000</pubDate>
		<dc:creator>Tristan Louis</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[eBay]]></category>

		<guid isPermaLink="false">http://tnl.net/blog/2003/05/09/the-elegant-hack/</guid>
		<description><![CDATA[Paul Graham published a great essay on the parallels between hackers and painters. I find it funny that this would come up on the net this week as I was pondering some of the same things in the past few weeks, since I visited the amazing Da Vinci show at the Metropolitan Museum of Art [...]<p><p><i><a href="http://tnl.net/who" rel="author" title="Who is Tristan Louis?">Tristan Louis</a> is the founder and CEO of <a href="http://www.keepskor.com" title="Keepskor">Keepskor</a> and  writes the influential <a href="http://www.tnl.net/" title="tnl.net">tnl.net</a> weblog, where this was initially posted under the title <a href="http://www.tnl.net/blog/2003/05/09/the-elegant-hack/">The Elegant Hack</a>. You can follow him on twitter <a href="https://twitter.com/TNLNYC">here</a> or receive his weekly newsletter by subscribing <a href="http://eepurl.com/gb6zD">here</a>.</i></p>
</p>
]]></description>
			<content:encoded><![CDATA[<p>Paul Graham published <a href="http://www.paulgraham.com/hp.html" title="Hackers and Painters">a great essay on the parallels between hackers and painters</a>. I find it funny that this would come up on the net this week as I was pondering some of the same things in the past few weeks, since I visited the amazing Da Vinci show at the Metropolitan Museum of Art this year.</p>
<p>I’d like to add a few points to Paul’s discussion on this, however. Unlike other great forms of art, great programming is more appreciated for its risk taking at the time at which it happens. For example, if you visit the <a href="http://www.musee-orsay.fr/fr/accueil.html" title="Musee D'Orsay">Musee D’Orsay</a>, which covers the full range of 19th century art, you come to realize that the paintings that received the most prizes in art competitions were not the ones that took the most risks. They were generally more bland and the more daring pieces were often the cause of much controversy and shunned by the “people who mattered”. In the same fashion, some of the greatest books in history have had very rough beginning, often being recognized as masterpieces only years after their author’s death.</p>
<p>In the programming world, however, a great piece of code is highly praised for its ingenuity and its risk taking. Large leaps have been made over the past decades by people who essentially figured that working within the system might only achieve incremental improvement but working outside of it could generate something much more interesting. If you look at the development of the commercial Internet (and of the open source movement), it is this “let’s try to do something more” that has engendered some of the biggest leaps.</p>
<p>The 90s were an interesting time in that people looked at the Internet and essentially allowed for day jobs to be created so that people could explore possibilities. While much money was tossed at people trying to do things that wouldn’t work (pets.com, anyone), the truly innovative companies (Amazon, Ebay, Paypal) took large leaps of faith and were rewarded for them.</p>
<p>While the leap of faith in terms of the idea is prized, some other parts are not. In my early days as a hacker (and by hacker, I mean someone who toys around with code, not someone trying to break into systems), tight code was the norm. A large part of the reason for this was the limited amount of space we have to play with. As a kid in the early 80s, I was playing with computers where RAM was calculated in Kilobytes, not Megabytes or Gigabytes and, as a result, my friends and I were always trying to get more out of each byte of code. As memory availability increased, it seems that people became more careless in their programming, often wasting useful resources in terms of CPU space and memory space. This skill, nowadays, does not seem as prized as it used to be. The same is happening in terms of web development, where sloppy usage of XHTML is forcing us down a path of more bandwidth for the bang. To me, the real beauty of a lot of code lies in the fact that more can be done with less. This, however, seems to be a lesson that many have not learned.</p>
<p><p><i><a href="http://tnl.net/who" rel="author" title="Who is Tristan Louis?">Tristan Louis</a> is the founder and CEO of <a href="http://www.keepskor.com" title="Keepskor">Keepskor</a> and  writes the influential <a href="http://www.tnl.net/" title="tnl.net">tnl.net</a> weblog, where this was initially posted under the title <a href="http://www.tnl.net/blog/2003/05/09/the-elegant-hack/">The Elegant Hack</a>. You can follow him on twitter <a href="https://twitter.com/TNLNYC">here</a> or receive his weekly newsletter by subscribing <a href="http://eepurl.com/gb6zD">here</a>.</i></p>
</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tnl.net/blog/2003/05/09/the-elegant-hack/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ebay to Acquire PayPal</title>
		<link>http://www.tnl.net/blog/2002/07/08/ebay-to-acquire-paypal/</link>
		<comments>http://www.tnl.net/blog/2002/07/08/ebay-to-acquire-paypal/#comments</comments>
		<pubDate>Mon, 08 Jul 2002 08:00:00 +0000</pubDate>
		<dc:creator>Tristan Louis</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[Acquisition]]></category>
		<category><![CDATA[Integration]]></category>
		<category><![CDATA[Yahoo]]></category>
		<category><![CDATA[eBay]]></category>

		<guid isPermaLink="false">http://tnl.net/blog/2002/07/08/ebay-to-acquire-paypal/</guid>
		<description><![CDATA[Today, Ebay announced that it will acquire Paypal for $1.5 billion in stock. The acquisition makes sense as it merges two successful Internet businesses and turns the online auctioneer into an end to end shop for online transaction. Sizing up the businesses Ebay is primarily in the auction business. Everyday, millions of people buy and [...]<p><p><i><a href="http://tnl.net/who" rel="author" title="Who is Tristan Louis?">Tristan Louis</a> is the founder and CEO of <a href="http://www.keepskor.com" title="Keepskor">Keepskor</a> and  writes the influential <a href="http://www.tnl.net/" title="tnl.net">tnl.net</a> weblog, where this was initially posted under the title <a href="http://www.tnl.net/blog/2002/07/08/ebay-to-acquire-paypal/">Ebay to Acquire PayPal</a>. You can follow him on twitter <a href="https://twitter.com/TNLNYC">here</a> or receive his weekly newsletter by subscribing <a href="http://eepurl.com/gb6zD">here</a>.</i></p>
</p>
]]></description>
			<content:encoded><![CDATA[<p>Today, <a title="Ebay" href="http://www.ebay.com">Ebay</a> announced that it will <a title="Paypal Press Releases" href="https://www.paypal.com/cgi-bin/webscr?cmd=_ir-release&amp;rid=312476">acquire</a> <a title="Paypal" href="https://www.paypal.com/">Paypal</a> for $1.5 billion in stock. The acquisition makes sense as it merges two successful Internet businesses and turns the online auctioneer into an end to end shop for online transaction.</p>
<h3>Sizing up the businesses</h3>
<p>Ebay is primarily in the auction business. Everyday, millions of people buy and sell products through the service. Ebay does not hold any of the inventory and focuses primarily on providing a marketplace for exchange.</p>
<p>In parallel, Paypal provides a service that allows people to send money electronically by tying credit card numbers to email addresses. 60% of Paypal’s business comes from people who are using Ebay for auction and Ebay tried to compete with Paypal through its own service called Billpoint. The only problem was that Billpoint never received the kind of support Paypal enjoyed.</p>
<p>While other offerings (Yahoo PayDirect, Citibank’s C2It, Western Union’s MoneyZap) tried to go after the same market, Paypal established an early lead and hung on to it.</p>
<p>Furthermore, Paypal has worked hard to work with multiple <a title="Paypal partners with Discover" href="https://www.paypal.com/cgi-bin/webscr?cmd=_ir-release&amp;rid=304563">credit</a> <a title="Paypal partners with American Express" href="https://www.paypal.com/cgi-bin/webscr?cmd=_ir-release&amp;rid=304565">card</a> providers, and has established signification relationships with companies like UPS to create a system that allows for end to end processing of transaction.</p>
<h3>Opportunities</h3>
<p>At the same time, Ebay has been moving closer to a fixed price model since the acquisition of <a title="Half.com" href="http://www.half.ebay.com">Half.com</a> and has expanded into providing other services for sellers. Combining the services Ebay and Paypal have been offering will mean providing an end-to-end solution for anybody interested in selling goods online.</p>
<p>This puts Ebay on a collision course with <a title="Amazon.com" href="http://www.amazon.com">Amazon.com</a>, which is trying to attack the same problem from the large provider end.</p>
<h3>What’s Next?</h3>
<p>Once the merger has been completed, expect Ebay to integrate Paypal as part of its complete offering and get rid of Billpoint. Once that is done, Ebay will collect fees on listing goods, transacting the business, receiving the money, and delivering the goods. This is a great model as it puts Ebay clearly in the lead in terms of offering a complete solution for online retailers.</p>
<p>Once it’s managed to do so for small retailers (as it does on Half.com and Ebay “Buy it Now” sellers), expect Ebay to start going after larger and larger customers. In the long run, I would not be surprised to see Ebay and Amazon bid on some of the same contracts, with Amazon showcasing its warehousing capabilities as a plus, while Ebay would present its complete platform as the solution of choice (let’s not forget that Ebay now has a <a title="Ebay Integration Services" href="http://developer.ebay.com/error/404/?p=http%3a%2f%2fdeveloper.ebay.com%3a80%2fintegration%2findex.html&#038;UrlReferrer=http%3a%2f%2fwww.tnl.net%2fblog">complete API</a> already working, which makes it easier to integrate its services into other platforms.</p>
<p>Since both companies offer capabilities for online selling, I would expect them to fight it out on new features, with Amazon eventually suing Ebay over 1-click functionality and, after a settlement is reached, both companies looking at the possibility of a merger.</p>
<p>It looks like such a thing would make sense as both companies have managed to amass large quantities of customers and both are striking out in similar fields. Whereas Amazon focused on becoming a host to large companies like <a title="Target Site on Amazon.com" href="http://www.amazon.com/Target/b/183-9837043-9210659?ie=UTF8&#038;node=1079726">Target</a> and <a title="ToysRus on Amazon" href="http://www.amazon.com/toys/b/177-2892013-1599414?ie=UTF8&#038;node=165793011">Toys R Us</a>, Ebay has focused on small retailers. Together, they could become the biggest host of online stores on the whole Internet.</p>
<p><p><i><a href="http://tnl.net/who" rel="author" title="Who is Tristan Louis?">Tristan Louis</a> is the founder and CEO of <a href="http://www.keepskor.com" title="Keepskor">Keepskor</a> and  writes the influential <a href="http://www.tnl.net/" title="tnl.net">tnl.net</a> weblog, where this was initially posted under the title <a href="http://www.tnl.net/blog/2002/07/08/ebay-to-acquire-paypal/">Ebay to Acquire PayPal</a>. You can follow him on twitter <a href="https://twitter.com/TNLNYC">here</a> or receive his weekly newsletter by subscribing <a href="http://eepurl.com/gb6zD">here</a>.</i></p>
</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tnl.net/blog/2002/07/08/ebay-to-acquire-paypal/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Going wireless with the Palm V</title>
		<link>http://www.tnl.net/blog/2000/04/22/going-wireless-with-the-palm-v/</link>
		<comments>http://www.tnl.net/blog/2000/04/22/going-wireless-with-the-palm-v/#comments</comments>
		<pubDate>Sat, 22 Apr 2000 08:00:00 +0000</pubDate>
		<dc:creator>Tristan Louis</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Browser]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[Palm]]></category>
		<category><![CDATA[Wireless]]></category>
		<category><![CDATA[eBay]]></category>

		<guid isPermaLink="false">http://tnl.net/blog/2000/04/22/going-wireless-with-the-palm-v/</guid>
		<description><![CDATA[For the past few weeks, I’ve been experimenting with OmniSky’s new wireless service for the Palm V and I have to admit that it has affected my wireless usage. Running over AT&#38;T’s CDPD network, the service allows Palm V users to get full access to the net at speeds of up to 19.2kbps. Priced at [...]<p><p><i><a href="http://tnl.net/who" rel="author" title="Who is Tristan Louis?">Tristan Louis</a> is the founder and CEO of <a href="http://www.keepskor.com" title="Keepskor">Keepskor</a> and  writes the influential <a href="http://www.tnl.net/" title="tnl.net">tnl.net</a> weblog, where this was initially posted under the title <a href="http://www.tnl.net/blog/2000/04/22/going-wireless-with-the-palm-v/">Going wireless with the Palm V</a>. You can follow him on twitter <a href="https://twitter.com/TNLNYC">here</a> or receive his weekly newsletter by subscribing <a href="http://eepurl.com/gb6zD">here</a>.</i></p>
</p>
]]></description>
			<content:encoded><![CDATA[<p>For the past few weeks, I’ve been experimenting with OmniSky’s new wireless service for the Palm V and I have to admit that it has affected my wireless usage. Running over AT&amp;T’s CDPD network, the service allows Palm V users to get full access to the net at speeds of up to 19.2kbps.</p>
<p>Priced at $300 for the modem and a $40 monthly rate for unlimited access, the service is still not cheap but it is starting to approach the reasonable area once you realize how much you can do with it.</p>
<p>The basic software package comes with some of the same clips that are available on the Palm VII and a few extra programs like a full mail package which allows you to connect to your POP3 server. However, I decided to get rid of that piece of software once I discovered <a title="Ptelnet" href="http://netpage.em.com.br/mmand/ptelnet.htm">Ptelnet</a>, a small telnet client for the palm. This allows me to access a Unix server on which I not only have an email client but also a Usenet client, as well as a web browser (lynx) and an FTP client.</p>
<p>As a result, this telnet client works as the perfect on the road kit.</p>
<p>For more graphically oriented pages, I use Proxiweb, a full web browser that allows me to surf web pages directly from my pilot. The proxinet server converts the pages in a format that is easily readable by the pilot.</p>
<p>Of course, one of the main attraction of a wireless pilot is quick access to relevant information. Using Palm computing’s proprietary tools, several companies have developed PQAs that allow users to quickly check certain pages. Amazon.com, for example, allows you to order directly from your pilot, Ebay allows you to track your auctions in progress, and Etrade allows you to trade stocks. However, those are not the applications I found myself using the most.</p>
<p>I’ve discovered that the most interesting ones tend to be the information PQAs. For example, I can now check flight delays at the airport (perfect for travelers), track FedEx packages, get directions using mapquest, or grab headlines from a variety of sources including the New York Times, the Wall Street Journal, and USA Today.</p>
<p>On the more techno-centric end, one can also grab headlines from Slashdot, news.com, and ZDNN. I find myself reading from my connected Palm when I am waiting for a meeting, in transit in a cab, or waiting for a plane at the airport. It’s the perfect way to stay productive wherever I am.</p>
<p>Palm computing knows that in order to keep its lead, it needs to offer tools for developers. As a result, they have introduced a small program that allows developers to create PQAs. The process is relatively quick (put together a few small HTML pages, trim a few images, check your links to make sure that they show up properly on the Palm.) However, one tricky part is creating web server pages that will display properly on the Palm.</p>
<p>I’d like to urge developers to do as much as possible to separate content from presentation when they create pages. In the case of TNL.net, the site is templatize according to one’s browser. So if someone comes in with a Palm (the user agent tag includes the word <code>Elaine</code> so you can clearly get it filtered), I serve up a less graphic intensive template.</p>
<p>This has allowed me to develop a little application allowing people to read this newsletter from their wireless Palm.</p>
<p>As an increasing amount of wireless device start to pop up, separating content and presentation will be increasingly important. The sites that do so already will gain an essential edge in this next section of the market while others will remain far far behind, stuck in legacy HTML code. If you don’t do that separation right now, you will find yourself in tougher and tougher a situation as the amount of content on your site keeps increasing.</p>
<p><p><i><a href="http://tnl.net/who" rel="author" title="Who is Tristan Louis?">Tristan Louis</a> is the founder and CEO of <a href="http://www.keepskor.com" title="Keepskor">Keepskor</a> and  writes the influential <a href="http://www.tnl.net/" title="tnl.net">tnl.net</a> weblog, where this was initially posted under the title <a href="http://www.tnl.net/blog/2000/04/22/going-wireless-with-the-palm-v/">Going wireless with the Palm V</a>. You can follow him on twitter <a href="https://twitter.com/TNLNYC">here</a> or receive his weekly newsletter by subscribing <a href="http://eepurl.com/gb6zD">here</a>.</i></p>
</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tnl.net/blog/2000/04/22/going-wireless-with-the-palm-v/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Trouble in RegistrarLand</title>
		<link>http://www.tnl.net/blog/2000/03/24/trouble-in-registrarland/</link>
		<comments>http://www.tnl.net/blog/2000/03/24/trouble-in-registrarland/#comments</comments>
		<pubDate>Fri, 24 Mar 2000 09:00:00 +0000</pubDate>
		<dc:creator>Tristan Louis</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Networks]]></category>
		<category><![CDATA[Yahoo]]></category>
		<category><![CDATA[eBay]]></category>
		<category><![CDATA[scalability]]></category>
		<category><![CDATA[web server]]></category>

		<guid isPermaLink="false">http://tnl.net/blog/2000/03/24/trouble-in-registrarland/</guid>
		<description><![CDATA[Scalability is the one thing too many startups ignore.<p><p><i><a href="http://tnl.net/who" rel="author" title="Who is Tristan Louis?">Tristan Louis</a> is the founder and CEO of <a href="http://www.keepskor.com" title="Keepskor">Keepskor</a> and  writes the influential <a href="http://www.tnl.net/" title="tnl.net">tnl.net</a> weblog, where this was initially posted under the title <a href="http://www.tnl.net/blog/2000/03/24/trouble-in-registrarland/">Trouble in RegistrarLand</a>. You can follow him on twitter <a href="https://twitter.com/TNLNYC">here</a> or receive his weekly newsletter by subscribing <a href="http://eepurl.com/gb6zD">here</a>.</i></p>
</p>
]]></description>
			<content:encoded><![CDATA[<p>It was supposed to be <a title="Register Free" href="http://www.registerfree.com">RegisterFree.com</a>’s greatest hour. Last week, they announced that they would offer free domain registration for one hour on Thursday, March 23, from 9PM EST to 10PM EST.</p>
<p>Yes, absolutely free. How much for that domain name in the window? Nada, zilch, nothing.</p>
<p>But for a lot of people, it seemed too good to be true. And for a lot of people, it just didn’t happen. At about 9:01pm, the site started to experience VERY sluggish response times. First, they claimed the NSI registry stopped answering.… Then their nameserver crashed… Then the web server crashed. Then, hopeful registrants around the Internet started talking.. and talking… and talking…</p>
<h3>It’s Scalability, Stupid!</h3>
<p>In the end, the issue came down to one simple overlooked issue: Yes, you guessed it.</p>
<p>It’s give me an S…<br />
give me a C…<br />
give me an A…<br />
give me an L…<br />
give me another A…<br />
tired yet?<br />
give me a B…<br />
give me an I…<br />
and another L…<br />
and another I…<br />
and a T…<br />
and finally a Y!</p>
<p>What does that spell.… SCALABILITY!</p>
<p>While they were expecting under 500,000 unique visitors, they logged over 2 million attempts to enter the site and in the end under 10000 names were registered.</p>
<p>As a result, RegisterFree went from being the new kid going against Network Solutions to joining the ranks of Victoria’s Secrets and ABC in the annals of sites that failed to scale to demand.</p>
<p>By 12:10am tonight, RegisterFree issued the following statement: Ladies and Gentlemen:<br />
This was truly awesome. We never expected ANYTHING like the AMAZING response we<br />
received to our RegisterFREE Free Hour Promotion. At certain times over the course of the evening, the NSI registry (the universal database which provides domain name availability checks) was unable to process requests for those domain name availability checks. As a result, traffic was significantly slowed at times, and some people were unable to register their domain name. We hope to receive better support from NSI Registry during our next promotion, which will be coming up very shortly. We can safely say that hundreds of thousands of people came to RegisterFREE.com tonight, and thousands were able to register their domain name for free. At this point, we ask all those who were unable to register a domain name to send an email to cs@registerfree.com and let us know, so we can deal with each query personally. Congratulations to all of those customers who did get through and were able to submit their registration request. RegisterFREE.com STRONGLY believes that Domain Name Registration should be 100% free, and we will have this promotion again very soon. Again, thank you for your continued patience and support as we try to make all domain names 100% free. The RegisterFREE team.</p>
<p>Now I can hear many of you scoff at the fact that they couldn’t scale.</p>
<p>Yes, it’s true, they mis-planned but how many of us plan for such traffic surges? And how do you plan for something like that. Do you overbuild and hope that people will come? What is the factor by which you have to multiply your expectations and get an appropriate number. Last summer, drugstore.com went down on its first day, deluged by over 1 million requests. Should we use 1 million as the magic number?</p>
<p>Many large web sites have been designed with little attention paid to scalability and every time one of them fails, we all look bad. Why? Simply because the Internet is considered as unreliable when that happens and THAT scares away potential customers.</p>
<p>Don’t believe me? Try asking my 82-years-old neighbor! When Yahoo! and Ebay were taken down, she was so scared by the negative press that she told me she wouldn’t shop online because hackers would steal her credit card and overcharge it. After explaining to her that she was only liable for $50 maximum and that incidents like this were rare on the Internet, I think I managed to rescue one more customer on the Internet.</p>
<p>But enough negative publicity along the lines of what I expect to see in tomorrow morning’s newspaper (especially considering the great coverage RegisterFree managed to get BEFORE the event) is undermining consumer confidence in the Internet and that is what I worry about.</p>
<h3>But Wait! It Gets Better!</h3>
<p>More troubling was the fact that they were blaming it onNSI. While I don’t particularly like NSI, I have to say that their whois was working tonight. I spent all evening checking domain names in the NSI whois while I was trying to get into registerfree.com. It worked fine for me, actually working faster than it usually does. I even ended up registering domain names from there. RegisterFree.com pointed out that someone at NSI decided to take the “registry processing systems offline for an indeterminate amount of time” but other registrars were fine. After the promotion ended, RegisterFree was still the subject of some discussion regarding ethical issues. It may be just a technicality but other registrars like <a title="Bulk Register" href="http://www.bulkregister.com/">Bulk Register</a> and <a title="Enom" href="http://www.enom.com/">Enom</a> (just to take a couple of names from the ICANN accredited list) are cheaper.</p>
<p>So can registerfree be trusted? I just provide the links. You make the call.</p>
<p><p><i><a href="http://tnl.net/who" rel="author" title="Who is Tristan Louis?">Tristan Louis</a> is the founder and CEO of <a href="http://www.keepskor.com" title="Keepskor">Keepskor</a> and  writes the influential <a href="http://www.tnl.net/" title="tnl.net">tnl.net</a> weblog, where this was initially posted under the title <a href="http://www.tnl.net/blog/2000/03/24/trouble-in-registrarland/">Trouble in RegistrarLand</a>. You can follow him on twitter <a href="https://twitter.com/TNLNYC">here</a> or receive his weekly newsletter by subscribing <a href="http://eepurl.com/gb6zD">here</a>.</i></p>
</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tnl.net/blog/2000/03/24/trouble-in-registrarland/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>1994–2000: How Things Have Changed</title>
		<link>http://www.tnl.net/blog/1999/12/31/1994-2000-how-things-have-changed/</link>
		<comments>http://www.tnl.net/blog/1999/12/31/1994-2000-how-things-have-changed/#comments</comments>
		<pubDate>Fri, 31 Dec 1999 09:00:00 +0000</pubDate>
		<dc:creator>Tristan Louis</dc:creator>
				<category><![CDATA[Media]]></category>
		<category><![CDATA[Personal]]></category>
		<category><![CDATA[AOL]]></category>
		<category><![CDATA[History]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[XML]]></category>
		<category><![CDATA[Yahoo]]></category>
		<category><![CDATA[eBay]]></category>

		<guid isPermaLink="false">http://tnl.net/blog/1999/12/31/1994-2000-how-things-have-changed/</guid>
		<description><![CDATA[Looking at the things that changed on the Internet between 1994 and 2000.<p><p><i><a href="http://tnl.net/who" rel="author" title="Who is Tristan Louis?">Tristan Louis</a> is the founder and CEO of <a href="http://www.keepskor.com" title="Keepskor">Keepskor</a> and  writes the influential <a href="http://www.tnl.net/" title="tnl.net">tnl.net</a> weblog, where this was initially posted under the title <a href="http://www.tnl.net/blog/1999/12/31/1994-2000-how-things-have-changed/">1994–2000: How Things Have Changed</a>. You can follow him on twitter <a href="https://twitter.com/TNLNYC">here</a> or receive his weekly newsletter by subscribing <a href="http://eepurl.com/gb6zD">here</a>.</i></p>
</p>
]]></description>
			<content:encoded><![CDATA[<p>The year was 1994.</p>
<p>I had just moved to New York city the previous fall and was caught into the glory of Gotham. In the process, I had managed to start making friends in the online community there. This was the year Mosaic had been born and the first year of the modern net, as far as I see it. People outside of universities were starting to connect to BBSes that were connected to the Internet all the time (this was relatively new, as most BBSes used to be one or two modem systems, allowing only a couple of users to connect simultaneously) and a few enterprising souls had set out to create a global event: first night in cyberspace. Half international friendship fest, half educational effort, our goal was to teach the world about the Internet and meet some of the people we had exchanged flurries of emails with and chatted with online. In New York, <a title="ECHO BBS" href="http://www.echonyc.com">ECHO (the East Coast Hangout)</a> and the Dorsai Embassy had partnered to hook up <a title="Grand Central Station" href="http://www.grandcentralterminal.com/">Grand Central terminal</a> with 5 computers. ECHO brought the in-crowd, a mix of artists, and online aficionados who created one of the top online communities in the world and Dorsai brought the geeks, people like myself who felt that spending a weekend installing in-house networks and debugging lines of a new OS called Linux was a worthy cause.</p>
<p>We were high on life and high on the possibilities of the Internet, eager to show the world that they too could join people from places as remote as London and San Francisco in the first global party. Stuck in a little corner, we had 5 computers (generally lent by ECHO users) and a mission: to change the world.</p>
<p>We did not know how much we would end up doing in the process. Meanwhile, in some dark recesses of Silicon Valley, the small group of programmers who had brought us Mosaic were working furiously on putting the finishing touch on a new version that would be even better. A few days before they had posted the first beta of the program.</p>
<p>The name of the company was <a title="Marc Andreesen introduces Mosaic Communications" href="http://groups.google.com/groups?q=Mosaic+Communications&amp;hl=en&amp;lr=lang_en|lang_fr&amp;ie=UTF-8&amp;oe=UTF8&amp;newwindow=1&amp;safe=active&amp;selm=MARCA.94May9131901%40netcom13.netcom.com&amp;rnum=1">Mosaic Communications</a>. The new product was a faster web browser called Netscape. And everyone on the net could email marca@mcom.com, who probably didn’t expect he would be on the cover of Time magazine less than 24 months later.</p>
<p>As the event went on, tens of thousands of people logged on to celebrate together. At the time, the net was only a couple of million people worldwide.</p>
<p>Back then, I didn’t know that this night would change a lot of things for me. Back then, I was desperately trying to find a job that was somewhat related to the Internet but there just weren’t that many. That night, all that changed. I’ve been thinking back to the day when my career went into high speed and I got caught into the Internet wave. That night was the beginning as far as I am concerned.</p>
<p>I had made a reputation earlier that year by starting to get involved in a Usenet newsgroup called <a title="a.i.m-c" href="news://alt.internet.media-coverage">alt.internet.media-coverage</a>. It was a place where anyone on the Internet could go and talk about coverage of the net in the media. In those days, that coverage was so scarce that we spent our time dissecting the few stories that were printed about the net.</p>
<p>Unbeknownst to me at the time, a lot of people in that group were also working reporters. One of those reporters was my friend <a title="Angela's Web Site" href="http://angelagunn.blogspot.com">Angela Gunn</a>, whom I first met face to face on December 31st, 1993. She was at the event and our meeting ended up not only getting me my first legitimate magazine writing gig (for Web Week) but also my second job in the Internet industry and the one that eventually ended up in my helming <a title="Internet.com" href="http://www.internet.com">internet.com</a> and kick started my career.</p>
<p>Angela and I talked through the night about how the net was going to change everything. I think it would be honest to say that even we underestimated how sweeping a change it would end up being.</p>
<p>Fast forward to today. It’s only 6 years later and over half of the American population is now online. Abroad, the net is starting to catch up and massive amounts of people are starting to join in. Email addresses are as common as phone numbers, and E-commerce (a word that didn’t even exist 6 years ago) is redefining the way people buy and sell everything. Every business has a website or is considering getting one, from multinational corporations (who now have entire departments tending to their Internet and Intranet sites) to the guy around the corner.</p>
<p>Jeff Bezos, of <a title="Amazon" href="http://www.amazon.com">Amazon.com</a> (two names that were unknown to most people only a few years ago), is 1999 Time magazine man of the Year, and every other ad on TV is for a .company. Millions of new jobs have been created and the next great Internet business plan and the next great Internet IPO have become the new American obsession.</p>
<p>Back in 1994, there was no such thing as Amazon.com or <a title="Ebay's Auction House" href="http://www.ebay.com">Ebay</a>. If you wanted to check out commerce on the web, you could buy hot sauce from <a title="Hot Sauce Provider" href="http://www.hothothot.com">HotHotHot</a> (the site is still around at its original URL). Short of that, you were just out of luck.</p>
<p>Back then, you were lucky if you had a high-speed 28.8k modem. 56k was far down the road, DSL or cable modems just didn’t exist. Back then, to connect to the net required a fair amount of technical savvy as one had to configure their computer and make a number of different software packages work together since there was no drop-in-the-CD-and-follow-a-simple-set-of-instructions to get on the net kit and the concept of having and Internet-ready computer was unheard of.</p>
<p>Back then, if you told someone at a party that you worked in the Internet industry, you would have met blank stares and proceeded to explain what the Internet was, how it worked, and generally boring people in the process.</p>
<p>Back then, my parents were suspicious of what I was doing especially when I was explaining to them that companies would put their content on the Internet for free for everyone to read and that somehow, we would find a way to make it work economically but we were really quite sure how.</p>
<p>Back then, when I suggested to people at CNN that they should enhance their broadcast with extra content online and post the full transcripts of their broadcast on the Internet for free, I was pretty much laughed out of the place.</p>
<p>Back then, the only threat to Microsoft was Macintosh and the Mac had a much easier to use interface since Windows 95 was more vaporware than reality, having been delayed for the better part of a year. Linux was known to only a few people who had dared download it from some obscure server in Finland and had installed it on their 386s or 486s. The big advantage over windows 3.1 was not that it had a better interface but that you could telnet into it, just like you would into any regular Internet server… and it was Unix… and it was free. I personally had gotten exposed to it because a Dorsai user named Bob Young was specializing in selling CDs that had stuff you could download off the Internet on them. The big advantage of those CDs was that you could get a CD with a complete archive instead of spending hours or days downloading the same software. The name of the company was <a title="Red Hat Software" href="http://www.redhat.com">Red Hat</a> and they were based in Westport, CT. A morning in 1995, that fact became very important to me personally: one of the machines at Internet.com was running off Linux and we needed to rebuild the whole system. I called Bob up and we drove over to his office to get a copy of the latest version of Linux he had received. He burned it on the CD right in front of us and saved the day for us. At the time, none of us realized that Linux was going to become the new threat to Microsoft and that Bob was going to become a billionaire on paper in the process.</p>
<p>Back then you could surf the whole web in a few days since there were less than 10,000 web sites. Yahoo didn’t yet have its own domain name and was sitting on Jerry Yang’s personal workstation at http://akebono.stanford.edu.</p>
<p>Back then, domain names were free. It would take another year before InterNIC started to charge $50 per year to own a domain and most were worth about that much. It would take until 1995 for the first sale of a domain name from one party to another, when Cnet bought TV.com for $15,000.</p>
<p>Back then, the net was still relatively quiet. Streaming media was still a thing of the future (RealAudio would debut streaming audio in 1995 and a small Israeli company called VDOnet would launch streaming video a few months later), as were Java, JavaScript, Shockwave, Flash, VBScript, and XML.</p>
<p>Back then, the most traffic the Internet was seeing was FTP data, and the web was still in fourth place as the most used application on the net, behind FTP, Email and Usenet. Also, spam didn’t exist yet. It would take a few extra months for two Arizona lawyers (Canter &amp; Siegel a.k.a. “The Green Card Lawyers”) to spam Usenet.</p>
<p>The top online service in the country was CompuServe, followed by Prodigy, Genie, and AOL. None of them were connected to the Internet and all of them were expected to die off. While this was the case, other services were not connected to the net: we didn’t have Internet banking (although online banking was possible by using proprietary software the bank would give you) nor was there any online trading going on.</p>
<p>All this in 6 years. Oh my, how far we’ve gone. So with this in mind, I’d like to thank all of you for a wonderful six years and take this time to remind you that we still have a lot to do. After all, together, we are still working on creating the building blocks and moving them around.</p>
<p>Let’s see if we can do as much in the next 6 years as we have in the past ones.</p>
<p>We may have made a lot of money in the process. We may have made a lot of changes in the process. We definitely changed the world in the process.</p>
<p>But let’s not forget what we set out to do: to build something new, something that we could leave behind and proudly look at when we’re older.</p>
<p>I would like to challenge everyone on this list to come up with a way to give back to the community that has given us so much. Whether it is by spending a little time teaching a net beginner how to move around this world we created, help a school or non-profit organization to get online, or help make more data accessible through the net, please take some time off your busy schedule and go out and make a difference. We did in the last 6 years: why should we stop now.</p>
<p>As the year 2000 approaches, please do make that pledge to yourself and together, we’ll help this grow a little further.</p>
<p>That’s about it for my little sermon. As a closing note on this year, I’d like to renew my thanks to everyone I’ve worked or exchanged ideas with in the past year and I hope we’ll do some more of that. So have a great New Year’s eve celebration and I’ll see you on the other side of the calendar, the one that starts with a 2.</p>
<p><p><i><a href="http://tnl.net/who" rel="author" title="Who is Tristan Louis?">Tristan Louis</a> is the founder and CEO of <a href="http://www.keepskor.com" title="Keepskor">Keepskor</a> and  writes the influential <a href="http://www.tnl.net/" title="tnl.net">tnl.net</a> weblog, where this was initially posted under the title <a href="http://www.tnl.net/blog/1999/12/31/1994-2000-how-things-have-changed/">1994–2000: How Things Have Changed</a>. You can follow him on twitter <a href="https://twitter.com/TNLNYC">here</a> or receive his weekly newsletter by subscribing <a href="http://eepurl.com/gb6zD">here</a>.</i></p>
</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tnl.net/blog/1999/12/31/1994-2000-how-things-have-changed/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Volume, Volume, Volume</title>
		<link>http://www.tnl.net/blog/1999/04/12/volume-volume-volume/</link>
		<comments>http://www.tnl.net/blog/1999/04/12/volume-volume-volume/#comments</comments>
		<pubDate>Mon, 12 Apr 1999 08:00:00 +0000</pubDate>
		<dc:creator>Tristan Louis</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Disintermediation]]></category>
		<category><![CDATA[e - commerce]]></category>
		<category><![CDATA[eBay]]></category>

		<guid isPermaLink="false">http://tnl.net/blog/1999/04/12/volume-volume-volume/</guid>
		<description><![CDATA[A new company introduces a business model that is fully net-native and different from previous approaches.<p><p><i><a href="http://tnl.net/who" rel="author" title="Who is Tristan Louis?">Tristan Louis</a> is the founder and CEO of <a href="http://www.keepskor.com" title="Keepskor">Keepskor</a> and  writes the influential <a href="http://www.tnl.net/" title="tnl.net">tnl.net</a> weblog, where this was initially posted under the title <a href="http://www.tnl.net/blog/1999/04/12/volume-volume-volume/">Volume, Volume, Volume</a>. You can follow him on twitter <a href="https://twitter.com/TNLNYC">here</a> or receive his weekly newsletter by subscribing <a href="http://eepurl.com/gb6zD">here</a>.</i></p>
</p>
]]></description>
			<content:encoded><![CDATA[<p>Next week, the San Francisco based company called <a title="Former URL for Accompany" href="http://www.accompany.com">Accompany</a> is launching what may well be the future of E-commerce.</p>
<p>The concept is fairly simple when when you think about it: Creating groups to get volume discounts on products. A single product was up for sale (3Com’s Palm V, which they offered for $350 to the first 50 buyers to come in) but the concept makes sense. If you’ve ever been into a Price Club or Costco store, you’ll understand it fairly quickly: the more people agree to buy the product at its current price, the lower the price gets. The buyer is guaranteed to get the product they want at the price they entered in OR LOWER.</p>
<p>Think <a title="Ebay" href="http://www.ebay.com">Ebay</a> in reverse… Imagine being able to go out and say “I’m willing to pay $2000 for this computer,” put in your order, wait a couple of days, and see that price drop to $1500. You net the saving, Accompany gets a transaction fee and everyone is happy.</p>
<p>As we all know by now, <a title="Amazon" href="http://www.amazon.com">Amazon.com</a> figured out that consumers wanted to be able to have an easy shopping experience online; Ebay figured out that people were willing to pay more for scarce good.</p>
<p>Accompany will most probably be remembered as the first company that went out and said “let’s get volume discounts.” Now, I’m not sure that they will be successful in the long run (their business model is based on a lot of people paying them commission fees on those sales) but I believe that the business model is one that will stick around and one that could revolutionize the way people buy products online.</p>
<p>This volume discount approach might also represent an interesting move in the buyer/seller relationship, moving the power directly into the buyer’s hands. Large corporations are usually wined and dined by big computer manufacturers, for example. Imagine now that this online volume buys model takes off and is coupled with something like a shopping bot and you have a veritable revolution in the shopping space, where complete disintermediation of everyone including the Amazon.com’s of this world is a possibility.</p>
<p>Why go to Amazon.com or <a title="Barnes and Noble" href="http://www.barnesandnoble.com">Barnes and Nobles</a>, when you can be part of a group of people that goes directly to the publisher and gets a huge discount as a result? What is the value add that a bookstore like Amazon provides?</p>
<p>Those are only a few of the questions Accompany’s new business model are raising.</p>
<p><p><i><a href="http://tnl.net/who" rel="author" title="Who is Tristan Louis?">Tristan Louis</a> is the founder and CEO of <a href="http://www.keepskor.com" title="Keepskor">Keepskor</a> and  writes the influential <a href="http://www.tnl.net/" title="tnl.net">tnl.net</a> weblog, where this was initially posted under the title <a href="http://www.tnl.net/blog/1999/04/12/volume-volume-volume/">Volume, Volume, Volume</a>. You can follow him on twitter <a href="https://twitter.com/TNLNYC">here</a> or receive his weekly newsletter by subscribing <a href="http://eepurl.com/gb6zD">here</a>.</i></p>
</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tnl.net/blog/1999/04/12/volume-volume-volume/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: enhanced
Database Caching 23/51 queries in 1.500 seconds using disk: basic

Served from: www.tnl.net @ 2012-02-09 18:57:06 -->
