<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/atom10full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><feed xmlns="http://www.w3.org/2005/Atom" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0">
    <title>Anil Dash</title>
    <link rel="alternate" type="text/html" href="http://dashes.com/anil/" />
    
     <link rel="hub" href="http://pubsubhubbub.appspot.com/" />

    <id>tag:dashes.com,2008-08-10:/anil//1</id>
    <updated>2009-12-19T07:38:19Z</updated>
    <subtitle>A Blog About Making Culture</subtitle>
    <generator uri="http://www.sixapart.com/movabletype/">Movable Type Pro 4.31-en</generator>

<geo:lat>37.766529</geo:lat><geo:long>-122.39577</geo:long><link rel="license" type="text/html" href="http://creativecommons.org/licenses/by-nc-sa/3.0/" /><logo>http://www.feedburner.com/fb/images/pub/fb_pwrd.gif</logo><feedburner:emailServiceId>AnilDash</feedburner:emailServiceId><feedburner:feedburnerHostname>http://feedburner.google.com</feedburner:feedburnerHostname><feedburner:browserFriendly>This is an XML content feed. It is intended to be viewed in a newsreader or syndicated to another site.</feedburner:browserFriendly><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/atom+xml" href="http://feeds.feedburner.com/typepad/anildash/anil" /><entry>
    <title>The Twitter API is Finished. Now What?</title>
    <link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/typepad/anildash/anil/~3/coZZJrhFe7o/the-twitter-api-is-finished.html" />
    <id>tag:dashes.com,2009:/anil//1.7258</id>

    <published>2009-12-18T17:27:27Z</published>
    <updated>2009-12-19T07:38:19Z</updated>

    <summary>Update: We've got some results already! Joseph Scott at Automattic mentions in the comments that he's added RSD support for the Twitter API to WordPress.com....</summary>
    <author>
        <name>Anil</name>
        <uri>http://anildash.com/</uri>
    </author>
    
        <category term="tech" scheme="http://www.sixapart.com/ns/types#category" />
    
    <category term="api" label="api" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="facebook" label="facebook" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="tumblr" label="tumblr" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="twitter" label="twitter" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="typepad" label="typepad" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="wordpress" label="wordpress" scheme="http://www.sixapart.com/ns/types#tag" />
    
    <content type="html" xml:lang="en" xml:base="http://dashes.com/anil/">
        &lt;p&gt;&lt;strong&gt;Update:&lt;/strong&gt; We've got some results already! Joseph Scott at Automattic mentions &lt;a href="http://dashes.com/anil/2009/12/the-twitter-api-is-finished.html#comment-661931"&gt;in the comments&lt;/a&gt; that he's added &lt;span class="caps"&gt;RSD &lt;/span&gt;support for the Twitter &lt;span class="caps"&gt;API &lt;/span&gt;to WordPress.com. I should also make clear that I am very confident that we'll be building apps on top of this &lt;span class="caps"&gt;API &lt;/span&gt;at &lt;a href="http://expertlabs.org/"&gt;Expert Labs&lt;/a&gt;, so insofar as I'm the Director of the labs, I've got a vested interest in seeing efforts around an open &lt;span class="caps"&gt;API &lt;/span&gt;succeed.&lt;/p&gt;

&lt;p&gt;&lt;hr /&gt;&lt;/p&gt;

&lt;p&gt;Twitter's &lt;span class="caps"&gt;API &lt;/span&gt;has spawned over 50,000 applications that connect to it, taking the promise of fertile &lt;span class="caps"&gt;API&lt;/span&gt;s we first saw with Flickr half a decade ago and bringing it to new heights. Now, the first meaningful efforts to support Twitter's &lt;span class="caps"&gt;API &lt;/span&gt;on other services mark the maturation of the &lt;span class="caps"&gt;API &lt;/span&gt;as a de facto industry standard and herald the end of its period of rapid fundamental iteration.&lt;/p&gt;

&lt;p&gt;From here, we're going to see a flourishing of support for the Twitter &lt;span class="caps"&gt;API &lt;/span&gt;across the web, meaning that the Twitter &lt;span class="caps"&gt;API &lt;/span&gt;is finished. Not kaput, &lt;em&gt;complete&lt;/em&gt;. If two companies with a significant number of users that share no investors or board members both support a common &lt;span class="caps"&gt;API, &lt;/span&gt;we can say that the &lt;span class="caps"&gt;API &lt;/span&gt;has reached Version 1.0 and is safe to base your work on. So now what?&lt;/p&gt;

&lt;h3&gt;How We Got Here&lt;/h3&gt;

&lt;!--
This is the technical part; Feel free to skip it if it's not interesting to you, or if you just like to argue over technical details. I've spent the better part of a decade being intimately familiar with the vagaries of blogging APIs, and for the most part, the traditional ones were created for a technological environment that has now largely passed. While I like (and use!) both the widely-deployed XML-RPC API that's supported by almost every blogging tool, as well as the powerful and well-documented Atom API that followed it, the truth is they made some technical decisions that make them more of a pain in the ass to deal with today.

Instead of JSON's web-friendly formatting, they are based around XML formats that require a lot more work to parse. Instead of following the best practices of the REST paradigm, they required more complicated handling of requests. Most of the fundamental work on these APIs predates the popularity of tags, and what we'd consider to be modern social networking and profile functionality was largely ignored. Indeed, while (as always) LiveJournal's own API actually anticipated a lot of these needs, development around that API today is largely moribund.

After Flickr demonstrated how a better API could be very broadly adopted if tied to a well-designed user experience, it was inevitable that a new standard for blogging platforms would evolve. Twitter's API was designed to be much easier to work with in contemporary programming languages and frameworks, and like Flickr's, has been a great fit for development that targets mobile devices at least as often as desktops.

So, Twitter's API is enormously popular, and it won. But that's just where the story starts.

&lt;h3&gt;Missed Opportunities&lt;/h3&gt;

While Twitter's API was booming in popularity their biggest competitor, Facebook, was screwing the pooch. The API Facebook ended up adopting for its news feed elements, the &lt;a href="http://wiki.developers.facebook.com/index.php/Using_the_Open_Stream_API"&gt;Open Stream API&lt;/a&gt;, is designed well enough. But nobody was looking for a second API to do (essentially) the same damn thing, so it's largely been a moribund effort. I'd lobbied many folks at Facebook to adopt the Twitter API for the past two years or so, to no effect, and it's a shame that they haven't, but fairly predictable behavior for a large incumbent in any market.

