<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet href="http://feeds.feedburner.com/~d/styles/atom10full.xsl" type="text/xsl" media="screen"?><?xml-stylesheet href="http://feeds.feedburner.com/~d/styles/itemcontent.css" type="text/css" media="screen"?><feed xmlns="http://www.w3.org/2005/Atom" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xml:lang="en-us">
  <title>Dare Obasanjo aka Carnage4Life</title>
  <link rel="alternate" type="text/html" href="http://www.25hoursaday.com/weblog/" />
  
  <icon>favicon.ico</icon>
  <updated>2008-08-04T03:56:10.96875-07:00</updated>
  <author>
    <name>Dare Obasanjo</name>
  </author>
  <subtitle>Smoke like a hippie, drink like a pirate and code like a hacker</subtitle>
  <id>http://www.25hoursaday.com/weblog/</id>
  <generator uri="http://dasblog.info/" version="2.1.8102.813">DasBlog</generator>
  <logo>http://members.microsoft.com/careers/epdb/image/i_mop_ProfID58_l.jpg</logo><link rel="self" href="http://www.25hoursaday.com/weblog/SyndicationService.asmx/GetRss" type="application/atom+xml" /><feedburner:emailServiceId xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0">323344</feedburner:emailServiceId><feedburner:feedburnerHostname xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0">http://www.feedburner.com</feedburner:feedburnerHostname><entry>
    <link xmlns:thr="http://purl.org/syndication/thread/1.0" rel="replies" type="application/atom+xml" thr:count="0" href="http://www.25hoursaday.com/weblog/SyndicationService.asmx/GetEntryCommentsRss?guid=f67fb653-d12a-49c4-8329-4d368449ae3d" />
    <title>Avoiding the Second System Effect in Software Development</title>
    <link rel="alternate" type="text/html" href="http://www.25hoursaday.com/weblog/2008/08/04/AvoidingTheSecondSystemEffectInSoftwareDevelopment.aspx" />
    <id>http://www.25hoursaday.com/weblog/PermaLink.aspx?guid=f67fb653-d12a-49c4-8329-4d368449ae3d</id>
    <published>2008-08-04T03:56:10.96875-07:00</published>
    <updated>2008-08-04T03:56:10.96875-07:00</updated>
    <category term="Programming" label="Programming" scheme="http://www.25hoursaday.com/weblog/CategoryView.aspx?category=Programming" />
    <content type="html">&#xD;
        &lt;p&gt;&#xD;
One of the valuable ideas from Frederick Brooks' classic &lt;a href="http://www.amazon.com/Mythical-Man-Month-Software-Engineering-Anniversary/dp/0201835959"&gt;The&#xD;
Mythical Man Month&lt;/a&gt; is the notion of the second system effect when designing software&#xD;
systems. The following is an excerpt from the book where the concept is introduced&#xD;
&lt;/p&gt;&#xD;
        &lt;blockquote&gt;&#xD;
          &lt;p&gt;&#xD;
            &lt;em&gt;An architect’s first work is apt to be spare and clean. He knows he doesn’t know&#xD;
what he’s doing, so he does it carefully and with great restraint.&lt;/em&gt;&#xD;
          &lt;/p&gt;&#xD;
          &lt;p&gt;&#xD;
            &lt;em&gt;As he designs the first work, frill after frill and embellishment after embellishment&#xD;
occur to him. These get stored away to be used “next time.” Sooner or later the first&#xD;
system is finished, and the architect, with firm confidence and a demonstrated mastery&#xD;
of that class of systems, is ready to build a second system.&lt;/em&gt;&#xD;
          &lt;/p&gt;&#xD;
          &lt;p&gt;&#xD;
            &lt;em&gt;This second is the most dangerous system a man ever designs. When he does his&#xD;
third and later ones, his prior experiences will confirm each other as to the general&#xD;
characteristics of such systems, and their differences will identify those parts of&#xD;
his experience that are particular and not generalizable.&lt;/em&gt;&#xD;
          &lt;/p&gt;&#xD;
          &lt;p&gt;&#xD;
            &lt;em&gt;The general tendency is to over-design the second system, using all the ideas&#xD;
and frills that were cautiously sidetracked on the first one.&lt;/em&gt;&#xD;
          &lt;/p&gt;&#xD;
        &lt;/blockquote&gt;&#xD;
        &lt;p&gt;&#xD;
In my experience, the second system effect doesn't just come into play when the creator(s)&#xD;
of the second system also worked on the first system. In many cases, a development&#xD;
team may be brought in to build a new version of a first system either because they&#xD;
are competitors trying to one up a successful product or they are building the next&#xD;
generation of the technology while the original team goes into "maintenance mode"&#xD;
(i.e. shades of &lt;a href="http://en.wikipedia.org/wiki/The_Soul_of_a_New_Machine"&gt;The&#xD;
Soul of a New Machine&lt;/a&gt;). In such situations, the builders of the second system&#xD;
can fall into the trap that Frederick Brooks describes in chapter 5 of Mythical Man&#xD;
Month. &#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
At almost any point in time over the past few years, I could easily count about three&#xD;
or four software projects I was personally familiar with that were making classic&#xD;
"second system" mistakes. However instead of vilifying these projects, I&#xD;
thought it would be useful to list the top three things I've seen that have separated&#xD;
second systems that have avoided falling into this trap and those that haven't. &#xD;
&lt;/p&gt;&#xD;
        &lt;h3&gt;Realize You Can't Do It All In One Release&#xD;
&lt;/h3&gt;&#xD;
        &lt;p&gt;&#xD;
A lot of projects lose their way because they try do a too much in a single release.&#xD;
As Raymond Chen wrote &lt;a href="http://blogs.msdn.com/oldnewthing/archive/2007/03/21/1922203.aspx#1926479"&gt;You&#xD;
don't know what you do until you know what you don't do&lt;/a&gt;. Until you start focusing&#xD;
on a key set of scenarios your product will nail and start cutting features that aren't&#xD;
necessary to hitting those scenarios, your project isn't ready for prime time. What&#xD;
developers often fail to remember is that there is always another version and you&#xD;
can fit those scenarios in at that point. &#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
One company that gets this idea very well is Apple. I can still remember Cmdr Taco's&#xD;
infamous review of the original iPod when it ran in 2001; "&lt;a href="http://apple.slashdot.org/article.pl?sid=01/10/23/1816257&amp;amp;tid=107"&gt;No&#xD;
wireless. Less space than a nomad. Lame.&lt;/a&gt;" However the iPod nailed its key&#xD;
scenarios and with that success kept expanding its set of key scenarios (more space,&#xD;
video, photos, etc) until it became the cultural juggernaut it is today. You can see&#xD;
the same qualities in the iPhone. Just a few months ago, you'd read articles like &lt;a href="http://news.cnet.com/8301-17939_109-9774070-2.html"&gt;Final&#xD;
report: The iPhone is not open for business&lt;/a&gt; that argued against the iPhone because&#xD;
it didn't support 3G, lacked Exchange support and had a non-existent developer platform.&#xD;
However the original iPhone was still successful and they addressed these issues in&#xD;
the next version to even greater success. &#xD;
&lt;/p&gt;&#xD;
        &lt;h3&gt;You Can be Date Driven or Feature Driven but not Both&#xD;
&lt;/h3&gt;&#xD;
        &lt;p&gt;&#xD;
A date driven release is one where everyone on the team is working to hit a particular&#xD;
time cut off after which the product will ship with or without their feature. Software&#xD;
products that have to hit the back to school cycle, tax time or the holiday shopping&#xD;
cycle are often date driven. A feature driven software release takes the "we&#xD;
won't ship it until it is ready approach" which is popular among Open Source&#xD;
projects and at companies like Google (&lt;a title="Good Agile, Bad Agile" href="http://steve-yegge.blogspot.com/2006/09/good-agile-bad-agile_27.html"&gt;according&#xD;
to Steve Yegge&lt;/a&gt;). &#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
The thing to note about both approaches is that they are built on compromise. In that,&#xD;
we will compromise on our ship date but not on our features or vice versa. Where software&#xD;
projects tend to go awry is when they decide to be both feature driven and date driven&#xD;
because it means they have left no room to compromise.  This is additionally&#xD;
problematic because we are so poor at project estimation in our industry. So at the&#xD;
start of a project you have features that should take a two years to ship only budgeted&#xD;
as needing a year of work. In a date driven release, once this discrepancy is realized&#xD;
it is at that point features start getting cut or "placed below the cut line".&#xD;
In a feature driven release, the ship date is adjusted and ship expectations adjusted. &#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
Projects that are both feature driven and date driven (i.e. we have to ship features&#xD;
X, Y &amp;amp; Z on date A) end up delaying these decisions until the last minute since&#xD;
they aren't mentally setup to compromise on either the date or the features. So they&#xD;
end up doing neither until the very last minute. This leads to missed deadlines, hastily&#xD;
cut features and demoralization within the product team. This often continues for&#xD;
multiple deadlines until finally the project team gets to the point where they feel&#xD;
they must show something for all the missed deadlines and cut features by throwing&#xD;
together a mediocre release after the one too many missed deadlines. We've all seen&#xD;
software projects that have succumbed to this and it is a sad sight to behold. &#xD;
&lt;/p&gt;&#xD;
        &lt;h3&gt;Don't Lose Track of What Made the First System Successful&#xD;
&lt;/h3&gt;&#xD;
        &lt;p&gt;&#xD;
Developers tend to be a fairly critical lot so when they look at a successful "first&#xD;
system", they often only see the flaws. This is often what fuels the second system&#xD;
effect and leads to losing sight of why the first system became a hit in the first&#xD;
place. A recent example of this is the search engine &lt;a href="http://www.cuil.com/"&gt;Cuil&lt;/a&gt; which&#xD;
was started by some former employees of Google with the intent of building a search&#xD;
engine which fixes the issues with Google's search engine. Unfortunately, they had&#xD;
a disastrous product launch which has been documented in blog posts like &lt;a href="http://www.techcrunch.com/2008/07/29/how-to-lose-your-cuil-20-seconds-after-launch/"&gt;How&#xD;
To Lose Your Cuil 20 Seconds After Launch&lt;/a&gt; and news articles such as &lt;a href="http://news.cnet.com/cuil-shows-us-how-not-to-launch-a-search-engine/"&gt;Cuil&#xD;
shows us how not to launch a search engine&lt;/a&gt;. &#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
When you look back at the &lt;a href="http://www.techmeme.com/080728/p5#a080728p5"&gt;PR&#xD;
buildup leading to Cuil's launch&lt;/a&gt;, it is interesting to note that even though the&#xD;
Cuil team dubbed themselves Google slayers they did not address the key things people&#xD;
like about Google's search. Google's search provides &lt;strong&gt;&lt;u&gt;relevant&lt;/u&gt;&lt;/strong&gt; search&#xD;
results as quickly as possible. Cuil bragged about providing more complete results&#xD;
because their search index was bigger, showing more results above the fold by going&#xD;
with three columns in their search engine results page and that it offered richer&#xD;
query refinement features than Google. Although all of these are weaknesses in Google's&#xD;
user experience they are trumped by the fact that Google provides extremely relevant&#xD;
search results.  The Cuil team lost sight of this, probably because working at&#xD;
Google they only ever talked about fixing the flaws in the search product instead&#xD;
of also internalizing what has made it so successful. &#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
This is an extremely common mistake that cuts across all categories of software products. &#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
        &lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
        &lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
        &lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
        &lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
        &lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
        &lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
        &lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
        &lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
          &lt;b&gt;Now Playing:&lt;/b&gt;&#xD;
          &lt;a href="http://www.amazon.com/gp/search/ref=sr_adv_m_pop/?search-alias=popular&amp;amp;unfiltered=1&amp;amp;field-keywords=&amp;amp;field-artist=Young Jeezy&amp;amp;field-title=&amp;amp;field-label=&amp;amp;field-binding=&amp;amp;sort=relevancerank&amp;amp;Adv-Srch-Music-Album-Submit.x=19&amp;amp;Adv-Srch-Music-Album-Submit.y=6"&gt;Young&#xD;
Jeezy&lt;/a&gt; - &lt;a href="http://www.amazon.com/s/ref=nb_ss_dmusic?url=search-alias%3Ddigital-music&amp;amp;field-keywords=Young Jeezy+Motivation&amp;amp;x=0&amp;amp;y=0"&gt;Motivation&lt;/a&gt;&lt;/p&gt;&#xD;
      &lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~f/Carnage4life?a=YZoTMk"&gt;&lt;img src="http://feeds.feedburner.com/~f/Carnage4life?i=YZoTMk" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/Carnage4life?a=HJrdYk"&gt;&lt;img src="http://feeds.feedburner.com/~f/Carnage4life?i=HJrdYk" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/Carnage4life?a=xboytk"&gt;&lt;img src="http://feeds.feedburner.com/~f/Carnage4life?i=xboytk" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/Carnage4life?a=Q0SZNK"&gt;&lt;img src="http://feeds.feedburner.com/~f/Carnage4life?i=Q0SZNK" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/Carnage4life/~4/355240768" height="1" width="1"/&gt;</content>
  </entry>
  <entry>
    <link xmlns:thr="http://purl.org/syndication/thread/1.0" rel="replies" type="application/atom+xml" thr:count="5" href="http://www.25hoursaday.com/weblog/SyndicationService.asmx/GetEntryCommentsRss?guid=98991ea7-a5bd-4946-9701-befcd7a81987" />
    <title>Paul Graham, Changing the World and "Built to Flip" Startups</title>
    <link rel="alternate" type="text/html" href="http://www.25hoursaday.com/weblog/2008/08/03/PaulGrahamChangingTheWorldAndBuiltToFlipStartups.aspx" />
    <id>http://www.25hoursaday.com/weblog/PermaLink.aspx?guid=98991ea7-a5bd-4946-9701-befcd7a81987</id>
    <published>2008-08-03T07:17:13.484-07:00</published>
    <updated>2008-08-03T08:12:43.421875-07:00</updated>
    <category term="Competitors/Web Companies" label="Competitors/Web Companies" scheme="http://www.25hoursaday.com/weblog/CategoryView.aspx?category=Competitors%2fWeb+Companies" />
    <content type="html">&#xD;
        &lt;p&gt;&#xD;
Earlier today I read two posts that were practically mirror opposites of each other.&#xD;
The first was Paul Graham's essay, &lt;a href="http://www.paulgraham.com/prcmc.html"&gt;The&#xD;
Pooled-Risk Company Management Company&lt;/a&gt;, where he makes a case against founding&#xD;
a company that you intend to run as a successful business over the long term and instead&#xD;
building a company you that you can sell to a public company so you can move on and&#xD;
enjoy your money. His argument is excerpted below &#xD;
&lt;/p&gt;&#xD;
        &lt;blockquote&gt;&#xD;
          &lt;p&gt;&#xD;
            &lt;em&gt;At this year's startup school, David Heinemeier Hansson gave a &lt;/em&gt;&#xD;
            &lt;a href="http://www.omnisio.com/startupschool08/david-heinemeier-hansson-at-startup-school-08"&gt;&#xD;
              &lt;em&gt;talk&lt;/em&gt;&#xD;
            &lt;/a&gt;&#xD;
            &lt;em&gt; in&#xD;
which he suggested that startup founders should do things the old fashioned way. Instead&#xD;
of hoping to get rich by building a valuable company and then selling stock in a "liquidity&#xD;
event," founders should start companies that make money and live off the revenues.&#xD;
Sounds like a good plan. Let's think about the optimal way to do this.&lt;/em&gt;&#xD;
          &lt;/p&gt;&#xD;
          &lt;p&gt;&#xD;
            &lt;em&gt;One disadvantage of living off the revenues of your company is that you have to&#xD;
keep running it. And as anyone who runs their own business can tell you, that requires&#xD;
your complete attention. You can't just start a business and check out once things&#xD;
are going well, or they stop going well surprisingly fast.&lt;/em&gt;&#xD;
          &lt;/p&gt;&#xD;
          &lt;p&gt;&#xD;
            &lt;em&gt;The main economic motives of startup founders seem to be freedom and security.&#xD;
They want enough money that (a) they don't have to worry about running out of money&#xD;
and (b) they can spend their time how they want. Running your own business offers&#xD;
neither. You certainly don't have freedom: no boss is so demanding. Nor do you have&#xD;
security, because if you stop paying attention to the company, its revenues go away,&#xD;
and with them your income.&lt;/em&gt;&#xD;
          &lt;/p&gt;&#xD;
          &lt;p&gt;&#xD;
            &lt;em&gt;The best case, for most people, would be if you could hire someone to manage the&#xD;
company for you once you'd grown it to a certain size.&lt;/em&gt;&#xD;
            &lt;br&gt;&#xD;
... &#xD;
&lt;br&gt;&lt;em&gt;If such pooled-risk company management companies existed, signing up with one&#xD;
would seem the ideal plan for most people following the route David advocated. Good&#xD;
news: they do exist. What I've just described is an acquisition by a public company.&lt;/em&gt;&lt;/p&gt;&#xD;
        &lt;/blockquote&gt;&#xD;
        &lt;p&gt;&#xD;
        &lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
