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

<channel>
	<title>James Governor&#039;s Monkchips &#187; twitter</title>
	<atom:link href="http://www.redmonk.com/jgovernor/tag/twitter/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.redmonk.com/jgovernor</link>
	<description>An industry analyst blog looking at software ecosystems and convergence</description>
	<lastBuildDate>Fri, 13 Jan 2012 22:00:13 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>What if IBM Software Got Simple?</title>
		<link>http://www.redmonk.com/jgovernor/2012/01/03/what-if-ibm-software-got-simple/</link>
		<comments>http://www.redmonk.com/jgovernor/2012/01/03/what-if-ibm-software-got-simple/#comments</comments>
		<pubDate>Tue, 03 Jan 2012 18:30:17 +0000</pubDate>
		<dc:creator>James Governor</dc:creator>
				<category><![CDATA[]]></category>
		<category><![CDATA[IBM]]></category>
		<category><![CDATA[cloud]]></category>
		<category><![CDATA[devops]]></category>
		<category><![CDATA[DHH]]></category>
		<category><![CDATA[lesscode]]></category>
		<category><![CDATA[Rails]]></category>
		<category><![CDATA[twitter]]></category>
		<category><![CDATA[VMware]]></category>

		<guid isPermaLink="false">http://www.redmonk.com/jgovernor/?p=3619</guid>
		<description><![CDATA[Tweet Last month I attended IBM&#8217;s 10th Annual [Steve] Mills event, when industry analysts converge to hear what Software Group has been up to, and where its going. There is always a ton of content, which makes it hard to summarize, so I won&#8217;t even try. But there are a couple of key narratives I [...]]]></description>
			<content:encoded><![CDATA[<div class="wp_twitter_button" style="float: right; margin-left: 10px;">
					<a href="http://twitter.com/share?counturl=http%3A%2F%2Fwww.redmonk.com%2Fjgovernor%2F2012%2F01%2F03%2Fwhat-if-ibm-software-got-simple%2F" class="twitter-share-button" data-url="http://www.redmonk.com/jgovernor/2012/01/03/what-if-ibm-software-got-simple/" data-count="vertical" data-via="" data-lang="de" data-text="What if IBM Software Got Simple? | James Governor&#039;s Monkchips #cloud #devops #DHH #lesscode #Rails #twitter #VMware">Tweet</a><br />
					<script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script>
				</div>
<p><img alt="" src="https://lh5.googleusercontent.com/-j6jRjmAlK-s/TwNH3wJGHMI/AAAAAAAACc4/dbNXQZeDajI/s480/ibm%252520think.jpg" title="ibm think" class="alignnone" width="480" height="360" /></p>
<p>Last month I attended IBM&#8217;s 10th Annual [Steve] Mills event, when industry analysts converge to hear what Software Group has been up to, and where its going. There is always a ton of content, which makes it hard to summarize, so I won&#8217;t even try. But there are a couple of key narratives I want to capture, and I will use separate posts for them. </p>
<p>The first narrative is <strong>Get Simple</strong>. </p>
<p>Generally IBM doesn&#8217;t understand simple. IBM likes to create systems that are infinitely configurable, to meet every possible &#8220;need&#8221; that an enterprise might ever think of. As I like to say: IBM never met a requirement it didn&#8217;t like. But configuration is expensive &#8211; it requires consultants (go IGS!) and a lot of time and unnecessary pain.</p>
<p>I had a number of conversations at the Mills event however, which indicated IBM is getting a feel for the new simple. Rather than telling customers they can have all their old complexity and cloud operations too IBM is going to start being opinionated about system images. One of the first IBM products built to this way of thinking is the new <a href="http://greenmonk.net/ibm-launch-intelligent-water-for-smarter-cities/">Intelligent Operations Center</a>, used as the basis for IBM Smarter City and water management plays. Customers can basically acquire the IOC in four different versions&#8230; large on-prem, large SaaS, small on-prem, small SaaS, and that&#8217;s pretty much it. But more products are likely to take the same approach.</p>
<p>When I have spoken to IBM Distinguished Engineers and senior managers in the past they have tended to believe that complexity could be abstracted, but after the failure of models such as <a href="http://www.networkworld.com/community/node/39615">Ensembles</a>, it seems a new pragmatism at work. I talked to Jason McGee and Rob High, both DEs, and they both talked to the new simplicity as a better way of doing things.</p>
<p>IBM of course isn&#8217;t the only one with the config problem &#8211; its practically definitional for Enterprise software. In 2006 <a href="http://www.redmonk.com/jgovernor/2006/12/05/microsoft-to-deliver-lessconfig-in-windows-server-longhorn-and-how-to-brief-industry-analysts-or-not/">I said</a> &#8220;Microsoft servers are a configuration fetishists’ wet dream&#8221;.</p>
<p>Unlike the enterprise however the Web thrives on simplicity &#8211; certainly on the config and operations side. Ruby on Rails, the favorite framework of many web developers, is based on a core concept &#8211; Convention over Configuration. </p>
<p>The idea is summed up pretty nicely <a href="http://softwareengineering.vazexqi.com/files/pattern.html">here:</a>&#8220;Design a framework so that it enforces standard naming conventions for mapping classes to resources or events. A programmer only needs to write the mapping configurations when the naming convention&#8221; fails.&#8221; </p>
<p>Or in <a href="http://www.redmonk.com/jgovernor/2006/04/13/37signals-david-heinemeier-hansson-responds-on-lessconfig-the-advantages-of-convention">my rambling fashion</a>:</p>
<blockquote><p>Ruby on Rails is interesting because it forces constraints on developers… and they <em>like</em> it.</p>
<p>Rails is about freedom in the Kantian sense-development has a categorical imperative – what you do should be morally applicable to anyone else in the same circumstance. Its about responsibilities rather than rights. The responsibility to ease of use.</p>
<p>Abstractions are aspects or constraints of the framework itself, rather than veneers to hide code behind and allow ever more configurations to be applied. Freedom comes from accepting and working within constraints. Beautiful code comes from limitations, not being able to configure everything in sight.</p></blockquote>
<p>A related way of thinking is <a href="http://lesscode.org/">lesscode</a>.</p>
<blockquote><p>
lesscode.org is a place to advocate, discuss, and practice the art of using less code to get more done. We shun complexity and challenge the status-quo when it impedes our ability to simplify our development tools and processes. We appreciate Python, Ruby, LAMP, REST, KISS, worse is better, and talk like a pirate day.</p></blockquote>
<p>Back in 2006 (that year again!) I asked David Heinemeier Hansson, inventor of the Rails framework, if lesscode also meant less maintenance. He was good enough to <a href="http://www.redmonk.com/jgovernor/2006/04/13/37signals-david-heinemeier-hansson-responds-on-lessconfig-the-advantages-of-convention">offer a thoughtful response</a>, which I will include in full.</p>
<blockquote><p>&#8220;So my experiences would tell me that conventions of reward (&#8220;do it like this and you’ll get that for free&#8221;) has a really long shelve life. I remember when I worked in PHP, I would always tweak the configuration approach a tad going from app to app. This would lead to the code base of the previous project feeling really old really quick.</p>
<p>Rails applications don’t suffer from the same notion. Yes, we keep adding features and tweaking APIs to make the common stuff easier, but the majority of core conventions has been stable for a very long time now. It gives all applications a common culture and fix point.&#8221;</p></blockquote>
<p>Java culture (more JAR JAR, more WAR WAR) is a long way from Rails culture, though early Spring (and latterly Roo) made some valiant efforts to make Java more of a convention oriented system for development. </p>
<p>Now I don&#8217;t want to go down a Rails is more maintainable than Java rathole, especially because Web Companies seemingly turn into Java shops when they grow up (Twitter, for example, recently took a seat on the JCP). As Eric Baldeschweiler, founder of Hortonworks and the guy that hired Doug Cutting to build Hadoop for Yahoo, told me recently he learned to love Java precisely because it allowed Hadoop to evolve, <em>because of</em> its maintainability. </p>
<p>But its inarguable that reducing configuration options makes support and maintenance easier. You can&#8217;t automate your way out of complexity.</p>
<p>That&#8217;s the real lesson of the web. How does Twitter support a user population of hundreds of millions of people with such a small ops team? The answer is limiting the range of deployment options in terms of servers. The same is true of any of the major web firms.</p>
<p>As I wrote recently, VMware seems to understand this trend lessons of the web: <a href="http://www.redmonk.com/jgovernor/2011/10/21/lessons-of-the-web-on-vmware-cloud-and-what-comes-next/">on vmware, cloud and what comes next</a>. I have to say its good news to see another client, in the shape of IBM, thinking the same way. The Web can teach the enterprise something about Cloud Computing &#8211; after all, that&#8217;s where it came from, right? </p>
<p>Am I saying that all IBM products are now easy to install? Of course not. This will be a multiyear effort with missteps along the way. But consider- when you build a new data center you don&#8217;t retrofit it with a bunch of old intel gear. You build out for scale, with the latest hardware. That&#8217;s the kind of model we need to move to in software. </p>
<p>As much as anything, I think its worth calling out that IBM is thinking this way. </p>
<p>IBM is a client, and paid T&#038;E to the Mills event.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.redmonk.com/jgovernor/2012/01/03/what-if-ibm-software-got-simple/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>New Kingmakers: Software Developer Talent as Financial Bubble</title>
		<link>http://www.redmonk.com/jgovernor/2010/11/12/new-kingmakers-software-developer-talent-as-financial-bubble/</link>
		<comments>http://www.redmonk.com/jgovernor/2010/11/12/new-kingmakers-software-developer-talent-as-financial-bubble/#comments</comments>
		<pubDate>Fri, 12 Nov 2010 13:05:00 +0000</pubDate>
		<dc:creator>James Governor</dc:creator>
				<category><![CDATA[developers]]></category>
		<category><![CDATA[Techcrunch]]></category>
		<category><![CDATA[twitter]]></category>
		<category><![CDATA[USV]]></category>

		<guid isPermaLink="false">http://www.redmonk.com/jgovernor/?p=2971</guid>
		<description><![CDATA[Tweet Interesting post from Fred Wilson at Union Square Ventures today: he is worried investments are happening without due diligence&#8230; but the war for development talent is the real issue for startups and investors. We are also seeing a massive talent war for software engineers going on in Silicon Valley and it is spilling over [...]]]></description>
			<content:encoded><![CDATA[<div class="wp_twitter_button" style="float: right; margin-left: 10px;">
					<a href="http://twitter.com/share?counturl=http%3A%2F%2Fwww.redmonk.com%2Fjgovernor%2F2010%2F11%2F12%2Fnew-kingmakers-software-developer-talent-as-financial-bubble%2F" class="twitter-share-button" data-url="http://www.redmonk.com/jgovernor/2010/11/12/new-kingmakers-software-developer-talent-as-financial-bubble/" data-count="vertical" data-via="" data-lang="de" data-text="New Kingmakers: Software Developer Talent as Financial Bubble | James Governor&#039;s Monkchips #Techcrunch #twitter #USV">Tweet</a><br />
					<script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script>
				</div>
<p><img class="alignnone" title="bubble cards" src="http://upload.wikimedia.org/wikipedia/commons/2/2d/South_Sea_Bubble_Cards-Tree.png" alt="" width="493" height="770" /></p>
<p>Interesting <a href="http://www.avc.com/a_vc/2010/11/storm-clouds.html">post</a> from Fred Wilson at Union Square Ventures today: he is worried investments are happening without due diligence&#8230; but the war for development talent is the real issue for startups and investors.</p>
<blockquote><p>We are also seeing a massive talent war for software engineers going  on in Silicon Valley and it is spilling over into other regions. The <a href="http://techcrunch.com/2010/11/11/google-offers-staff-engineer-3-5-million-to-turn-down-facebook-offer/" target="_self">story by Mike Arrington this morning about a Google engineer </a>is  just one example. There are many more examples of poaching by companies  driving up salaries, equity packages, and stay and join bonuses.</p>
<p>You might say, &#8220;this is good for entrepreneurs and software  engineers, they are finally being valued what they are worth.&#8221; Maybe.  But I think both of these situations are unsustainable. And anything  that is unsustainable will eventually stop happening. And when it stops  happening, there will be a dislocation event that will cause people to  change their behavior.</p></blockquote>
<p>Arguably the new normal is a healthier state of affairs than the days when startups would drop a bunch of money on Cisco, EMC, Oracle and Sun gear &#8211; before even getting started building an application. Developers should be celebrated, and frankly great developers are worth it: they are the <a href="http://redmonk.com/sogrady/2010/09/09/the-new-kingmakers/">new kingmakers</a>.  But of course for investors spending big on talent rather than gear is scary &#8211; because talent can always up and leave. The Silicon Valley startup scene is beginning to look like the Champions League.</p>
<p>RedMonk fundamentally believes in sustainable business models &#8211; we always saw open source as a great enabler, but not the source of easy margins. We think the <a href="http://redmonk.com/sogrady/2010/06/21/opensource-billion-dollar-barrier/">Billion Dollar Barrier is Irrelevant</a>. Rather the margins come in the <em>packaging for user experience</em>, with the addition of proprietary elements- just ask Apple. Certainly since his infamous <a href="http://www.avc.com/a_vc/2010/04/the-twitter-platform.html">Inflection Point memo</a> Twitter has been filling holes, more or less successfully &#8211; taking a more Apple like view of the Twitter platform. But it seems to me that its precisely by filling the holes that developers become more expensive. If devs have to join the company in order to play, there is a fee associated with that.</p>
<p>It seems to me that the for web companies and future USV investments, and in fact VC and angel investment more broadly -  one answer is already part of the mix &#8211; Open Source. Google, Facebook, Twitter are all increasingly contributing code to open source. So what about hiring? Let the developers own the code, and their bonus expectations are likely to be lower. Does @hugs want to &#8220;take all&#8221;, or make Selenium the best, most widely deployed testing framework out there? <a href="http://www.jrandolph.com/blog/">Jason</a>? A company only really needs to own the user experience. The <a href="http://www.redmonk.com/jgovernor/2007/01/04/on-jon-udell-freedom-talent-management-and-the-new-patronage-economy/">new patronage economy</a> and open source. Back in 2007 I wrote:</p>
<blockquote><p>In this view of the world, open source, Creative Commons and Open Data,  are even more important, because it may be that the only way the talent  is willing to hand over its intellectual property is in the form of  shared community assets.  If code is open source I can work on it  regardless of who I work for at any given time. Otherwise if I leave I have to leave my baby behind. The talent  potentially has a lot more control.  In the music world this might  translate into a refusal to allow record companies to DRM-hobble works.  And if companies want to buy the talent’s IP outright they may find that  rates start to go up considerably.</p></blockquote>
<p>Seems I was right. If winner takes all, then developers are the winners. <a href="http://techcrunch.com/2010/11/05/data-protectionism-begins-in-earnest/">Data Protectionism</a> increases margin opportunities, and developers aren&#8217;t stupid. If companies want to deflate the bubble they should open up their code and their data. Commercial open source is a decent model &#8211; with lots of happy (reasonably paid) developers building amazing things. The message is pretty clear.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.redmonk.com/jgovernor/2010/11/12/new-kingmakers-software-developer-talent-as-financial-bubble/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>SAP Influencer Summit: Best Practice in Real Time Influencer Relations, Twitter, Real Time Web etc</title>
		<link>http://www.redmonk.com/jgovernor/2009/12/15/sap-influencer-summit-best-practice-in-real-time-influencer-relations-twitter-real-time-web-etc/</link>
		<comments>http://www.redmonk.com/jgovernor/2009/12/15/sap-influencer-summit-best-practice-in-real-time-influencer-relations-twitter-real-time-web-etc/#comments</comments>
		<pubDate>Tue, 15 Dec 2009 17:40:45 +0000</pubDate>
		<dc:creator>James Governor</dc:creator>
				<category><![CDATA[]]></category>
		<category><![CDATA[AR]]></category>
		<category><![CDATA[blogging]]></category>
		<category><![CDATA[BusinessObjects]]></category>
		<category><![CDATA[PR]]></category>
		<category><![CDATA[SAP]]></category>
		<category><![CDATA[SWAY]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://www.redmonk.com/jgovernor/?p=2462</guid>
		<description><![CDATA[Tweet Today I came across a splendid post about corporate communications at last week&#8217;s SAP Influencer Summit by Barbara French, of SWAY blog. Barbara is a really smart thinker on new influencer models for business to business communications. The post should be essential reading for anyone that runs events for influencers &#8211; whether they be [...]]]></description>
			<content:encoded><![CDATA[<div class="wp_twitter_button" style="float: right; margin-left: 10px;">
					<a href="http://twitter.com/share?counturl=http%3A%2F%2Fwww.redmonk.com%2Fjgovernor%2F2009%2F12%2F15%2Fsap-influencer-summit-best-practice-in-real-time-influencer-relations-twitter-real-time-web-etc%2F" class="twitter-share-button" data-url="http://www.redmonk.com/jgovernor/2009/12/15/sap-influencer-summit-best-practice-in-real-time-influencer-relations-twitter-real-time-web-etc/" data-count="vertical" data-via="" data-lang="de" data-text="SAP Influencer Summit: Best Practice in Real Time Influencer Relations, Twitter, Real Time Web etc | James Governor&#039;s Monkchips #AR #blogging #BusinessObjects #PR #SAP #SWAY #twitter">Tweet</a><br />
					<script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script>
				</div>
<p><img class="alignnone" title="porous membrane" src="http://www.gapingvoid.com/zzzzzz7654229.jpg" alt="" width="455" height="250" /></p>
<p>Today I came across a splendid post about corporate communications at last week&#8217;s SAP Influencer Summit by <a href="http://www.barbarafrench.net/about/">Barbara French</a>, of <a href="http://www.barbarafrench.net/">SWAY</a> blog. Barbara is a really smart thinker on new influencer models for business to business communications. The post should be essential reading for anyone that runs events for influencers &#8211; whether they be financial or industry analysts, bloggers, customers, software developers or folks with a 100k twitter followers. So I asked Barbara if I could replicate it in full here&#8230;  she graciously agreed. My recommendation? Read this post and <a href="http://feeds.feedburner.com/influencer50/Tdhi">subscribe to SWAY</a>. You might also check out this <a href="http://www.sapweb20.com/blog/2009/12/conversations-sap-influencer-summit-vs-le-web/#comments">companion post</a> from SAP&#8217;s own Timo Elliott. And <a href="http://www.gapingvoid.com/zzzzzz7654229.jpg">this one from @gapingvoid</a>, which is as relevant as it ever was.</p>
<p>Oh yeah: one last point from me. Don&#8217;t have anything under NDA unless it needs to be. Identifying your trade secrets before the event will help sharpen up your messages. Blanket NDAs prevent useful feedback.</p>
<h1>Barbara Says</h1>
<p>The <a href="http://www.sap.com/community/specials/influencersummit09/index.epx">SAP Influencer Summit</a> dominated tech media and Twitter backchannel conversations about SAP all week. The event offers a good example of real time influencer relations management. If you’re planning an influencer summit for 2010, consider these 3 points:</p>
<p><strong>1. Open discourse. </strong>Several tech providers nixed live blogging and live micro-blogging (Twitter) during their influencer events this year. SAP set an important precedent by keeping all social media channels open and participating in conversations in real time. Live sessions were blogged, reported, tweeted and debated by people in attendance and by virtual attendees around the world. Follow SAP’s example: Limit NDAs to the situations where they make sense, such as the strategy development work leading up to an event like this. When the content doesn’t mandate an NDA, don’t curb use of social media.</p>
<p><strong>2. Employee engagement. </strong>Many SAP employees expanded on speaker and audience comments via Twitter. Creating a wider circle of employee commentators makes perfect sense. And you know what? The press, analysts and consultants were likely to contact their “unofficial” employee sources anyway. It’s a much better idea to involve more employees by design, than to pretend that exchanges are limited to the featured spokespeople and handlers in the room.</p>
<p><strong>3. Diverse attendees. </strong>SAP invited a diverse group of influencers to participate. Among tech industry influencers, big brand analysts and media dialogued side by side with solo opinion leaders and every size in between as well as customers and bloggers. Gathering diverse opinion leaders together to share the same information at the same time at a flagship event is smart on several counts. One, it’s efficient. Two, it sets up diverse, multiple touch points with marketplaces. It also helps build enough momentum to flow directly to offline conversations. In other words, no single point of failure and lot of juice.</p>
<p>For more on the SAP Influencer Summit, check out:</p>
<ul>
<li>Timo Elliott, an evangelist for SAP. He offers light commentary on what was going on behind the scenes <a href="http://bit.ly/6FaCqQ">here</a>.  He also links to a PDF document of Twitter feed from #sapsummit.</li>
<li>Jonathan Becher, SVP marketing at SAP and official SAP blogger for the event, posted <a href="http://bit.ly/5kldQS">here</a>.</li>
<li>R Ray Wang, an analyst with Altimeter Group, offers one analyst’s summary of the event themes and SAP’s performance <a href="http://bit.ly/6tkTId">here</a>.</li>
</ul>
<p>Update December 14th: Adding 2 more links to analyst reactions. Please feel free to add more attendee links in the comments. &#8211; B</p>
<ul>
<li>Jon Reed, a fellow with PAC , weighs in on the experience and resulting expectations among attendees <a href="http://www.feedingthesapecosystem.com/2009/12/reactions-to-sap-influencer-summit-2009.html">here</a></li>
<li>James Governor, analyst with RedMonk, gives a candid analyst viewpoint that was widely accepted among other analysts <a href="../../2009/12/10/sap-out-with-the-old-shrugging-off-the-tag/">here</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.redmonk.com/jgovernor/2009/12/15/sap-influencer-summit-best-practice-in-real-time-influencer-relations-twitter-real-time-web-etc/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>A truth of Asymmetric Follow: On sadness, fans and fantasy</title>
		<link>http://www.redmonk.com/jgovernor/2009/03/16/a-truth-behind-asymmetric-follow-on-sadness-fans-and-fantasy/</link>
		<comments>http://www.redmonk.com/jgovernor/2009/03/16/a-truth-behind-asymmetric-follow-on-sadness-fans-and-fantasy/#comments</comments>
		<pubDate>Mon, 16 Mar 2009 18:27:31 +0000</pubDate>
		<dc:creator>James Governor</dc:creator>
				<category><![CDATA[]]></category>
		<category><![CDATA[Dell]]></category>
		<category><![CDATA[LiveCycle]]></category>
		<category><![CDATA[asymmetrical follow]]></category>
		<category><![CDATA[networks]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://www.redmonk.com/jgovernor/?p=1885</guid>
		<description><![CDATA[Tweet A while ago I put forward Asymmetric Follow as a name to describe one of the key phenomena driving Twitter adoption &#8211; the asymmetrical nature of the model, which suits the kind of scale-free networks we see on the internet, and the architectural pattern of publish and subscribe. The idea evidently has legs. When [...]]]></description>
			<content:encoded><![CDATA[<div class="wp_twitter_button" style="float: right; margin-left: 10px;">
					<a href="http://twitter.com/share?counturl=http%3A%2F%2Fwww.redmonk.com%2Fjgovernor%2F2009%2F03%2F16%2Fa-truth-behind-asymmetric-follow-on-sadness-fans-and-fantasy%2F" class="twitter-share-button" data-url="http://www.redmonk.com/jgovernor/2009/03/16/a-truth-behind-asymmetric-follow-on-sadness-fans-and-fantasy/" data-count="vertical" data-via="" data-lang="de" data-text="A truth of Asymmetric Follow: On sadness, fans and fantasy | James Governor&#039;s Monkchips #asymmetrical follow #networks #twitter">Tweet</a><br />
					<script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script>
				</div>
<p><a href="http://www.flickr.com/photos/notsogoodphotography/503637906/"><img class="alignnone" title="the smile of a man with a wild fan base" src="http://farm1.static.flickr.com/197/503637906_812e2e28b2.jpg?v=0" alt="" width="500" height="336" /></a></p>
<p>A while ago I put forward <a href="http://www.redmonk.com/jgovernor/2008/12/05/assymetrical-follow-a-core-web-20-pattern/">Asymmetric Follow</a> as a name to describe one of the key phenomena driving Twitter adoption &#8211; the asymmetrical nature of the model, which suits the kind of s<a href="http://en.wikipedia.org/wiki/Scale-free_network">cale-free</a> networks we see on the internet, and the architectural pattern of publish and subscribe. The idea evidently has legs. When even a cynic like Dare Obasanjo <a href="http://www.25hoursaday.com/weblog/2009/03/05/TwitterEnvyAsymmetricFollowComesToFacebook.aspx">uses the terminology</a>, rather than leaving your guts in a puddle on the floor, you&#8217;re probably onto something.</p>
<p>But since I wrote the piece something has been bothering me-namely that the real power comes from Asymmetric Reply rather than Follow. If the root node never replies, then the phenomenon is far less interesting. Its fairly easy for me to track people that reach out to me with direct messages or @replies on twitter- after all, I only have five thousand followers. But what if I was @wossy (150k) or @stephenfry (301k) or Scobleizer (72k)?</p>
<p>The A in A-list probably stands for &#8220;administration&#8221;. Everyone wants a piece of you. Ping. Ping. Ping. I still believe that the whales can reply in order to build a rich conversational community. But its hard.</p>
<p><a href="http://scobleizer.com/">Scobleizer</a>, for example, pushes as much traffic to <a href="http://friendfeed.com/scobleizer">FriendFeed</a> as possible, because he strongly appreciates the filtering mechanisms there. Stephen Fry puts forward a <a href="http://www.stephenfry.com/blog/2009/03/02/retweet/">tortuous lottery scheme</a> for the chance to be included in his twitter stream.</p>
<p>ADD remains one way to keep abreast of stuff (that&#8217;s my strategy!). Lots of <a href="http://search.twitter.com/search?q=monkchips">self-searching</a> etc.</p>
<p>Well last week I had a chance to walk in the fan&#8217;s shoes, and of course I learned a lot, while trying to build buzz for our charitable efforts for <a href="http://www.redmonk.com/jgovernor/2009/03/12/building-a-wall-out-of-red-noses-one-tweet-at-a-time/">Red Nose Day</a>. I have to admit I hated it. I *really* wanted to get the attention of @wossy or @stephenfry. Could I? Of course not. These guys have day jobs&#8230;</p>
<p>But it was only on spending a lot of time surfing around user profiles to check for spambots that I discovered how profoundly depressing the celebrities on Twitter phenomenon can be. It was coming across profiles of Twitter users following ten or so celebrities on Twitter (and nobody else), wondering why their questions weren&#8217;t being answered. Why are they ignoring me, I keep asking them questions? After I saw a few of these profiles I felt a little depressed.</p>
<p>Just as we can&#8217;t expect celebrities to understand all the tools they can use with Twitter to build relationships with fans, so as Twitter hits the mainstream, and millions more users join the network they aren&#8217;t going to know the &#8220;tricks&#8221; of Twitter relationship building. Lets face it I know these tricks pretty well, and I couldn&#8217;t get attention when i needed it, even for a BBC charidee event.</p>
<p>It was sad to see people defining themselves by their disappointments. I can only hope that as more people use twitter they can discover that the real beauty of Twitter is that &#8220;ordinary&#8221; people are awesome, interesting and entertaining. (As if twitter could teach this lesson!). I follow around 700 folks, and the celebs would be the first to go if I had to cull my list.</p>
<p>I loved this <a href="http://www.stevelawson.net/wordpress/2009/03/twitter-sucks-so-change-your-friends/">post</a> from solobasssteve today.</p>
<blockquote><p>The celebrity bit of twitter is a fairly pointless sideshow within the grand scheme of things. That there are people who spend all day trying to get an answer from Jonathan Ross or Stephen Fry says more about them than it does about twitter. It’s the same people who hang round outside film premiers. And they don’t reflect badly on cinema as an art form.</p></blockquote>
<p>Steve continues:</p>
<blockquote><p>It’s an entirely permissions-based system. So if you want to get a comment out of <a title="link to Dave Gorman's page on twitter" onclick="pageTracker._trackPageview('/outgoing/twitter.com/dave_gorman?referer=http://search.twitter.com/search?q=monkchips+german');" href="http://twitter.com/dave_gorman">Dave Gorman</a> or <a title="link to Twitter page for former england Rugby captain, Will Carling" onclick="pageTracker._trackPageview('/outgoing/www.twitter.com/willcarling?referer=http://search.twitter.com/search?q=monkchips+german');" href="http://www.twitter.com/willcarling">Will Carling</a> or <a title="link to Demi Moore's page on twitter" onclick="pageTracker._trackPageview('/outgoing/twitter.com/mrskutcher?referer=http://search.twitter.com/search?q=monkchips+german');" href="http://twitter.com/mrskutcher">Demi Moore</a>, you’ll have to engage them the way you would anyone else. Celeb obsessives notwithstanding, Twitter is a great leveler.</p></blockquote>
<p>What is my point? Not exactly sure. But publish is as important as subscribe, and reply is as important as follow. We&#8217;ll all learn a lot about this over the next couple of years.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.redmonk.com/jgovernor/2009/03/16/a-truth-behind-asymmetric-follow-on-sadness-fans-and-fantasy/feed/</wfw:commentRss>
		<slash:comments>16</slash:comments>
		</item>
		<item>
		<title>Henry James and Samuel Johnson on London and Twitter</title>
		<link>http://www.redmonk.com/jgovernor/2009/01/19/henry-james-and-samuel-boswell-on-london-and-twitter/</link>
		<comments>http://www.redmonk.com/jgovernor/2009/01/19/henry-james-and-samuel-boswell-on-london-and-twitter/#comments</comments>
		<pubDate>Mon, 19 Jan 2009 12:25:41 +0000</pubDate>
		<dc:creator>James Governor</dc:creator>
				<category><![CDATA[]]></category>
		<category><![CDATA[Boswell]]></category>
		<category><![CDATA[London]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://www.redmonk.com/jgovernor/?p=1799</guid>
		<description><![CDATA[Tweet I saw a tweet from @glynmoody today, referring to a link at the Londonist.&#8221;It is difficult to speak adequately or justly of London. It is not a pleasant place; it is not agreeable, or cheerful, or easy, or exempt from reproach. It is only magnificent. You can draw up a tremendous list of reasons [...]]]></description>
			<content:encoded><![CDATA[<div class="wp_twitter_button" style="float: right; margin-left: 10px;">
					<a href="http://twitter.com/share?counturl=http%3A%2F%2Fwww.redmonk.com%2Fjgovernor%2F2009%2F01%2F19%2Fhenry-james-and-samuel-boswell-on-london-and-twitter%2F" class="twitter-share-button" data-url="http://www.redmonk.com/jgovernor/2009/01/19/henry-james-and-samuel-boswell-on-london-and-twitter/" data-count="vertical" data-via="" data-lang="de" data-text="Henry James and Samuel Johnson on London and Twitter | James Governor&#039;s Monkchips #Boswell #London #twitter">Tweet</a><br />
					<script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script>
				</div>
<div class="wp-caption aligncenter" style="width: 510px"><a href="http://londonshopfronts.tumblr.com/post/66684084/happy-christmas-from-london-shop-fronts-magic-city"><img title="Magic City by London Shop Fronts" src="http://13.media.tumblr.com/31nE0ng73hwgjgxf6CDnoVrNo1_500.jpg" border="0" alt="Magic City by London Shop Fronts" width="500" height="324" /></a><p class="wp-caption-text">Magic City by London Shop Fronts</p></div>
<p>I saw <a href="http://twitter.com/glynmoody/status/1130233271">a tweet from @glynmoody today</a>, referring to a link at the <a href="http://londonist.com/">Londonist</a>.&#8221;It is difficult to speak adequately or justly of London. It is not a pleasant place; it is not agreeable, or cheerful, or easy, or exempt from reproach. It is only magnificent. You can draw up a tremendous list of reasons why it should be insupportable. The fogs, the smoke, the dirt, the darkness, the wet, the distances, the ugliness, the brutal size of the place, the horrible numerosity of society, the manner in which this senseless bigness is fatal to amenity, to convenience, to conversation, to good manners &#8211; all this and much more you may expatiate upon. You may call it dreary, heavy, stupid, dull, inhuman, vulgar at heart and tiresome in form. I have felt these things at times so strongly that I have said &#8211; &#8221;Ah London, you too then are impossible?&#8221; But these are occasional moods; and for one who takes it as I take it, London is on the whole the most possible form of life. I take it as an artist and as a bachelor; as one who has the passion of observation and whose business is the study of human life. It is the biggest aggregation of human life &#8211; the most complete compendium of the world.&#8221;</p>
<blockquote><p><span style="font-family: verdana,helvetica,arial;">— Henry James </span></p></blockquote>
<p>Great stuff. I am reminded of the <a href="http://www.samueljohnson.com/tiredlon.html">great phrase</a> from Samuel Johnson:</p>
<blockquote><p><span style="font-family: verdana,helvetica,arial;">&#8220;Why, Sir, you find no man, at all intellectual, who is willing to leave London. No, Sir, when a man is tired of London, he is tired of life; for there is in London all that life can afford.&#8221;<br />
— Samuel Johnson</span></p></blockquote>
<p>These days of course there is no need to visit the coffee shops of London to take part in all of these conversations. Just <a href="http://confusedofcalcutta.com/2009/01/17/thinking-about-twitter-a-submarine-in-the-ocean-of-the-web/">up periscope</a>. <a href="http://twitter.com/monkchips/statuses/1105144688">Twitter is the new London</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.redmonk.com/jgovernor/2009/01/19/henry-james-and-samuel-boswell-on-london-and-twitter/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Three Weeks Without Blogging Is Too Long: New Service level</title>
		<link>http://www.redmonk.com/jgovernor/2008/10/14/three-weeks-without-blogging-is-too-long-new-service-level/</link>
		<comments>http://www.redmonk.com/jgovernor/2008/10/14/three-weeks-without-blogging-is-too-long-new-service-level/#comments</comments>
		<pubDate>Tue, 14 Oct 2008 14:14:26 +0000</pubDate>
		<dc:creator>James Governor</dc:creator>
				<category><![CDATA[]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://www.redmonk.com/jgovernor/?p=1596</guid>
		<description><![CDATA[Tweet I got an email from an old chum today asking: &#8220;Are you alright? 3 weeks without blogging is too long&#8221;. Ian &#8211; you&#8217;re absolutely right. Its very clear that like many others a lot of the stuff i once would have blogged is now getting twittered instead. Twitter is where much of the conversation [...]]]></description>
			<content:encoded><![CDATA[<div class="wp_twitter_button" style="float: right; margin-left: 10px;">
					<a href="http://twitter.com/share?counturl=http%3A%2F%2Fwww.redmonk.com%2Fjgovernor%2F2008%2F10%2F14%2Fthree-weeks-without-blogging-is-too-long-new-service-level%2F" class="twitter-share-button" data-url="http://www.redmonk.com/jgovernor/2008/10/14/three-weeks-without-blogging-is-too-long-new-service-level/" data-count="vertical" data-via="" data-lang="de" data-text="Three Weeks Without Blogging Is Too Long: New Service level | James Governor&#039;s Monkchips #twitter">Tweet</a><br />
					<script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script>
				</div>
<p>I got an email from an old chum today asking: &#8220;Are you alright? 3 weeks without blogging is too long&#8221;.</p>
<p>Ian &#8211; you&#8217;re absolutely right. Its very clear that like many others a lot of the stuff i once would have blogged is now getting twittered instead. <a href="http://twitter.com/monkchips">Twitter</a> is where much of the conversation is, but Monkchips The Blog is an important part of my conversation with the market and I have been neglecting it.</p>
<p>I am therefore now announcing a new service level &#8211; I will now create a least two posts a week. I am also going to think about ways to harvest some of the twitter juice and use it here. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.redmonk.com/jgovernor/2008/10/14/three-weeks-without-blogging-is-too-long-new-service-level/feed/</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
	</channel>
</rss>