Meanwhile, new microblogging platforms like Posterous and Tumblr have been attracting passionate niche audiences. Though both started early enough in Twitter's ascendance that they could justify not having cloned its API at the start, they should have done so long ago, and as a result Posterous' primary "API" is email blogging features that TypePad and Flickr had about half a decade ago, albeit well-implemented. Tumblr is primarily used through its own website and a single iPhone app, and has thus ended up feeling a bit like a prettier LiveJournal 2.0, a bit insular. (Insularity's not necessarily a bad thing &amp;mdash; it can help encourage a passionate sense of community.)

But the most interesting development to me is that both of the "big" blogging platforms, WordPress and TypePad, have embraced microblogging in some form. In WordPress' case, it's primarily with the P2 theme, and in TypePad's case it's an announcement of a new "micro" version of the service that is, for the first time, available for free. While WordPress has a whole host of proprietary extensions to the old XML-RPC API, and TypePad's initial set of new APIs was a new effort at Twitter-style APIs, as seen on Posterous or Tumblr, something altogether unexpected and promising has happened.

--&gt;

&lt;p&gt;Like a lot of folks, I've been thinking out loud and pondering the future of Twitter and open web &lt;span class="caps"&gt;API&lt;/span&gt;s pretty much all year. Some key ideas have bubbled up:&lt;/p&gt;

&lt;p&gt;&lt;a href="http://dashes.com/anil/2009/07/the-pushbutton-web-realtime-becomes-real.html"&gt;The Pushbutton Web&lt;/a&gt;:&lt;/p&gt;
&lt;blockquote&gt;
[A]ny site or application can deliver realtime messages to a web-scale audience, using free and open technologies at low cost and without relying on any single company like Twitter or Facebook.&lt;br /&gt;
&lt;/blockquote&gt;
&lt;p&gt;&lt;a href="http://dashes.com/anil/2009/08/what-works-the-web-way-vs-the-wave-way.html"&gt;The Web Way vs. The Wave Way&lt;/a&gt;&lt;/p&gt;
&lt;blockquote&gt;
&lt;ul&gt;
&lt;li&gt;Upgrades to the web are incremental.&lt;/li&gt;
&lt;li&gt;Understanding new tech needs to be a weekend-sized problem.&lt;/li&gt;
&lt;li&gt;There has to be value before everybody has upgraded.&lt;/li&gt;
&lt;li&gt;You have to be able to understand and explain it.&lt;/li&gt;
&lt;/ul&gt;
&lt;/blockquote&gt;

&lt;p&gt;Those posts from this summer show that the ideas behind the Twitter &lt;span class="caps"&gt;API'&lt;/span&gt;s "overnight" ubiquity have been kicking around in developer circles for months, if not more than a year. Finally, though, we have shipping examples of broad adoption of an &lt;span class="caps"&gt;API &lt;/span&gt;that's lightweight and suitable for today's most interesting applications. It's not just that Twitter's realtime, though of course that is compelling, but also that these &lt;span class="caps"&gt;API&lt;/span&gt;s are simple enough for weekend hackers to build interesting projects on, and that they're easy to implement even on mobile devices and in almost any programming language.&lt;/p&gt;

&lt;p&gt;So, today, we have support for the Twitter &lt;span class="caps"&gt;API &lt;/span&gt;from Twitter (of course), WordPress and Tumblr. I know I saw folks working on this for TypePad's free service when I was at Six Apart, so I'd assume they just wanted to finish OAuth support before supporting it as well. (See below.)&lt;/p&gt;

&lt;p&gt;Of course, I don't need to make any suggestions to developers about what to do with these &lt;span class="caps"&gt;API&lt;/span&gt;s &amp;mdash; I'm sure the gears in everybody's heads are turning about cool new applications to build. Instead, I'd like to make a series of suggestions for the entire Open Twitter &lt;span class="caps"&gt;API &lt;/span&gt;ecosystem, based on what we've learned from past successes and failures in &lt;span class="caps"&gt;API&lt;/span&gt;s around blogging.&lt;/p&gt;



&lt;h3&gt;What Server Developers Should Do&lt;/h3&gt;

&lt;ul&gt;

&lt;li&gt;&lt;strong&gt;Please please please support OAuth&lt;/strong&gt;: It's egregious that the newest implementations of the Twitter &lt;span class="caps"&gt;API &lt;/span&gt;are stil encouraging people to share their passwords with third-party sites. Five or ten years ago, this was common practice in &lt;span class="caps"&gt;API&lt;/span&gt;s because we didn't have better options. Twitter started out using shared passwords, but mercifully has started to bring OAuth support online. But for &lt;em&gt;new&lt;/em&gt; services to be encouraging the horrible practice of users entering their passwords into every application willy-nilly is just unacceptable. I think we have a two-week window or so within which the new services supporting the Twitter &lt;span class="caps"&gt;API &lt;/span&gt;could announce their intention to support OAuth and really catalyze client developers into doing the wrong thing, but I fear we may lose another generation of &lt;span class="caps"&gt;API &lt;/span&gt;evolution to this terrible practice. If just one or two services announce intent around OAuth by the end of the year, client developers will follow &amp;mdash; if you use WordPress or Tumblr, encourage your service provider to do this. (This is usually where I'd insert a dozen examples of how sharing passwords screws users, services, and the ecosystem, but I know that developers often just use shared passwords because they're lazy. Do the right thing, guys. The client devs will follow along.)&lt;/li&gt;

&lt;li&gt;&lt;strong&gt;Support Really Simple Discovery&lt;/strong&gt;: &lt;a href="http://en.wikipedia.org/wiki/Really_Simple_Discovery"&gt;The &lt;span class="caps"&gt;RSD &lt;/span&gt;format&lt;/a&gt; isn't sexy by today's standards, but grew organically out of some smart thinking from when blogging &lt;span class="caps"&gt;API&lt;/span&gt;s were at the same state of maturity as today's tweeting &lt;span class="caps"&gt;API&lt;/span&gt;s. Instead of reinventing the wheel, developers should look at supporting &lt;span class="caps"&gt;RSD &lt;/span&gt;and looking for something like a "tweetsapi" endpoint for these new services. That way, any arbitrary site can advertise that it supports the Twitter &lt;span class="caps"&gt;API, &lt;/span&gt;or even future versions of an open MetaTweets &lt;span class="caps"&gt;API.&lt;/span&gt; Pay attention to which &lt;span class="caps"&gt;API&lt;/span&gt;s are listed as "preferred".&lt;/li&gt;

&lt;li&gt;&lt;strong&gt;Think about overloading of &lt;code&gt;source&lt;/code&gt;&lt;/strong&gt;: The &lt;code&gt;source&lt;/code&gt; element of status updates in the Twitter &lt;span class="caps"&gt;API &lt;/span&gt;is very interestingly open-ended, and supports use of &lt;span class="caps"&gt;URL&lt;/span&gt;s. Instead of merely advertising your client app, smart use of &lt;code&gt;rel&lt;/code&gt; attributes and &lt;span class="caps"&gt;URL&lt;/span&gt;s here could help bootstrap some very interesting new potential.&lt;/li&gt;

&lt;/ul&gt;


&lt;h3&gt;What Client Developers Should Do&lt;/h3&gt;

&lt;ul&gt;

&lt;li&gt;&lt;strong&gt;Support &lt;span class="caps"&gt;RSD&lt;/span&gt;&lt;/strong&gt;: Same logic as above.&lt;/li&gt;

&lt;li&gt;&lt;strong&gt;Start sharing parsing libraries&lt;/strong&gt;: Client devs going to be doing a lot of duplicate work to parse out &lt;span class="caps"&gt;URL&lt;/span&gt;s and usernames and hashtags and maybe even &lt;a href="http://microsyntax.pbworks.com/Slashtags"&gt;slashtags&lt;/a&gt;. But almost every scripting language supports some similar variation on regular expressions, and if you're using that method to tease out meaning from short messages, then lighten your burden by sharing the load. John Gruber's work to &lt;a href="http://daringfireball.net/2009/11/liberal_regex_for_matching_urls"&gt;share his &lt;span class="caps"&gt;URL &lt;/span&gt;parsing rules&lt;/a&gt; should be a model for a dozen other GitHub projects &amp;mdash; compete on features and execution, but not on these fundamental interpretations of text.&lt;/li&gt;

&lt;li&gt;&lt;strong&gt;Build in the big services, but support the little ones&lt;/strong&gt;: You'll naturally want to offer menu options for users of the big, centralized hosted services. But (perhaps as part of supporting &lt;span class="caps"&gt;RSD&lt;/span&gt;), you should allow for all of us to have arbitrary Twitter &lt;span class="caps"&gt;API &lt;/span&gt;endpoints on our own domain names &amp;mdash; this is good for the web!&lt;/li&gt;

&lt;/ul&gt;

&lt;h3&gt;What Every Developer Should Do&lt;/h3&gt;

&lt;ul&gt;

&lt;li&gt;&lt;strong&gt;Think about piping Twitter &lt;span class="caps"&gt;API &lt;/span&gt;endpoints together&lt;/strong&gt;: I think it will be common for some kinds of applications that support the Twitter &lt;span class="caps"&gt;API &lt;/span&gt;to be both clients &lt;em&gt;and&lt;/em&gt; servers, supporting piping content through, and perhaps applying transformations to the updates. This idea of daisy-chaining services together is likely only going to happen if a lot of parts of the infrastructure support OAuth well, but has the potential to be truly revolutionary if the ecosystem allows it to happen.&lt;/li&gt;

&lt;li&gt;&lt;strong&gt;Start looking at people's firehoses&lt;/strong&gt;: Twitter's firehose of all status updates is about to be broadly available for developers, I know about the free &lt;a href="http://www.sixapart.com/labs/update/"&gt;TypePad firehose&lt;/a&gt; from my time at Six Apart, and I think &lt;a href="http://en.wordpress.com/firehose/"&gt;WordPress will sell you access&lt;/a&gt; to theirs, but I haven't yet been able to find a reference for one for Tumblr. No matter &amp;mdash; we should assume that free, open versions of these are coming, and start to figure out how to encourage similar collaboration around the reading side of things, now that the writing side of things is getting hashed out.&lt;/li&gt;

&lt;li&gt;&lt;strong&gt;Consider adopting a "+2 Rule"&lt;/strong&gt;: The natural inclination right now for geeks of a certain type is to start dreaming up new standards bodies, or how they can participate in the Open Web Foundation to make a Super Awesome Twitter &lt;span class="caps"&gt;API&lt;/span&gt; Evolution Committee. Here's my recommendation: Don't. Don't do any of that shit, and don't run off to make membership badges for the Treehouse Club quite yet. Instead, just iterate and ship. Keep making new apps and see what you can do to stretch the limits of the existing methods and structures. I love the new geocoding and contributor aspects of the Twitter &lt;span class="caps"&gt;API, &lt;/span&gt;but as I said at the top of this post, I think the period of rapid iteration on the core Twitter &lt;span class="caps"&gt;API &lt;/span&gt;is ending, as new efforts going forward will have to reach consensus.&lt;/li&gt;

&lt;/ul&gt;

&lt;p&gt;The good news is, consensus around evolution of the Twitter &lt;span class="caps"&gt;API &lt;/span&gt;can happen simply by saying to each other, "If two application developers who share no common investors or board members can reach agreement around an extension to the &lt;span class="caps"&gt;API, &lt;/span&gt;and between them they have a significant enough number of users to be relevant, then we should all just adopt their work."&lt;/p&gt;

&lt;p&gt;This is important because it reframes the conversation from being about technical merits, and all the boys who like to play with &lt;span class="caps"&gt;API&lt;/span&gt;s always think they know what's "better". I'm sure if I wanted to waste an afternoon, I could tell you a dozen ways in which the Twitter &lt;span class="caps"&gt;API &lt;/span&gt;could be "improved". But guess what? That shit &lt;em&gt;does not matter&lt;/em&gt;. Adoption matters, and I'm heartened by the fact that people seem to be getting that.&lt;/p&gt;

&lt;p&gt;So, get to work! Please give me feedback if I'm wrong or being stupid about one of my recommendations, but if not, then just start hacking. Stop encouraging people to share passwords, start encouraging services to share tweets, and let's all join in a hearty session of finger-pointing and mockery in Facebook's general direction for their sense of Not Invented Here having overshadowed their opportunity, because they could have really clearly done an "embrace and extend (and extinguish)" on the Twitter &lt;span class="caps"&gt;API &lt;/span&gt;if they hadn't wanted to make their own system a year ago, and now they've lost that power.&lt;/p&gt;

&lt;p&gt;Finally, thanks a lot to &lt;a href="http://www.scripting.com/"&gt;Dave Winer&lt;/a&gt; for essentially inspiring a lot of players in blogging to move towards embracing the Twitter &lt;span class="caps"&gt;API.&lt;/span&gt; Sure, lots of us had the idea, and I've spent a lot of times in meetings arguing for this stuff across the industry, and Automattic and Tumblr and others were brave enough to embrace it. But I don't think anybody's done more to publicly advocate for an open Twitter &lt;span class="caps"&gt;API &lt;/span&gt;than Dave. I'm glad we've evolved as a community to the point where these kinds of breakthroughs aren't the contentious, immature shitfests they used to be.&lt;/p&gt;
        
    
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/Q8g8VybXuLe_JTLpscJ5eTZz36s/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/Q8g8VybXuLe_JTLpscJ5eTZz36s/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/Q8g8VybXuLe_JTLpscJ5eTZz36s/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/Q8g8VybXuLe_JTLpscJ5eTZz36s/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.dashes.com/~ff/AnilDash?a=GnI_l2UKFF0:Gx42z7EWfjw:D7DqB2pKExk"&gt;&lt;img src="http://feeds.feedburner.com/~ff/AnilDash?i=GnI_l2UKFF0:Gx42z7EWfjw:D7DqB2pKExk" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.dashes.com/~ff/AnilDash?a=GnI_l2UKFF0:Gx42z7EWfjw:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/AnilDash?i=GnI_l2UKFF0:Gx42z7EWfjw:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.dashes.com/~ff/AnilDash?a=GnI_l2UKFF0:Gx42z7EWfjw:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/AnilDash?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.dashes.com/~ff/AnilDash?a=GnI_l2UKFF0:Gx42z7EWfjw:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/AnilDash?i=GnI_l2UKFF0:Gx42z7EWfjw:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/AnilDash/~4/GnI_l2UKFF0" height="1" width="1"/&gt;</content>
    <wfw:commentRss>http://dashes.com/anil/2009/12/the_twitter_api_is_finished.xml</wfw:commentRss>

<feedburner:origLink>http://dashes.com/anil/2009/12/the-twitter-api-is-finished.html</feedburner:origLink><feedburner:origLink>http://feeds.dashes.com/~r/AnilDash/~3/GnI_l2UKFF0/the-twitter-api-is-finished.html</feedburner:origLink></entry>

<entry>
    <title>Fact-Check: Britney Spears' "3"</title>
    <link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/typepad/anildash/anil/~3/fDkbYC5KdfI/fact-check-britney-spears-3.html" />
    <id>tag:dashes.com,2009:/anil//1.7257</id>

    <published>2009-12-08T22:52:47Z</published>
    <updated>2009-12-08T23:09:52Z</updated>

    <summary>Recently, it has come to our attention here at Dashes.com that the lyrics to Britney Spears' single "3" contain some inaccuracies and poor decisions, and...</summary>
    <author>
        <name>Anil</name>
        <uri>http://anildash.com/</uri>
    </author>
    
    
    <content type="html" xml:lang="en" xml:base="http://dashes.com/anil/">
        &lt;p&gt;Recently, it has come to our attention here at Dashes.com that the &lt;a href="http://www.britneyspears.com/2009/09/3-lyrics.php"&gt;lyrics&lt;/a&gt; to &lt;a href="http://www.amazon.com/gp/product/B002QU6E5W?ie=UTF8&amp;amp;tag=2020-20&amp;amp;linkCode=as2&amp;amp;camp=1789&amp;amp;creative=390957&amp;amp;creativeASIN=B002QU6E5W"&gt;Britney Spears' single "3"&lt;/a&gt; contain some inaccuracies and poor decisions, and as a result, we'd like to offer some corrections, as a public service to Britney and her staff.&lt;/p&gt;

&lt;p&gt;First, the chorus:&lt;/p&gt;

&lt;blockquote&gt;
1, 2, 3&lt;br /&gt;
Not only you and me&lt;br /&gt;
Got one eighty degrees&lt;br /&gt;
And I'm caught in between&lt;br /&gt;
Countin'&lt;br /&gt;
1, 2, 3&lt;br /&gt;
Peter, Paul &amp;amp; Mary&lt;br /&gt;
Gettin' down with 3P&lt;br /&gt;
Everybody loves [labored moan]&lt;br /&gt;
Countin'&lt;br /&gt;
&lt;/blockquote&gt;


&lt;div class="imgright"&gt;
&lt;a href="http://www.amazon.com/gp/product/B002QU6E5W?ie=UTF8&amp;amp;tag=2020-20&amp;amp;linkCode=as2&amp;amp;camp=1789&amp;amp;creative=390957&amp;amp;creativeASIN=B002QU6E5W"&gt;&lt;img border="0" src="http://dashes.com/anil/images/britney-spears-3.jpg" height="160" width="160" /&gt;&lt;/a&gt;&lt;img src="http://www.assoc-amazon.com/e/ir?t=2020-20&amp;amp;l=as2&amp;amp;o=1&amp;amp;a=B002QU6E5W" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" /&gt;
&lt;/div&gt;

&lt;p&gt;The "180 degrees" reference here works, and we congratulate you for avoiding any unfortunate "69" references in a such a number-heavy song. However, the "Peter, Paul &amp;amp; Mary" reference here is inexplicable. First of all, we're pretty sure one of them is dead, and the other two are close, and while the "threesome" concept tests well with focus groups (and is great for ranking in Google!), "necrophiliac threesome" is considerably less popular. Also, this reference is to a group that peaked roughly 40 years ago, putting the target demographic somewhere in their late 50s or early 60s &amp;mdash; not the image you should be shooting for. Finally, while information about Woodstock is hard to find on wikipedia due to it having happened about half a century ago, we're pretty sure that two of these folks are dudes and that is, again, something that doesn't test as well.&lt;/p&gt;

&lt;p&gt;In lieu of the "Peter, Paul &amp;amp; Mary" lyric, here are some suggested replacements featuring younger protagonists and the preferred &lt;span class="caps"&gt;MFF &lt;/span&gt;arrangement suggested by public polling and a series of very systematic Twitter searches:&lt;/p&gt;


&lt;ul&gt;
&lt;li&gt;"1, 2, 3 / Jack, Janet, Chrissy" - While a "Three's Company" mention also predates your lifespan, the target audience could be as young as 35, and therefore constitutes an acceptable target demographic for a pop culture reference.&lt;/li&gt;
&lt;li&gt;"1, 2, 3, / Velma, Scoob, Daphne" - Everybody loves Scooby-Doo. Some might balk at the inclusion of a dog in the lineup here, but this is still clearly better than an old person, let alone an old dead folk singer.&lt;/li&gt;
&lt;/ul&gt;



&lt;p&gt;The "3P" is a nice touch, and a video game reference feels a lot more contemporary than the rest of this Summer of Love stuff. "1, 2, 3 / Princess, Toad, Luigi", perhaps? Continuing on, we have the pre-chorus after the initial verses:&lt;/p&gt;

&lt;blockquote&gt;

&lt;p&gt;Are - you in&lt;br /&gt;
Livin' in sin is the new thing (yeah)&lt;br /&gt;
Are - you in&lt;br /&gt;
I am countin'!&lt;/p&gt;

&lt;/blockquote&gt;

&lt;p&gt;Here we have another factual error. "Livin' in sin" is not the new thing, unless this is supposed to be a period piece taking place around the same Woodstock timeframe in which Peter, Paul &amp;amp; Mary is a relevant reference. More importantly, the concept of "living in sin" seems to have been completely abandoned by our culture at some point around the turn of the millennium -- is this another one of those Louisiana things? Let's get some folks to tight this part up. It's sort of nonsensical for a twice-divorced single mother of two to be using this line as seduction, at any rate.&lt;/p&gt;

&lt;p&gt;Finally, the bridge:&lt;/p&gt;

&lt;blockquote&gt;

&lt;p&gt;What we do is innocent&lt;br /&gt;
Just for fun and nothin' meant&lt;br /&gt;
If you don't like the company&lt;br /&gt;
Let's just do it you and me&lt;br /&gt;
You and me...&lt;br /&gt;
Or three....&lt;br /&gt;
Or four....&lt;br /&gt;
- On the floor!&lt;/p&gt;

&lt;/blockquote&gt;

&lt;p&gt;We have a conceptual issue here. While the beat to this song is certainly insistent, and the bridge has a profoundly conventional boom-chik backing track, the outro/vamp that follows this section actually &lt;em&gt;don't&lt;/em&gt; use a traditional four-on-the-floor drum pattern. Clearly, this is just sloppy songwriting (or this was written to a different track, while the final one was still rendering in ProTools), so it's not your fault this wasn't caught in pre-production. I suggest letting this slide, as it'll be a useful snippet of "vocals" for producers to use on the club remixes. No harm, no foul!&lt;/p&gt;

&lt;p&gt;Thanks again for your time, and we hope you've found this bit of fact-checking useful. We appreciate the effort you've made to simplify your lyrics to ease our task (although we do miss the good old days, where "Womanizer" only used 6 different words and no complete sentences!) and hope all's well with you.&lt;/p&gt;
        
    
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/ZEfxX6Co8-su7fRM8Ye2WN2TiOU/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/ZEfxX6Co8-su7fRM8Ye2WN2TiOU/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/ZEfxX6Co8-su7fRM8Ye2WN2TiOU/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/ZEfxX6Co8-su7fRM8Ye2WN2TiOU/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.dashes.com/~ff/AnilDash?a=1YZjWrbE-mw:RPIFTE0hNK0:D7DqB2pKExk"&gt;&lt;img src="http://feeds.feedburner.com/~ff/AnilDash?i=1YZjWrbE-mw:RPIFTE0hNK0:D7DqB2pKExk" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.dashes.com/~ff/AnilDash?a=1YZjWrbE-mw:RPIFTE0hNK0:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/AnilDash?i=1YZjWrbE-mw:RPIFTE0hNK0:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.dashes.com/~ff/AnilDash?a=1YZjWrbE-mw:RPIFTE0hNK0:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/AnilDash?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.dashes.com/~ff/AnilDash?a=1YZjWrbE-mw:RPIFTE0hNK0:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/AnilDash?i=1YZjWrbE-mw:RPIFTE0hNK0:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/AnilDash/~4/1YZjWrbE-mw" height="1" width="1"/&gt;</content>
    <wfw:commentRss>http://dashes.com/anil/2009/12/fact-check_britney_spears_3.xml</wfw:commentRss>

<feedburner:origLink>http://dashes.com/anil/2009/12/fact-check-britney-spears-3.html</feedburner:origLink><feedburner:origLink>http://feeds.dashes.com/~r/AnilDash/~3/1YZjWrbE-mw/fact-check-britney-spears-3.html</feedburner:origLink></entry>

<entry>
    <title>The Rise of Nations</title>
    <link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/typepad/anildash/anil/~3/suerHqaRKRA/the-rise-of-nations.html" />
    <id>tag:dashes.com,2009:/anil//1.7255</id>

    <published>2009-11-27T03:44:33Z</published>
    <updated>2009-11-27T03:52:52Z</updated>

    <summary>A visualization of the ascent of many of the world's youngest countries showing their independence from colonial powers (British, Portuguese, French, Spanish) from 1800 to...</summary>
    <author>
        <name>Anil</name>
        <uri>http://anildash.com/</uri>
    </author>
    
    <category term="colonialism" label="colonialism" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="infoviz" label="infoviz" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="video" label="video" scheme="http://www.sixapart.com/ns/types#tag" />
    
    <content type="html" xml:lang="en" xml:base="http://dashes.com/anil/">
        &lt;p&gt;&lt;a href="http://vimeo.com/6437816"&gt;A visualization of the ascent of many of the world's youngest countries&lt;/a&gt; showing their independence from colonial powers (British, Portuguese, French, Spanish) from 1800 to 2009.&lt;/p&gt;

&lt;p&gt;&lt;object width="500" height="281"&gt;&lt;param name="allowfullscreen" value="true" /&gt;&lt;param name="allowscriptaccess" value="always" /&gt;&lt;param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id=6437816&amp;amp;server=vimeo.com&amp;amp;show_title=0&amp;amp;show_byline=0&amp;amp;show_portrait=0&amp;amp;color=00adef&amp;amp;fullscreen=1" /&gt;&lt;embed src="http://vimeo.com/moogaloop.swf?clip_id=6437816&amp;amp;server=vimeo.com&amp;amp;show_title=0&amp;amp;show_byline=0&amp;amp;show_portrait=0&amp;amp;color=00adef&amp;amp;fullscreen=1" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="500" height="281"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;/p&gt;

&lt;p&gt;France keeps its yoke on a stunning number of nations until 1960.&lt;/p&gt;

&lt;p&gt;(Thanks to &lt;a href="http://kottke.org/09/11/the-fall-of-empires"&gt;Jason&lt;/a&gt; for the video.)&lt;/p&gt;
        
    
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/rK28eaU7oOGNqjSKzdZWkmgEUw8/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/rK28eaU7oOGNqjSKzdZWkmgEUw8/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/rK28eaU7oOGNqjSKzdZWkmgEUw8/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/rK28eaU7oOGNqjSKzdZWkmgEUw8/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.dashes.com/~ff/AnilDash?a=yyfWujS1Xws:CeTF3Z5CIHU:D7DqB2pKExk"&gt;&lt;img src="http://feeds.feedburner.com/~ff/AnilDash?i=yyfWujS1Xws:CeTF3Z5CIHU:D7DqB2pKExk" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.dashes.com/~ff/AnilDash?a=yyfWujS1Xws:CeTF3Z5CIHU:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/AnilDash?i=yyfWujS1Xws:CeTF3Z5CIHU:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.dashes.com/~ff/AnilDash?a=yyfWujS1Xws:CeTF3Z5CIHU:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/AnilDash?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.dashes.com/~ff/AnilDash?a=yyfWujS1Xws:CeTF3Z5CIHU:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/AnilDash?i=yyfWujS1Xws:CeTF3Z5CIHU:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/AnilDash/~4/yyfWujS1Xws" height="1" width="1"/&gt;</content>
    <wfw:commentRss>http://dashes.com/anil/2009/11/the_rise_of_nations.xml</wfw:commentRss>

<feedburner:origLink>http://dashes.com/anil/2009/11/the-rise-of-nations.html</feedburner:origLink><feedburner:origLink>http://feeds.dashes.com/~r/AnilDash/~3/yyfWujS1Xws/the-rise-of-nations.html</feedburner:origLink></entry>

<entry>
    <title>New York City is the Future of the Web</title>
    <link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/typepad/anildash/anil/~3/rTGjfAimwqM/new-york-city-is-the-future-of-the-web.html" />
    <id>tag:dashes.com,2009:/anil//1.7252</id>

    <published>2009-11-17T19:14:26Z</published>
    <updated>2009-11-18T15:23:17Z</updated>

    <summary>I'm here at the Web 2.0 Expo in NYC today, my first big tech industry conference in a long time, where I'm also excitedly getting...</summary>
    <author>
        <name>Anil</name>
        <uri>http://anildash.com/</uri>
    </author>
    
        <category term="nyc" scheme="http://www.sixapart.com/ns/types#category" />
    
        <category term="tech" scheme="http://www.sixapart.com/ns/types#category" />
    
    <category term="nyc" label="nyc" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="startups" label="startups" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="web20" label="web 2.0" scheme="http://www.sixapart.com/ns/types#tag" />
    
    <content type="html" xml:lang="en" xml:base="http://dashes.com/anil/">
        &lt;p&gt;I'm here at the &lt;a href="http://www.web2expo.com/webexny2009/"&gt;Web 2.0 Expo&lt;/a&gt; in &lt;span class="caps"&gt;NYC &lt;/span&gt;today, my first big tech industry conference in a long time, where I'm also excitedly getting ready for my keynote tomorrow.&lt;/p&gt;

&lt;p&gt;But one of the things I'm most proud of is that has something of a valedictory feel to it, as we note that many of the best, most interesting, most subversive and disruptive startups in the world are based here. From &lt;a href="http://foursquare.com/"&gt;Foursquare&lt;/a&gt; to &lt;a href="http://www.hunch.com/"&gt;Hunch&lt;/a&gt;, &lt;a href="http://www.kickstarter.com/"&gt;Kickstarter&lt;/a&gt; to &lt;a href="http://squareup.com/"&gt;Square&lt;/a&gt;, &lt;a href="http://www.etsy.com/"&gt;Etsy&lt;/a&gt; to the newly-funded &lt;a href="http://www.20x200.com/"&gt;20&amp;#215;200&lt;/a&gt; (&lt;a href="http://www.20x200.com/jobs/"&gt;they're hiring!&lt;/a&gt;). That's not counting the dozens of tech-based media businesses that have spring up in the wake of &lt;a href="http://gawker.com/"&gt;Gawker&lt;/a&gt; and &lt;a href="http://www.huffingtonpost.com/"&gt;Huffington Post&lt;/a&gt;. And best of all, I think many of them have been influenced by the seminal &lt;span class="caps"&gt;NYC&lt;/span&gt; Web 2.0 startup, &lt;a href="http://www.meetup.com/"&gt;Meetup&lt;/a&gt;, which not only helps knit our startup community together, but introduced many of the elements of social responsibility and an old-fashioned We Make Money business model that distinguish New York startups from those in Silicon Valley and elsewhere.&lt;/p&gt;