Austin Wiltshire has a counterpoint to Paul Graham's article entitled &lt;a href="http://skepticalmethodologist.wordpress.com/2008/08/02/new-hire-cannon-fodder/"&gt;New&#xD;
hire cannon fodder&lt;/a&gt; where he decries the practice of "exploiting" junior developers&#xD;
so that a couple of fat cats with money can get even richer. Parts of Austin's counter&#xD;
argument are excerpted below &#xD;
&lt;/p&gt;&#xD;
        &lt;blockquote&gt;&#xD;
          &lt;p&gt;&#xD;
            &lt;em&gt;Why these large firms, and now even places like YCombinator continually think&#xD;
the best way to move forward in software is to hire as many gullible young naive programmers&#xD;
as possible and work them to death is beyond me.  It’s pretty well known that&#xD;
80 hour work weeks and inexperience is a guarantee to continually make the same damn&#xD;
mistakes over and over again.  It’s also an open question as to why new hires&#xD;
let these companies take advantage of them so badly.  Paul Graham had a start&#xD;
up, he begged for angel investing, and his life should show you - what does he do&#xD;
now?  Well he learned from his experience that designing and building is for&#xD;
chumps, to make the big bucks and sit on your ass you become an angel investor.&lt;/em&gt;&#xD;
          &lt;/p&gt;&#xD;
          &lt;p&gt;&#xD;
            &lt;em&gt;Kids will work for pennies.  You can continue to fill their heads with dreams&#xD;
of having the next big idea, even though they are carrying all the risk for you. &#xD;
Junior developers, whether entrepreneurs or otherwise, are being asked to give up&#xD;
their 20’s, probably the best, most energetic years of their lives, to have a chance&#xD;
at making a dent in someone else’s bottom line.  (Make note, the one exception&#xD;
here I’ve seen is 37 Signals &lt;img alt=":)" src="http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif"&gt;&lt;/img&gt; )&lt;/em&gt;&#xD;
            &lt;br&gt;&#xD;
            &lt;em&gt;…&lt;/em&gt;&#xD;
            &lt;br&gt;&#xD;
            &lt;em&gt;But have we never stopped to think who truly is benefiting from all these hours? &#xD;
Do we get paid more?  No.  In fact, because many of us are salaried, we’re&#xD;
effectively paid less.  Are we compensated with faster promotions?  Possibly&#xD;
- but don’t forget about that silicon ceiling.  The only person who knows how&#xD;
many hours you’re putting in is probably just the guy above you - but he makes sure&#xD;
to show just how productive his department is (via your hard work) to everyone. &#xD;
He will always get the spoils.  Who will end up really getting the spoils out&#xD;
of any of YCombinator’s work?  Paul Graham.&lt;/em&gt;&#xD;
          &lt;/p&gt;&#xD;
        &lt;/blockquote&gt;&#xD;
        &lt;blockquote&gt;&#xD;
          &lt;p&gt;&#xD;
          &lt;/p&gt;&#xD;
        &lt;/blockquote&gt;&#xD;
        &lt;p&gt;&#xD;
Both arguments have their merits and there are also parts I disagree with on both&#xD;
sides. Austin is right that YCombinator takes advantage of the naivety of youth. However&#xD;
when you are in your 20s with no serious attachments (like a mortgage, a family or&#xD;
even a sick relative) it doesn't sound like a bad idea to make hay while the sun shines.&#xD;
If you can sacrifice some time in your youth for a chance at a better life for yourself&#xD;
and your future spouse/kids/girlfriend/family/etc in a few years, is it wrong to treat&#xD;
that as an opportunity? Especially if you'll be working in an energetic environment&#xD;
surrounded by likeminded souls all believing that you are building cool stuff? Additionally,&#xD;
if the startup doesn't work out [which it most likely won't] the experience will still&#xD;
turn out to be useful when you decide to get a regular job at some BigCo even if it&#xD;
is just realizing how good you have it to no longer have to work 80 hour weeks while&#xD;
eating Top Ramen for breakfast and dinner any more. &#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
From that perspective I don't think Austin is right to completely rail against the&#xD;
startup lifestyle. However I totally agree with the general theme of Austin's post&#xD;
that working ridiculous hours is dumb. It should be common knowledge that &lt;a href="http://health.ucsd.edu/news/2000_02_09_Sleep.html"&gt;sleep&#xD;
deprivation impairs brain function&lt;/a&gt; and may even lead to &lt;a href="http://www.sciam.com/article.cfm?id=can-a-lack-of-sleep-cause"&gt;psychiatric&#xD;
disorders&lt;/a&gt;. The code you check-in during your 14th hour at your desk will not be&#xD;
as good as what you checked in during your 4th. If you really have to work that much,&#xD;
work on the weekends instead of spending over 12 hours sitting in front of your IDE.&#xD;
Even then, busting your butt to that extent only makes sense if you not only get to&#xD;
share the risks of failure but also the rewards of success as well. This means you&#xD;
better be a co-founder or someone with equity and not just some poor sap on salary. &#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
My issue with Paul Graham's essay and the &lt;a href="http://ycombinator.com/about.html"&gt;investment&#xD;
style of YCombinator&lt;/a&gt; is that I it sells startup founders short. Paul recently&#xD;
wrote an essay entitled &lt;a href="http://www.paulgraham.com/cities.html"&gt;Cities and&#xD;
Ambition&lt;/a&gt; where he had this beautiful quote about the kind of "peer pressure" the&#xD;
Silicon Valley area exerts on startup founders&#xD;
&lt;/p&gt;&#xD;
        &lt;blockquote&gt;&#xD;
          &lt;p&gt;&#xD;
When you ask what message a city sends, you sometimes get surprising answers. As much&#xD;
as they respect brains in Silicon Valley, the message the Valley sends is: you should&#xD;
be more powerful.&#xD;
&lt;/p&gt;&#xD;
          &lt;p&gt;&#xD;
That's not quite the same message New York sends. Power matters in New York too of&#xD;
course, but New York is pretty impressed by a billion dollars even if you merely inherited&#xD;
it. In Silicon Valley no one would care except a few real estate agents. What matters&#xD;
in Silicon Valley is how much effect you have on the world. The reason people there&#xD;
care about Larry and Sergey is not their wealth but the fact that they control Google,&#xD;
which affects practically everyone.&#xD;
&lt;/p&gt;&#xD;
        &lt;/blockquote&gt;&#xD;
        &lt;p&gt;&#xD;
        &lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
        &lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
        &lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
        &lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
Read the above quote again and let its message sink in. The great thing about software&#xD;
is how you can literally take nothing (i.e. a blank computer screen) and build something&#xD;
that changes the world. Bill and Paul did it with Microsoft. Larry and Sergey have&#xD;
done it with Google. Jerry and David did it with Yahoo!, and some might say Mark Zuckerberg&#xD;
is doing it with Facebook. &#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
Are any of those companies YCombinator-style, built-to-flip companies? Nope.&#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
I strongly believe in the idea behind the mantra "&lt;a href="http://www.25hoursaday.com/weblog/2008/01/13/ChangeTheWorldOrGoHomeWhyILoveWorkingAtMicrosoft.aspx"&gt;Change&#xD;
the World or Go Home&lt;/a&gt;". Unlike anything that has come before it, the combination&#xD;
of software and the World Wide Web has the potential to connect people and empower&#xD;
them in more ways than humanity has never seen. And it is possible to become immensely&#xD;
rich while moving humanity forward with the software that you create. &#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
So if you have decided to found a startup, why decide to spend your youth building&#xD;
some &lt;a title="Y Combinator: Startup Ideas We'd Like to Fund" href="http://ycombinator.com/ideas.html"&gt;"me&#xD;
too" application that conforms to all the current "Web 2.0" fads&lt;/a&gt; in the desperate&#xD;
hope that you can convince some BigCo to buy you out? That sounds like such a waste.&#xD;
Change the world or go home. &#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
          &lt;b&gt;Now Playing:&lt;/b&gt;&#xD;
          &lt;a href="http://www.amazon.com/gp/search/ref=sr_adv_m_pop/?search-alias=popular&amp;amp;unfiltered=1&amp;amp;field-keywords=&amp;amp;field-artist=Wu-Tang%20Clan&amp;amp;field-title=&amp;amp;field-label=&amp;amp;field-binding=&amp;amp;sort=relevancerank&amp;amp;Adv-Srch-Music-Album-Submit.x=19&amp;amp;Adv-Srch-Music-Album-Submit.y=6"&gt;Wu-Tang&#xD;
Clan&lt;/a&gt; - &lt;a href="http://www.amazon.com/s/ref=nb_ss_dmusic?url=search-alias%3Ddigital-music&amp;amp;field-keywords=Wu-Tang%20Clan+Triumph&amp;amp;x=0&amp;amp;y=0"&gt;Triumph&lt;/a&gt;&lt;/p&gt;&#xD;
      &lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~f/Carnage4life?a=L6k3Ak"&gt;&lt;img src="http://feeds.feedburner.com/~f/Carnage4life?i=L6k3Ak" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/Carnage4life?a=WMWRNk"&gt;&lt;img src="http://feeds.feedburner.com/~f/Carnage4life?i=WMWRNk" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/Carnage4life?a=5MxzBk"&gt;&lt;img src="http://feeds.feedburner.com/~f/Carnage4life?i=5MxzBk" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/Carnage4life?a=mc9IKK"&gt;&lt;img src="http://feeds.feedburner.com/~f/Carnage4life?i=mc9IKK" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/Carnage4life/~4/354412058" height="1" width="1"/&gt;</content>
  </entry>
  <entry>
    <link xmlns:thr="http://purl.org/syndication/thread/1.0" rel="replies" type="application/atom+xml" thr:count="1" href="http://www.25hoursaday.com/weblog/SyndicationService.asmx/GetEntryCommentsRss?guid=f0cf0e64-3664-4de5-a526-2db3790c8798" />
    <title>RSS Bandit (Phoenix) beta release: A desktop client for Google Reader, a podcatcher, and much more</title>
    <link rel="alternate" type="text/html" href="http://www.25hoursaday.com/weblog/2008/08/03/RSSBanditPhoenixBetaReleaseADesktopClientForGoogleReaderAPodcatcherAndMuchMore.aspx" />
    <id>http://www.25hoursaday.com/weblog/PermaLink.aspx?guid=f0cf0e64-3664-4de5-a526-2db3790c8798</id>
    <published>2008-08-03T06:51:22.34375-07:00</published>
    <updated>2008-08-03T06:51:22.34375-07:00</updated>
    <category term="RSS Bandit" label="RSS Bandit" scheme="http://www.25hoursaday.com/weblog/CategoryView.aspx?category=RSS+Bandit" />
    <content type="html">&#xD;
        &lt;p&gt;&#xD;
It's been just &lt;a title="RSS Bandit (Phoenix) alpha release" href="http://www.25hoursaday.com/weblog/2008/06/21/RSSBanditPhoenixAlphaReleaseADesktopClientForGoogleReaderAPodcatcherAndMuchMore.aspx"&gt;over&#xD;
a month&lt;/a&gt; since we released the alpha of the next release of &lt;a href="http://www.rssbandit.org/"&gt;RSS&#xD;
Bandit&lt;/a&gt; codenamed &lt;em&gt;Phoenix.&lt;/em&gt; Below are a couple of posts about the alpha&#xD;
from some popular blogs&#xD;
&lt;/p&gt;&#xD;
        &lt;ul&gt;&#xD;
          &lt;li&gt;&#xD;
            &lt;a href="http://lifehacker.com/396865/rss-bandit-syncs-rss-feeds-between-desktop-and-google-reader"&gt;RSS&#xD;
Bandit Syncs RSS Feeds Between Desktop and Google Reader&lt;/a&gt; – LifeHacker &#xD;
&lt;/li&gt;&#xD;
          &lt;li&gt;&#xD;
            &lt;a href="http://www.downloadsquad.com/2008/06/23/sync-your-google-reader-newsgator-feeds-with-rss-bandit/"&gt;Sync&#xD;
your Google Reader, Newsgator feeds with RSS Bandit&lt;/a&gt; – Download Squad &#xD;
&lt;/li&gt;&#xD;
          &lt;li&gt;&#xD;
            &lt;a href="http://www.labnol.org/software/download/rss-bandit-desktop-client-google-reader/3656/"&gt;A&#xD;
Desktop Based RSS Reader For Your Google Reader Feeds&lt;/a&gt; – Digital Inspiration &#xD;
&lt;/li&gt;&#xD;
        &lt;/ul&gt;&#xD;
        &lt;p&gt;&#xD;
The tone of the feedback was generally the same. People were very interested in the&#xD;
synchronization with Google Reader but were dissatisfied due to bugs or performance&#xD;
issues. I hadn't expected so much interest in an alpha release otherwise we would&#xD;
have been more diligent about bug fixing and performance improvements. Anyway, there&#xD;
was a ton of great feedback and we fixed a bunch of bugs including the following issues &#xD;
&lt;/p&gt;&#xD;
        &lt;ul&gt;&#xD;
          &lt;li&gt;&#xD;
Application hangs on shutdown due to search indexing [&lt;a href="http://sourceforge.net/tracker/index.php?func=detail&amp;amp;aid=1967898&amp;amp;group_id=96589&amp;amp;atid=615248"&gt;bug&#xD;
1967898&lt;/a&gt;] &#xD;
&lt;/li&gt;&#xD;
          &lt;li&gt;&#xD;
Feeds in tree view not sorted in alphabetical order [&lt;a href="http://sourceforge.net/tracker/index.php?func=detail&amp;amp;aid=1999533&amp;amp;group_id=96589&amp;amp;atid=615248"&gt;bug&#xD;
1999533&lt;/a&gt;] &#xD;
&lt;/li&gt;&#xD;
          &lt;li&gt;&#xD;
Mouse wheel doesn't work when attempting to scroll feed list [&lt;a href="http://sourceforge.net/tracker/index.php?func=detail&amp;amp;aid=1999534&amp;amp;group_id=96589&amp;amp;atid=615248"&gt;bug&#xD;
1999534&lt;/a&gt;] &#xD;
&lt;/li&gt;&#xD;
          &lt;li&gt;&#xD;
Removing a synchronized feed source deletes all items across all feed sources [&lt;a href="http://sourceforge.net/tracker/index.php?func=detail&amp;amp;aid=1999800&amp;amp;group_id=96589&amp;amp;atid=615248"&gt;bug&#xD;
1999800&lt;/a&gt;]  &#xD;
&lt;/li&gt;&#xD;
          &lt;li&gt;&#xD;
Exception when loading feed list from NewsGator Online [&lt;a href="http://sourceforge.net/tracker/index.php?func=detail&amp;amp;aid=2000390&amp;amp;group_id=96589&amp;amp;atid=615248"&gt;bug&#xD;
2000390&lt;/a&gt;] &#xD;
&lt;/li&gt;&#xD;
          &lt;li&gt;&#xD;
Feed logos are broken image links in feeds synchronized from NewsGator Online [&lt;a href="http://sourceforge.net/tracker/index.php?func=detail&amp;amp;aid=2000764&amp;amp;group_id=96589&amp;amp;atid=615248"&gt;bug&#xD;
2000764&lt;/a&gt;] &#xD;
&lt;/li&gt;&#xD;
          &lt;li&gt;&#xD;
Context menu for a feed source doesn't contain the option to remove the feed source&#xD;
[&lt;a href="http://sourceforge.net/tracker/index.php?func=detail&amp;amp;aid=2000808&amp;amp;group_id=96589&amp;amp;atid=615248"&gt;bug&#xD;
2000808&lt;/a&gt;] &#xD;
&lt;/li&gt;&#xD;
          &lt;li&gt;&#xD;
Exception when loading feed list from Google Reader [&lt;a href="http://sourceforge.net/tracker/index.php?func=detail&amp;amp;aid=2001419&amp;amp;group_id=96589&amp;amp;atid=615248"&gt;bug&#xD;
20001419&lt;/a&gt;] &#xD;
&lt;/li&gt;&#xD;
          &lt;li&gt;&#xD;
Space not accepted in Name field of Synchronize Feeds dialog [&lt;a href="http://sourceforge.net/tracker/index.php?func=detail&amp;amp;aid=2001908&amp;amp;group_id=96589&amp;amp;atid=615248"&gt;bug&#xD;
20001908&lt;/a&gt;] &#xD;
&lt;/li&gt;&#xD;
          &lt;li&gt;&#xD;
Google Reader synchronizes feeds but not items within feeds [&lt;a href="http://sourceforge.net/tracker/index.php?func=detail&amp;amp;aid=2001911&amp;amp;group_id=96589&amp;amp;atid=615248"&gt;bug&#xD;
2001911&lt;/a&gt;] &#xD;
&lt;/li&gt;&#xD;
          &lt;li&gt;&#xD;