&lt;p&gt;(Update: To my chagrin, I forgot &lt;a href="http://outside.in/"&gt;Outside.in&lt;/a&gt;, another great &lt;span class="caps"&gt;NYC &lt;/span&gt;startup that I've found inspiring. I'm sure there are more omissions, too, but I'll add 'em as they come to me.)&lt;/p&gt;

&lt;p&gt;New York City startups are as likely to be focused on the arts and crafts as on the bits and bytes, to be influenced by our unparalleled culture as by the latest browser features, and informed by the dynamic interaction of different social groups and classes that's unavoidable in our city, but uncommon in Silicon Valley. Best of all, the support for these efforts can come from investors and supporters that are outside of the groupthink that many West Coast VC firms suffer from. When I lived in San Francisco, it was easy to spend days at a time only interacting with other web geeks; In New York, fortunately, that's impossible.&lt;/p&gt;

&lt;p&gt;Am I biased? Sure. But are there half a dozen startups anywhere in the world as interesting and full of potential as these new &lt;span class="caps"&gt;NYC &lt;/span&gt;efforts? Isn't it exciting that these are all built around the full potential of the open web, instead of merely trying to be land grabs within the walled gardens of closed platforms? I'm more optimistic about the environment and opportunity for starting new ventures than I've been in ages, and for me the fundamental reasons why are demonstrated best by startups that could only happen in New York City.&lt;/p&gt;

&lt;p&gt;Plus, we have bagels. Delicious bagels.&lt;/p&gt;

&lt;p&gt;&lt;object width="425" height="344"&gt;&lt;param name="movie" value="http://www.youtube.com/v/0UjsXo9l6I8&amp;amp;hl=en_US&amp;amp;fs=1&amp;amp;"&gt;&lt;/param&gt;&lt;param name="allowFullScreen" value="true"&gt;&lt;/param&gt;&lt;param name="allowscriptaccess" value="always"&gt;&lt;/param&gt;&lt;embed src="http://www.youtube.com/v/0UjsXo9l6I8&amp;amp;hl=en_US&amp;amp;fs=1&amp;amp;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;/p&gt;
        
    
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/z2Ovp5SRqBLMsKdw1-XA86lN8Gk/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/z2Ovp5SRqBLMsKdw1-XA86lN8Gk/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/z2Ovp5SRqBLMsKdw1-XA86lN8Gk/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/z2Ovp5SRqBLMsKdw1-XA86lN8Gk/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.dashes.com/~ff/AnilDash?a=-Co5nQjcXaE:rCJte_0Ol7U:D7DqB2pKExk"&gt;&lt;img src="http://feeds.feedburner.com/~ff/AnilDash?i=-Co5nQjcXaE:rCJte_0Ol7U:D7DqB2pKExk" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.dashes.com/~ff/AnilDash?a=-Co5nQjcXaE:rCJte_0Ol7U:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/AnilDash?i=-Co5nQjcXaE:rCJte_0Ol7U:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.dashes.com/~ff/AnilDash?a=-Co5nQjcXaE:rCJte_0Ol7U:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/AnilDash?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.dashes.com/~ff/AnilDash?a=-Co5nQjcXaE:rCJte_0Ol7U:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/AnilDash?i=-Co5nQjcXaE:rCJte_0Ol7U:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/AnilDash/~4/-Co5nQjcXaE" height="1" width="1"/&gt;</content>
    <wfw:commentRss>http://dashes.com/anil/2009/11/new_york_city_is_the_future_of_the_web.xml</wfw:commentRss>

<feedburner:origLink>http://dashes.com/anil/2009/11/new-york-city-is-the-future-of-the-web.html</feedburner:origLink><feedburner:origLink>http://feeds.dashes.com/~r/AnilDash/~3/-Co5nQjcXaE/new-york-city-is-the-future-of-the-web.html</feedburner:origLink></entry>

<entry>
    <title>The Web in Danger</title>
    <link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/typepad/anildash/anil/~3/PP7VBfjBcOc/the-web-in-danger.html" />
    <id>tag:dashes.com,2009:/anil//1.7251</id>

    <published>2009-11-17T03:54:54Z</published>
    <updated>2009-11-17T04:14:11Z</updated>

    <summary>I love the Internet. I love lots of things that are on the Internet. I have less love for things that want to undermine the...</summary>
    <author>
        <name>Anil</name>
        <uri>http://anildash.com/</uri>
    </author>
    
        <category term="tech" scheme="http://www.sixapart.com/ns/types#category" />
    
    <category term="internet" label="internet" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="networks" label="networks" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="open" label="open" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="standards" label="standards" scheme="http://www.sixapart.com/ns/types#tag" />
    
    <content type="html" xml:lang="en" xml:base="http://dashes.com/anil/">
        &lt;p&gt;I love the Internet. I love lots of things that are on the Internet. I have less love for things that want to undermine the Internet.&lt;/p&gt;

&lt;p&gt;Tim &lt;span class="caps"&gt;O'R&lt;/span&gt;eilly, &lt;a href="http://radar.oreilly.com/2009/11/the-war-for-the-web.html"&gt;The War for the Web&lt;/a&gt;:&lt;/p&gt;

&lt;blockquote&gt;

&lt;p&gt;If you've followed my thinking about Web 2.0 from the beginning, you know that I believe we are engaged in a long term project to build an internet operating system. In my talks over the years, I've argued that there are two models of operating system, which I have characterized as "One Ring to Rule Them All" and "Small Pieces Loosely Joined," with the latter represented by a routing map of the Internet.&lt;/p&gt;

&lt;p&gt;The first is the winner-takes-all world that we saw with Microsoft Windows on the &lt;span class="caps"&gt;PC, &lt;/span&gt;a world that promises simplicity and ease of use, but ends up diminishing user and developer choice as the operating system provider.&lt;/p&gt;

&lt;p&gt;The second is an operating system that works like the Internet itself, like the web, and like open source operating systems like Linux: a world that is admittedly less polished, less controlled, but one that is profoundly generative of new innovations because anyone can bring new ideas to the market without having to ask permission of anyone.&lt;/p&gt;

&lt;p&gt;I've outlined a few of the ways that big players like Facebook, Apple, and News Corp are potentially breaking the "small pieces loosely joined" model of the Internet. But perhaps most threatening of all are the natural monopolies created by Web 2.0 network effects.&lt;/p&gt;

&lt;p&gt;One of the points I've made repeatedly about Web 2.0 is that it is the design of systems that get better the more people use them, and that over time, such systems have a natural tendency towards monopoly.&lt;/p&gt;

&lt;p&gt;And so we've grown used to a world with one dominant search engine, one dominant online encyclopedia, one dominant online retailer, one dominant auction site, one dominant online classified site, and we've been readying ourselves for one dominant social network. &lt;/p&gt;

&lt;/blockquote&gt;

&lt;p&gt;Doc Searls, &lt;a href="http://blogs.law.harvard.edu/doc/2009/11/11/beyond-social-media/"&gt;Beyond Social Media&lt;/a&gt;:&lt;/p&gt;

&lt;blockquote&gt;

&lt;p&gt;Missing in action is credit to what goes below private platforms like Twitter, MySpace and Facebook &amp;#8212; namely the Net, the Web, and the growing portfolio of standards that comprise the deep infrastructure, the geology, that makes social media (and everything else they support) possible.&lt;/p&gt;

&lt;p&gt;Look at four other social things you can do on the Net (along with the standards and protocols that support them): email (SMTP, &lt;span class="caps"&gt;POP3, IMAP, MIME&lt;/span&gt;); blogging (HTTP, &lt;span class="caps"&gt;XML, RSS,&lt;/span&gt; Atom); podcasting (RSS); and instant messaging (IRC, &lt;span class="caps"&gt;XMPP, SIP&lt;/span&gt;/SIMPLE). Unlike private social media platforms, these are &lt;span class="caps"&gt;NEA&lt;/span&gt;: Nobody owns them, Everybody can use them and Anybody can improve them. That&amp;#8217;s what makes them infrastructural and generative. (Even in cases where protocols were owned, such as by Dave Winer with &lt;span class="caps"&gt;RSS, &lt;/span&gt;efforts were made to remove ownership as an issue.)&lt;/p&gt;

&lt;p&gt;Tweeting today is in many ways like instant messaging was when the only way you could do it was with &lt;span class="caps"&gt;AOL,&lt;/span&gt; Microsoft, Yahoo, Apple and &lt;span class="caps"&gt;ICQ.&lt;/span&gt; All were silos, with little if any interoperabiity. Some still are. &lt;/p&gt;

&lt;/blockquote&gt;

&lt;p&gt;Chris Messina, &lt;a href="http://factoryjoe.com/blog/2009/11/16/the-death-of-the-url/"&gt;The Death of the &lt;span class="caps"&gt;URL&lt;/span&gt;&lt;/a&gt;:&lt;/p&gt;

&lt;blockquote&gt;

&lt;p&gt;The rise of the &amp;#8220;app store mentality&amp;#8221; is a direct attack on the web, and on the very nature of free discovery and choice built upon &lt;span class="caps"&gt;URL&lt;/span&gt;-based hyperlinks. By depriving us the ability to pick and choose which &amp;#8220;stores&amp;#8221; we shop from on these devices &amp;#8212; we&amp;#8217;re empowering a new breed of middle men and ceding to them monopoly control over our digital experience. The architecture of the web was intended to withstand such threats &amp;#8212; but that all changes when the hardware makers get into the content business! Even though developers are beginning to see the dark side of this faustian bargain, the momentum is huge &amp;#8212; and big business smells money.&lt;/p&gt;

&lt;p&gt;By removing our ability to navigate, choose, and share freely &amp;#8212; these app stores are exchanging our freedom for a promise that they&amp;#8217;ll keep us safe, give us everything we need, and do all the choosing of what&amp;#8217;s &amp;#8220;good enough&amp;#8221; for us &amp;#8212; all starting at ninety-nine cents a hit.&lt;/p&gt;

&lt;/blockquote&gt;

&lt;p&gt;We cannot say we were not warned. We will not be able to say "nobody saw this coming". It's clear that, even those who are privileged by access and wealth and the ability to amplify their own voices have anticipated that we'll all be disenfranchised by the private companies that own and control our networks of communication. And yet, most of our effort and ambition in the technology industry are not going towards building for the open web. Most communities that are disadvantaged are still trying to win on networks that they don't own and will never control. Most of us are still cheering when the most powerful voices in culture and society embrace closed networks, instead of properly criticizing them for doing so.&lt;/p&gt;

&lt;p&gt;I am still optimistic; Apple's control over smartphone usage with the iPhone today is but a sliver compared to &lt;span class="caps"&gt;AOL'&lt;/span&gt;s enormous control over Internet access a decade ago, and &lt;span class="caps"&gt;AOL &lt;/span&gt;still eventually crumbled in the face of open standards. But the web's victory over the proprietary networks that have been built on top of it is not inevitable &amp;mdash; it's going to take lots of hard work. And right now, it's not just the attention that's disproportionately lavished on proprietary platforms that want to undermine the open web, it's the money too. We'll have to turn those strengths into weaknesses if we're going to undo the trend towards disempowerment and centralization that's going on right now.&lt;/p&gt;

&lt;p&gt;This, for me, is a social issue, a cultural issue, and a political issue, not just a technological issue. Perhaps we need to speak of it that way more often, to make the stakes clear.&lt;/p&gt;
        
    
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/aYKlBOkst48t7FGLXZ4Uhr3Qoaw/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/aYKlBOkst48t7FGLXZ4Uhr3Qoaw/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/aYKlBOkst48t7FGLXZ4Uhr3Qoaw/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/aYKlBOkst48t7FGLXZ4Uhr3Qoaw/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.dashes.com/~ff/AnilDash?a=mcqh5CDPYZo:t4d0MljCurk:D7DqB2pKExk"&gt;&lt;img src="http://feeds.feedburner.com/~ff/AnilDash?i=mcqh5CDPYZo:t4d0MljCurk:D7DqB2pKExk" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.dashes.com/~ff/AnilDash?a=mcqh5CDPYZo:t4d0MljCurk:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/AnilDash?i=mcqh5CDPYZo:t4d0MljCurk:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.dashes.com/~ff/AnilDash?a=mcqh5CDPYZo:t4d0MljCurk:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/AnilDash?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.dashes.com/~ff/AnilDash?a=mcqh5CDPYZo:t4d0MljCurk:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/AnilDash?i=mcqh5CDPYZo:t4d0MljCurk:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/AnilDash/~4/mcqh5CDPYZo" height="1" width="1"/&gt;</content>
    <wfw:commentRss>http://dashes.com/anil/2009/11/the_web_in_danger.xml</wfw:commentRss>

<feedburner:origLink>http://dashes.com/anil/2009/11/the-web-in-danger.html</feedburner:origLink><feedburner:origLink>http://feeds.dashes.com/~r/AnilDash/~3/mcqh5CDPYZo/the-web-in-danger.html</feedburner:origLink></entry>