Favorite icon not downloaded for Google Reader feeds [&lt;a href="http://sourceforge.net/tracker/index.php?func=detail&amp;amp;aid=2001915&amp;amp;group_id=96589&amp;amp;atid=615248"&gt;bug&#xD;
2001915&lt;/a&gt;] &#xD;
&lt;/li&gt;&#xD;
          &lt;li&gt;&#xD;
Selecting Unread Items search folder displays error message [&lt;a href="http://sourceforge.net/tracker/index.php?func=detail&amp;amp;aid=2001916&amp;amp;group_id=96589&amp;amp;atid=615248"&gt;bug&#xD;
2001916&lt;/a&gt;] &#xD;
&lt;/li&gt;&#xD;
          &lt;li&gt;&#xD;
Incorrect NewsGator or Google Reader password cannot be changed [&lt;a href="http://sourceforge.net/tracker/index.php?func=detail&amp;amp;aid=2002144&amp;amp;group_id=96589&amp;amp;atid=615248"&gt;2002144&lt;/a&gt;] &#xD;
&lt;/li&gt;&#xD;
          &lt;li&gt;&#xD;
Crash on attempting to download an enclosure [&lt;a href="http://sourceforge.net/tracker/index.php?func=detail&amp;amp;aid=2004646&amp;amp;group_id=96589&amp;amp;atid=615248"&gt;bug&#xD;
2004646&lt;/a&gt;] &#xD;
&lt;/li&gt;&#xD;
          &lt;li&gt;&#xD;
Google Reader password communicated over the wire in plain text [&lt;a href="http://sourceforge.net/tracker/index.php?func=detail&amp;amp;aid=2005154&amp;amp;group_id=96589&amp;amp;atid=615248"&gt;bug&#xD;
2005154&lt;/a&gt;] &#xD;
&lt;/li&gt;&#xD;
          &lt;li&gt;&#xD;
Option to take over network settings from Internet Explorer does not allow specifying&#xD;
proxy server password [&lt;a href="http://sourceforge.net/tracker/index.php?func=detail&amp;amp;aid=2005687&amp;amp;group_id=96589&amp;amp;atid=615248"&gt;bug&#xD;
2005687&lt;/a&gt;] &#xD;
&lt;/li&gt;&#xD;
          &lt;li&gt;&#xD;
Unable to play a downloaded video from the Download Manager [&lt;a href="http://sourceforge.net/tracker/index.php?func=detail&amp;amp;aid=2005854&amp;amp;group_id=96589&amp;amp;atid=615248"&gt;bug&#xD;
2005854&lt;/a&gt;] &#xD;
&lt;/li&gt;&#xD;
          &lt;li&gt;&#xD;
Media keeps playing after closing a browser tab [&lt;a href="http://sourceforge.net/tracker/index.php?func=detail&amp;amp;aid=2014408&amp;amp;group_id=96589&amp;amp;atid=615248"&gt;bug&#xD;
2014408&lt;/a&gt;] &#xD;
&lt;/li&gt;&#xD;
          &lt;li&gt;&#xD;
Custom column layouts not remembered for specific feeds [&lt;a href="http://sourceforge.net/tracker/index.php?func=detail&amp;amp;aid=2022242&amp;amp;group_id=96589&amp;amp;atid=615248"&gt;bug&#xD;
2022242&lt;/a&gt;] &#xD;
&lt;/li&gt;&#xD;
          &lt;li&gt;&#xD;
Category dropdown in Add Subscription Wizard doesn't match selected feed source [&lt;a href="http://sourceforge.net/tracker/index.php?func=detail&amp;amp;aid=2026658&amp;amp;group_id=96589&amp;amp;atid=615248"&gt;bug&#xD;
2026658&lt;/a&gt;] &#xD;
&lt;/li&gt;&#xD;
        &lt;/ul&gt;&#xD;
        &lt;p&gt;&#xD;
There were also a couple of performance and memory usage improvements that were made&#xD;
along the way. I still have one or two issues that I've been having problems reproducing&#xD;
such as one situation where we end up getting a streak of timeouts while waiting for&#xD;
HTTP responses from Google Reader. I suspect it has to do with making lots of requests&#xD;
to a single domain in rapid succession if you're behind a proxy server but I might&#xD;
be wrong. Despite that one issue, the application is now a lot more usable and is&#xD;
feature complete for the release. If you hit that issue, you can either wait a couple&#xD;
of minutes before retrying to refresh feeds or restart the application to clear it&#xD;
up. &#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
You can download the beta version of Phoenix from &lt;a href="http://downloads.sourceforge.net/rssbandit/RssBandit.Phoenix.Beta.Installer.zip?use_mirror=internap&amp;amp;filesize=8470543"&gt;RssBandit.Phoenix.Beta.Installer.zip&lt;/a&gt;.&#xD;
There are two files in the installer package, I suggest running &lt;strong&gt;setup.exe&lt;/strong&gt; because&#xD;
that validates that you have the correct prerequisites to run the application and&#xD;
tells you where to get them otherwise.&#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
If you have any problems feel free to &lt;a href="http://sourceforge.net/tracker/?atid=615248&amp;amp;group_id=96589&amp;amp;func=browse"&gt;file&#xD;
a bug on SourceForge&lt;/a&gt; or &lt;a href="http://www.rssbandit.org/forum/default.asp"&gt;ask&#xD;
a question on our forum&lt;/a&gt;. Thanks for using our software. &#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
          &lt;u&gt;PS:&lt;/u&gt; As &lt;a href="http://www.rssbandit.org"&gt;RSS Bandit&lt;/a&gt; is a hobbyist application&#xD;
worked on in our free time, we rely on the generosity of our users when it comes to&#xD;
providing translations of our application. If you look at the &lt;a href="http://www.rssbandit.org/ow.asp?SupportedLanguageMatrix"&gt;supported&#xD;
language matrix for RSS Bandit&lt;/a&gt;, you'll see the languages in which the application&#xD;
has been translated in previous versions. We would love to get translators for those&#xD;
languages again and for any new languages as well.  If you'd like to provide&#xD;
your skills as a translator to the next release of &lt;a href="http://www.rssbandit.org/"&gt;RSS&#xD;
Bandit&lt;/a&gt; and believe you can get this done in this next month or two then please&#xD;
send mail to &lt;img src="http://www.rssbandit.org/swimages/contact.gif"&gt;&lt;/img&gt;. We'd appreciate&#xD;
your help.&#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
        &lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
        &lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
        &lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
        &lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
        &lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
        &lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
        &lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
        &lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
        &lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
        &lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
        &lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
        &lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
        &lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
        &lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
        &lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
        &lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
        &lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
        &lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
        &lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
        &lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
        &lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
        &lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
        &lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
        &lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
        &lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
        &lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
        &lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
        &lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
        &lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
        &lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
        &lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
        &lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
          &lt;b&gt;Now Playing:&lt;/b&gt;&#xD;
          &lt;a href="http://www.amazon.com/gp/search/ref=sr_adv_m_pop/?search-alias=popular&amp;amp;unfiltered=1&amp;amp;field-keywords=&amp;amp;field-artist=Lil Wayne&amp;amp;field-title=&amp;amp;field-label=&amp;amp;field-binding=&amp;amp;sort=relevancerank&amp;amp;Adv-Srch-Music-Album-Submit.x=19&amp;amp;Adv-Srch-Music-Album-Submit.y=6"&gt;Lil&#xD;
Wayne&lt;/a&gt; - &lt;a href="http://www.amazon.com/s/ref=nb_ss_dmusic?url=search-alias%3Ddigital-music&amp;amp;field-keywords=Lil Wayne+Best Rapper Alive&amp;amp;x=0&amp;amp;y=0"&gt;Best&#xD;
Rapper Alive&lt;/a&gt;&lt;/p&gt;&#xD;
      &lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~f/Carnage4life?a=MG8eUk"&gt;&lt;img src="http://feeds.feedburner.com/~f/Carnage4life?i=MG8eUk" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/Carnage4life?a=vCqB3k"&gt;&lt;img src="http://feeds.feedburner.com/~f/Carnage4life?i=vCqB3k" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/Carnage4life?a=indrJk"&gt;&lt;img src="http://feeds.feedburner.com/~f/Carnage4life?i=indrJk" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/Carnage4life?a=XGxTRK"&gt;&lt;img src="http://feeds.feedburner.com/~f/Carnage4life?i=XGxTRK" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/Carnage4life/~4/354396381" height="1" width="1"/&gt;</content>
  </entry>
  <entry>
    <link xmlns:thr="http://purl.org/syndication/thread/1.0" rel="replies" type="application/atom+xml" thr:count="6" href="http://www.25hoursaday.com/weblog/SyndicationService.asmx/GetEntryCommentsRss?guid=7fb38fd2-a79d-41fd-823e-e87c48c00543" />
    <title>Google's Assault on Wikipedia</title>
    <link rel="alternate" type="text/html" href="http://www.25hoursaday.com/weblog/2008/07/28/GooglesAssaultOnWikipedia.aspx" />
    <id>http://www.25hoursaday.com/weblog/PermaLink.aspx?guid=7fb38fd2-a79d-41fd-823e-e87c48c00543</id>
    <published>2008-07-27T18:27:00.578125-07:00</published>
    <updated>2008-07-27T18:27:00.578125-07:00</updated>
    <category term="Competitors/Web Companies" label="Competitors/Web Companies" scheme="http://www.25hoursaday.com/weblog/CategoryView.aspx?category=Competitors%2fWeb+Companies" />
    <content type="html">&#xD;
        &lt;p&gt;&#xD;
        &lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
For several months Nick Carr has pointed out that Wikipedia ranks highly in the search&#xD;
results for a number of common topics in Google's search engine. In his post entitled &lt;a href="http://www.roughtype.com/archives/2007/12/googlepedia.php"&gt;Googlepedia&lt;/a&gt; Nick&#xD;
Carr speculated on why Google would see this trend as a threat in a paragraph which&#xD;
is excerpted below &#xD;
&lt;/p&gt;&#xD;
        &lt;blockquote&gt;&#xD;
          &lt;p&gt;&#xD;
            &lt;em&gt;I'm guessing that serving as the front door for a vast ad-less info-moshpit outfitted&#xD;
with open source search tools is not exactly the future that Google has in mind for&#xD;
itself. Enter &lt;a href="http://knol.google.com"&gt;Knol&lt;/a&gt;.&lt;/em&gt;&#xD;
          &lt;/p&gt;&#xD;
        &lt;/blockquote&gt;&#xD;
        &lt;p&gt;&#xD;
Clearly Nick Carr wasn't the only one that realized that Google was slowly turning&#xD;
into a Wikipedia redirector. Google wants to be the #1 source for information or at&#xD;
least be serving ads on the #1 sites on the Internet in specific area. Wikipedia was&#xD;
slowly eroding the company's effectivenes at achieving both goals. So it is unsurprising&#xD;
that Google has launched &lt;a href="http://knol.google.com"&gt;Knol&lt;/a&gt; and is trying to&#xD;
entice authors away from Wikipedia by offering them a chance to get paid. &#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
What is surprising is that Google is tipping it's search results to favor Knol. Or&#xD;
at least that is the conclusion of several search engine optimization (SEO) experts&#xD;
and also jibes with my experiences. &#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
Danny Sullivan wrote in his post &lt;a href="http://searchengineland.com/080724-140223.php"&gt;The&#xD;
Day After: Looking At How Well Knol Pages Rank On Google&lt;/a&gt; that &#xD;
&lt;/p&gt;&#xD;
        &lt;blockquote&gt;&#xD;
          &lt;p&gt;&#xD;
            &lt;a href="http://searchengineland.com/080723-133642.php"&gt;&#xD;
              &lt;em&gt;We've been assured&lt;/em&gt;&#xD;
            &lt;/a&gt;&#xD;
            &lt;em&gt; that&#xD;
just because content sits on Google's Knol site, it won't gain any ranking authority&#xD;
from being part of the Knol domain. OK, so a day after Knol has launched, how's that&#xD;
holding up? I found 1/3 of the pages listed on the Knol home page that I tested ranked&#xD;
in the top results.&lt;/em&gt;&#xD;
            &lt;br&gt;&#xD;
            &lt;em&gt;…&lt;/em&gt;&#xD;
            &lt;br&gt;&#xD;
            &lt;em&gt;I was surprised to see a &lt;/em&gt;&#xD;
            &lt;a href="http://www.thinkseer.com/blog/google-knol-is-behaviorally-targeting-ranking-well/2008/07/24/"&gt;&#xD;
              &lt;em&gt;post&#xD;
covering how&lt;/em&gt;&#xD;
            &lt;/a&gt;&#xD;
            &lt;em&gt; Knol's &lt;/em&gt;&#xD;
            &lt;a href="http://knol.google.com/k/ryan-moulton/how-to-backpack/oggVvQ9h/aMOKbQ"&gt;&#xD;
              &lt;em&gt;How&#xD;
to Backpack&lt;/em&gt;&#xD;
            &lt;/a&gt;&#xD;
            &lt;em&gt; was already hitting the number three spot on Google. Really?&#xD;
I mean, how many links could this page have gotten already? As it turns out, quite&#xD;
a few. And more important, it's featured on the Knol home page, which itself is probably&#xD;
one of the most important links. While Knol uses nofollow on individual knols to prevent&#xD;
link credit from flowing out, it's not used on the home page -- so home page credit&#xD;
can flow to individual knols featured on it.&lt;/em&gt;&#xD;
            &lt;br&gt;&#xD;
            &lt;em&gt;…&lt;/em&gt;&#xD;
            &lt;br&gt;&#xD;
            &lt;em&gt;here's a test knol I made yesterday -- &lt;/em&gt;&#xD;
            &lt;a href="http://knol.google.com/k/danny-sullivan/firefox-plugins-for-seo-sem/2g7crgfpo17hi/2"&gt;&#xD;
              &lt;em&gt;Firefox&#xD;
Plugins For SEO &amp;amp; SEM&lt;/em&gt;&#xD;
            &lt;/a&gt;&#xD;
            &lt;em&gt; -- which ranks 28 for &lt;/em&gt;&#xD;
            &lt;a href="http://www.google.com/search?hl=en&amp;amp;q=firefox+plugins+for+seo&amp;amp;start=20&amp;amp;sa=N"&gt;&#xD;
              &lt;em&gt;firefox&#xD;
plugins for seo&lt;/em&gt;&#xD;
            &lt;/a&gt;&#xD;
            &lt;em&gt;. I never linked to it from my article about knol. I don't&#xD;
think it made the Knol home page. I can see &lt;/em&gt;&#xD;
            &lt;a href="http://blogsearch.google.com/blogsearch?hl=en&amp;amp;q=http://knol.google.com/k/danny-sullivan/firefox-plugins-for-seo-sem/2g7crgfpo17hi/2&amp;amp;um=1&amp;amp;ie=UTF-8&amp;amp;sa=N&amp;amp;tab=wb"&gt;&#xD;
              &lt;em&gt;only&#xD;
three links pointing at it&lt;/em&gt;&#xD;
            &lt;/a&gt;&#xD;
            &lt;em&gt;, and only one of those links uses anchor text&#xD;
relevant to what the page is ranking for. And it's in the top 30 results?&lt;/em&gt;&#xD;
          &lt;/p&gt;&#xD;
          &lt;p&gt;&#xD;
            &lt;em&gt;Look, I know that being ranked 28 is pretty much near invisible in terms of traffic&#xD;
you'll get from search engines. But then again, to go from nowhere to the 28th top&#xD;
page in Google out of 755,000 matches? I'm sorry -- don't tell me that being in Knol&#xD;
doesn't give your page some authority.&lt;/em&gt;&#xD;
          &lt;/p&gt;&#xD;
        &lt;/blockquote&gt;&#xD;
        &lt;p&gt;&#xD;
Aaron Wall noticed something even more insidious in his post entitled &lt;a href="http://www.seobook.com/google-knol"&gt;Google&#xD;
Knol - Google's Latest Attack on Copyright&lt;/a&gt; where he notices that if Google notices&#xD;
duplicate content then it favors the content on Knol over a site that has existed&#xD;
for years and has decent PageRank. His post is excerpted below &#xD;
&lt;/p&gt;&#xD;
        &lt;blockquote&gt;&#xD;
          &lt;h4&gt;&#xD;
            &lt;em&gt;Another Knol Test&lt;/em&gt;&#xD;
          &lt;/h4&gt;&#xD;
          &lt;p&gt;&#xD;
            &lt;em&gt;Maybe we are being a bit biased and/or are rushing to judgement? Maybe a more&#xD;
scientific effort would compare how Knol content ranks to other content when it is&#xD;
essentially duplicate content? I did not want to mention that I was testing that when&#xD;
I created my &lt;/em&gt;&#xD;
            &lt;a href="http://knol.google.com/k/aaron-wall/seo-basics/38v8wakla8f98/2"&gt;&#xD;
              &lt;em&gt;SEO&#xD;
Basics Knol&lt;/em&gt;&#xD;
            &lt;/a&gt;&#xD;
            &lt;em&gt;, but the content was essentially a duplicate of my &lt;/em&gt;&#xD;
            &lt;a href="http://www.work.com/learning-search-engine-optimization-1053/"&gt;&#xD;
              &lt;em&gt;Work.com&#xD;
Guide to Learning SEO&lt;/em&gt;&#xD;
            &lt;/a&gt;&#xD;
            &lt;em&gt; (that was also syndicated to Business.com). Even&#xD;
Google shows this directly on the Knol page&lt;/em&gt;&#xD;
          &lt;/p&gt;&#xD;
          &lt;h4&gt;&#xD;
            &lt;em&gt;Google Knows its Duplicate Content&lt;/em&gt;&#xD;
          &lt;/h4&gt;&#xD;
          &lt;p&gt;&#xD;
            &lt;em&gt;&#xD;
              &lt;img src="http://www.seobook.com/images/knol-similar.png"&gt;&lt;/img&gt;&#xD;
            &lt;/em&gt;&#xD;
          &lt;/p&gt;&#xD;
          &lt;h3&gt;&#xD;
            &lt;em&gt;Is Google the Most Authoritative Publisher?&lt;/em&gt;&#xD;
          &lt;/h3&gt;&#xD;
          &lt;p&gt;&#xD;
            &lt;em&gt;Given that Google knows that Business.com is a many year old high authority directory&#xD;
and that the Business.com page with my content on it is a PageRank 5, which does Google&#xD;
prefer to rank? Searching for &lt;/em&gt;&#xD;
            &lt;a href="http://www.google.com/search?q=+Using+unique+descriptive+page+titles+play+a+crucial+role+in+a+successful+search+engine+optimization+campaigns"&gt;&#xD;
              &lt;em&gt;a&#xD;
string of text on the page&lt;/em&gt;&#xD;
            &lt;/a&gt;&#xD;
            &lt;em&gt; I found that the Knol page ranks in the search&#xD;
results.&lt;/em&gt;&#xD;
          &lt;/p&gt;&#xD;
          &lt;p&gt;&#xD;
            &lt;em&gt;If I override some of Google's duplicate content filters (&lt;/em&gt;&#xD;
            &lt;a href="http://www.google.com/search?q=+Using+unique+descriptive+page+titles+play+a+crucial+role+in+a+successful+search+engine+optimization+campaigns&amp;amp;filter=0"&gt;&#xD;
              &lt;em&gt;by&#xD;
adding &amp;amp;filter=0 to the search string&lt;/em&gt;&#xD;
            &lt;/a&gt;&#xD;
            &lt;em&gt;) then I see that 2 copies of&#xD;
the Knol page outrank the Business.com page that was filtered out earlier.&lt;/em&gt;&#xD;
          &lt;/p&gt;&#xD;
        &lt;/blockquote&gt;&#xD;
        &lt;p&gt;&#xD;
Interesting. &#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
Following Danny's example, I also tried running some searches for terms that appear&#xD;
on the Knol homepage and seeing how they did in Google's search. Here's the screenshot&#xD;
of the results of searching for &lt;a href="http://www.google.com/search?q=buttermilk+pancakes"&gt;"buttermilk&#xD;
pancakes"&lt;/a&gt;&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
          &lt;img src="http://farm4.static.flickr.com/3045/2708848158_e8f8a840ab.jpg?v=0"&gt;&lt;/img&gt;&#xD;
        &lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
Not bad for a page that has existed on the Web for &lt;a href="http://knol.google.com/k/scott-jenson/buttermilk-pancakes/IMd1ml4q/vzc3bg?locale=en&amp;amp;path_author=scott-jenson&amp;amp;path_title=buttermilk-pancakes#revisions"&gt;less&#xD;
than two weeks&lt;/a&gt;. &#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
Google is clearly favoring Knol content over content from older, more highly linked&#xD;
sites on the Web. I won't bother with the question of whether Google is doing this&#xD;
on purpose or whether this is some innocent mistake. The important question is "&lt;em&gt;What&#xD;
are they going to do about it now that we've found out?"&lt;/em&gt;&lt;/p&gt;&#xD;
        &lt;b&gt;Now Playing:&lt;/b&gt;&#xD;
        &lt;a href="http://www.amazon.com/gp/search/ref=sr_adv_m_pop/?search-alias=popular&amp;amp;unfiltered=1&amp;amp;field-keywords=&amp;amp;field-artist=OneRepublic&amp;amp;field-title=&amp;amp;field-label=&amp;amp;field-binding=&amp;amp;sort=relevancerank&amp;amp;Adv-Srch-Music-Album-Submit.x=19&amp;amp;Adv-Srch-Music-Album-Submit.y=6"&gt;One&#xD;
Republic&lt;/a&gt; - &lt;a href="http://www.amazon.com/s/ref=nb_ss_dmusic?url=search-alias%3Ddigital-music&amp;amp;field-keywords=OneRepublic+Stop and Stare&amp;amp;x=0&amp;amp;y=0"&gt;Stop&#xD;
and Stare&lt;/a&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~f/Carnage4life?a=ppKcBj"&gt;&lt;img src="http://feeds.feedburner.com/~f/Carnage4life?i=ppKcBj" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/Carnage4life?a=AR1iXj"&gt;&lt;img src="http://feeds.feedburner.com/~f/Carnage4life?i=AR1iXj" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/Carnage4life?a=saFFNj"&gt;&lt;img src="http://feeds.feedburner.com/~f/Carnage4life?i=saFFNj" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/Carnage4life?a=mWX6yJ"&gt;&lt;img src="http://feeds.feedburner.com/~f/Carnage4life?i=mWX6yJ" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/Carnage4life/~4/347903873" height="1" width="1"/&gt;</content>
  </entry>
  <entry>
    <link xmlns:thr="http://purl.org/syndication/thread/1.0" rel="replies" type="application/atom+xml" thr:count="6" href="http://www.25hoursaday.com/weblog/SyndicationService.asmx/GetEntryCommentsRss?guid=16de470b-346e-4cd0-9669-4dbae5665a04" />
    <title>When REST Doesn't Scale, XMPP to the Rescue?</title>
    <link rel="alternate" type="text/html" href="http://www.25hoursaday.com/weblog/2008/07/27/WhenRESTDoesntScaleXMPPToTheRescue.aspx" />
    <id>http://www.25hoursaday.com/weblog/PermaLink.aspx?guid=16de470b-346e-4cd0-9669-4dbae5665a04</id>
    <published>2008-07-27T05:38:09.953125-07:00</published>
    <updated>2008-07-27T05:38:09.953125-07:00</updated>
    <category term="Syndication Technology" label="Syndication Technology" scheme="http://www.25hoursaday.com/weblog/CategoryView.aspx?category=Syndication+Technology" />
    <category term="Web Development" label="Web Development" scheme="http://www.25hoursaday.com/weblog/CategoryView.aspx?category=Web+Development" />
    <content type="html">&#xD;
        &lt;p&gt;&#xD;
There was an interesting presentation at OSCON 2008 by Evan Henshaw-Plath and Kellan&#xD;
Elliott-McCrea entitled &lt;a href="http://radar.oreilly.com/2008/07/oscon-day-1-beyond-rest-buildi.html"&gt;Beyond&#xD;
REST? Building Data Services with XMPP PubSub&lt;/a&gt;. The presentation is embedded below. &#xD;
&lt;/p&gt;&#xD;
        &lt;object style="margin:0px" width="350" height="355"&gt;&#xD;
          &lt;param name="movie" value="http://static.slideshare.net/swf/ssplayer2.swf?doc=beyond-rest-narrative-1216853401785467-9"&gt;&lt;/param&gt;&#xD;
          &lt;param name="allowFullScreen" value="true"&gt;&lt;/param&gt;&#xD;
          &lt;param name="allowScriptAccess" value="always"&gt;&lt;/param&gt;&#xD;
          &lt;embed src="http://static.slideshare.net/swf/ssplayer2.swf?doc=beyond-rest-narrative-1216853401785467-9" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="350" height="355"&gt;&#xD;
          &lt;/embed&gt;&#xD;
        &lt;/object&gt;&#xD;
        &lt;p&gt;&#xD;
The core argument behind the presentation can be summarized by &lt;a href="http://twitter.com/timoreilly/statuses/866400327"&gt;this&#xD;
tweet from Tim O'Reilly&lt;/a&gt;&lt;/p&gt;&#xD;
        &lt;blockquote&gt;&#xD;
        &lt;/blockquote&gt;&#xD;
        &lt;blockquote&gt;&#xD;
          &lt;p&gt;&#xD;
            &lt;em&gt;On monday friendfeed polled flickr nearly 3 million times for 45000 users, only&#xD;
6K of whom were logged in. Architectural mismatch. #oscon08&lt;/em&gt;&#xD;
          &lt;/p&gt;&#xD;
        &lt;/blockquote&gt;&#xD;
        &lt;p&gt;&#xD;
On July 21st, &lt;a href="http://www.friendfeed.com"&gt;FriendFeed&lt;/a&gt; had 45,000 users&#xD;
who had associated their &lt;a href="http://www.flickr.com"&gt;Flickr&lt;/a&gt; profiles with&#xD;
their FriendFeed account. FriendFeed polls Flickr about once every 20 – 30 minutes&#xD;
to see if the user has uploaded new pictures. However only about 6,000 of those users&#xD;
logged into Flickr that day, let alone uploaded pictures. Thus there were literally&#xD;
millions of HTTP requests made by FriendFeed that were totally unnecessary. &#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
Evan and Kellan's talk suggests that instead of Flickr getting almost 3 million requests&#xD;
from FriendFeed, it would be a more efficient model for FriendFeed to tell Flickr&#xD;
which users they are interested in and then listen for updates from Flickr when they&#xD;
upload photos. &#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
They are right. The interaction between Flickr and FriendFeed should actually be a&#xD;
publish-subscribe relationship instead of a polling relationship. Polling is a good&#xD;
idea for RSS/Atom for a few reasons&#xD;
&lt;/p&gt;&#xD;
        &lt;ul&gt;&#xD;
          &lt;li&gt;&#xD;
there are a thousands to hundreds of thousands clients that might be interested in&#xD;
a resource so the server keeping track of subscriptions is prohibitively expensive&lt;/li&gt;&#xD;
          &lt;li&gt;&#xD;
a lot of these end points aren't persistently connected (i.e. your desktop RSS reader&#xD;
isn't always running) &#xD;
&lt;/li&gt;&#xD;
          &lt;li&gt;&#xD;
RSS/Atom publishing is as simple as plopping a file in the right directory and letting&#xD;
IIS or Apache work its magic&lt;/li&gt;&#xD;
        &lt;/ul&gt;&#xD;
        &lt;p&gt;&#xD;
The situation between FriendFeed and Flickr is almost the exact opposite. Instead&#xD;
of thousands of clients interested in document, we have one subscriber interested&#xD;
in thousands of documents. Both end points are always on or are at least expected&#xD;
to be. The cost of developing a publish-subscribe model is one that both sides can&#xD;
afford. &#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
Thus this isn't a case of REST not scaling as implied by Evan and Kellan's talk. This&#xD;
is a case of using the wrong tool to solve your problem because it happens to work&#xD;
well in a different scenario. The above talk suggests using &lt;a href="http://en.wikipedia.org/wiki/XMPP"&gt;XMPP&lt;/a&gt; which&#xD;
is an instant messaging protocol as the publish-subscribe mechanism. In response to&#xD;
the talk, Joshua Schachter (founder of &lt;a href="http://del.icio.us"&gt;del.icio.us&lt;/a&gt;)&#xD;
suggested a less heavyweight publish-subscribe mechanism using a custom API in his&#xD;
post entitled &lt;a href="http://joshua.schachter.org/2008/07/beyond-rest.html"&gt;beyond&#xD;
REST&lt;/a&gt;. My suggestion for people who believe they have this problem would be to&#xD;
look at using some subset of XMPP and experimenting with off-the-shelf tools before&#xD;
rolling your own solution. Of course, this is an approach that totally depends on&#xD;
network effects. Today everyone has RSS/Atom feeds while very few services use XMPP.&#xD;
There isn't much point in investing in publishing as XMPP if your key subscribers&#xD;
can't consume it and vice versa. It will be interesting to see if the popular "Web&#xD;
2.0" companies can lead the way in using XMPP for publish-subscribe of activity&#xD;
streams from social networks in the same way they kicked off our love affair with&#xD;
RESTful Web APIs. &#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
It should be noted that there are already some "Web 2.0" companies using&#xD;
XMPP as a way to provide a stream of updates to subscribing services to prevent the&#xD;
overload that comes from polling. For example, Twitter &lt;a title="Twitter and XMPP: Drinking from The Fire Hose" href="http://blog.twitter.com/2008/07/twitter-and-xmpp-drinking-from-fire.html"&gt;has&#xD;
confirmed&lt;/a&gt; that it provides an XMPP stream to FriendFeed, Summize, Zappos, Twittervision&#xD;
and Gnip. However they simply dump out every update that occurs on Twitter to these&#xD;
services instead of having these services subscribe to updates for specific users.&#xD;
This approach is quite inefficient and brings it's own set of scaling issues. &#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
The interesting question is why people are just bringing this up? Shouldn't people&#xD;
have already been complaining about Web-based feed readers like &lt;a href="http://reader.google.com"&gt;Google&#xD;
Reader&lt;/a&gt; and &lt;a href="http://www.bloglines.com"&gt;Bloglines&lt;/a&gt; for causing the same&#xD;
kinds of problems? I can only imagine how many millions of times a day Google Reader&#xD;
must fetch content from &lt;a href="http://www.typepad.com"&gt;TypePad&lt;/a&gt; and &lt;a href="http://www.wordpress.com"&gt;Wordpress.com&lt;/a&gt; but&#xD;
I haven't seen explicit complaints about this issue from folks like &lt;a href="http://www.dashes.com/anil"&gt;Anil&#xD;
Dash&lt;/a&gt; or &lt;a href="http://ma.tt"&gt;Matt Mullenweg&lt;/a&gt;. &#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
        &lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
        &lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
          &lt;b&gt;Now Playing:&lt;/b&gt;&#xD;
          &lt;a href="http://www.amazon.com/gp/search/ref=sr_adv_m_pop/?search-alias=popular&amp;amp;unfiltered=1&amp;amp;field-keywords=&amp;amp;field-artist=The Pussycat Dolls&amp;amp;field-title=&amp;amp;field-label=&amp;amp;field-binding=&amp;amp;sort=relevancerank&amp;amp;Adv-Srch-Music-Album-Submit.x=19&amp;amp;Adv-Srch-Music-Album-Submit.y=6"&gt;The&#xD;
Pussycat Dolls&lt;/a&gt; - &lt;a href="http://www.amazon.com/s/ref=nb_ss_dmusic?url=search-alias%3Ddigital-music&amp;amp;field-keywords=The Pussycat Dolls+When I Grow Up&amp;amp;x=0&amp;amp;y=0"&gt;When&#xD;
I Grow Up&lt;/a&gt;&lt;/p&gt;&#xD;
      &lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~f/Carnage4life?a=gKIwtj"&gt;&lt;img src="http://feeds.feedburner.com/~f/Carnage4life?i=gKIwtj" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/Carnage4life?a=tSwfhj"&gt;&lt;img src="http://feeds.feedburner.com/~f/Carnage4life?i=tSwfhj" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/Carnage4life?a=XCntvj"&gt;&lt;img src="http://feeds.feedburner.com/~f/Carnage4life?i=XCntvj" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/Carnage4life?a=gFs60J"&gt;&lt;img src="http://feeds.feedburner.com/~f/Carnage4life?i=gFs60J" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/Carnage4life/~4/347409650" height="1" width="1"/&gt;</content>
  </entry>
  <entry>
    <link xmlns:thr="http://purl.org/syndication/thread/1.0" rel="replies" type="application/atom+xml" thr:count="9" href="http://www.25hoursaday.com/weblog/SyndicationService.asmx/GetEntryCommentsRss?guid=082bf806-8355-419f-af87-40197ce2531f" />
    <title>Some Thoughts on the Open Web Foundation</title>
    <link rel="alternate" type="text/html" href="http://www.25hoursaday.com/weblog/2008/07/26/SomeThoughtsOnTheOpenWebFoundation.aspx" />
    <id>http://www.25hoursaday.com/weblog/PermaLink.aspx?guid=082bf806-8355-419f-af87-40197ce2531f</id>
    <published>2008-07-26T05:57:37.496-07:00</published>
    <updated>2008-07-26T09:38:02.7644858-07:00</updated>
    <category term="Technology" label="Technology" scheme="http://www.25hoursaday.com/weblog/CategoryView.aspx?category=Technology" />
    <content type="html">&#xD;
        &lt;p&gt;&#xD;
        &lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
          &lt;em&gt;&#xD;
            &lt;strong&gt;Disclaimer&lt;/strong&gt;: &lt;i&gt;This post does not reflect the opinions, thoughts,&#xD;
strategies or future intentions of my employer. These are solely my personal opinions.&#xD;
If you are seeking official position statements from Microsoft, please go &lt;a href="http://www.microsoft.com/presspass"&gt;here&lt;/a&gt;.&lt;/i&gt;&lt;/em&gt;&#xD;
        &lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