<entry>
    <title>Twitter, Outlines, Lists, Directories, Y!ou</title>
    <link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/typepad/anildash/anil/~3/sou3u9xDRgw/twitter-yahoo-lists-people-and-an-open-directory-of-the-web.html" />
    <id>tag:dashes.com,2009:/anil//1.7244</id>

    <published>2009-10-30T18:16:50Z</published>
    <updated>2009-10-30T21:55:26Z</updated>

    <summary>Humans create the web, but we've largely abdicated the act of organizing web content to software. That could change. Twitter this week made its new...</summary>
    <author>
        <name>Anil</name>
        <uri>http://anildash.com/</uri>
    </author>
    
        <category term="tech" scheme="http://www.sixapart.com/ns/types#category" />
    
    <category term="davewiner" label="dave winer" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="directories" label="directories" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="feeds" label="feeds" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="googlereader" label="google reader" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="htc" label="htc" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="matrix" label="matrix" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="newhoo" label="newhoo" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="odp" label="odp" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="opml" label="opml" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="outlines" label="outlines" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="rss" label="rss" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="topix" label="topix" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="toptensources" label="toptensources" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="twitter" label="twitter" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="wachowski" label="wachowski" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="xfn" label="xfn" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="xoxo" label="xoxo" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="yahoo" label="yahoo" scheme="http://www.sixapart.com/ns/types#tag" />
    
    <content type="html" xml:lang="en" xml:base="http://dashes.com/anil/">
        &lt;p&gt;Humans create the web, but we've largely abdicated the act of &lt;em&gt;organizing&lt;/em&gt; web content to software. That could change.&lt;/p&gt;


&lt;ul&gt;
&lt;li&gt;Twitter this week made its new Lists feature broadly available. As they've been described, Lists, allow you to enumerate a collection of some of the Twitter accounts that you follow, and then easily read updates from just those accounts. Others can view your lists, and choose to subscribe to them as well. But Lists are also available for other applications to use, modify and share. Looked at from a slightly different perspective, this means &lt;strong&gt;Lists are a way to tag an arbitrary set of realtime web feeds&lt;/strong&gt;. You could look at the &lt;a href="http://twitter.com/anildash/lists/memberships"&gt;lists that I've been added to&lt;/a&gt; as a set of tags describing my Twitter feed.&lt;/li&gt;
&lt;/ul&gt;




&lt;p&gt;&lt;a href="http://twitter.com/anildash/lists/memberships" class="imgcenter"&gt;&lt;img alt="tag cloud of Twitter lists for @anildash" src="http://dashes.com/anil/assets_c/2009/10/anildash-twitter-list-cloud-thumb-416x200-205.png" width="416" height="200" /&gt;&lt;/a&gt;&lt;/p&gt;


&lt;ul&gt;
&lt;li&gt;Much of the precedent for the idea of sharing (non-realtime) feeds comes from the world of outlining, and in particular &lt;a href="http://www.scripting.com/"&gt;Dave Winer&lt;/a&gt;'s work here in creating &lt;a href="http://en.wikipedia.org/wiki/OPML"&gt;&lt;span class="caps"&gt;OPML&lt;/span&gt;&lt;/a&gt;. Though it was designed to generically exchange outlines, &lt;span class="caps"&gt;OPML &lt;/span&gt;is the most popular format today for sharing arbitrary lists of feeds. (The computer science folks balk at some of the technical aspects of &lt;span class="caps"&gt;OPML &lt;/span&gt;but it's a bit like Churchill's comments on democracy &amp;mdash; it's the worst format, except for all of the other alternatives.) What's interesting about having an established format for exchanging feeds is that there doesn't really need to be any changes in order for the format to accommodate realtime feeds like Twitter accounts. In fact, a few weeks ago, I moved about 150 the noisier, less pressing Twitter accounts I follow into Google Reader, by exporting them as an &lt;span class="caps"&gt;OPML &lt;/span&gt;file. Twitter became more pleasant to use, and I could still keep up with all of those folks by dipping into my feed reader whenever I want to.&lt;/li&gt;
&lt;/ul&gt;




&lt;ul&gt;
&lt;li&gt;Lists have a few traits that make them more interesting than they seem; we can think of these as the Laws of Lists. First, you have to be signed in to Twitter with a valid account in order to create them. (This seems obvious, but it's important.) Second, by adding a Twitter accounts to a list that you create, you follow that user's updates, at least while viewing that list. This combination of &lt;strong&gt;authentication and requirement of relationship&lt;/strong&gt; is a very good recipe for reducing spam.&lt;/li&gt;
&lt;/ul&gt;




&lt;ul&gt;
&lt;li&gt;One of the earliest hopes for organizing web information was the human-edited directory. Efforts like the &lt;a href="http://www.dmoz.org/"&gt;Open Directory Project&lt;/a&gt; still exist, but the model focused a lot on having defined editors for topics and a hierarchy of who could edit the site. That's a stark contrast to the default-open editing permissions of projects like Wikipedia, and is probably the most significant difference between the "human-edited" and "user-generated" eras of the web &amp;mdash; we've always had people contributing content, the difference was in how much we trust them. Similarly, more outline-focused directories of content emerged, like Halley Suitt's Top Ten Sources, which is now defunct, but was based upon the idea of curated lists of feeds by topic. In each case, trying to scale a team of editors to keep up with the rate of growth in new sites on the web has been a losing cause. But we've seen sites like Delicious demonstrate the value of tagging individual pages or posts on a site &amp;mdash; a new generation of directories could demonstrate the value of tagging entire streams of posts, or as we call them, feeds.&lt;/li&gt;
&lt;/ul&gt;




&lt;ul&gt;
&lt;li&gt;Of course, you can't talk about directories and lists on the web without talking about Yahoo. Yahoo's original sin was in trying to create a human-edited directory of the web, and before they unfortunately achieved their goal of becoming the only successful web portal, the directory was Yahoo's signature element. (Until recently, Yahoo had maintained a page with the directory in a format resembling its original state, but even that is &lt;a href="http://dir.yahoo.com/"&gt;basically a blog&lt;/a&gt; now.) Instead of embracing authentication and relationships to prevent spam submissions from overwhelming the site, Yahoo leaned heavily towards requiring payment for inclusion of companies in the directory, limiting its utility. Human edited directories became mostly a footnote in both Yahoo's, and the web's history. &lt;/li&gt;
&lt;/ul&gt;



&lt;p&gt;That fundamental history of being made by humans is some part of Yahoo is trying to evoke with its &lt;a href="http://youandyahoo.com/"&gt;Y!ou and Yahoo&lt;/a&gt; campaign. But of course, it's a pretty good sign that a campaign isn't going to hit its mark when a completely unknown brand like &lt;span class="caps"&gt;HTC &lt;/span&gt;can launch &lt;a href="http://bits.blogs.nytimes.com/2009/10/26/htc-says-its-phones-are-all-about-you/"&gt;virtually the same campaign&lt;/a&gt; as a household name like Yahoo, yet both companies think their message is going to resonate.&lt;/p&gt;

&lt;p&gt;The truth is, if Yahoo wanted to help people reimagine the web stalwart at its best, they would do well to look to their roots in a human-edited or user-generated directory. Thinking of Yahoo at its peak of influence a decade ago, it becomes clear that instead of trying to insert their ubiquitous exclamation point into you, Yahoo should look at the story of The Matrix. I don't know if the brothers Warner or Wachowski would be inclined to license the property, but the only way to truly resonate with people in a narrative of Yahoo vs. Google is by adopting this theme: Man vs. Machine.&lt;/p&gt;

&lt;p&gt;Just as in the Matrix the humans had originally created the machines that undermined them, to some large degree, &lt;a href="http://dashes.com/anil/2007/01/its-the-circle.html"&gt;Yahoo begat Google&lt;/a&gt;. And Yahoo would do well to suggest that the most human way for the web to evolve is if we all work together to organize it ourselves &amp;mdash; a mission that happens to fit in well with Yahoo's largely-mishandled acquisitions of Flickr and Delicious. I'm not sure that the marketing folks at Yahoo are going to embrace that narrative, but an interesting opportunity definitely exists around the larger concept.&lt;/p&gt;

&lt;p&gt;We all have the ability to create and exchange curated collections of feeds, using hubs like Twitter's Lists as connection points. We can extract the descriptions from those collections to form tag clouds about individual feeds. If we want to embrace hierarchy, we can organize the collections into a hierarchy by inheriting the category structure of sites like Wikipedia. If we're worried about spammers, we can now use widely-available systems of authentication and defined relationships to define who has the authority to create lists in a particular context. And of course, the ability to aggregate all of the distributed content from a defined set of feeds in realtime has now been commoditized, where i would have been exorbitantly expensive a decade ago.&lt;/p&gt;

&lt;p&gt;In short, we can learn from Twitter's Lists to resurrect one of the web's original ways of organizing itself: Human-curated directories. We're used to exploring photographs or individual web pages by clicking on tags that were assigned by the creators or their community, and it will be just as valuable and useful to be able to explore entire feeds the same way. Open formats and &lt;span class="caps"&gt;API&lt;/span&gt;s for exchanging this data already exist, so I can't wait to see a few enterprising hackers build the tools that let us revisit the idea of web directories. I love computers and robots, but I love humans even more, and I think we can do a pretty good job of guiding each other to the most interesting feeds around.&lt;/p&gt;
        
    
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/hWh4xJlMAixjUYW89ti79uPtQ78/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/hWh4xJlMAixjUYW89ti79uPtQ78/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/hWh4xJlMAixjUYW89ti79uPtQ78/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/hWh4xJlMAixjUYW89ti79uPtQ78/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.dashes.com/~ff/AnilDash?a=-v3FBpddHV8:3zdtSOqxSFY:D7DqB2pKExk"&gt;&lt;img src="http://feeds.feedburner.com/~ff/AnilDash?i=-v3FBpddHV8:3zdtSOqxSFY:D7DqB2pKExk" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.dashes.com/~ff/AnilDash?a=-v3FBpddHV8:3zdtSOqxSFY:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/AnilDash?i=-v3FBpddHV8:3zdtSOqxSFY:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.dashes.com/~ff/AnilDash?a=-v3FBpddHV8:3zdtSOqxSFY:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/AnilDash?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.dashes.com/~ff/AnilDash?a=-v3FBpddHV8:3zdtSOqxSFY:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/AnilDash?i=-v3FBpddHV8:3zdtSOqxSFY:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/AnilDash/~4/-v3FBpddHV8" height="1" width="1"/&gt;</content>
    <wfw:commentRss>http://dashes.com/anil/2009/10/twitter_yahoo_lists_people_and_an_open_directory_of_the_web.xml</wfw:commentRss>

<feedburner:origLink>http://dashes.com/anil/2009/10/twitter-yahoo-lists-people-and-an-open-directory-of-the-web.html</feedburner:origLink><feedburner:origLink>http://feeds.dashes.com/~r/AnilDash/~3/-v3FBpddHV8/twitter-yahoo-lists-people-and-an-open-directory-of-the-web.html</feedburner:origLink></entry>

<entry>
    <title>How to run Windows 7 under Mac OS X 10.6 for free</title>
    <link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/typepad/anildash/anil/~3/j5AfuOJJvG8/how-to-run-windows-7-under-mac-os-x-106-for-free.html" />
    <id>tag:dashes.com,2009:/anil//1.7249</id>

    <published>2009-10-22T03:34:52Z</published>
    <updated>2009-10-23T07:18:26Z</updated>

    <summary>Update: Since this post got a lot more readers than I expected, it's become clear to me that the title was unintentionally vague. I thought...</summary>
    <author>
        <name>Anil</name>
        <uri>http://anildash.com/</uri>
    </author>
    
        <category term="tech" scheme="http://www.sixapart.com/ns/types#category" />
    
    <category term="fusion" label="fusion" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="macos" label="mac os" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="microsoft" label="microsoft" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="parallels" label="parallels" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="snowleopard" label="snow leopard" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="virtualbox" label="virtualbox" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="virtualization" label="virtualization" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="vmware" label="vmware" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="windows7" label="windows 7" scheme="http://www.sixapart.com/ns/types#tag" />
    
    <content type="html" xml:lang="en" xml:base="http://dashes.com/anil/">
        &lt;p&gt;&lt;strong&gt;Update:&lt;/strong&gt; Since this post got a lot more readers than I expected, it's become clear to me that the title was unintentionally vague. I thought it's amazing that a technology I still think of as fairly advanced, virtualizing operating systems on the desktop, has become commoditized enough that free, open source tools are very mature. When I said "for free" here, I meant that virtualization is available at no cost, not that Microsoft's giving Windows licenses away for free. Sorry for assuming that was obvious!&lt;/p&gt;

&lt;p&gt;Pardon the uncharacteristically nerdy post, but I thought I'd write up a handy way I'd found to run Windows 7 in a seamlessly-integrated virtual machine under Mac OS X 10.6. I started with these basic components:&lt;/p&gt;


&lt;ul&gt;
&lt;li&gt;A MacBook running Mac OS X 10.6.1 (Snow Leopard)&lt;/li&gt;
&lt;li&gt;A license for a full install of &lt;a href="http://www.amazon.com/gp/product/B002DHGMVY?ie=UTF8&amp;amp;tag=2020-20&amp;amp;linkCode=as2&amp;amp;camp=1789&amp;amp;creative=390957&amp;amp;creativeASIN=B002DHGMVY"&gt;Windows 7 Ultimate&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.virtualbox.org/"&gt;VirtualBox 3.08&lt;/a&gt; for Mac OS X&lt;/li&gt;
&lt;/ul&gt;



&lt;p&gt;If you're like a lot of geeks that I know, you have a Mac as your main machine, but often need to drop into Windows to check things like browser compatibility or to use some particular Windows applications. I happen to just really like Windows 7 (it's on par with Mac OS overall for me, with some parts being better, such as the Windows Taskbar being much better than the Mac's Dock, and of course some parts being worse.) Some of these instructions may be obvious, but I hadn't seen a writeup anywhere, so here goes.&lt;/p&gt;

&lt;p&gt;Here's what you'll need to do:&lt;/p&gt;


&lt;ol&gt;
&lt;li&gt;Install Windows 7 under &lt;a href="http://www.apple.com/support/bootcamp/"&gt;Boot Camp&lt;/a&gt;, following the normal instructions. All of the Vista drivers for Boot Camp worked fine for me, and the install was actually pretty quick.&lt;/li&gt;
&lt;li&gt;Download and install &lt;a href="http://www.virtualbox.org/"&gt;VirtualBox&lt;/a&gt;. This is an open source virtualization system that runs on Mac &lt;span class="caps"&gt;OS, &lt;/span&gt;a lot like Parallels Desktop or &lt;span class="caps"&gt;VMW&lt;/span&gt;are Fusion, but available for free.&lt;/li&gt;
&lt;li&gt;The tricky part: You'll need to do a little bit of geeky stuff. First, eject the Windows boot camp disk in Finder. (It's usually called "Untitled".) Then, launch Terminal so you can enter two commands.
&lt;ul&gt;
&lt;li&gt;&lt;code&gt;sudo chmod 777 /dev/disk0s3&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;code&gt;VBoxManage internalcommands createrawvmdk -rawdisk /dev/disk0 -filename win7raw.vmdk -partitions 3&lt;/code&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Start up VirtualBox, make a new Windows 7 machine, and browse to &lt;code&gt;win7raw.vmdk&lt;/code&gt; in your home directory to choose the virtual hard drive for the machine. Your Windows install should boot up. It'll fuss for a little while as it installs new drivers.&lt;/li&gt;
&lt;li&gt;Once that's done, you can optionally install the &lt;a href="http://code.google.com/p/virtual-box-windows-guest-additions-installer/downloads/list"&gt;VirtualBox Guest Additions&lt;/a&gt; software to let your Windows install completely integrate with your Mac OS X environment.&lt;/li&gt;
&lt;/ol&gt;



&lt;p&gt;While it's not quite as seamless as some of the paid alternatives out there, I've found it was very easy to do (under an hour total, and only 15 minutes or so if you already have Windows installed), works very well, and is speedy enough to use regularly.&lt;/p&gt;

&lt;p&gt;As always, your mileage may vary, and comments or corrections or feedback are welcome. I was too lazy to do screenshots of the whole process, but if you want to turn this into a complete gadget blog-worthy writeup, I'll be happy to link to it. If you &lt;em&gt;really&lt;/em&gt; liked this how-to, you can &lt;a href="http://www.amazon.com/gp/product/B002DHGMVY?ie=UTF8&amp;amp;tag=2020-20&amp;amp;linkCode=as2&amp;amp;camp=1789&amp;amp;creative=390957&amp;amp;creativeASIN=B002DHGMVY"&gt;buy WIndows 7 from Amazon&lt;/a&gt; and I'll make a few bucks.&lt;/p&gt;
        
    
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/_ib6uWlo4ELsRJ21Nv2ZCrEXtDg/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/_ib6uWlo4ELsRJ21Nv2ZCrEXtDg/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/_ib6uWlo4ELsRJ21Nv2ZCrEXtDg/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/_ib6uWlo4ELsRJ21Nv2ZCrEXtDg/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.dashes.com/~ff/AnilDash?a=2njzrB35YSU:-bDxYgVMSQs:D7DqB2pKExk"&gt;&lt;img src="http://feeds.feedburner.com/~ff/AnilDash?i=2njzrB35YSU:-bDxYgVMSQs:D7DqB2pKExk" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.dashes.com/~ff/AnilDash?a=2njzrB35YSU:-bDxYgVMSQs:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/AnilDash?i=2njzrB35YSU:-bDxYgVMSQs:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.dashes.com/~ff/AnilDash?a=2njzrB35YSU:-bDxYgVMSQs:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/AnilDash?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.dashes.com/~ff/AnilDash?a=2njzrB35YSU:-bDxYgVMSQs:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/AnilDash?i=2njzrB35YSU:-bDxYgVMSQs:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/AnilDash/~4/2njzrB35YSU" height="1" width="1"/&gt;</content>
    <wfw:commentRss>http://dashes.com/anil/2009/10/how_to_run_windows_7_under_mac_os_x_106_for_free.xml</wfw:commentRss>

<feedburner:origLink>http://dashes.com/anil/2009/10/how-to-run-windows-7-under-mac-os-x-106-for-free.html</feedburner:origLink><feedburner:origLink>http://feeds.dashes.com/~r/AnilDash/~3/2njzrB35YSU/how-to-run-windows-7-under-mac-os-x-106-for-free.html</feedburner:origLink></entry>

<entry>
    <title>Communications and Perception</title>
    <link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/typepad/anildash/anil/~3/wGNmpUEI1tY/communications-and-perception.html" />
    <id>tag:dashes.com,2009:/anil//1.7247</id>

    <published>2009-10-15T04:35:19Z</published>
    <updated>2009-10-15T04:41:17Z</updated>

    <summary>Most of my career has been dedicated to communications, either in making tools for enabling it, or in trying to practice the art myself. My...</summary>
    <author>
        <name>Anil</name>
        <uri>http://anildash.com/</uri>
    </author>
    
        <category term="tech" scheme="http://www.sixapart.com/ns/types#category" />
    
    <category term="advertising" label="advertising" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="communications" label="communications" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="culture" label="culture" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="rorysutherland" label="rory sutherland" scheme="http://www.sixapart.com/ns/types#tag" />
    
    <content type="html" xml:lang="en" xml:base="http://dashes.com/anil/">
        &lt;p&gt;Most of my career has been dedicated to communications, either in making tools for enabling it, or in trying to practice the art myself. My friends tend to be people of conscience, so they often question why I waste my time on activities that could be described as "marketing" or even as &lt;em&gt;hype&lt;/em&gt; when there are much bigger challenges that my talents could be applied to.&lt;/p&gt;

&lt;p&gt;Perhaps the best articulation of why I think communications matters is in this short &lt;span class="caps"&gt;TED &lt;/span&gt;talk by Rory Sutherland:&lt;/p&gt;

&lt;p&gt;&lt;object width="446" height="326" class="imgcenter"&gt;&lt;param name="movie" value="http://video.ted.com/assets/player/swf/EmbedPlayer.swf"&gt;&lt;/param&gt;&lt;param name="allowFullScreen" value="true" /&gt;&lt;param name="wmode" value="transparent"&gt;&lt;/param&gt;&lt;param name="bgColor" value="#ffffff"&gt;&lt;/param&gt; &lt;param name="flashvars" value="vu=http://video.ted.com/talks/dynamic/RorySutherland_2009G-medium.flv&amp;amp;su=http://images.ted.com/images/ted/tedindex/embed-posters/RorySutherland-2009G.embed_thumbnail.jpg&amp;amp;vw=432&amp;amp;vh=240&amp;amp;ap=0&amp;amp;ti=658&amp;amp;introDuration=16500&amp;amp;adDuration=4000&amp;amp;postAdDuration=2000&amp;amp;adKeys=talk=rory_sutherland_life_lessons_from_an_ad_man;year=2009;theme=media_that_matters;theme=unconventional_explanations;theme=the_creative_spark;theme=speaking_at_tedglobal2009;theme=what_makes_us_happy;theme=new_on_ted_com;event=TEDGlobal+2009;&amp;amp;preAdTag=tconf.ted/embed;tile=1;sz=512x288;" /&gt;&lt;embed src="http://video.ted.com/assets/player/swf/EmbedPlayer.swf" pluginspace="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" wmode="transparent" bgColor="#ffffff" width="446" height="326" allowFullScreen="true" flashvars="vu=http://video.ted.com/talks/dynamic/RorySutherland_2009G-medium.flv&amp;amp;su=http://images.ted.com/images/ted/tedindex/embed-posters/RorySutherland-2009G.embed_thumbnail.jpg&amp;amp;vw=432&amp;amp;vh=240&amp;amp;ap=0&amp;amp;ti=658&amp;amp;introDuration=16500&amp;amp;adDuration=4000&amp;amp;postAdDuration=2000&amp;amp;adKeys=talk=rory_sutherland_life_lessons_from_an_ad_man;year=2009;theme=media_that_matters;theme=unconventional_explanations;theme=the_creative_spark;theme=speaking_at_tedglobal2009;theme=what_makes_us_happy;theme=new_on_ted_com;event=TEDGlobal+2009;"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;/p&gt;

&lt;p&gt;In short, Sutherland argues that we need to start to value intangible, emotional experiences and that marketing, communications and, yes, even &lt;em&gt;advertising&lt;/em&gt; can help bring that about. By starting to place importance on experiences and appreciation instead of objects and consumption, we become more sustainable as a society while also becoming more creative as a culture.&lt;/p&gt;

&lt;p&gt;A lot of people offered up criticism when I launched &lt;a href="http://lastyearsmodel.org/"&gt;Last Year's Model&lt;/a&gt;, asking why I was just encouraging people to &lt;em&gt;talk&lt;/em&gt; to each other instead of actually &lt;em&gt;doing&lt;/em&gt; something. As it turns out, talking to each other &lt;em&gt;is&lt;/em&gt; doing something.&lt;/p&gt;
        
    
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/o6dZXfX1quXurWUkij7rCX4LcTI/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/o6dZXfX1quXurWUkij7rCX4LcTI/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/o6dZXfX1quXurWUkij7rCX4LcTI/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/o6dZXfX1quXurWUkij7rCX4LcTI/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.dashes.com/~ff/AnilDash?a=U_ZjvZRCpcM:cJaeAJTgMmU:D7DqB2pKExk"&gt;&lt;img src="http://feeds.feedburner.com/~ff/AnilDash?i=U_ZjvZRCpcM:cJaeAJTgMmU:D7DqB2pKExk" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.dashes.com/~ff/AnilDash?a=U_ZjvZRCpcM:cJaeAJTgMmU:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/AnilDash?i=U_ZjvZRCpcM:cJaeAJTgMmU:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.dashes.com/~ff/AnilDash?a=U_ZjvZRCpcM:cJaeAJTgMmU:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/AnilDash?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.dashes.com/~ff/AnilDash?a=U_ZjvZRCpcM:cJaeAJTgMmU:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/AnilDash?i=U_ZjvZRCpcM:cJaeAJTgMmU:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/AnilDash/~4/U_ZjvZRCpcM" height="1" width="1"/&gt;</content>
    <wfw:commentRss>http://dashes.com/anil/2009/10/communications_and_perception.xml</wfw:commentRss>

<feedburner:origLink>http://dashes.com/anil/2009/10/communications-and-perception.html</feedburner:origLink><feedburner:origLink>http://feeds.dashes.com/~r/AnilDash/~3/U_ZjvZRCpcM/communications-and-perception.html</feedburner:origLink></entry>

<entry>
    <title>Communities of Creators</title>
    <link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/typepad/anildash/anil/~3/NwWF3XB64tk/communities-of-creators.html" />
    <id>tag:dashes.com,2009:/anil//1.7245</id>

    <published>2009-10-05T17:17:02Z</published>
    <updated>2009-10-05T17:44:33Z</updated>

    <summary>Last week, I found this picture of a group dinner at Guero's restaurant in Austin, TX, taken during South by Southwest in 2002. At the...</summary>
    <author>
        <name>Anil</name>
        <uri>http://anildash.com/</uri>
    </author>
    
        <category term="tech" scheme="http://www.sixapart.com/ns/types#category" />
    
    <category term="community" label="community" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="gueros" label="guero's" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="sxsw" label="sxsw" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="tech" label="tech" scheme="http://www.sixapart.com/ns/types#tag" />
    
    <content type="html" xml:lang="en" xml:base="http://dashes.com/anil/">
        &lt;p&gt;Last week, I found this picture of a group dinner at Guero's restaurant in Austin, &lt;span class="caps"&gt;TX, &lt;/span&gt;taken during South by Southwest in 2002.&lt;/p&gt;

&lt;p&gt;&lt;a href="http://www.flickr.com/photos/anildash/3971376218/" title="Guero's, March 10 2002 by anildash, on Flickr" class="imgcenter"&gt;&lt;img src="http://farm4.static.flickr.com/3521/3971376218_766fd9a723.jpg" width="500" height="333" alt="Guero's, March 10 2002" /&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;At the time, most of us at the table knew each other primarily through the web and through the then-nascent blogging community. But in the seven and a half years since then, many of us have gone on to become entrepreneurs or creators, launching dozens of companies and products. I'm still collecting names and companies in the comments on Flickr, but just a cursory glance shows founders from Blogger, Six Apart, Adaptive Path, Flickr, Gawker, Twitter and more.&lt;/p&gt;

&lt;p&gt;I point this out not (just) to name drop &amp;mdash; you can &lt;a href="http://www.flickr.com/photos/anildash/3971376218/"&gt;click through to the Flickr image&lt;/a&gt; to see notes about who was there, read what they've done, or add your own annotations. But I also wanted to highlight one of the most important resources that creative people need to truly succeed: &lt;strong&gt;A community of peers.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;In the business world, and especially in the technology industry, we focus a lot on the functional requirements of raising money, or on the technical requirements of having certain features or technological capabilities. What I've found, though, is that being part of an active, ambitious, supportive and diverse community of peers is just as valuable, if not more so, than any of the more prosaic prerequisites for success. That's even true in this photo &amp;mdash; some of the people whom I met in person for the first time that night or that weekend have gone on to become among my closest friends, the biggest supporters of my work, and have ventured their formidable social capital to support my career. An even more diverse community of others whom I met at similar dinners or other events have played a similar role as well. Yet, at the time this photo was taken, I don't think any of these people had ever taken venture capital money for any project they'd ever done &amp;mdash; everyone here had bootstrapped their way to the table.&lt;/p&gt;

&lt;p&gt;So, it's easy to focus on the money or the little technological accomplishments, but I am glad I found these old pictures as a nice reminder that we should set aside time for a great meal with smart friends every once in a while. If it's not enough enticement that you're just having a good time, you can also justify it as one of the most worthwhile investments you can make in your future success.&lt;/p&gt;
        
    
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/VjNnnEKcQjOjOivMBh7mJikIoDc/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/VjNnnEKcQjOjOivMBh7mJikIoDc/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/VjNnnEKcQjOjOivMBh7mJikIoDc/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/VjNnnEKcQjOjOivMBh7mJikIoDc/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.dashes.com/~ff/AnilDash?a=dGG_dHl0_MI:Fbnb9iEsZ8E:D7DqB2pKExk"&gt;&lt;img src="http://feeds.feedburner.com/~ff/AnilDash?i=dGG_dHl0_MI:Fbnb9iEsZ8E:D7DqB2pKExk" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.dashes.com/~ff/AnilDash?a=dGG_dHl0_MI:Fbnb9iEsZ8E:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/AnilDash?i=dGG_dHl0_MI:Fbnb9iEsZ8E:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.dashes.com/~ff/AnilDash?a=dGG_dHl0_MI:Fbnb9iEsZ8E:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/AnilDash?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.dashes.com/~ff/AnilDash?a=dGG_dHl0_MI:Fbnb9iEsZ8E:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/AnilDash?i=dGG_dHl0_MI:Fbnb9iEsZ8E:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/AnilDash/~4/dGG_dHl0_MI" height="1" width="1"/&gt;</content>
    <wfw:commentRss>http://dashes.com/anil/2009/10/communities_of_creators.xml</wfw:commentRss>

<feedburner:origLink>http://dashes.com/anil/2009/10/communities-of-creators.html</feedburner:origLink><feedburner:origLink>http://feeds.dashes.com/~r/AnilDash/~3/dGG_dHl0_MI/communities-of-creators.html</feedburner:origLink></entry>

<entry>
    <title>TechCrunch, Venture Capital, Record Labels and Getting What You Asked For</title>
    <link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/typepad/anildash/anil/~3/BazSVmEJfto/techcrunch-venture-capital-record-labels-and-getting-what-you-asked-for.html" />
    <id>tag:dashes.com,2009:/anil//1.7243</id>

    <published>2009-09-25T19:54:42Z</published>
    <updated>2009-09-26T05:03:34Z</updated>

    <summary>There have been another spate of interesting conversations around the tech industry about what goals a tech company should have, and how they should achieve...</summary>
    <author>
        <name>Anil</name>
        <uri>http://anildash.com/</uri>
    </author>
    
        <category term="tech" scheme="http://www.sixapart.com/ns/types#category" />
    
    <category term="37signals" label="37signals" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="funding" label="funding" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="techcrunch" label="techcrunch" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="twitter" label="twitter" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="venturecapital" label="venture capital" scheme="http://www.sixapart.com/ns/types#tag" />
    
    <content type="html" xml:lang="en" xml:base="http://dashes.com/anil/">
        &lt;p&gt;There have been another spate of interesting conversations around the tech industry about what goals a tech company should have, and how they should achieve those goals. Right now, most venture capital organizations and the majority of trade press support an infrastructure that's optimized towards a certain set of results; The question is how we accommodate those who are trying for a different set of results.&lt;/p&gt;

&lt;p&gt;One great conversation came from &lt;a href="http://twitter.com/ev/status/4299886033"&gt;Ev Williams tweeting about tech conferences&lt;/a&gt;, and how Twitter would have been received:&lt;/p&gt;

&lt;blockquote&gt;

&lt;p&gt;I don't think Twitter would have done well at &lt;span class="caps"&gt;TC50 &lt;/span&gt;or Demo. (Likely response: &lt;span class="caps"&gt;WTF&lt;/span&gt;?) Wonder if Google would have. (Search? Yawn.)&lt;/p&gt;

&lt;/blockquote&gt;

&lt;p&gt;I &lt;a href="http://twitter.com/anildash/status/4303302101"&gt;replied&lt;/a&gt;, "But @ev, response at &lt;span class="caps"&gt;TC50&lt;/span&gt;/Demo can be determined by reputation &amp;amp; ability to tell a story, both of which your team has." and Ev &lt;a href="http://twitter.com/ev/status/4303359740"&gt;responded in kind&lt;/a&gt; with "Perhaps. But are reputation and ability to tell a story determining factors of success?". At that point, I realized we may have been talking about slightly different things, closing out with &lt;a href="http://twitter.com/anildash/status/4303678154"&gt;the brief observation&lt;/a&gt; " Narrative &amp;amp; experience are necessary but not sufficient. They're useful when creating a product, not just onstage."&lt;/p&gt;

&lt;p&gt;And the core of it is that TechCrunch 50, Demo, and other tech industry showcase events are really optimized for a certain model of business, following a traditional path of venture capital funding, a certain amount of buzz or attention within a particular community, and (these days at least) an exit route that involves selling to a large incumbent that's interested in that area of innovation. I have lots of friends who have followed this path, and I don't begrudge them their success with it, but I think the logical extension of this path having become well-trodden is that we end up with events that &lt;a href="http://dashes.com/anil/2009/09/these-things-are-related.html"&gt;as I mentioned last week&lt;/a&gt;, can be fairly criticized as &lt;a href="http://www.techcrunch.com/2009/09/17/memo-to-start-ups-you&amp;amp;#8217;re-supposed-to-be-changing-the-world-remember/"&gt;insufficiently world-changing&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;Interestingly, that last bit of criticism from Sarah Lacy on TechCrunch, saying that companies that had demonstrated their wares at the &lt;span class="caps"&gt;TC50 &lt;/span&gt;conference had for the most part not been very ambitious, was followed by a thematically similar post by &lt;a href="http://www.techcrunch.com/2009/09/20/what-have-vcs-really-done-for-innovation/"&gt;Vivek Wadhwa&lt;/a&gt;, asking what value VCs have really brought to the world of innovation. I think the answer to Vivek's question is "It depends." but it's a very healthy sign if TechCrunch itself is questioning the fundamentals of the VC model and startups, and perhaps that skepticism justifies my &lt;a href="http://dashes.com/anil/2009/08/in-defense-of-the-punditocracy.html"&gt;tentative endorsement&lt;/a&gt; of the reigning regime of tech pundits.&lt;/p&gt;