Earlier this week, David Recordon announced the creation of the &lt;a href="http://openwebfoundation.org/"&gt;Open&#xD;
Web Foundation&lt;/a&gt; at OSCON 2008. His presentation is embedded below&#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
          &lt;object style="margin: 0px;" width="425" height="355"&gt;&#xD;
            &lt;param name="movie" value="http://static.slideshare.net/swf/ssplayer2.swf?doc=oscon-supporting-the-open-web-1216915002470149-9"&gt;&lt;/param&gt;&#xD;
            &lt;param name="allowFullScreen" value="true"&gt;&lt;/param&gt;&#xD;
            &lt;param name="allowScriptAccess" value="always"&gt;&lt;/param&gt;&#xD;
            &lt;embed src="http://static.slideshare.net/swf/ssplayer2.swf?doc=oscon-supporting-the-open-web-1216915002470149-9" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="355"&gt;&#xD;
            &lt;/embed&gt;&#xD;
          &lt;/object&gt;&#xD;
        &lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
From the organization's Web site you get the following outline of it's mission &#xD;
&lt;/p&gt;&#xD;
        &lt;blockquote&gt;&#xD;
          &lt;p&gt;&#xD;
            &lt;em&gt;The Open Web Foundation is an attempt to create a home for community-driven specifications.&#xD;
Following the open source model similar to the Apache Software Foundation, the foundation&#xD;
is aimed at building a lightweight framework to help communities deal with the legal&#xD;
requirements necessary to create successful and widely adopted specification.&lt;/em&gt;&#xD;
          &lt;/p&gt;&#xD;
          &lt;p&gt;&#xD;
            &lt;em&gt;The foundation is trying to break the trend of creating separate foundations for&#xD;
each specification, coming out of the realization that we could come together and&#xD;
generalize our efforts. The details regarding membership, governance, sponsorship,&#xD;
and intellectual property rights will be posted for public review and feedback in&#xD;
the following weeks.&lt;/em&gt;&#xD;
          &lt;/p&gt;&#xD;
        &lt;/blockquote&gt;&#xD;
        &lt;p&gt;&#xD;
Before you point out that this seems to create yet another "standards" organization&#xD;
for Web technology, there are already canned answers to this question. Google evangelist&#xD;
Dion Almaer provides justification for why existing Web standards organizations do&#xD;
not meet their needs in his post entitled &lt;a href="http://almaer.com/blog/the-open-web-foundation-apache-for-the-other-stuff"&gt;The&#xD;
Open Web Foundation; Apache for the other stuff&lt;/a&gt; where he writes  &#xD;
&lt;/p&gt;&#xD;
        &lt;blockquote&gt;&#xD;
          &lt;p&gt;&#xD;
            &lt;em&gt;Let’s take an example. Imagine that you came up with a great idea, something like&#xD;
OAuth. That great idea gains some traction and more people want to get involved. What&#xD;
do you do? People ask about IP policy, and governance, and suddenly you see yourself&#xD;
on the path of creating a new MyApiFoundation.&lt;/em&gt;&#xD;
          &lt;/p&gt;&#xD;
          &lt;p&gt;&#xD;
            &lt;em&gt;Wait a minute! There are plenty of standards groups and other organizations out&#xD;
there, surely you don’t have to create MyApiFoundation?&lt;/em&gt;&#xD;
          &lt;/p&gt;&#xD;
          &lt;p&gt;&#xD;
            &lt;em&gt;Well, there is the W3C and OASIS, which are pay to play orgs. They have their&#xD;
place, but MyApi may not fit in there. The WHATWG has come up with fantastic work,&#xD;
but the punting on IP is an issue too.&lt;/em&gt;&#xD;
          &lt;/p&gt;&#xD;
        &lt;/blockquote&gt;&#xD;
        &lt;p&gt;&#xD;
At face value, it's hard to argue with this logic. The W3C charges fees using a weird&#xD;
progressive taxation model where &lt;a href="http://www.w3.org/Consortium/fees"&gt;a company&#xD;
pays anything from a few hundred to several thousand dollars&lt;/a&gt; depending on how&#xD;
the W3C assesses their net worth. OASIS similarly charges &lt;a href="http://www.oasis-open.org/join/categories.php"&gt;from&#xD;
$1,000 to $50,000&lt;/a&gt; depending on how much influence the member company wants to&#xD;
have in the organization. After that it seems there are a bunch of one off organizations&#xD;
like the &lt;a href="http://openid.net/foundation/"&gt;Open ID foundation&lt;/a&gt; and the &lt;a href="http://www.whatwg.org/"&gt;WHATWG&lt;/a&gt; that&#xD;
are dedicated to a specific technology.  &#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
Or so the spin from the Open Web Foundation would have you believe. &#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
In truth there is already an organization dedicated to producing "Open" Web technologies&#xD;
that has a well thought out policy on membership, governance, sponsorship and intellectual&#xD;
property rights that isn't &lt;em&gt;pay to play&lt;/em&gt;. This is not a new organization, it&#xD;
actually happens to be older than &lt;a href="http://www.davidrecordon.com/"&gt;David Recordon&lt;/a&gt; who&#xD;
unveiled the Open Web Foundation. &#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
The name of this organization is the &lt;a href="http://www.ietf.org/"&gt;Internet Engineering&#xD;
Task Force (IETF)&lt;/a&gt;. If you are reading this blog post then you are using technologies&#xD;
for the "Open Web" created by the IETF. You may be reading my post in a Web browser&#xD;
in which case the content was transferred to you over HTTP (&lt;a href="http://tools.ietf.org/html/rfc2616"&gt;RFC&#xD;
2616&lt;/a&gt;) and if you're reading it in an RSS reader then I should add that you're&#xD;
also directly consuming my Atom feed (&lt;a href="http://tools.ietf.org/html/rfc4287"&gt;RFC&#xD;
4287&lt;/a&gt;). Some of you are reading this post because someone sent you an email which&#xD;
is another example of an IETF protocol at work, SMTP (&lt;a href="http://tools.ietf.org/html/rfc2821"&gt;RFC&#xD;
2821&lt;/a&gt;). &#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
The IETF policy on membership doesn't get more straightforward; join a mailing list.&#xD;
I am &lt;a href="http://tools.ietf.org/html/rfc4287#appendix-A"&gt;listed as a member of&#xD;
the Atom working group&lt;/a&gt; in RFC 4287 because I was a participant in the &lt;a href="http://www.imc.org/atom-syntax/"&gt;atom-syntax&#xD;
mailing list&lt;/a&gt;. The organization has a well thought out and detailed policy on intellectual&#xD;
property rights as it relates the IETF specifications which is detailed in &lt;a href="http://www.ietf.org/rfc/rfc3979.txt"&gt;RFC&#xD;
3979: Intellectual Property Rights in IETF Technology&lt;/a&gt; and slightly updated in &lt;a href="http://www.ietf.org/rfc/rfc4879.txt"&gt;RFC&#xD;
4879: Clarification of the Third Party Disclosure Procedure in RFC 3979&lt;/a&gt;. &#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
I can understand that a bunch of kids fresh out of college are ignorant of the IETF&#xD;
and believe they have to reinvent the wheel to &lt;u&gt;&lt;strong&gt;Save the Open Web&lt;/strong&gt;&lt;/u&gt; but&#xD;
I am surprised that Google which has had several of it's employees participate in&#xD;
the IETF processes which created &lt;a href="http://tools.ietf.org/html/rfc4287"&gt;RFC&#xD;
4287&lt;/a&gt;, &lt;a href="http://tools.ietf.org/html/rfc4959"&gt;RFC 4959&lt;/a&gt;, &lt;a href="http://tools.ietf.org/html/rfc5023"&gt;RFC&#xD;
5023&lt;/a&gt; and &lt;a href="http://tools.ietf.org/html/rfc5034"&gt;RFC 5034&lt;/a&gt; would join&#xD;
in this behavior. Why would Google decide to sponsor a separate standards organization&#xD;
that competes with the IETF that has &lt;a href="http://intertwingly.net/blog/2008/07/25/Open-Web-Foundation"&gt;less&#xD;
inclusive processes&lt;/a&gt; than the IETF, no clear idea of how corporate sponsorship&#xD;
will work and a yet to be determined IPR policy? &#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
That's just fucking weird.&#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
          &lt;b&gt;Now Playing:&lt;/b&gt;&#xD;
          &lt;a href="http://www.amazon.com/gp/search/ref=sr_adv_m_pop/?search-alias=popular&amp;amp;unfiltered=1&amp;amp;field-keywords=&amp;amp;field-artist=Boyz%20N%20Da%20Hood%20&amp;amp;field-title=&amp;amp;field-label=&amp;amp;field-binding=&amp;amp;sort=relevancerank&amp;amp;Adv-Srch-Music-Album-Submit.x=19&amp;amp;Adv-Srch-Music-Album-Submit.y=6"&gt;Boyz&#xD;
N Da Hood &lt;/a&gt;- &lt;a href="http://www.amazon.com/s/ref=nb_ss_dmusic?url=search-alias%3Ddigital-music&amp;amp;field-keywords=Boyz%20N%20Da%20Hood%20+Dem%20Boys%20%28remix%29%20%28feat%20T.I.%20&amp;amp;%20The%20Game%29&amp;amp;x=0&amp;amp;y=0"&gt;Dem&#xD;
Boys (remix) (feat T.I. &amp;amp; The Game)&lt;/a&gt;&lt;/p&gt;&#xD;
      &lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~f/Carnage4life?a=vGT26j"&gt;&lt;img src="http://feeds.feedburner.com/~f/Carnage4life?i=vGT26j" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/Carnage4life?a=YHGBtj"&gt;&lt;img src="http://feeds.feedburner.com/~f/Carnage4life?i=YHGBtj" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/Carnage4life?a=DplvNj"&gt;&lt;img src="http://feeds.feedburner.com/~f/Carnage4life?i=DplvNj" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/Carnage4life?a=N2hd3J"&gt;&lt;img src="http://feeds.feedburner.com/~f/Carnage4life?i=N2hd3J" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/Carnage4life/~4/346590078" height="1" width="1"/&gt;</content>
  </entry>
  <entry>
    <link xmlns:thr="http://purl.org/syndication/thread/1.0" rel="replies" type="application/atom+xml" thr:count="3" href="http://www.25hoursaday.com/weblog/SyndicationService.asmx/GetEntryCommentsRss?guid=338d541a-bd0b-4377-a9da-906d33391822" />
    <title>What You Can Learn from the Facebook Redesign</title>
    <link rel="alternate" type="text/html" href="http://www.25hoursaday.com/weblog/2008/07/23/WhatYouCanLearnFromTheFacebookRedesign.aspx" />
    <id>http://www.25hoursaday.com/weblog/PermaLink.aspx?guid=338d541a-bd0b-4377-a9da-906d33391822</id>
    <published>2008-07-23T06:29:20.812375-07:00</published>
    <updated>2008-07-23T06:29:20.812375-07:00</updated>
    <category term="Competitors/Web Companies" label="Competitors/Web Companies" scheme="http://www.25hoursaday.com/weblog/CategoryView.aspx?category=Competitors%2fWeb+Companies" />
    <category term="Social Software" label="Social Software" scheme="http://www.25hoursaday.com/weblog/CategoryView.aspx?category=Social+Software" />
    <content type="html">&#xD;
        &lt;p&gt;&#xD;
I've been using the redesigned Facebook profile and homepage for the past few days&#xD;
and thought it would be useful to write up my impressions on the changes. Facebook&#xD;
is now the &lt;a href="http://www.washingtonpost.com/wp-dyn/content/article/2008/06/23/AR2008062302094.html"&gt;the&#xD;
world's most popular social networking site&lt;/a&gt; and one of the ways they've gotten&#xD;
there is by being very focused on listening to their users and improving their user&#xD;
experienced based on this feedback. Below are screenshots of the old and new versions&#xD;
of the pages and a discussion of which elements are changed and the user scenarios&#xD;
the changes are meant to improve. &#xD;
&lt;/p&gt;&#xD;
        &lt;h4&gt;Homepage Redesign&#xD;
&lt;/h4&gt;&#xD;
        &lt;p&gt;&#xD;
OLD HOME PAGE: &lt;img src="http://farm4.static.flickr.com/3061/2694048463_da7d6f6ac9.jpg?v=0"&gt;&lt;/img&gt;&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
NEW HOME PAGE: &lt;img src="http://farm4.static.flickr.com/3096/2694048603_d1be66e964.jpg?v=0"&gt;&lt;/img&gt;&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
The key changes and their &lt;em&gt;likely&lt;/em&gt; justifications are as follows&#xD;
&lt;/p&gt;&#xD;
        &lt;ul&gt;&#xD;
          &lt;li&gt;&#xD;
            &lt;p&gt;&#xD;
Entry points for creating content are now at the top of the news feed. One of the&#xD;
key features driving user engagement on Facebook is the News Feed. This lets a user&#xD;
know what is going on with their social network as soon as they logon to the site.&#xD;
In a typical example of network effects at work, one person creates some content by&#xD;
uploading a photo or sharing a link and hundreds of people on their friend list benefit&#xD;
by having content to view in their News Feed. If any of the friends responds to the&#xD;
content this again benefits hundreds of people and so on.  The problem with the&#xD;
old home page was that a user sees their friends uploading photos and sharing links&#xD;
and may want to do so as well &lt;u&gt;&lt;strong&gt;but there is no easy way&lt;/strong&gt;&lt;/u&gt; for&#xD;
her to figure out how to do the same thing without having to go two or three clicks&#xD;
away from the home page. The entry points at the top of the feed will encourage more&#xD;
"impulse" content creation. &#xD;
&lt;/p&gt;&#xD;
          &lt;/li&gt;&#xD;
          &lt;li&gt;&#xD;
            &lt;p&gt;&#xD;
Left sidebar is gone. There were three groups of items in the left nav; a search box,&#xD;
the list of a user's most frequently accessed applications and an advertisement. The&#xD;
key problem is that the ad is in a bottom corner of the feed. This makes it easy for&#xD;
users to mentally segregate that part of the screen from their vision and either never&#xD;
look there or completely ignore it. Removing that visual ghetto and moving ads to&#xD;
being inline with the feed makes it more likely that users will look at the ad. Ah,&#xD;
but now you need more room to show the ad (all the space isn't needed for news feed&#xD;
stories). So the other elements of the left nave are moved, the search box to the&#xD;
header and the list of most accessed applications to the sidebar on the right. Now&#xD;
you have enough room to stretch out the News Feed's visible area and advertisers can&#xD;
reuse their horizontal banner ads on Facebook even though this makes the existing&#xD;
feed content now look awkward. This is one place where monetization trumped usability. &#xD;
&lt;/p&gt;&#xD;
          &lt;/li&gt;&#xD;
          &lt;li&gt;&#xD;
            &lt;p&gt;&#xD;
Comments now shown inline for News Feed items with comments (not visible in screen&#xD;
shot). This may be the feature that made Mike Arrington decide to call the new redesign&#xD;
the &lt;a href="http://www.techcrunch.com/2008/07/21/the-friendfeedization-of-facebook/"&gt;FriendFeedization&#xD;
of Facebook&lt;/a&gt;. Sites like &lt;a href="http://www.friendfeed.com"&gt;FriendFeed&lt;/a&gt; have&#xD;
proven that showing the comments on an item in the feed inline gives users more content&#xD;
to view in their feeds and increases the likelihood of engagement since the user may&#xD;
want to join the conversation. &#xD;
&lt;/p&gt;&#xD;
          &lt;/li&gt;&#xD;
        &lt;/ul&gt;&#xD;
        &lt;h4&gt;Profile Redesign&#xD;
&lt;/h4&gt;&#xD;
        &lt;p&gt;&#xD;
OLD PROFILE: &lt;img src="http://farm4.static.flickr.com/3048/2694048509_88f3bbf3e7.jpg?v=0"&gt;&lt;/img&gt;&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
NEW PROFILE: &lt;img src="http://farm4.static.flickr.com/3118/2694048561_ee14174ba0.jpg?v=0"&gt;&lt;/img&gt;&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
The key changes and their &lt;em&gt;likely&lt;/em&gt; justifications are as follows&#xD;
&lt;/p&gt;&#xD;
        &lt;ul&gt;&#xD;
          &lt;li&gt;&#xD;
            &lt;p&gt;&#xD;
The profile now has tabbed model for navigation. This is a massive improvement for&#xD;
a number of reasons. The most important one is that in the old profile, there is a &lt;strong&gt;&lt;u&gt;lot&lt;/u&gt;&lt;/strong&gt; of&#xD;
content below the fold. My old profile page is EIGHT pages when printed as opposed&#xD;
to TWO pages when the new profile page is printed. Moving to a tabbed model (i) improves&#xD;
page load times and (ii) increases number of page views and hence ad impressions. &#xD;
&lt;/p&gt;&#xD;
          &lt;/li&gt;&#xD;
          &lt;li&gt;&#xD;
            &lt;p&gt;&#xD;
The Mini-Feed and the Wall have been merged. The intent here is to give more visibility&#xD;
to the Wall which in the old model was below the fold. The "guest book"&#xD;
or wall is an important part of the interaction model in social networking sites (see&#xD;
danah boyd's &lt;a href="http://www.danah.org/papers/FriendsterMySpaceEssay.html"&gt;Friendster&#xD;
lost steam. Is MySpace just a fad?&lt;/a&gt; essay) and Facebook was de-emphasizing theirs&#xD;
in the old model. &#xD;
&lt;/p&gt;&#xD;
          &lt;/li&gt;&#xD;
          &lt;li&gt;&#xD;
            &lt;p&gt;&#xD;
Entry points for creating content are at the top of the profile page. Done for the&#xD;
same reason as on the Home page. You want to give users lots of entry points for adding&#xD;
content to the site so that they can kick off network effects by generating content&#xD;
which in turn generates tasty page views. &#xD;
&lt;/p&gt;&#xD;
          &lt;/li&gt;&#xD;
          &lt;li&gt;&#xD;
            &lt;p&gt;&#xD;
Left sidebar is gone. Again the left sidebar is gone and the advertisement is moved&#xD;
closer to the content, and away from the visual ghetto that is the bottom left of&#xD;
the screen. Search box and most accessed applications are now in the header as well.&#xD;
The intent here is also to improve the likelihood that users will view and react to&#xD;
the ads. &#xD;
&lt;/p&gt;&#xD;
            &lt;p&gt;&#xD;
            &lt;/p&gt;&#xD;
          &lt;/li&gt;&#xD;
        &lt;/ul&gt;&#xD;
        &lt;p&gt;&#xD;
        &lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
        &lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
        &lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
        &lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
        &lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
          &lt;b&gt;Now Playing:&lt;/b&gt;&#xD;
          &lt;a href="http://www.amazon.com/gp/search/ref=sr_adv_m_pop/?search-alias=popular&amp;amp;unfiltered=1&amp;amp;field-keywords=&amp;amp;field-artist=Da Back Wudz&amp;amp;field-title=&amp;amp;field-label=&amp;amp;field-binding=&amp;amp;sort=relevancerank&amp;amp;Adv-Srch-Music-Album-Submit.x=19&amp;amp;Adv-Srch-Music-Album-Submit.y=6"&gt;Da&#xD;
Back Wudz&lt;/a&gt; - &lt;a href="http://www.amazon.com/s/ref=nb_ss_dmusic?url=search-alias%3Ddigital-music&amp;amp;field-keywords=Da Back Wudz+I Don't Like The Look Of It (Oompa)&amp;amp;x=0&amp;amp;y=0"&gt;I&#xD;
Don't Like The Look Of It (Oompa)&lt;/a&gt;&lt;a href="http://www.amazon.com/s/ref=nb_ss_dmusic?url=search-alias%3Ddigital-music&amp;amp;field-keywords=Boyz II Men+Please Don't Go&amp;amp;x=0&amp;amp;y=0"&gt;&lt;/a&gt;&lt;/p&gt;&#xD;
      &lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~f/Carnage4life?a=Ukotmj"&gt;&lt;img src="http://feeds.feedburner.com/~f/Carnage4life?i=Ukotmj" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/Carnage4life?a=OAJ4jj"&gt;&lt;img src="http://feeds.feedburner.com/~f/Carnage4life?i=OAJ4jj" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/Carnage4life?a=o8TsYj"&gt;&lt;img src="http://feeds.feedburner.com/~f/Carnage4life?i=o8TsYj" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/Carnage4life?a=lYigyJ"&gt;&lt;img src="http://feeds.feedburner.com/~f/Carnage4life?i=lYigyJ" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/Carnage4life/~4/343572626" height="1" width="1"/&gt;</content>
  </entry>
  <entry>
    <link xmlns:thr="http://purl.org/syndication/thread/1.0" rel="replies" type="application/atom+xml" thr:count="8" href="http://www.25hoursaday.com/weblog/SyndicationService.asmx/GetEntryCommentsRss?guid=efd9527e-c59f-4031-9f28-243005aa0562" />
    <title>Some Thoughts on Amazon S3's Recent Outage</title>
    <link rel="alternate" type="text/html" href="http://www.25hoursaday.com/weblog/2008/07/21/SomeThoughtsOnAmazonS3sRecentOutage.aspx" />
    <id>http://www.25hoursaday.com/weblog/PermaLink.aspx?guid=efd9527e-c59f-4031-9f28-243005aa0562</id>
    <published>2008-07-21T05:57:33.015625-07:00</published>
    <updated>2008-07-21T05:57:33.015625-07:00</updated>
    <category term="Web Development" label="Web Development" scheme="http://www.25hoursaday.com/weblog/CategoryView.aspx?category=Web+Development" />
    <content type="html">&#xD;
        &lt;p&gt;&#xD;
Yesterday &lt;a href="http://aws.amazon.com/s3"&gt;Amazon's S3 service&lt;/a&gt; had an outage&#xD;
that lasted about six hours. Unsurprisingly this has led to a bunch of wailing and&#xD;
gnashing of teeth from the very same pundits that were hyping the service a year ago.&#xD;
The first person to proclaim the sky is falling is Richard MacManus in his &lt;a href="http://www.readwriteweb.com/archives/more_amazon_s3_downtime.php"&gt;More&#xD;
Amazon S3 Downtime: How Much is Too Much?&lt;/a&gt; who writes &#xD;
&lt;/p&gt;&#xD;
        &lt;blockquote&gt;&#xD;
          &lt;p&gt;&#xD;
            &lt;em&gt;Today's big news is that Amazon's S3 online storage service has experienced significant&#xD;
downtime. Allen Stern, who hosts his blog's images on S3, reported that the &lt;/em&gt;&#xD;
            &lt;a href="http://www.centernetworks.com/amazon-s3-down-july-2008"&gt;&#xD;
              &lt;em&gt;downtime&#xD;
lasted&lt;/em&gt;&#xD;
            &lt;/a&gt;&#xD;
            &lt;em&gt;&#xD;
              &lt;s&gt;3.5&lt;/s&gt; over 6 hours. Startups that use S3 for their storage,&#xD;
such as SmugMug, have also &lt;/em&gt;&#xD;
            &lt;a href="http://smugmug.wordpress.com/2008/07/20/amazon-s3-outage-causes-smugmug-outage/"&gt;&#xD;
              &lt;em&gt;reported&#xD;
problems&lt;/em&gt;&#xD;
            &lt;/a&gt;&#xD;
            &lt;em&gt;. Back in February this same thing happened. At the time RWW&#xD;
feature writer Alex Iskold defended Amazon, in a must-read analysis entitled &lt;/em&gt;&#xD;
            &lt;a href="http://www.readwriteweb.com/archives/reaching_for_the_sky_through_compute_clouds.php"&gt;&#xD;
              &lt;em&gt;Reaching&#xD;
for the Sky Through The Compute Clouds&lt;/em&gt;&#xD;
            &lt;/a&gt;&#xD;
            &lt;em&gt;. But it does make us ask questions&#xD;
such as: &lt;font color="#ff0000"&gt;why can't we get 99% uptime?&lt;/font&gt; Or: isn't this&#xD;
what an SLA is for?&lt;/em&gt;&#xD;
          &lt;/p&gt;&#xD;
        &lt;/blockquote&gt;&#xD;
        &lt;p&gt;&#xD;
Om Malik joins in on the fun with his post &lt;a href="http://gigaom.com/2008/07/20/amazon-s3-outage-july-2008/"&gt;S3&#xD;
Outage Highlights Fragility of Web Services&lt;/a&gt; which contains the following &#xD;
&lt;/p&gt;&#xD;
        &lt;blockquote&gt;&#xD;
          &lt;p&gt;&#xD;
            &lt;em&gt;Amazon’s S3 cloud storage service &lt;/em&gt;&#xD;
            &lt;a href="http://www.centernetworks.com/amazon-s3-down-july-2008"&gt;&#xD;
              &lt;em&gt;went&#xD;
offline&lt;/em&gt;&#xD;
            &lt;/a&gt;&#xD;
            &lt;em&gt; this morning for an extended period of time — the second big&#xD;
outage at the service this year. &lt;/em&gt;&#xD;
            &lt;a href="http://gigaom.com/2008/02/15/amazon-s3-service-goes-down/"&gt;&#xD;
              &lt;em&gt;In&#xD;
February&lt;/em&gt;&#xD;
            &lt;/a&gt;&#xD;
            &lt;em&gt;, Amazon suffered a major outage that knocked many of its customers&#xD;
offline.&lt;/em&gt;&#xD;
          &lt;/p&gt;&#xD;
          &lt;p&gt;&#xD;
            &lt;em&gt;It was no different this time around. I first learned about today’s outage when&#xD;
avatars and photos (stored on S3) &lt;/em&gt;&#xD;
            &lt;a href="http://tapulous.com/blog/2008/07/amazon-s3-outages-causing-problems-in-ttr-and-twinkle/"&gt;&#xD;
              &lt;em&gt;used&#xD;
by&lt;/em&gt;&#xD;
            &lt;/a&gt;&#xD;
            &lt;em&gt;&#xD;
            &lt;/em&gt;&#xD;
            &lt;a href="http://gigaom.com/2008/07/18/twinkle-twinkletwitter-star/"&gt;&#xD;
              &lt;em&gt;Twinkle&lt;/em&gt;&#xD;
            &lt;/a&gt;&#xD;
            &lt;em&gt;,&#xD;
a Twitter-client for iPhone, vanished.&lt;/em&gt;&#xD;
            &lt;br&gt;&#xD;
            &lt;em&gt;…&lt;/em&gt;&#xD;
            &lt;br&gt;&#xD;
            &lt;em&gt;That said, the outage shows &lt;/em&gt;&#xD;
            &lt;a href="http://gigaom.com/2008/07/01/10-reasons-enterprises-arent-ready-to-trust-the-cloud/"&gt;&#xD;
              &lt;em&gt;that&#xD;
cloud computing still has a long road ahead&lt;/em&gt;&#xD;
            &lt;/a&gt;&#xD;
            &lt;em&gt; when it comes to reliability.&#xD;
NASDAQ, Activision, Business Objects and Hasbro are some of the large companies using&#xD;
Amazon’s S3 Web Services. But even as cloud computing starts to gain traction with&#xD;
companies like these and most of our business and communication activities are shifting&#xD;
online, web services are still fragile, in part because we are still using technologies &lt;/em&gt;&#xD;
            &lt;a href="http://gigaom.com/2008/06/27/storage-outages-can-todays-hardware-handle-the-cloud/"&gt;&#xD;
              &lt;em&gt;built&#xD;
for a much less strenuous&lt;/em&gt;&#xD;
            &lt;/a&gt;&#xD;
            &lt;em&gt; web.&lt;/em&gt;&#xD;
          &lt;/p&gt;&#xD;
        &lt;/blockquote&gt;&#xD;
        &lt;p&gt;&#xD;
Even though the pundits are trying to raise a stink, the people who should be most&#xD;
concerned about this are Amazon S3's customers. Counter to Richard MacManus's claim,&#xD;
not only is there a &lt;a href="http://www.amazon.com/gp/browse.html?node=379654011"&gt;Service&#xD;
Level Agreement (SLA) for Amazon S3&lt;/a&gt;, it promises 99.9% uptime or you get a partial&#xD;
refund. 6 hours of downtime sounds like a lot until you realize that 99% uptime is&#xD;
8 hours of downtime a month and over three and a half days of downtime a year. Amazon&#xD;
S3 is definitely doing a lot better than that. &#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
The only question that matters is whether Amazon's customers can get better service&#xD;
elsewhere at the prices Amazon charges. If they can't, then this is an acceptable&#xD;
loss which is already covered by their SLA. 99.9% uptime still means over eight hours&#xD;
of downtime a year. And if they can, it will put competitive pressure on Amazon to&#xD;
do a better job of managing their network or lower their prices. &#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
This is one place where market forces will rectify things or we will reach a healthy&#xD;
equilibrium. Network computing is inherently and no amount of outraged posts by pundits&#xD;
will ever change that. Amazon is doing a better job than most of its customers can&#xD;
do on their own for cheaper than they could ever do on their own. Let's not forget&#xD;
that in the rush to gloat about Amazon's down time. &#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
        &lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
        &lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
        &lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
          &lt;b&gt;Now Playing:&lt;/b&gt;&#xD;
          &lt;a href="http://www.amazon.com/gp/search/ref=sr_adv_m_pop/?search-alias=popular&amp;amp;unfiltered=1&amp;amp;field-keywords=&amp;amp;field-artist=2Pac&amp;amp;field-title=&amp;amp;field-label=&amp;amp;field-binding=&amp;amp;sort=relevancerank&amp;amp;Adv-Srch-Music-Album-Submit.x=19&amp;amp;Adv-Srch-Music-Album-Submit.y=6"&gt;2Pac&lt;/a&gt; - &lt;a href="http://www.amazon.com/s/ref=nb_ss_dmusic?url=search-alias%3Ddigital-music&amp;amp;field-keywords=2Pac+Life Goes On&amp;amp;x=0&amp;amp;y=0"&gt;Life&#xD;
Goes On&lt;/a&gt;&lt;/p&gt;&#xD;
      &lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~f/Carnage4life?a=3Zf7hj"&gt;&lt;img src="http://feeds.feedburner.com/~f/Carnage4life?i=3Zf7hj" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/Carnage4life?a=bo1WSj"&gt;&lt;img src="http://feeds.feedburner.com/~f/Carnage4life?i=bo1WSj" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/Carnage4life?a=G1XmWj"&gt;&lt;img src="http://feeds.feedburner.com/~f/Carnage4life?i=G1XmWj" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/Carnage4life?a=buFbvJ"&gt;&lt;img src="http://feeds.feedburner.com/~f/Carnage4life?i=buFbvJ" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/Carnage4life/~4/341525035" height="1" width="1"/&gt;</content>
  </entry>
  <entry>
    <link xmlns:thr="http://purl.org/syndication/thread/1.0" rel="replies" type="application/atom+xml" thr:count="4" href="http://www.25hoursaday.com/weblog/SyndicationService.asmx/GetEntryCommentsRss?guid=44431b10-1324-40a5-84db-fa52168db013" />
    <title>Software as a Service: When Your Business Model Becomes a Paradox</title>
    <link rel="alternate" type="text/html" href="http://www.25hoursaday.com/weblog/2008/07/21/SoftwareAsAServiceWhenYourBusinessModelBecomesAParadox.aspx" />
    <id>http://www.25hoursaday.com/weblog/PermaLink.aspx?guid=44431b10-1324-40a5-84db-fa52168db013</id>
    <published>2008-07-21T04:45:49.53125-07:00</published>
    <updated>2008-07-21T04:45:49.53125-07:00</updated>
    <category term="Competitors/Web Companies" label="Competitors/Web Companies" scheme="http://www.25hoursaday.com/weblog/CategoryView.aspx?category=Competitors%2fWeb+Companies" />
    <category term="Technology" label="Technology" scheme="http://www.25hoursaday.com/weblog/CategoryView.aspx?category=Technology" />
    <content type="html">&#xD;
        &lt;p&gt;&#xD;
For the past few years, the technology press has been eulogizing desktop and server-based&#xD;
software while proclaiming that the era of Software as a Service (SaaS) is now upon&#xD;
us. According to the lessons of the &lt;a href="http://www.amazon.com/Innovators-Dilemma-Revolutionary-Business-Essentials/dp/0060521996"&gt;Innovator's&#xD;
Dilemma&lt;/a&gt; the cheaper and more flexible SaaS solutions will eventually replace traditional&#xD;
installed software and the current crop of software vendors will turn out to be dinosaurs&#xD;
in a world that belongs to the warm blooded mammals who have conquered cloud based&#xD;
services. &#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
So it seems the answer is obvious, software vendors should rush to provide Web-based&#xD;
services and extricate themselves from their "legacy" shrinkwrapped software&#xD;
business before it is too late. What could possibly go wrong with this plan?  &#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
Sarah Lacy wrote an informative article for Business Week about the problems facing&#xD;
software vendors who have rushed into the world of SaaS. The Business Week article&#xD;
is entitled &lt;a title="http://www.businessweek.com/technology/content/jul2008/tc20080717_362776.htm" href="http://www.businessweek.com/technology/content/jul2008/tc20080717_362776.htm"&gt;On-Demand&#xD;
Computing: A Brutal Slog&lt;/a&gt; and contains the following excerpt &#xD;
&lt;/p&gt;&#xD;
        &lt;blockquote&gt;&#xD;
          &lt;p&gt;&#xD;
            &lt;em&gt;On-demand represented a welcome break from the traditional way of doing things&#xD;
in the 1990s, when swaggering, elephant hunter-style salesmen would drive up in their&#xD;
gleaming BMWs to close massive orders in the waning days of the quarter. It was a&#xD;
time when representatives of Oracle (&lt;/em&gt;&#xD;
            &lt;a href="http://investing.businessweek.com/research/stocks/snapshot/snapshot.asp?symbol=ORCL"&gt;&#xD;
              &lt;em&gt;ORCL&lt;/em&gt;&#xD;
            &lt;/a&gt;&#xD;
            &lt;em&gt;),&#xD;