&lt;p&gt;But the crux of what I see as this reckoning point for the venture capital industry and venture-backed startups is that &lt;strong&gt;VCs are starting to look a lot like record labels&lt;/strong&gt;. That's not a criticism &amp;mdash; I used to work in the record industry, and I've enjoyed collaborating with a number of venture capital firms over the years. In both cases, though, the majority of their work is optimized for a certain model of success. This neatly mirrors &lt;a href="http://forum.nin.com/bb/read.php?30,767183,page=1"&gt;Trent Reznor's analysis&lt;/a&gt; of what it takes for a new band to succeed:&lt;/p&gt;

&lt;blockquote&gt;

&lt;p&gt;If you are an unknown / lesser-known artist trying to get noticed / established: &lt;/p&gt;


&lt;ul&gt;
&lt;li&gt;Establish your goals. What are you trying to do / accomplish? If you are looking for mainstream super-success (think Lady GaGa, Coldplay, &lt;span class="caps"&gt;U2,&lt;/span&gt; Justin Timberlake) - your best bet in my opinion is to look at major labels and prepare to share all revenue streams / creative control / music ownership. To reach that kind of critical mass these days your need old-school marketing muscle and that only comes from major labels. Good luck with that one. &lt;/li&gt;
&lt;/ul&gt;



&lt;p&gt;If you're forging your own path, read on. &lt;/p&gt;


&lt;ul&gt;
&lt;li&gt;Forget thinking you are going to make any real money from record sales. Make your record cheaply (but great) and &lt;span class="caps"&gt;GIVE&lt;/span&gt; IT &lt;span class="caps"&gt;AWAY.&lt;/span&gt; As an artist you want as many people as possible to hear your work. Word of mouth is the only true marketing that matters. &lt;/li&gt;
&lt;/ul&gt;



&lt;/blockquote&gt;

&lt;p&gt;As it stands right now, the VC model is optimized for creating new Lady GaGas. I happen to like her work, so it's good that there will be more of those, both in the tech and entertainment worlds. But some people just want to be indie rockers, making a living with the work they love. It's that goal that is underpromoted in our tech trade press, and that perhaps inspires some of the skepticism around what gets hyped up.&lt;/p&gt;


&lt;p&gt;That leads, naturally, to Jason Fried's &lt;a href="http://37signals.com/svn/posts/1941-press-release-37signals-valuation-tops-100-billion-after-bold-vc-investment"&gt;post on 37Signals&lt;/a&gt; heralding their new $100 billion valuation. (At least on paper)&lt;/p&gt;

&lt;blockquote&gt;

&lt;p&gt;37signals is now a $100 billion dollar company, according to a group of investors who have agreed to purchase 0.000000001% of the company in exchange for $1.&lt;/p&gt;

&lt;p&gt;Founder Jason Fried informed his employees about the new deal at a recent company-wide meeting. The financing round was led by Yardstick Capital and Institutionalized Venture Partners.&lt;/p&gt;

&lt;p&gt;In order to increase the value of the company, 37signals has decided to stop generating revenues. &amp;#8220;When it comes to valuation, making money is a real obstacle. Our profitability has been a real drag on our valuation,&amp;#8221; said Mr. Fried. &amp;#8220;Once you have profits, it&amp;#8217;s impossible to just make stuff up. That&amp;#8217;s why we&amp;#8217;re switching to a &amp;#8216;freeconomics&amp;#8217; model. We&amp;#8217;ll give away everything for free and let the market speculate about how much money we could make if we wanted to make money. That way, the sky&amp;#8217;s the limit!&amp;#8221;&lt;/p&gt;

&lt;/blockquote&gt;

&lt;p&gt;I had talked to Jason a few weeks ago when he was planning to write this post, and though timing had it being published at the same time as Twitter's just received $100 million in funding, it wasn't designed to be a pointed critique of any particular company or funding event, so much as an overall pattern of not questioning particular narratives in the tech industry. And perhaps even more, it's a criticism of the fact that we don't &lt;em&gt;question&lt;/em&gt; the values and goals that those narratives express.&lt;/p&gt;