Siebel, Sybase (&lt;/em&gt;&#xD;
            &lt;a href="http://investing.businessweek.com/research/stocks/snapshot/snapshot.asp?symbol=SY"&gt;&#xD;
              &lt;em&gt;SY&lt;/em&gt;&#xD;
            &lt;/a&gt;&#xD;
            &lt;em&gt;),&#xD;
PeopleSoft, BEA Systems, or SAP (&lt;/em&gt;&#xD;
            &lt;a href="http://investing.businessweek.com/research/stocks/snapshot/snapshot.asp?symbol=SAP"&gt;&#xD;
              &lt;em&gt;SAP&lt;/em&gt;&#xD;
            &lt;/a&gt;&#xD;
            &lt;em&gt;)&#xD;
would extol the latest enterprise software revolution, be it for management of inventory,&#xD;
supply chain, customer relationships, or some other area of business. Then there were&#xD;
the billions of dollars spent on consultants to make it all work together—you couldn't&#xD;
just rip everything out and start over if it didn't. There was too much invested already,&#xD;
and chances are the alternatives weren't much better. &lt;/em&gt;&#xD;
          &lt;/p&gt;&#xD;
          &lt;p&gt;&#xD;
            &lt;em&gt;Funny thing about the Web, though. It's just as good at displacing revenue as&#xD;
it is in generating sources of it. Just ask the music industry or, ahem, print media.&#xD;
Think Robin Hood, taking riches from the elite and distributing them to everyone else,&#xD;
including the customers who get to keep more of their money and the upstarts that&#xD;
can more easily build competing alternatives. &lt;/em&gt;&#xD;
          &lt;/p&gt;&#xD;
          &lt;p&gt;&#xD;
            &lt;em&gt;But are these upstarts viable? On-demand software has turned out to be a brutal&#xD;
slog. Software sold "as a service" over the Web doesn't sell itself, even&#xD;
when it's cheaper and actually works. Each sale closed by these new Web-based software&#xD;
companies has a much smaller price tag. And vendors are continually tweaking their&#xD;
software, fixing bugs, and pushing out incremental improvements. Great news for the&#xD;
user, but the software makers miss out on the once-lucrative massive upgrade every&#xD;
few years and seemingly endless maintenance fees for supporting old versions of the&#xD;
software. &lt;/em&gt;&#xD;
            &lt;br&gt;&#xD;
            &lt;em&gt;…&lt;/em&gt;&#xD;
            &lt;br&gt;&#xD;
            &lt;em&gt;Nowhere was this more clear than on Oracle's &lt;/em&gt;&#xD;
            &lt;a href="http://www.businessweek.com/technology/content/jun2008/tc20080625_978576.htm"&gt;&#xD;
              &lt;em&gt;most&#xD;
recent earnings call&lt;/em&gt;&#xD;
            &lt;/a&gt;&#xD;
            &lt;em&gt; (BusinessWeek.com, 6/26/08). Why isn't Oracle a&#xD;
bigger player in on-demand software? It doesn't want to be, Ellison told the analysts&#xD;
and investors. "We've been in this business 10 years, and we've only now turned&#xD;
a profit," he said. "The last thing we want to do is have a very large business&#xD;
that's not profitable and drags our margins down." No, Ellison would rather enjoy&#xD;
the bounty of an acquisition spree that handed Oracle a bevy of software companies,&#xD;
hordes of customers, and associated maintenance fees that trickle straight to the&#xD;
bottom line.&lt;/em&gt;&#xD;
            &lt;br&gt;&#xD;
            &lt;em&gt;…&lt;/em&gt;&#xD;
            &lt;br&gt;&#xD;
            &lt;em&gt;SAP isn't having much more luck with Business by Design, its foray into the on-demand&#xD;
world, I'm told. SAP said for years it would never get into the on-demand game. Then&#xD;
when it sensed a potential threat from NetSuite, SAP decided to embrace on-demand.&#xD;
Results have been less than stellar so far. "SAP thought customers would go to&#xD;
a Web site, configure it themselves, and found the first hundred or so implementations&#xD;
required a lot of time and a lot of tremendous costs," Richardson says. "Small&#xD;
businesses are calling for support, calling SAP because they don't have IT departments.&#xD;
SAP is spending a lot of resources to configure and troubleshoot the problem."&lt;/em&gt;&#xD;
          &lt;/p&gt;&#xD;
        &lt;/blockquote&gt;&#xD;
        &lt;p&gt;&#xD;
In some ways, SaaS vendors have been misled by the consumer Web and have failed to&#xD;
realize that they still need to spend money on sales and support when servicing business&#xD;
customers. Just because Google doesn't advertise it's search features and Yahoo! Mail&#xD;
doesn't seem to have a huge support staff that hand holds customers as it uses their&#xD;
product doesn't mean that SaaS vendors can expect to cut their sales and support calls.&#xD;
The dynamics of running a free, advertising based service aimed at end users is completely&#xD;
different from running a service where you expect to charge business tens of thousands&#xD;
to hundreds of thousands to use your product. &#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
In traditional business software development you have three major cycles with their&#xD;
own attendant costs; you have to write the software, you have to market the software&#xD;
and then you have to support the software. Becoming a SaaS vendor does not eliminate&#xD;
any of these costs. Instead it adds new costs and complexities such as managing data&#xD;
centers and worrying about hackers. In addition, thanks to free advertising based&#xD;
consumer services and the fact that companies like Google that have subsidized their&#xD;
SaaS offerings using their monopoly profits in other areas, business customers expect&#xD;
Web-based software to be cheaper than its desktop or server-based alternatives. Talk&#xD;
about being stuck between a rock and a hard place as a vendor. &#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
Finally, software vendors that have existing ecosystems of partners that benefit from&#xD;
supporting and enhancing their shrinkwrapped products also have to worry about where&#xD;
these partners fit in a SaaS world. For an example of the kinds of problems these&#xD;
vendors now face, below is an excerpt from a rant by Vladimer Mazek, a system administrator&#xD;
at &lt;a href="http://www.exchangedefender.com/"&gt;ExchangeDefender&lt;/a&gt;, entitled &lt;a title="http://www.vladville.com/2008/07/houston-we-have-a-problem.html" href="http://www.vladville.com/2008/07/houston-we-have-a-problem.html"&gt;Houston…&#xD;
we have a problem&lt;/a&gt; which he wrote after attending one of Microsoft's partner conferences &#xD;
&lt;/p&gt;&#xD;
        &lt;blockquote&gt;&#xD;
          &lt;p&gt;&#xD;
            &lt;em&gt;&#xD;
              &lt;b&gt;Lack of Partner Direction:&lt;/b&gt; By far the biggest disappointment of the show.&#xD;
All of Microsoft’s executives failed to clearly communicate the partnership benefits.&#xD;
That is why partners pack the keynotes, to find a way to partner up with Microsoft.&#xD;
If you want to gloat about how fabulous you are and talk about exciting commission&#xD;
schedules as a brand recommender and a sales agent you might want to go work for Mary&#xD;
Kay. This is the biggest quagmire for Microsoft – it’s competitors are more agile&#xD;
because they do not have to work with partners to go to market. Infrastructure solutions&#xD;
are easy enough to offer and both Google and Apple and Amazon are beating Microsoft&#xD;
to the market, with far simpler and less convoluted solutions. How can Microsoft compete&#xD;
with its partners in a solution ecosystem that doesn’t require partners to begin with?&lt;/em&gt;&#xD;
          &lt;/p&gt;&#xD;
        &lt;/blockquote&gt;&#xD;
        &lt;p&gt;&#xD;
This is another example of the kind of problems established software vendors will&#xD;
have to solve as they try to ride the Software as a Service wave instead of being&#xD;
flattened by it.  Truly successful SaaS vendors will eventually have to deliver&#xD;
platforms that can sustain a healthy partner ecosystems to succeed in the long term.&#xD;
We have seen this in the consumer space with the &lt;a href="http://developers.facebook.com/anatomy.php"&gt;Facebook&#xD;
platform&lt;/a&gt; and in the enterprise space with &lt;a href="http://www.salesforce.com/appexchange/"&gt;SalesForce.com's&#xD;
AppExchange&lt;/a&gt;. Here is one area where the upstarts that don't have a preexisting&#xD;
shrinkwrap software businesses can turn a disadvantage (lack of an established partner&#xD;
ecosystem) into an advantage since it is easier to start from scratch than to retool.&#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
The bottom line is that creating a Web-based version of a popular desktop or server-based&#xD;
product is just part of the battle if you plan to play in the enterprise space. You&#xD;
will have to deal with the sales and support that go with selling to businesses as&#xD;
well as all the other headaches of shipping "cloud based services" which&#xD;
don't exist in the shrinkwrap software world. After you get that figured out, you&#xD;
will want to consider how you can leverage various ISVs and startups to enhance the&#xD;
stickiness of your service and turn it into a platform before one of your competitor's&#xD;
does.  &#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
I suspect we still have a few years before any of the above happens. In the meantime&#xD;
we will see lots more software companies complaining about the paradox of embracing&#xD;
the Web when it clearly cannibalizes their other revenue streams and is less lucrative&#xD;
than what they've been accustomed to seeing. Interesting times indeed.&#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
          &lt;b&gt;Now Playing:&lt;/b&gt;&#xD;
          &lt;a href="http://www.amazon.com/gp/search/ref=sr_adv_m_pop/?search-alias=popular&amp;amp;unfiltered=1&amp;amp;field-keywords=&amp;amp;field-artist=Flobots&amp;amp;field-title=&amp;amp;field-label=&amp;amp;field-binding=&amp;amp;sort=relevancerank&amp;amp;Adv-Srch-Music-Album-Submit.x=19&amp;amp;Adv-Srch-Music-Album-Submit.y=6"&gt;Flobots&lt;/a&gt; - &lt;a href="http://www.amazon.com/s/ref=nb_ss_dmusic?url=search-alias%3Ddigital-music&amp;amp;field-keywords=Flobots+Handlebars&amp;amp;x=0&amp;amp;y=0"&gt;Handlebars&lt;/a&gt;&lt;/p&gt;&#xD;
      &lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~f/Carnage4life?a=WSmhhj"&gt;&lt;img src="http://feeds.feedburner.com/~f/Carnage4life?i=WSmhhj" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/Carnage4life?a=hHUHfj"&gt;&lt;img src="http://feeds.feedburner.com/~f/Carnage4life?i=hHUHfj" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/Carnage4life?a=GWZ2Tj"&gt;&lt;img src="http://feeds.feedburner.com/~f/Carnage4life?i=GWZ2Tj" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/Carnage4life?a=YHFKYJ"&gt;&lt;img src="http://feeds.feedburner.com/~f/Carnage4life?i=YHFKYJ" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/Carnage4life/~4/341478676" height="1" width="1"/&gt;</content>
  </entry>
  <entry>
    <link xmlns:thr="http://purl.org/syndication/thread/1.0" rel="replies" type="application/atom+xml" thr:count="1" href="http://www.25hoursaday.com/weblog/SyndicationService.asmx/GetEntryCommentsRss?guid=e97a826e-fbdf-4d3a-b3a1-cdc422ec0d22" />
    <title>PodTech: What Happens When You Misunderstand the Long Tail</title>
    <link rel="alternate" type="text/html" href="http://www.25hoursaday.com/weblog/2008/07/21/PodTechWhatHappensWhenYouMisunderstandTheLongTail.aspx" />
    <id>http://www.25hoursaday.com/weblog/PermaLink.aspx?guid=e97a826e-fbdf-4d3a-b3a1-cdc422ec0d22</id>
    <published>2008-07-21T04:39:41.546875-07:00</published>
    <updated>2008-07-21T04:39:41.546875-07:00</updated>
    <category term="Current Affairs" label="Current Affairs" scheme="http://www.25hoursaday.com/weblog/CategoryView.aspx?category=Current+Affairs" />
    <content type="html">&#xD;
        &lt;p&gt;&#xD;
Sometime last week I learned that podcasting startup &lt;a title="http://www.techcrunch.com/2008/07/17/podtech-sells-for-less-than-500k/" href="http://www.techcrunch.com/2008/07/17/podtech-sells-for-less-than-500k/"&gt;PodTech&#xD;
was acquired for less than $500,000&lt;/a&gt;. This is a rather ignominious exit for a startup&#xD;
that initially entered the public consciousness with its &lt;a href="http://scobleizer.com/2006/06/10/correcting-the-record-about-microsoft/"&gt;high&#xD;
profile hire of Robert Scoble&lt;/a&gt; and the intent to build a technology news media&#xD;
empire using RSS and podcasts instead of radio waves and news print. &#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
When I first heard about PodTech via Robert Scoble's blog, it seemed like a bad business&#xD;
to jump into given the lessons of &lt;a href="http://en.wikipedia.org/wiki/The_Long_Tail"&gt;The&#xD;
Long Tail&lt;/a&gt;. The Web creates an overabundance of content and products, which is&#xD;
good for aggregators but bad for creators. Even in 2006 when PodTech was founded you&#xD;
could see this in the success of "Web 2.0" companies that acted as content&#xD;
aggregators like Google, YouTube, Wikipedia and Flickr while content creators like&#xD;
music labels and news papers were beginning to scramble for relevance and revenue.  &#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
Kevin Kelly has a great post about this called &lt;a title="http://www.kk.org/thetechnium/archives/2008/07/wagging_the_lon.php" href="http://www.kk.org/thetechnium/archives/2008/07/wagging_the_lon.php"&gt;Wagging&#xD;
the Long Tail of Love&lt;/a&gt; where he writes &#xD;
&lt;/p&gt;&#xD;
        &lt;blockquote&gt;&#xD;
          &lt;p&gt;&#xD;
            &lt;em&gt;So as one crosses the sections -- going from the short head to the long tail --&#xD;
one should be consistent and view it from the aggregator's point of view or the creator's&#xD;
point of view. I think it is a mistake to conflate the two view points. &lt;/em&gt;&#xD;
          &lt;/p&gt;&#xD;
          &lt;p&gt;&#xD;
            &lt;em&gt;I've been wrestling with this for a while and I think the only advantage to the&#xD;
creator that I can see in the long tail is that aggregators can invent or produce&#xD;
a long tail domain that was not present before.  Like Seth's &lt;/em&gt;&#xD;
            &lt;a href="http://www.squidoo.com/"&gt;&#xD;
              &lt;em&gt;Squidoo&lt;/em&gt;&#xD;
            &lt;/a&gt;&#xD;
            &lt;em&gt; does.&#xD;
Before Squidoo or Amazon or Netflix came along there was no market at all for many&#xD;
of the creations they now distribute. The proposition that long tail aggregators can&#xD;
offer to creators is profound, but simple: you have a choice between a itsy bitsy&#xD;
niche audience (with nano profits) or no audience at all. Before the LT was expanded&#xD;
your masterpiece on breeding salt water aquarium fishes from the Red Sea would have&#xD;
no paying fans. Now you have maybe 100. &lt;/em&gt;&#xD;
          &lt;/p&gt;&#xD;
          &lt;p&gt;&#xD;
            &lt;em&gt;One hundred readers/watchers/listeners is not economical. There is no business&#xD;
equation that can sustain profits for continual creation from so few buyers. (It can&#xD;
of course support the business of aggregation above the level of creation.) But the&#xD;
long tail niche creation operates perfectly well in the realm of passion, enthusiasm,&#xD;
obsession, curiosity, peerage, love, and the gift economy.  In the exchange of&#xD;
psychic energy, encouragement, meaning of life, and reasons to live, the long now&#xD;
is a boon. &lt;/em&gt;&#xD;
          &lt;/p&gt;&#xD;
          &lt;p&gt;&#xD;
            &lt;em&gt;That is not true about profits. Economically, the more the long tail expands,&#xD;
the more stuff there is to compete with our limited attention as an audience, the&#xD;
more difficult it is for a creator to sell profitably. Or, the longer the tail, the&#xD;
worse for sales.&lt;/em&gt;&#xD;
          &lt;/p&gt;&#xD;
        &lt;/blockquote&gt;&#xD;
        &lt;p&gt;&#xD;
The Web has significantly reduced the costs of producing and distributing content.&#xD;
Anyone with a computer can publish to a potential audience of hundreds of millions&#xD;
of people for as little as the cost of their Internet connection. This is great for&#xD;
content consumers but it has significantly increased the amount of competition among&#xD;
content creators while also reducing their chances of generating profits from their&#xD;
work since the Web/Internet has provided lots of options for getting quality content&#xD;
for free (both legally and illegally).  &#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
All of this is a long way of saying that in the era of "Web 2.0" it was&#xD;
quite unwise for a &lt;u&gt;&lt;strong&gt;VC funded&lt;/strong&gt;&lt;/u&gt; startup to jump into the pool&#xD;
of content creators and thus become a victim of The Long Tail instead of becoming&#xD;
a content aggregator and thus benefiting from the Long Tail instead. Of course, even&#xD;
that may not have saved them since the market for podcast aggregators pretty much&#xD;
dried up&lt;a href="http://www.apple.com/itunes/store/podcasts.html"&gt; once Apple entered&#xD;
the fray&lt;/a&gt;. &#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
          &lt;b&gt;Now Playing:&lt;/b&gt;&#xD;
          &lt;a href="http://www.amazon.com/gp/search/ref=sr_adv_m_pop/?search-alias=popular&amp;amp;unfiltered=1&amp;amp;field-keywords=&amp;amp;field-artist=Lil Wayne&amp;amp;field-title=&amp;amp;field-label=&amp;amp;field-binding=&amp;amp;sort=relevancerank&amp;amp;Adv-Srch-Music-Album-Submit.x=19&amp;amp;Adv-Srch-Music-Album-Submit.y=6"&gt;Lil&#xD;
Wayne&lt;/a&gt; - &lt;a href="http://www.amazon.com/s/ref=nb_ss_dmusic?url=search-alias%3Ddigital-music&amp;amp;field-keywords=Lil Wayne+I'm Me&amp;amp;x=0&amp;amp;y=0"&gt;I'm&#xD;
Me&lt;/a&gt;&lt;/p&gt;&#xD;
      &lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~f/Carnage4life?a=iEjjqj"&gt;&lt;img src="http://feeds.feedburner.com/~f/Carnage4life?i=iEjjqj" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/Carnage4life?a=mT3o1j"&gt;&lt;img src="http://feeds.feedburner.com/~f/Carnage4life?i=mT3o1j" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/Carnage4life?a=O4TW8j"&gt;&lt;img src="http://feeds.feedburner.com/~f/Carnage4life?i=O4TW8j" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/Carnage4life?a=Dt3gkJ"&gt;&lt;img src="http://feeds.feedburner.com/~f/Carnage4life?i=Dt3gkJ" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/Carnage4life/~4/341478678" height="1" width="1"/&gt;</content>
  </entry>
  <entry>
    <link xmlns:thr="http://purl.org/syndication/thread/1.0" rel="replies" type="application/atom+xml" thr:count="1" href="http://www.25hoursaday.com/weblog/SyndicationService.asmx/GetEntryCommentsRss?guid=aeaeccbe-8df2-4072-9134-637d087abb86" />
    <title>The Problem with Trying to "Spread Virally"</title>
    <link rel="alternate" type="text/html" href="http://www.25hoursaday.com/weblog/2008/07/17/TheProblemWithTryingToSpreadVirally.aspx" />
    <id>http://www.25hoursaday.com/weblog/PermaLink.aspx?guid=aeaeccbe-8df2-4072-9134-637d087abb86</id>
    <published>2008-07-17T06:10:14.515625-07:00</published>
    <updated>2008-07-17T06:10:14.515625-07:00</updated>
    <category term="Social Software" label="Social Software" scheme="http://www.25hoursaday.com/weblog/CategoryView.aspx?category=Social+Software" />
    <content type="html">&#xD;
        &lt;p&gt;&#xD;
One of the problems you have to overcome when building a social software application&#xD;
is that such applications often depend on network effects to provide value to users.&#xD;
An instant messaging application isn't terribly useful unless your friends use the&#xD;
same application and using &lt;a href="http://www.twitter.com"&gt;Twitter&lt;/a&gt; feels kind&#xD;
of empty if you don't follow anyone. On the flip side, once an application crosses&#xD;
a particular tipping point then network effects often push it to near monopoly status&#xD;
in certain social or regional networks. This has happened with eBay, Craigslist, MySpace,&#xD;
Facebook and a ton of other online services depend on network effects. Thus there&#xD;
is a lot of incentive for developers of social software applications to do their best&#xD;
to encourage and harness network effects in their user scenarios. &#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
These observations have led to the notion of &lt;a href="http://www.digitalpodcast.com/podcastnews/2008/03/04/designing-viral-applications/"&gt;Viral&#xD;
Applications&lt;/a&gt;, applications which spread like viruses. The problem with a lot of&#xD;
the thinking behind "viral applications" and applications that borrow &lt;a title="The Top 5 Viral Facebook Techniques" href="http://www.allfacebook.com/2007/07/the-top-5-viral-facebook-techniques/"&gt;their&#xD;
techniques&lt;/a&gt; is that attempting to spread by any means necessary can be very harmful&#xD;
to the user experience. Here are two examples taken from this week's headlines &#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
From Justine Ezaric, a post entitled &lt;a href="http://tastyblogsnack.com/2008/07/14/the-loopt-debacle/"&gt;The&#xD;
Loopt Debacle&lt;/a&gt; where she writes &#xD;
&lt;/p&gt;&#xD;
        &lt;blockquote&gt;&#xD;
          &lt;p&gt;&#xD;
            &lt;em&gt;&#xD;
              &lt;strong&gt;&#xD;
                &lt;a href="http://www.loopt.com"&gt;Loopt&lt;/a&gt;&#xD;
              &lt;/strong&gt; is a location based&#xD;
social networking site that uses GPS to determine your exact location and share it&#xD;
with your friends.. and then spam your entire contact list via an SMS invite.&lt;/em&gt;&#xD;
          &lt;/p&gt;&#xD;
          &lt;p&gt;&#xD;
            &lt;em&gt;There’s a good chance that if you installed this application you’ve made the same&#xD;
mistake that most people made. While searching for friends who were on the service,&#xD;
apparently a text message was sent out to a large portion of my contact list, along&#xD;
with my phone number and my exact location (you know, since that’s the point of the&#xD;
application). Granted, you would think that if you have someone’s phone number, they’d&#xD;
have yours as well…&lt;/em&gt;&#xD;
          &lt;/p&gt;&#xD;
          &lt;p&gt;&#xD;
            &lt;em&gt;Hi, hey.. Over here!! People change their phone number for a reason!! With the&#xD;
ease of syncing contacts on the iPhone, it’s not always guaranteed that everyone in&#xD;
your contact list is a BFF (read: best friend forever). Also, there’s always people&#xD;
you just never want to text.. Like Steve Jobs, or an old boss, or maybe even an ex&#xD;
who would rather push you in front of a bus than get a text message from you?&lt;/em&gt;&#xD;
          &lt;/p&gt;&#xD;
        &lt;/blockquote&gt;&#xD;
        &lt;p&gt;&#xD;
From Marshal Kirkpatrick, a post entitled &lt;a title="http://gmailblog.blogspot.com/2008/07/updates-to-gmail-contact-manager.html" href="http://www.readwriteweb.com/archives/gmail_tries_to_be_less_creepy.php"&gt;Gmail&#xD;
Tries To Be Less Creepy, Fails&lt;/a&gt; which states&#xD;
&lt;/p&gt;&#xD;
        &lt;blockquote&gt;&#xD;
          &lt;p&gt;&#xD;
            &lt;a href="http://gmail.com"&gt;&#xD;
              &lt;em&gt;Gmail&lt;/em&gt;&#xD;
            &lt;/a&gt;&#xD;
            &lt;em&gt;, Google's powerful web based email&#xD;
service, &lt;/em&gt;&#xD;
            &lt;a href="http://gmailblog.blogspot.com/2008/07/updates-to-gmail-contact-manager.html"&gt;&#xD;
              &lt;em&gt;announced&#xD;
some changes&lt;/em&gt;&#xD;
            &lt;/a&gt;&#xD;
            &lt;em&gt; to its contact management features today. Contact management&#xD;
has for some time been a contentious matter among Google Account holders - the company&#xD;
does strange and mysterious things with your email contacts, including tying them&#xD;
in to some other applications without anyone's permission.&lt;/em&gt;&#xD;
          &lt;/p&gt;&#xD;
          &lt;p&gt;&#xD;
            &lt;em&gt;Today's new changes failed to alleviate those concerns, perhaps making the situation&#xD;
even less clear than it was before.&lt;/em&gt;&#xD;
          &lt;/p&gt;&#xD;
          &lt;h4&gt;&#xD;
            &lt;em&gt;There Are Your Contacts and Then There Are Your Contacts&lt;/em&gt;&#xD;
          &lt;/h4&gt;&#xD;
          &lt;p&gt;&#xD;
            &lt;em&gt;The post on the official Gmail blog today announced a new policy. There are now&#xD;
two types of contacts in your Gmail contacts list. There are your explicitly added&#xD;
My Contacts and there are your frequently emailed Suggested Contacts. The distinction&#xD;
between the two is unclear enough that I won't even try to summarize it. Read the&#xD;
following closely.&lt;/em&gt;&#xD;
          &lt;/p&gt;&#xD;
          &lt;blockquote&gt;&#xD;
            &lt;em&gt;&#xD;
              &lt;font color="#ff0000"&gt;My Contacts contains the contacts you explicitly&#xD;
put in your address book (via manual entry, import or sync) as well as any address&#xD;
you've emailed a lot (we're using five or more times as the threshold for now). &lt;/font&gt;&#xD;
            &lt;/em&gt;&#xD;
            &lt;p&gt;&#xD;
              &lt;em&gt;&#xD;
                &lt;font color="#ff0000"&gt;Suggested Contacts is where Gmail puts its auto-created&#xD;
contacts. By default, Suggested Contacts you email frequently are automatically added&#xD;
to My Contacts, but for those of you who prefer tighter control of your address books,&#xD;
you can choose to disable usage-based addition of contacts to My Contacts (see the&#xD;
checkbox in the screenshot above). Once you do this, no matter how many times you&#xD;
email an auto-added email address it won't move to My Contacts.&lt;/font&gt;&#xD;
              &lt;/em&gt;&#xD;
            &lt;/p&gt;&#xD;
          &lt;/blockquote&gt;&#xD;
          &lt;p&gt;&#xD;
            &lt;em&gt;…&lt;/em&gt;&#xD;
            &lt;br&gt;&#xD;
            &lt;em&gt;When you open up &lt;/em&gt;&#xD;
            &lt;a href="http://google.com/reader"&gt;&#xD;
              &lt;em&gt;Google Reader&lt;/em&gt;&#xD;
            &lt;/a&gt;&#xD;
            &lt;em&gt;,&#xD;
the company's RSS reader, you'll find not just the feeds you've subscribed to but&#xD;
also the feeds of shared items from your "friends." Those friendships were&#xD;
defined somehow by Google, according to who you email in Gmail apparently. They can&#xD;
opt-out of having their shared items publicly visible at all, but short of doing that&#xD;
- you are seeing their shared items and someone, presumably, is seeing your shared&#xD;
items too. No one knows for sure.&lt;/em&gt;&#xD;
          &lt;/p&gt;&#xD;
        &lt;/blockquote&gt;&#xD;
        &lt;p&gt;&#xD;
Both Loopt and Gmail + Google Talk + Google Reader are examples of applications choosing&#xD;
approaches that encourage &lt;a href="http://en.wikipedia.org/wiki/Virality"&gt;virality&lt;/a&gt; of&#xD;
the application or features of the application at the risk of putting users in &lt;u&gt;&lt;strong&gt;socially&#xD;
awkward situations&lt;/strong&gt;&lt;/u&gt;. As Justine mentions in the Loopt example, just because&#xD;
a person's phone number is in the contact list on your phone doesn't mean they would&#xD;
like to receive a text message from you at some random time of the day asking them&#xD;
to try out some social networking application. A phone isn't a social networking site.&#xD;
I have my doctor, my boss, his boss, our childcare provider, co-workers whose numbers&#xD;
I have in case of emergency and a bunch of other folks in my phone's contact list.&#xD;
These aren't the people I want to send spammy invites to try out some social networking&#xD;
application which probably doesn't even work on their phone. However I'm sure there&#xD;
has been some positive user growth from their "viral" techniques, but at&#xD;
what cost to their brand? Plaxo is still dealing with damage to their brand from &lt;a href="http://search.live.com/results.aspx?q=plaxo+spam&amp;amp;go=&amp;amp;form=QBLH"&gt;their&#xD;
spammy era&lt;/a&gt;. &#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
The Gmail behavior is even worse primarily because Google didn't fix the problem.&#xD;
Especially since people have been &lt;a href="http://googlesystem.blogspot.com/2007/12/who-are-my-gmail-contacts.html"&gt;complaining&#xD;
about it for a while&lt;/a&gt;. No one can blame Google for wanting to jump start network&#xD;
effects for features like Shared Items in Google Reader or products like Google Talk,&#xD;
but it seems pretty ridiculous to decide to automatically add people I email to an&#xD;
IM application so they can see when I'm online and contact me anytime or to the list&#xD;
of people who are notified whenever I share something in Google Reader. It's just&#xD;
email, it does &lt;u&gt;&lt;strong&gt;not&lt;/strong&gt;&lt;/u&gt; imply an intimate social relationship.&#xD;
The worst thing about Google's practices is how it backfires, I'm less likely to use&#xD;
that combination of Google products so as not to cause inadvertent information leakage&#xD;
because some "viral algorithm" decided that because I sent a bunch of emails&#xD;
to my child care provider she needs to know whenever I share a link in Google Reader.  &#xD;
&lt;br&gt;&#xD;
  &#xD;
&lt;br&gt;&#xD;
If you decide to spread virally, you should be careful that you don't end up causing&#xD;
people to avoid your product like the diseases you are trying to emulate. &#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
        &lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
        &lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
        &lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
        &lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
          &lt;b&gt;Now Playing:&lt;/b&gt;&#xD;
          &lt;a href="http://www.amazon.com/gp/search/ref=sr_adv_m_pop/?search-alias=popular&amp;amp;unfiltered=1&amp;amp;field-keywords=&amp;amp;field-artist=David Banner&amp;amp;field-title=&amp;amp;field-label=&amp;amp;field-binding=&amp;amp;sort=relevancerank&amp;amp;Adv-Srch-Music-Album-Submit.x=19&amp;amp;Adv-Srch-Music-Album-Submit.y=6"&gt;David&#xD;
Banner&lt;/a&gt; - &lt;a href="http://www.amazon.com/s/ref=nb_ss_dmusic?url=search-alias%3Ddigital-music&amp;amp;field-keywords=David Banner+Get Like Me (feat. Chris Brown, Yung Joc &amp;amp; Jim Jones)&amp;amp;x=0&amp;amp;y=0"&gt;Get&#xD;
Like Me (feat. Chris Brown, Yung Joc &amp;amp; Jim Jones)&lt;/a&gt;&lt;/p&gt;&#xD;
      &lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~f/Carnage4life?a=s45KKj"&gt;&lt;img src="http://feeds.feedburner.com/~f/Carnage4life?i=s45KKj" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/Carnage4life?a=vQKEWj"&gt;&lt;img src="http://feeds.feedburner.com/~f/Carnage4life?i=vQKEWj" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/Carnage4life?a=vDPd5j"&gt;&lt;img src="http://feeds.feedburner.com/~f/Carnage4life?i=vDPd5j" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/Carnage4life?a=iliaHJ"&gt;&lt;img src="http://feeds.feedburner.com/~f/Carnage4life?i=iliaHJ" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/Carnage4life/~4/338041653" height="1" width="1"/&gt;</content>
  </entry>
  <entry>
    <link xmlns:thr="http://purl.org/syndication/thread/1.0" rel="replies" type="application/atom+xml" thr:count="6" href="http://www.25hoursaday.com/weblog/SyndicationService.asmx/GetEntryCommentsRss?guid=c573171e-8e62-45b4-b85c-7b411b528e51" />
    <title>Project Cassandra: Facebook's Open Source Alternative to Google BigTable</title>
    <link rel="alternate" type="text/html" href="http://www.25hoursaday.com/weblog/2008/07/14/ProjectCassandraFacebooksOpenSourceAlternativeToGoogleBigTable.aspx" />
    <id>http://www.25hoursaday.com/weblog/PermaLink.aspx?guid=c573171e-8e62-45b4-b85c-7b411b528e51</id>
    <published>2008-07-14T04:41:09.15625-07:00</published>
    <updated>2008-07-14T04:41:09.15625-07:00</updated>
    <category term="Competitors/Web Companies" label="Competitors/Web Companies" scheme="http://www.25hoursaday.com/weblog/CategoryView.aspx?category=Competitors%2fWeb+Companies" />
    <category term="Platforms" label="Platforms" scheme="http://www.25hoursaday.com/weblog/CategoryView.aspx?category=Platforms" />
    <content type="html">&#xD;
        &lt;p&gt;&#xD;
About a week ago, the Facebook Data team quietly released &lt;a href="http://code.google.com/p/the-cassandra-project/"&gt;the&#xD;
Cassandra Project on Google Code&lt;/a&gt;. The Cassandra project has been described as&#xD;
a cross between Google's BigTable and Amazon's Dynamo storage systems. An overview&#xD;
of the project is available in &lt;a href="http://www.slideshare.net/jhammerb/data-presentations-cassandra-sigmod/"&gt;the&#xD;
SIGMOD presentation on Cassandra&lt;/a&gt; available at SlideShare. A summary of the salient&#xD;
aspects of the project follows. &#xD;
&lt;/p&gt;&#xD;
        &lt;p&gt;&#xD;
The problem Cassan