&lt;p&gt;And that was perhaps the point that was missed in &lt;a href="http://37signals.com/svn/posts/1927-the-next-generation-bends-over"&gt;Jason's rant about Mint's sale to Intuit&lt;/a&gt; which I blogged about last week. People got distracted by the speculation of whether Mint sold at the behest of the founders or investors. (As it turns out, it was likely the decision of the company's founders.) But the larger point was that, by selling to an incumbent from the last generation, Mint's team was expressing a desire for incremental improvement in an industry, instead of radical revolution. There are merits to both goals, but I know that a lot of us who truly love technology and have had our lives and companies transform by it are hungry to see more people be ambitious and shoot for creating revolutionary change instead of evolutionary change.&lt;/p&gt;

&lt;p&gt;It's reassuring, though, that despite coming out on opposite sides of a VC funding story this week, both Ev's questioning of how tech conferences and media evaluate startups, and Jason's questioning of how VCs fund and (over)value startups come from the standpoint of asking: Can't we do more? Can't we do better.&lt;/p&gt;

&lt;p&gt;It seems clear that the answer is, yes, we can support different outcomes, ones that optimize for more ambitious or radical changes. But we can't keep following the same path and wondering why it doesn't lead to a different destination.&lt;/p&gt;
        
    
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/x86JKBUR8Bwm9ZHQBomnCeh_j5E/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/x86JKBUR8Bwm9ZHQBomnCeh_j5E/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/x86JKBUR8Bwm9ZHQBomnCeh_j5E/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/x86JKBUR8Bwm9ZHQBomnCeh_j5E/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.dashes.com/~ff/AnilDash?a=qpNailjn_28:1xDSo-mfo_8:D7DqB2pKExk"&gt;&lt;img src="http://feeds.feedburner.com/~ff/AnilDash?i=qpNailjn_28:1xDSo-mfo_8:D7DqB2pKExk" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.dashes.com/~ff/AnilDash?a=qpNailjn_28:1xDSo-mfo_8:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/AnilDash?i=qpNailjn_28:1xDSo-mfo_8:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.dashes.com/~ff/AnilDash?a=qpNailjn_28:1xDSo-mfo_8:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/AnilDash?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.dashes.com/~ff/AnilDash?a=qpNailjn_28:1xDSo-mfo_8:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/AnilDash?i=qpNailjn_28:1xDSo-mfo_8:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/AnilDash/~4/qpNailjn_28" height="1" width="1"/&gt;</content>
    <wfw:commentRss>http://dashes.com/anil/2009/09/techcrunch_venture_capital_record_labels_and_getting_what_you_asked_for.xml</wfw:commentRss>

<feedburner:origLink>http://dashes.com/anil/2009/09/techcrunch-venture-capital-record-labels-and-getting-what-you-asked-for.html</feedburner:origLink><feedburner:origLink>http://feeds.dashes.com/~r/AnilDash/~3/qpNailjn_28/techcrunch-venture-capital-record-labels-and-getting-what-you-asked-for.html</feedburner:origLink></entry>

<entry>
    <title>These Things Are Related</title>
    <link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/typepad/anildash/anil/~3/22umcaAc-mA/these-things-are-related.html" />
    <id>tag:dashes.com,2009:/anil//1.7242</id>

    <published>2009-09-18T03:04:29Z</published>
    <updated>2009-09-18T03:43:01Z</updated>

    <summary>Here are some interesting recent blog posts and articles, mostly by friends or acquaintances of mine, all of which add up to an interesting narrative....</summary>
    <author>
        <name>Anil</name>
        <uri>http://anildash.com/</uri>
    </author>
    
        <category term="nyc" scheme="http://www.sixapart.com/ns/types#category" />
    
        <category term="tech" scheme="http://www.sixapart.com/ns/types#category" />
    
    <category term="mint" label="mint" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="nyc" label="nyc" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="startups" label="startups" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="tech" label="tech" scheme="http://www.sixapart.com/ns/types#tag" />
    
    <content type="html" xml:lang="en" xml:base="http://dashes.com/anil/">
        &lt;p&gt;Here are some interesting recent blog posts and articles, mostly by friends or acquaintances of mine, all of which add up to an interesting narrative.&lt;/p&gt;


&lt;ul&gt;
&lt;li&gt;Spencer Ante in BusinessWeek documents &lt;a href="http://www.businessweek.com/technology/content/sep2009/tc20090915_065038.htm"&gt;Mint's sale to Intuit&lt;/a&gt;:&lt;/li&gt;
&lt;/ul&gt;



&lt;blockquote&gt;

&lt;p&gt;Mint.com owes much of its success to one such investor, First Round Capital, which opted to back the fledgling company at a time when other VCs demurred. Indeed, the Mint.com acquisition is First Round Capital's largest exit, beating out the $100 million sale of portfolio company Powerset to Microsoft (MSFT). And although First Round Capital would not quantify the return on its investment, co-founder Josh Kopelman says the Mint.com deal generated the highest return of any deal the firm has done. Previously its best return came when eBay (EBAY) acquired StumbleUpon for $75 million, which generated more than 14 times First Round Capital's original investment. "I don't think this changes our strategy," Kopelman says. "It is continued validation for our approach."&lt;/p&gt;

&lt;/blockquote&gt;


&lt;ul&gt;
&lt;li&gt;Sarah Lacy of TechCrunch reminds startups that &lt;a href="http://www.techcrunch.com/2009/09/17/memo-to-start-ups-you&amp;amp;#8217;re-supposed-to-be-changing-the-world-remember/"&gt;they're supposed to be changing the world&lt;/a&gt;:&lt;/li&gt;
&lt;/ul&gt;



&lt;blockquote&gt;

&lt;p&gt;I did interviews with most of the TechCrunch50 experts backstage and there was a common gripe about the companies launching there: Not enough passion, not enough swinging for the fences, not enough trying to change the world. There were too many people building safe businesses, too many companies just trying to make existing things slightly better, and too many people wanting to be the next Mint.com, not the next Google. Nothing against Mint, but Silicon Valley wasn&amp;#8217;t built on $170 million exits.&lt;/p&gt;

&lt;p&gt;Web visionaries like Reid Hoffman and Sean Parker struggled to come up with positive feedback on stage. Robert &amp;#8220;I-get-excited-by-nearly-any-start-up&amp;#8221; Scoble was so bored he was playing Hangman via Twitter with Paul Carr. Marc Andreessen praised Udorse&amp;#8212;a company that he joked would make the world a worse place if it succeeded&amp;#8212;because at least it was a new idea. Tim O&amp;#8217;Reilly said he didn&amp;#8217;t care whether Cocodot, one of the companies he judged, succeeded or failed because it was so meaningless in the world. And Tony Hsieh just said it blatantly: &amp;#8220;I didn&amp;#8217;t see anything that was trying to change the world.&amp;#8221;&lt;/p&gt;

&lt;/blockquote&gt;

&lt;p&gt;In some ways, I feel like Sarah's post is a direct corollary to my own earlier post where I'd suggested that the &lt;a href="http://dashes.com/anil/2009/08/the-most-interesting-new-tech-startup-of-2009.html"&gt;&lt;span class="caps"&gt;U.S.&lt;/span&gt; Government is the most interesting tech startup of 2009&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;The ever-diplomatic Jason Fried of 37Signals riffs on a topic that he and I were just talking about last night, &lt;a href="http://37signals.com/svn/posts/1927-the-next-generation-bends-over"&gt;a lamentation of modest ambitions&lt;/a&gt;:&lt;/p&gt;

&lt;blockquote&gt;

&lt;p&gt;Mint&amp;#8217;s sale to Intuit really pissed me off.&lt;/p&gt;

&lt;p&gt;Why should I care? Because I think it&amp;#8217;s indicative of a VC-induced cancer that&amp;#8217;s infecting our industry and killing off the next generation. I don&amp;#8217;t know the full backstory, but I&amp;#8217;d bet this sale was encouraged by a Mint investor.&lt;/p&gt;

&lt;p&gt;Here&amp;#8217;s a fresh new company that was gunning for an aging incumbent. And not only gunning, but gaining. They had a great product, great design, and great potential. They were growing rapidly and figured out the revenue game. They were on their way to redefining an industry &amp;#8212; one that was left for dead by the current custodians.&lt;/p&gt;

&lt;p&gt;They were everything their main competitor, Intuit, was not. While Mint was inventing, Intuit was out of it. People used Quickbooks/Quicken out of habit and legacy. People used Mint because they loved it. Intuit was disgruntled, Mint was disruptive.&lt;/p&gt;

&lt;p&gt;But here&amp;#8217;s what happened: Intuit, last decade&amp;#8217;s leader in personal finance, just became the next decade&amp;#8217;s leader in personal finance. Mint had their number, but they sold it for $170 million. A big payday for sure, and if that was their two-year goal then they nailed it, but I can&amp;#8217;t believe that was the point behind Mint. It had too much potential.&lt;/p&gt;

&lt;p&gt;Mint was a key leader of the next generation of game changers. And now it&amp;#8217;s property of Intuit &amp;#8212; the poster-child for the last generation. What a loss. Is that the best the next generation can do? Become part of the old generation? How about kicking the shit out of the old guys? What ever happened to that?&lt;/p&gt;

&lt;/blockquote&gt;


&lt;ul&gt;
&lt;li&gt;Chris Dixon, co-founder of Hunch, talks about the impending era of &lt;a href="http://www.cdixon.org/?p=281"&gt;interesting new &lt;span class="caps"&gt;NYC &lt;/span&gt;tech startups&lt;/a&gt;:&lt;/li&gt;
&lt;/ul&gt;



&lt;blockquote&gt;

&lt;p&gt;There are a bunch of veteran entrepreneurs actively investing in and mentoring seed stage startups.  Google has a big office here and many people seem to be leaving to go start companies.&lt;/p&gt;

&lt;p&gt;...&lt;/p&gt;

&lt;p&gt;New York City has many of the same strengths as Silicon Valley - merit-driven capitalism, the embrace of newcomers and particularly immigrants, and a consistent willingness to reinvent itself.   Silicon Valley will always be the mecca of technology, but now that people here are getting back to, as Obama says, making things, New York City has a shot at becoming relevant again in the tech world.&lt;/p&gt;

&lt;/blockquote&gt;


&lt;ul&gt;
&lt;li&gt;And Caterina Fake talks about how the connections in our city &lt;a href="http://www.caterina.net/archive/001193.html"&gt;will fuel this tech renaissance&lt;/a&gt;:&lt;/li&gt;
&lt;/ul&gt;



&lt;blockquote&gt;

&lt;p&gt;Yes. As someone who goes back and forth between New York and Silicon Valley, I see more companies being started in the Valley. But I am seeing some great consumer internet companies being started out here too. Etsy is a great example. Hunch has to be on this list. And Kickstarter, which just recently launched, and is changing the way that creative projects themselves are funded. A promising beginning. There need to be more startups, naturally, and more seed capital, and a hometown newspaper, as Chris also notes. And the CS grads moving into startups rather than financial services companies. I'm optimistic.&lt;/p&gt;

&lt;/blockquote&gt;

&lt;p&gt;Though Caterina is still optimistic about startups in Silicon Valley, I'll offer up that one of the biggest changes in her perspective since saying &lt;a href="http://www.caterina.net/archive/000965.html"&gt;three years ago&lt;/a&gt; that it was a bad time for a startup is that she's spending a lot more time in New York City these days. Finally, my friend Jen Bekman exemplifies the diversity of &lt;span class="caps"&gt;NYC'&lt;/span&gt;s nominal "tech" community, in that her startup and company are squarely focused on the world of fine art. &lt;a href="http://www.personism.com/2009/09/17/not-ideas-about-the-thing-but-the-thing-itself/"&gt;As Jen says&lt;/a&gt;:&lt;/p&gt;

&lt;blockquote&gt;

&lt;p&gt;[T]here&amp;#8217;s so much else going on aside from technology &amp;#8212; the valley might hold the title of the best place for start-ups in technology, but &lt;span class="caps"&gt;NYC &lt;/span&gt;is the best place for many things.&lt;/p&gt;

&lt;p&gt;The diversity of experience on the 20×200 team is incredible and inspiring. Everyone I work with has done a bunch of other things aside from technology, and not one of them set out for a tech career to begin with. Among us are photographers, musicians, artists, writers, lawyers, teachers and wine experts. We all love the internet (a lot! too much?) but what drives us most is our love of art and the people who make it.&lt;/p&gt;

&lt;p&gt;Does this happen in Silicon Valley? Perhaps, but my time spent there &amp;#8212; which I loved, for the record &amp;#8212; was about an immersion in technology. Here in &lt;span class="caps"&gt;NYC &lt;/span&gt;it&amp;#8217;s about the thing itself.&lt;/p&gt;

&lt;p&gt;...&lt;/p&gt;

&lt;p&gt;Then again, if you live too long inside the echo-chamber, it&amp;#8217;s easy to forget who&amp;#8217;s going to be using all this technology in the end. The reality check is important, almost as important as being able to hail a cab whenever I damn well please.&lt;/p&gt;

&lt;/blockquote&gt;

&lt;p&gt;The thread that ties all of these things together for me is that technology adoption happens now because of culture and media, not simply for its own sake or because certain types of capital are available. It happens because a vision is ambitious enough to capture the attention of artist and writers and creators of all sorts, not just other technologists or people within the bubble of the existing tech community. And cities like Chicago, Boston, Washington &lt;span class="caps"&gt;D.C. &lt;/span&gt;and, particularly, New York City, have a decided advantage when it comes to connecting to those in the tech community to the rest of the world. We also have an unparalleled history of ambition (and, yes, ego) to match that potential.&lt;/p&gt;

&lt;p&gt;I hope entrepreneurs learn a lesson from the few underwhelming startups that are out there, and realize that the model of making incremental improvements on companies that already exist is a recipe where, even if you achieve your goals, you may not have achieved much of a success. And if everyone around you has similarly unambitious goals, then maybe you need to be in a place where that's not true.&lt;/p&gt;

&lt;p&gt;&lt;small&gt;Note: I use, and like Mint.com, and I'm happy for their success and am hopeful that they have a positive impact on Intuit. I am not arguing that their definition of success should be the same as mine, but rather that they may have defined a different set of goals if they had been part of a different community.&lt;/small&gt;&lt;/p&gt;
        
    
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/U0i7lSBDaB9OpVztPQ1a5AHG-J8/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/U0i7lSBDaB9OpVztPQ1a5AHG-J8/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/U0i7lSBDaB9OpVztPQ1a5AHG-J8/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/U0i7lSBDaB9OpVztPQ1a5AHG-J8/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.dashes.com/~ff/AnilDash?a=Krs0qU1Mc68:MzDIXqd1fwI:D7DqB2pKExk"&gt;&lt;img src="http://feeds.feedburner.com/~ff/AnilDash?i=Krs0qU1Mc68:MzDIXqd1fwI:D7DqB2pKExk" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.dashes.com/~ff/AnilDash?a=Krs0qU1Mc68:MzDIXqd1fwI:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/AnilDash?i=Krs0qU1Mc68:MzDIXqd1fwI:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.dashes.com/~ff/AnilDash?a=Krs0qU1Mc68:MzDIXqd1fwI:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/AnilDash?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.dashes.com/~ff/AnilDash?a=Krs0qU1Mc68:MzDIXqd1fwI:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/AnilDash?i=Krs0qU1Mc68:MzDIXqd1fwI:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/AnilDash/~4/Krs0qU1Mc68" height="1" width="1"/&gt;</content>
    <wfw:commentRss>http://dashes.com/anil/2009/09/these_things_are_related.xml</wfw:commentRss>

<feedburner:origLink>http://dashes.com/anil/2009/09/these-things-are-related.html</feedburner:origLink><feedburner:origLink>http://feeds.dashes.com/~r/AnilDash/~3/Krs0qU1Mc68/these-things-are-related.html</feedburner:origLink></entry>

<entry>
    <title>Eight is Starting Over</title>
    <link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/typepad/anildash/anil/~3/3asQpUXeVUY/eight-is-starting-over.html" />
    <id>tag:dashes.com,2009:/anil//1.7241</id>

    <published>2009-09-11T18:36:50Z</published>
    <updated>2009-09-11T19:06:26Z</updated>

    <summary>One year ago, I wrote a remembrance, as I do every year, of where I'm at compared to where I was on this day in...</summary>
    <author>
        <name>Anil</name>
        <uri>http://anildash.com/</uri>
    </author>
    
        <category term="nyc" scheme="http://www.sixapart.com/ns/types#category" />
    
    <category term="911" label="9/11" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="nyc" label="nyc" scheme="http://www.sixapart.com/ns/types#tag" />
    
    <content type="html" xml:lang="en" xml:base="http://dashes.com/anil/">
        &lt;p&gt;One year ago, I wrote a remembrance, as I do every year, of where I'm at compared to where I was on this day in 2001. As a New Yorker, it's a personal ritual, one that I share publicly but do more for myself than for anyone else.&lt;/p&gt;

&lt;p&gt;It was startling to see how angry I was &lt;a href="http://dashes.com/anil/2008/09/seven-is-angry.html"&gt;a year ago&lt;/a&gt;, because I'm not angry today. Writing then, I said,&lt;/p&gt;

&lt;blockquote&gt;

&lt;p&gt;Finally getting angry myself, I realize that nobody has more right to claim authority over the legacy of the attacks than the people of New York. And yet, I don't see survivors of the attacks downtown claiming the exclusive right to represent the noble ambition of Never Forgetting. I'm not saying that people never mention the attacks here in New York, but there's a genuine awareness that, if you use the attacks as justification for your position, the person you're addressing may well have lost more than you that day. As I write this, I know that parked out front is the car of a woman who works in my neighborhood. Her car has a simple but striking memorial on it, listing her mother's name, date of birth, and the date 9/11/2001. Every single day I walk by there and know that blowhards who only ever saw the attacks as a video loop on &lt;span class="caps"&gt;CNN &lt;/span&gt;would never dare pontificate to her about Never Forgetting.&lt;/p&gt;

&lt;/blockquote&gt;

&lt;p&gt;But this year, I am much more at peace. It may be that, &lt;em&gt;finally&lt;/em&gt;, we've been called on by our leadership to mark this day by being of service to our communities, our country, and our fellow humans. I've been trying of late to do exactly that. And I've had a bit of a realization about how my own life was changed by that day.&lt;/p&gt;

&lt;p&gt;Speaking to my mother last week, I offhandedly mentioned how almost all of my friends and acquaintances, my entire career and my accomplishments, my ambitions and hopes have all been born since September 11, 2001. If you'll pardon the geeky reference, it's as if my life was rebooted that day and in the short period afterwards. While I have a handful of lifelong friends with whom I've stayed in touch, most of the people I'm closest to are those who were with me on the day of the attacks or shortly thereafter, and the goals I have for myself are those which I formed in the next days and weeks. i don't think it's coincidence that I was introduced to my wife while the wreckage at the site of the towers was still smoldering, or that I resolved to have my life's work amount to something meaningful while my beloved city was still papered with signs mourning the missing.&lt;/p&gt;

&lt;p&gt;Certainly, some of this is just the nature of growing up. I'm not the young man I was back then, and some of this is just the maturity of being at a different stage of life now. But I find some consolation in the idea that at least one of my lessons taken away from such a senseless loss of life was that I needed to live my own life with urgency, passion, love and obligation to others. I'm not there yet, but I am trying, and I can at least look back at the last eight years and see a bit of progress, in my own life, in the work of those around me, and in my city and my country as well.&lt;/p&gt;

&lt;p&gt;If you're interested in taking a look back, I &lt;a href="http://dashes.com/anil/2001/09/thank-you.html"&gt;posted on the day of the attacks&lt;/a&gt;. I can also offer some excerpts from past years.&lt;/p&gt;

&lt;p&gt;In 2002, I wrote &lt;a href="http://dashes.com/anil/2002/09/on-being-an-ame.html"&gt;On Being an American&lt;/a&gt;:&lt;/p&gt;

&lt;blockquote&gt;

&lt;p&gt;Get annoyed, get angry, be incensed as you are with your sister who always votes the opposite of you, as annoyed as you get with your father who never quite got where you were coming from politically. And come back, shaking your head but still smiling, and enjoy the chance to appreciate those Americans that your reflexes tell you to resent. Be thankful for the chance to have neighbors or fellow citizens who raise your ire or offend your sensibilities. Be thankful that we can sit in a quiet small town and roll our eyes at the inanities of a visitor from a big city.&lt;/p&gt;

&lt;/blockquote&gt;

&lt;p&gt;In 2003, &lt;a href="http://dashes.com/anil/2003/09/two-years.html"&gt;Two Years&lt;/a&gt;:&lt;/p&gt;

&lt;blockquote&gt;

&lt;p&gt;There's other people, who are consumed by their anger, unable to move forward with their lives, and determined to pick the scab and make sure it never heals. They find honor in making sure the pain never subsides, and in trying to make others hurt like they do. We have some of those, and I understand why they have to hold on to their anger. I just hope they see that it's not the best thing for them, in the long term. I spent a lot of time, too much time, resenting people who were visiting our city, and especially the site of the attacks, these past two years. I've been so protective, I didn't want them to come and get their picture taken like it was Cinderella's Castle or something. I'm trying really hard not to be so angry about that these days. I found that being angry kept me from doing the productive and important things that really mattered, and kept me from living a life that I know I'm lucky to have.&lt;/p&gt;

&lt;/blockquote&gt;

&lt;p&gt;In 2004, &lt;a href="http://dashes.com/anil/2004/09/thinking-of-you.html"&gt;Thinking of You&lt;/a&gt;:&lt;/p&gt;

&lt;blockquote&gt;

&lt;p&gt;I don't know if it's distance, or just the passing of time, but I notice how muted the sorrow is. There's a passivity, a lack of passion to the observances. I knew it would come, in the same way that a friend told me quite presciently that day back in 2001 that "this is all going to be political debates someday" and, well, someday's already here.&lt;/p&gt;

&lt;/blockquote&gt;

&lt;p&gt;In 2005, &lt;a href="http://dashes.com/anil/2005/09/four-years.html"&gt;Four Years&lt;/a&gt;:&lt;/p&gt;

&lt;blockquote&gt;

&lt;p&gt;I was so defensive because I saw people who hated New York City, or at least didn't care very much about it, trying to act as if they were extremely invested in recovering from the attacks, or opining about the causes or effects of the attacks. And to me, my memory of the attacks and, especially, the days afterward had nothing to do with the geopolitics of the situation. They were about a real human tragedy, and about the people who were there and affected, and about everything but placing blame and pointing fingers. It felt thoughtless for everyone to offer their response in a framework that didn't honor the people who were actually going through the event.&lt;/p&gt;

&lt;/blockquote&gt;

&lt;p&gt;In 2006, I wrote &lt;a href="http://dashes.com/anil/2006/09/after-five-years-failure.html"&gt;After Five Years, Failure&lt;/a&gt;. At the time, I was feeling resigned to a more cynical observance of this anniversary:&lt;/p&gt;

&lt;blockquote&gt;

&lt;p&gt;[A]fter all the grief of the day, one of the strongest feelings I came away with on the day of the attacks was a feeling of some kind of &lt;em&gt;hope&lt;/em&gt;. Being in New York that day really showed me the best that people can be. As much as it's become cliché now, there's simply no other way to describe a display that profound. It was truly a case of people showing their very best nature.&lt;/p&gt;

&lt;p&gt;We seem to have let the hope of that day go, though.&lt;/p&gt;

&lt;/blockquote&gt;

&lt;p&gt;In 2007, I was trying to come to terms with the sense of distance that had developed, with &lt;a href="http://dashes.com/anil/2007/09/six-is-letting-go.html"&gt;Six Is Letting Go&lt;/a&gt;:&lt;/p&gt;

&lt;blockquote&gt;

&lt;p&gt;On the afternoon of September 11th, 2001, and especially on September 12th, I wasn't only sad. I was also hopeful. I wanted to believe that we wouldn't just Never Forget that we would also Always Remember. People were already insisting that we'd put aside our differences and come together, and maybe the part that I'm most bittersweet and wistful about was that I really believed it. I'd turned 26 years old just a few days before the attacks, and I realize in retrospect that maybe that moment, as I eased from my mid-twenties to my late twenties, was the last time I'd be unabashedly optimistic about something, even amidst all the sorrow.&lt;/p&gt;

&lt;/blockquote&gt;

&lt;p&gt;Thank you to those of you who've joined me over the years in remembering, and especially those who were there for me eight years ago today. As I &lt;a href="http://twitter.com/anildash/status/3911337935"&gt;said earlier today&lt;/a&gt;, eight years later, I am still thankful for the memory of my city showing its best nature on its worst day. I love New York.&lt;/p&gt;
        
    
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/WAtXG84u4rCXRLYL3AzUaWAfUq8/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/WAtXG84u4rCXRLYL3AzUaWAfUq8/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/WAtXG84u4rCXRLYL3AzUaWAfUq8/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/WAtXG84u4rCXRLYL3AzUaWAfUq8/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.dashes.com/~ff/AnilDash?a=4fInpU7op6g:cFLii8NnXS4:D7DqB2pKExk"&gt;&lt;img src="http://feeds.feedburner.com/~ff/AnilDash?i=4fInpU7op6g:cFLii8NnXS4:D7DqB2pKExk" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.dashes.com/~ff/AnilDash?a=4fInpU7op6g:cFLii8NnXS4:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/AnilDash?i=4fInpU7op6g:cFLii8NnXS4:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.dashes.com/~ff/AnilDash?a=4fInpU7op6g:cFLii8NnXS4:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/AnilDash?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.dashes.com/~ff/AnilDash?a=4fInpU7op6g:cFLii8NnXS4:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/AnilDash?i=4fInpU7op6g:cFLii8NnXS4:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/AnilDash/~4/4fInpU7op6g" height="1" width="1"/&gt;</content>
    <wfw:commentRss>http://dashes.com/anil/2009/09/eight_is_starting_over.xml</wfw:commentRss>

<feedburner:origLink>http://dashes.com/anil/2009/09/eight-is-starting-over.html</feedburner:origLink><feedburner:origLink>http://feeds.dashes.com/~r/AnilDash/~3/4fInpU7op6g/eight-is-starting-over.html</feedburner:origLink></entry>

<entry>
    <title>09/09/09 - The Day the Record Industry Died</title>
    <link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/typepad/anildash/anil/~3/vt9Uz1bF4qA/090909---the-day-the-record-industry-died.html" />
    <id>tag:dashes.com,2009:/anil//1.7240</id>

    <published>2009-09-09T18:12:13Z</published>
    <updated>2009-09-09T18:38:59Z</updated>

    <summary>Today brings two announcements of great import to music fans, but they're most notable for who's not involved: The major record labels. First, The Beatles...</summary>
    <author>
        <name>Anil</name>
        <uri>http://anildash.com/</uri>
    </author>
    
    
    <content type="html" xml:lang="en" xml:base="http://dashes.com/anil/">
        &lt;p&gt;Today brings two announcements of great import to music fans, but they're most notable for who's not involved: The major record labels.&lt;/p&gt;

&lt;p&gt;First, The Beatles are announcing a slew of new launches to reboot the band for the digital era, including a branded version of &lt;a href="http://www.amazon.com/gp/product/B001UQ704C?ie=UTF8&amp;amp;tag=2020-20&amp;amp;linkCode=as2&amp;amp;camp=1789&amp;amp;creative=390957&amp;amp;creativeASIN=B001UQ704C"&gt;Rock Band&lt;/a&gt; and the release of a set of &lt;a href="http://www.amazon.com/gp/product/B002BSHWUU?ie=UTF8&amp;amp;tag=2020-20&amp;amp;linkCode=as2&amp;amp;camp=1789&amp;amp;creative=390957&amp;amp;creativeASIN=B002BSHWUU"&gt;digitally-remastered recordings&lt;/a&gt; that ready their catalog for purchase online for the first time. At the same time, Apple is holding their annual iPod advertising event, focused (as is often the case) on music. Most of today's announcements from Apple are focused on the packaging and distribution of digital music, not just on songs and artists themselves.&lt;/p&gt;

&lt;p&gt;But what's remarkable is what the confluence of these two events represents: The final decline of the record industry's ability to define the popular narrative about music. With only a few exceptions (such as &lt;a href="http://en.wikipedia.org/wiki/Reprise_Records"&gt;Reprise&lt;/a&gt;, started by Frank Sinatra, and &lt;a href="http://en.wikipedia.org/wiki/Apple_Corps"&gt;Apple Corps&lt;/a&gt;, started by the Beatles), record labels have been started by business people who have a terrifyingly consistent history of exploiting the artists they were ostensibly trying to promote. The labels compounded these affronts by developing a contempt for the new way consumers have decided to consume music in this millenium, hastening the end of the era of the major record labels .&lt;/p&gt;

&lt;p&gt;But today marks a clear and unmistakeable milestone, dramatically demonstrating that the &lt;em&gt;only&lt;/em&gt; entities with the power to make news about music today are artists themselves (as in the case of the Beatles) or technology companies (like Apple). You could arguably include a few TV shows, as well, insofar as reality competition game shows help introduce new artists. Despite this reality, though, most record labels today still absurdly believe that the media covers something like a new Jay-Z album because of &lt;em&gt;the label's&lt;/em&gt; promotional efforts, instead of that coverage having arisen from genuine demand from fans, as demonstrated by dialogue on blogs, Twitter, Facebook or just in face-to-face "hey, you gotta hear this song!" conversations. The reality is that the people who can get excitement going about music these days aren't in the record industry at all, but rather all around it.&lt;/p&gt;

&lt;p&gt;It's not surprising, of course &amp;mdash; the record industry was remarkably late to realize that we've all cared about the &lt;em&gt;music&lt;/em&gt;, not the records or CDs themselves. Thousands of articles and blog posts have been written about that transition, to the point where the record labels' demise has gone from unimaginable to being accepted as an inevitability in less than a decade.&lt;/p&gt;

&lt;p&gt;Nothing could be more striking, though, than a day that's all about music but ony features a minor, marginal role for the traditional record companies. They've had a good run, but looking at the larger pattern of today's news makes it clear that their moment has passed.&lt;/p&gt;
        
    
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/1XcEuf8ZAaPSLCRrDzLLqsd0Knk/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/1XcEuf8ZAaPSLCRrDzLLqsd0Knk/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/1XcEuf8ZAaPSLCRrDzLLqsd0Knk/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/1XcEuf8ZAaPSLCRrDzLLqsd0Knk/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.dashes.com/~ff/AnilDash?a=ZT98t-ZzVWk:7WAlL7D2QpA:D7DqB2pKExk"&gt;&lt;img src="http://feeds.feedburner.com/~ff/AnilDash?i=ZT98t-ZzVWk:7WAlL7D2QpA:D7DqB2pKExk" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.dashes.com/~ff/AnilDash?a=ZT98t-ZzVWk:7WAlL7D2QpA:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/AnilDash?i=ZT98t-ZzVWk:7WAlL7D2QpA:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.dashes.com/~ff/AnilDash?a=ZT98t-ZzVWk:7WAlL7D2QpA:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/AnilDash?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.dashes.com/~ff/AnilDash?a=ZT98t-ZzVWk:7WAlL7D2QpA:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/AnilDash?i=ZT98t-ZzVWk:7WAlL7D2QpA:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/AnilDash/~4/ZT98t-ZzVWk" height="1" width="1"/&gt;</content>
    <wfw:commentRss>http://dashes.com/anil/2009/09/090909_-_the_day_the_record_industry_died.xml</wfw:commentRss>

<feedburner:origLink>http://dashes.com/anil/2009/09/090909---the-day-the-record-industry-died.html</feedburner:origLink><feedburner:origLink>http://feeds.dashes.com/~r/AnilDash/~3/ZT98t-ZzVWk/090909---the-day-the-record-industry-died.html</feedburner:origLink></entry>

<entry>
    <title>Blog Advertising, Prescience and Seven Years</title>
    <link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/typepad/anildash/anil/~3/oWvECxNTYC0/blog-advertising-prescience-and-seven-years.html" />
    <id>tag:dashes.com,2009:/anil//1.7239</id>

    <published>2009-09-03T23:25:58Z</published>
    <updated>2009-09-03T23:41:19Z</updated>

    <summary>About seven years ago, Matt Haughey, Paul Bausch and Meg Hourihan ran a very cool early blogging community called Blogroots, which acted as watercooler for...</summary>
    <author>
        <name>Anil</name>
        <uri>http://anildash.com/</uri>
    </author>
    
        <category term="tech" scheme="http://www.sixapart.com/ns/types#category" />
    
    <category term="advertising" label="advertising" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="blogs" label="blogs" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="gizmodo" label="gizmodo" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="nickdenton" label="nick denton" scheme="http://www.sixapart.com/ns/types#tag" />
    
    <content type="html" xml:lang="en" xml:base="http://dashes.com/anil/">
        &lt;p&gt;About seven years ago, Matt Haughey, Paul Bausch and Meg Hourihan ran a very cool early blogging community called Blogroots, which acted as watercooler for conversations about the evolution of the then-nascent medium.&lt;/p&gt;

&lt;p&gt;I'd found some links to the site in the Web Archive a few months ago, and sent them around, and then was delighted to see one of them surface on its own again today. Gawker Media's Erin Pettigrew used &lt;a href="http://web.archive.org/web/20021002042104/www.blogroots.com/comments.blog/129"&gt;the initial thread about the launch of Gizmodo&lt;/a&gt; (Gawker's first title), along with &lt;a href="http://dashes.com/anil/2002/08/gizmodo-launche.html"&gt;my post at the time&lt;/a&gt; as a jumping-off point for &lt;a href="http://advertising.gawker.com/5351013/then-and-now-seven-years-of-blogging-as-business"&gt;a look at Gawker's success seven years later&lt;/a&gt;. I'm a big fan of using the history of our blogs as a record of the lessons we've learned over the years, and I'm glad I wasn't (overly) harsh about Gawker's chances.&lt;/p&gt;

&lt;p&gt;As far as advertising on blogs goes, though, I'll admit I've become a bit of a convert to the potential. Today's conversation prompted a quick glance at the numbers for the biggest blog advertising platforms in the &lt;span class="caps"&gt;U.S., &lt;/span&gt;revealing something kind of interesting:&lt;/p&gt;

&lt;p&gt;&lt;a href="http://dashes.com/anil/assets_c/2009/09/us-blog-ad-networks-jul2009-200.html" onclick="window.open('http://dashes.com/anil/assets_c/2009/09/us-blog-ad-networks-jul2009-200.html','popup','width=843,height=703,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0'); return false" class="imgcenter"&gt;&lt;img src="http://dashes.com/anil/assets_c/2009/09/us-blog-ad-networks-jul2009-thumb-400x333-200.png" width="400" height="333" alt="us-blog-ad-networks-jul2009.png" /&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Not too shabby, considering it's only been a little over a year since &lt;a href="http://www.sixapart.com/advertising"&gt;Six Apart Media&lt;/a&gt; launched. Another little trivia note &amp;mdash; that first Gizmodo design, which inspired such an interesting conversation, was designed and implemented by Mena and Ben Trott, working as sort of an ancient ancestor of today's &lt;a href="http://www.sixapart.com/services/"&gt;Six Apart Services&lt;/a&gt;. It's fun to see that everybody involved is not only still blogging, but succeeding at it.&lt;/p&gt;
        
    
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/r4Pg5RFh02Hda4NTx9mupeu4B5k/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/r4Pg5RFh02Hda4NTx9mupeu4B5k/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/r4Pg5RFh02Hda4NTx9mupeu4B5k/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/r4Pg5RFh02Hda4NTx9mupeu4B5k/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.dashes.com/~ff/AnilDash?a=L3UHTEQT1A8:Mk776t-OUpE:D7DqB2pKExk"&gt;&lt;img src="http://feeds.feedburner.com/~ff/AnilDash?i=L3UHTEQT1A8:Mk776t-OUpE:D7DqB2pKExk" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.dashes.com/~ff/AnilDash?a=L3UHTEQT1A8:Mk776t-OUpE:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/AnilDash?i=L3UHTEQT1A8:Mk776t-OUpE:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.dashes.com/~ff/AnilDash?a=L3UHTEQT1A8:Mk776t-OUpE:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/AnilDash?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.dashes.com/~ff/AnilDash?a=L3UHTEQT1A8:Mk776t-OUpE:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/AnilDash?i=L3UHTEQT1A8:Mk776t-OUpE:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/AnilDash/~4/L3UHTEQT1A8" height="1" width="1"/&gt;</content>
    <wfw:commentRss>http://dashes.com/anil/2009/09/blog_advertising_prescience_and_seven_years.xml</wfw:commentRss>

<feedburner:origLink>http://dashes.com/anil/2009/09/blog-advertising-prescience-and-seven-years.html</feedburner:origLink><feedburner:origLink>http://feeds.dashes.com/~r/AnilDash/~3/L3UHTEQT1A8/blog-advertising-prescience-and-seven-years.html</feedburner:origLink></entry>

<entry>
    <title>In Defense of the Punditocracy</title>
    <link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/typepad/anildash/anil/~3/UvWsGLOja0M/in-defense-of-the-punditocracy.html" />
    <id>tag:dashes.com,2009:/anil//1.7238</id>

    <published>2009-08-31T16:00:47Z</published>
    <updated>2009-08-31T16:16:40Z</updated>

    <summary>Michael Arrington. Dave Winer. Tim O'Reilly. Jason Calacanis. Add a few names of your own. Within the navel-gazing little corner of the tech world that...</summary>
    <author>
        <name>Anil</name>
        <uri>http://anildash.com/</uri>
    </author>
    
        <category term="tech" scheme="http://www.sixapart.com/ns/types#category" />
    
    <category term="davewiner" label="dave winer" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="jasoncalacanis" label="jason calacanis" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="michaelarrington" label="michael arrington" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="pundits" label="pundits" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="technology" label="technology" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="timoreilly" label="tim o'reilly" scheme="http://www.sixapart.com/ns/types#tag" />
    
    <content type="html" xml:lang="en" xml:base="http://dashes.com/anil/">
        &lt;p&gt;Michael Arrington. Dave Winer. Tim &lt;span class="caps"&gt;O'R&lt;/span&gt;eilly. Jason Calacanis. Add a few names of your own.&lt;/p&gt;

&lt;p&gt;Within the navel-gazing little corner of the tech world that I inhabit, the mere mention of these names are among the most evocative things you can say. As much as any of the companies or tech executives they write about, the pundits who opine each day on the profound and mundane developments in the world of gadgets and the web are a surprisingly polarizing bunch. But it's hard to figure out exactly &lt;em&gt;why&lt;/em&gt; that's the case.&lt;/p&gt;

&lt;h3&gt;Opinions are like...&lt;/h3&gt;

&lt;p&gt;Interestingly, the consensus on lots of these people (at least when they're not in the room) is pretty negative. For almost all of them, I've had someone say to me flat out "That guy's an asshole" when referring to them. Hearing it for years myself (especially when I didn't really &lt;em&gt;know&lt;/em&gt; any of them except by reputation), I was inclined to agree. "Who does that guy think he is? What a hack." Prone to bluster, at times self-important, reflecting our entire industry's frequent lack of real-world perspective, I figured the conventional wisdom about these guys was actually correct. Even if I share all of those traits myself.&lt;/p&gt;

&lt;p&gt;Recently, I took a look at my &lt;em&gt;personal&lt;/em&gt; experience with most of these men, and the few other high-profile tech pundits with whom I have at least a casual acquaintance. And in nearly every case, they'd been pretty much positive. Sure, I've cringed when the work I've done (either personally or as part of Six Apart) has been criticized or, worse, ignored. But it's hard to find a time when a response to something I did was wildly unfair, or when any factual errors weren't quickly corrected. More importantly, they've consistently been generous and welcoming in encouraging me to speak up not just about the opinions I have about technology or tech companies, but about the way that our industry as a whole needs to evolve.&lt;/p&gt;

&lt;p&gt;I've had a bit of time to reflect on it because lately, obviously, I've been engaging in a bit of armchair punditry myself lately. Hopefully I'm not quite so hyperbolic as the worst excesses of contemporary tech punditry, but I've unabashedly been trying to be provocative and ambitious in what I'm writing. And I realize the key difference between me and those who have been the harshest critics of the current reigning powers in tech punditry is that the critics have often put the pundits on a pedestal, and then attack them for being in a position of power, &lt;em&gt;not&lt;/em&gt; for any particularly egregious problems with the content of what they're saying. I've &lt;a href="http://dashes.com/anil/2009/07/free-criticism-and-science-without-data.html"&gt;said it before&lt;/a&gt;: We hate most in others that which we fail to see in ourselves.&lt;/p&gt;

&lt;p&gt;Call it arrogance on my part, or naivete, but I have never seen any tech pundit on the web as more qualified to opine than I am, and have never ascribed more power to any blogger just because they have a bigger audience than my site, or because they happen to run a conference that people pay to attend. As a result, their shortcomings don't bother me, and it certainly helped me get over the feeling that I should have strong feelings (positive or negative) about a bunch of guys I barely know. When they're doing good, the tech pundits are just another bunch of good bloggers that I read, and when they're screwing up, that just means more room for me to do what I do.&lt;/p&gt;

&lt;h3&gt;A Little Perspective&lt;/h3&gt;

&lt;p&gt;Perhaps the biggest lesson has been from my conversations with those &lt;em&gt;outside&lt;/em&gt; of the tech industry. I always ask who they get their tech news from, and what their opinion is of those pundits. Nearly every outsider has said they're very pleased with how the prominent tech pundits represent our industry. Those with a little bit of distance from the petty politics of the tech world are uniformly astonished at how much negativity and even contempt those within the tech industry have for our most prominent voices.&lt;/p&gt;

&lt;p&gt;Now, I'm not saying there is nothing to criticize about the work of the major influencers in the world of web technology. You may have noticed that the example names above, along with a dozen others I could have added, will mostly fall into the category of American white male millionaires. That's a demographic with whom I have no quibble ("Some of my best friends are...!"), but that I feel we can safely acknowledge our outreach to this group can be considered a Mission Accomplished, and we can now move on to accommodating the voices of additional groups. But most of my criticisms of their work are, I have found, more criticisms of our &lt;em&gt;industry in general&lt;/em&gt;. An emphasis on the novel instead of the meaningful, a tendency to overemphasize minor news and downplay bigger stories, a focus on the technical details of a new technology instead of its social impact &amp;mdash; I think the blog posts and conferences that we all participate on demonstrate these flaws as a reflection of the faults of our culture overall. I can't judge any individual too harshly for failing to consistently rise above the culture that surrounds them.&lt;/p&gt;

&lt;p&gt;I'll gladly call any of these pundits on the carpet for mistakes they make, or for shortcomings in the work they produce. Hopefully, my track record of arguing for inclusiveness will be a positive nuisance to encourage them to follow the better angels of their nature. And of course, I'll be accused of sucking up to them, even though I have no agenda in defending them except to note that the tactic of quietly insulting the tech pundits has not been particularly effective in diminishing their influence.&lt;/p&gt;

&lt;p&gt;But as I've begun to (re-)dabble in punditry, I think it's telling that private conversations (and the occasional ranting blogger) direct so much vitriol at the people who lead much of the conversation in the world of technology. it would seem the more effective form of criticism is obvious, effective and relatively easy: Just do better yourself. &lt;/p&gt;
        
    
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/_XgX3CrHW_lpJyBzQxqwAZJWbKM/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/_XgX3CrHW_lpJyBzQxqwAZJWbKM/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/_XgX3CrHW_lpJyBzQxqwAZJWbKM/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/_XgX3CrHW_lpJyBzQxqwAZJWbKM/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.dashes.com/~ff/AnilDash?a=OAKWNbwrZBg:4NvPRKcJRLg:D7DqB2pKExk"&gt;&lt;img src="http://feeds.feedburner.com/~ff/AnilDash?i=OAKWNbwrZBg:4NvPRKcJRLg:D7DqB2pKExk" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.dashes.com/~ff/AnilDash?a=OAKWNbwrZBg:4NvPRKcJRLg:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/AnilDash?i=OAKWNbwrZBg:4NvPRKcJRLg:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.dashes.com/~ff/AnilDash?a=OAKWNbwrZBg:4NvPRKcJRLg:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/AnilDash?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.dashes.com/~ff/AnilDash?a=OAKWNbwrZBg:4NvPRKcJRLg:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/AnilDash?i=OAKWNbwrZBg:4NvPRKcJRLg:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/AnilDash/~4/OAKWNbwrZBg" height="1" width="1"/&gt;</content>
    <wfw:commentRss>http://dashes.com/anil/2009/08/in_defense_of_the_punditocracy.xml</wfw:commentRss>

<feedburner:origLink>http://dashes.com/anil/2009/08/in-defense-of-the-punditocracy.html</feedburner:origLink><feedburner:origLink>http://feeds.dashes.com/~r/AnilDash/~3/OAKWNbwrZBg/in-defense-of-the-punditocracy.html</feedburner:origLink></entry>

</feed>
