<?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>Extended Phenotype &#187; Business</title>
	<atom:link href="http://mark.madsenlab.org/business/feed" rel="self" type="application/rss+xml" />
	<link>http://mark.madsenlab.org</link>
	<description>Scientia non habet inimicum nisi ignorantem</description>
	<lastBuildDate>Wed, 28 Jul 2010 04:23:38 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>AT&amp;T and the iPhone 4 Pre-Order Debacle</title>
		<link>http://mark.madsenlab.org/2010/06/att-and-the-iphone-4-pre-order-debacle.html#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link>
		<comments>http://mark.madsenlab.org/2010/06/att-and-the-iphone-4-pre-order-debacle.html#comments</comments>
		<pubDate>Wed, 16 Jun 2010 22:16:16 +0000</pubDate>
		<dc:creator>mark</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[computing]]></category>
		<category><![CDATA[performance]]></category>

		<guid isPermaLink="false">http://mark.madsenlab.org/?p=1057</guid>
		<description><![CDATA[Yesterday, we&#8217;re told, the crush of fanatical fanboys pre-ordering iPhones brought AT&#38;T&#8217;s servers to their knees.  Apple and AT&#38;T pre-sold 600K iPhones, and we&#8217;re told they processed 13 million eligibility requests during the day, as people tried over and over to get through.  Random reports surfaced about how the crushing load &#8220;crippled&#8221; AT&#38;T&#8217;s internal network, [...]]]></description>
			<content:encoded><![CDATA[<p>Yesterday, we&#8217;re told, the crush of fanatical fanboys pre-ordering iPhones brought AT&amp;T&#8217;s servers to their knees.  Apple and AT&amp;T pre-sold 600K iPhones, and we&#8217;re told they processed <em>13 million eligibility requests</em> during the day, as people tried over and over to get through.  Random reports surfaced about how the crushing load &#8220;crippled&#8221; AT&amp;T&#8217;s internal network, and caused security glitches and the exposure of private customer data (again).</p>
<p>We&#8217;re supposed to believe that this overwhelming traffic load was unprecedented and brought their systems to a screeching halt.  Well, at least AT&amp;T&#8217;s systems &#8212; Apple&#8217;s systems seemed fine if you weren&#8217;t going through the eligibility portion of the check.</p>
<p>Here&#8217;s the problem, though &#8212; if you run the numbers, and know something about web/database applications, it just doesn&#8217;t add up.</p>
<p>13 million database queries sounds like a lot.  But let&#8217;s say that all of these queries largely happened in the first 12 hours of the day yesterday, instead of spreading them out over the full 24 hour cycle.  That&#8217;s<strong> 1.08MM queries per hour</strong>, or <strong>300 queries per second</strong>, on average.</p>
<p>I don&#8217;t know if it sounds like a lot to you, but it&#8217;s really not.  Here&#8217;s a <a href="http://bit.ly/bZnSuh">Google query on &#8220;mysql queries per second&#8221;</a> just to get a general idea of what people are doing out there.  Many of the results range from 2003 through the present, and folks are doing a LOT more than this.  With clustering and various attempts to scale out, folks are doing <strong>10-20K per second</strong>.  Oracle, properly tuned, can do <a href="http://www.dba-oracle.com/m_transactions_per_second.htm">thousands to tens of thousands of transactions</a> (operations that change data, not just read it) per second.</p>
<p>I&#8217;m not a database expert, but I&#8217;ve worked around and with them for years, and I&#8217;ll say that 300 queries per second on average is not something that should cause one of the largest (and oldest, if one considers them the heir of the Bell System) telecom companies in the world to crumple under the load.</p>
<p>But traffic is bursty, not uniformly distributed.  So even if they saw periods with 10-50x greater load than average, we&#8217;re still in the ballpark for reasonable performance on a pure database query.  Note that I&#8217;m assuming that eligibility is a somewhat simple database query; we gave three items of data which obviously form a compound primary key, and AT&amp;T is supposed to return some information about eligibility for upgrade:  perhaps date, perhaps a few other bits of info.</p>
<p>Let&#8217;s be generous and assume that 1K of data per eligibility request is returned (i.e., there&#8217;s little concern for efficiency).  That&#8217;s still only about 300K bytes per second of query results flowing back to Apple from AT&amp;T, or about 2.4Mbps.  Again, perhaps bursting to 20-100Mbps for very brief periods of time.  In other words, a couple of DS3s or a fast ethernet cross-connect are sufficient to carry the data back and forth.  One imagines this shouldn&#8217;t strain AT&amp;T&#8217;s internal network too much, despite random claims yesterday.</p>
<p>Of course, maybe the problem here isn&#8217;t database performance or bandwidth, but that AT&amp;T did the eligibility checks as API calls through a large enterprise system where a single check builds and then tears down many EJBs or other enterprise objects. This might be closer to the truth for a performance bottleneck here.  Maybe the system was built to handle tens, but not hundreds or thousands, of requests per second.  That&#8217;s plausible, but kind of stupid for a large engineering company used to having millions of subscribers and doing business globally.  But I could buy it.</p>
<p>But you&#8217;d imagine that they&#8217;d have learned something from three previous &#8220;major&#8221; iPhone releases, and the iPad 3G release, and figured out an easier way to quickly respond to eligibility requests.  After all, my eligibility isn&#8217;t a rapidly changing variable &#8212; I&#8217;m eligible on a certain day, and they know what that day is.  Which means that the eligibility of <strong>every iPhone owner on the planet</strong> could have been precalculated easily just before the iPhone4 launch, and cached.  It&#8217;s not that much data, frankly.  You could have cached a table with the user&#8217;s phone number, last 4 SSN, and zip (the keys they ask you to enter) hashed, and a eligibility &#8220;price code&#8221;, in a few gigs of memory on all the app servers, and just <strong>statically</strong> responded to queries for the first 24 hours, if you were worried that your enterprise systems wouldn&#8217;t handle &#8220;first day&#8221; load.</p>
<p>Anyhow, these are just ballpark figures, and they could be wildly wrong about the instantaneous loads experienced, etc.  But the general point is, 13MM eligibility checks and 600K preorders <strong>isn&#8217;t really a lot of load and traffic</strong>.  Ask Amazon or eBay what &#8220;a lot&#8221; of transactions looks like.</p>
<p>Or better yet, AT&amp;T, before the next launch, hire some of their ex-employees to take a look at your databases and systems.  Please.</p>
<p> </p>
]]></content:encoded>
			<wfw:commentRss>http://mark.madsenlab.org/2010/06/att-and-the-iphone-4-pre-order-debacle.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Doctorow v. Johnson:  iWhatevers versus Open Platforms and the Future of Computing</title>
		<link>http://mark.madsenlab.org/2010/04/doctorow-v-johnson-iwhatevers-versus-open-platforms-and-the-future-of-computing.html#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link>
		<comments>http://mark.madsenlab.org/2010/04/doctorow-v-johnson-iwhatevers-versus-open-platforms-and-the-future-of-computing.html#comments</comments>
		<pubDate>Tue, 06 Apr 2010 15:49:20 +0000</pubDate>
		<dc:creator>mark</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[Personal]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[computing]]></category>
		<category><![CDATA[open access]]></category>
		<category><![CDATA[open source]]></category>

		<guid isPermaLink="false">http://mark.madsenlab.org/?p=1042</guid>
		<description><![CDATA[This last weekend the first iPads shipped to early adopters in the general public, including me.  Like many of us in the technology business, I&#8217;ve kept a weather eye on the first impressions of many folks on the web, and friends in the industry.  Most of these reactions are the stuff of geek [...]]]></description>
			<content:encoded><![CDATA[<p>This last weekend the first iPads shipped to early adopters in the general public, including me.  Like many of us in the technology business, I&#8217;ve kept a weather eye on the first impressions of many folks on the web, and friends in the industry.  Most of these reactions are the stuff of geek discussion, and not terribly enlightening either about the device and its potential future uses, or the direction in which our industry is moving.</p>
<p>But one exchange is worth analysis and our attention, whatever the details of the device and our first impressions.  Cory Doctorow, open-source freedom fighter extraordinaire and speculative fiction author, published a widely discussed, negative essay concerning the very idea of the iPad.   By now, you&#8217;ve probably read it, or seen the link.  If you haven&#8217;t, <a href="http://www.boingboing.net/2010/04/02/why-i-wont-buy-an-ipad-and-think-you-shouldnt-either.html"> you should.</a>  </p>
<p>Cory&#8217;s essential points are two (with apologies if I&#8217;m missing something serious).  First, that open platforms (think Linux, Android, FreeBSD, etc) are structurally designed to foster innovation at minimal entry cost, and with minimum friction to the innovator, and minimal interference between the innovator and the eventual consumer of those innovations.   Second, Doctorow argues that the justification everyone is citing for the closed system &#8212; &#8220;making computers easy for mainstream users&#8221; &#8212; is insulting to mainstream users.  </p>
<p><a href="http://m.gizmodo.com/site?sid=gizmodoip&#038;pid=JuicerHub&#038;targetUrl=http://gizmodo.com/5508286/cory-doctorow-you-are-a-consumer-too%3Fop%3Dpost%26refId%3D5508286">Joel Johnson responds</a> that Doctorow&#8217;s principal arguments miss the point.  In particular, that openness and innovation are not causally linked to the extent that open-source and Linux advocates claim.  That innovation will thrive on the &#8220;nearly closed&#8221; platforms like the iPad and iPhone.</p>
<p><span id="more-1042"></span>The argument is one that technologists and designers ought to think about pretty deeply.  In fact, whichever side of the debate you tend to come down on, I believe you ought to sit and think hard about reasons why the other side might be right.  Because I believe something like the sum of Doctorow and Johnson&#8217;s arguments represent the future of computing.</p>
<p>It&#8217;s undeniable that truly open systems (as opposed to the controlled openness of late 1980&#8217;s &#8220;open systems&#8221;) like Linux have fostered a Cambrian explosion of innovation and tinkering.  Many of us, including myself, got their start in the computing world just as the Internet took off as a public phenomenon, with Linux, Apache, and Netscape as the principal &#8220;rocket boosters&#8221; for its success.  But there are signs that the Cambrian explosion has begun to slow from a proliferative to a winnowing phase, at least in some areas.  </p>
<p>There is still huge innovation on the server side, with new server-side frameworks and web toolkits, even new languages (i.e., the close coupling between the origins of Lift and Scala) and computing paradigms (clouds, Hadoop distributed computation) appearing monthly.  When one examines the server and deep application side, it&#8217;s hard to imagine that Doctorow isn&#8217;t exactly right.  Preservation of the openness of systems, the malleability of interfaces and even programming paradigms, is crucial to keeping the recombination going in this server-side cauldron of computing DNA.</p>
<p>Winnowing is occurring on the user experience front, however.  The winnowing-out process really began when we all decided that the web browser was the main arbiter of client-side experience.  In fact, that seems so obvious today that we forget that the browser used to simply be an HTML display engine, not a general-purpose UI framework for multi-language code execution.  We forget things like Pointcast, and other &#8220;rich internet client&#8221; examples, since for years they largely went away in favor of browser-based apps.  Even in &#8220;thick&#8221; applications like Microsoft Office, when internet interaction was required &#8212; say, for Help or looking up a template, the thick app would spawn a little unmarked IE window to do the &#8220;internet stuff.&#8221;</p>
<p>Johnson&#8217;s point, as I take it, is that this winnowing process on the user experience front has been a good thing, and should continue.  And I agree.  And Doctorow is wrong to focus on the &#8220;making a computer my mother can use&#8221; trope.  The intuition behind the trope is fine, as far as it goes, but the metaphor fails to dig down to the core of the issue.  Certainly, we nerds have done an insufficient job of hiding the underlying execution model of our software, and a poor job of interface and experience design, by and large.  Despite the efforts of Don Norman, Alan Cooper, and others, we in the open systems community continue to focus on the computational underbelly and not enough on the user&#8217;s experience.</p>
<p>Which is where Apple comes in.  We all know that the reason their devices continue to delight and appeal is that they are designed in every detail, by teams of design fanatics, led by our industry&#8217;s chief design obsessive.  And we all tell ourselves that the degree of design fanaticism that continues to suck us in is only possible with closed or semi-closed systems.  </p>
<p>And this is where we find ourselves today.  Those, like Doctorow, who value open systems for their innovation- and freedom-enhancing qualities, steer clear of Apple devices.  Those, like Johnson, who value the progress we&#8217;ve made toward highly usable, well-designed systems, eagerly await new Apple designs.  </p>
<p>I&#8217;d like to suggest that the distinction isn&#8217;t as sharp as we think, however.  The design fanaticism displayed by Apple is not inherently a feature of their approach to closed systems; closed systems simply make it easier.  The closed system is really just a choice, not a necessity, if one wants design excellence.  Similarly, the lack of design excellence displayed in most open-source software (I&#8217;m thinking about Linux desktop apps in particular here), is not inherently a feature of an open-source community.  Open-source projects simply make it harder to create and enforce design excellence.</p>
<p>One of Johnson&#8217;s points, as I read him, is that if we want innovation in applications, coupled with performance and design excellence, we need to stop reinventing the wheel on everything else constantly, and innovate at higher levels.  And that&#8217;s easiest when all you have to worry about is the application you&#8217;re designing, not the platform as well.  </p>
<p>Personally, I would love to see a world where we continue to see huge innovation on computing models in general, and free access to the fundamental tools for development, and options for retaining control over security and privacy.  But in that world I&#8217;d also love reliable, gorgeous, high performance platforms like the iPad, as the mechanism by which the innovation that openness engenders is available to everyone.  That&#8217;s likely possible, in practical terms, only with a mixture of openness and closed systems.  </p>
]]></content:encoded>
			<wfw:commentRss>http://mark.madsenlab.org/2010/04/doctorow-v-johnson-iwhatevers-versus-open-platforms-and-the-future-of-computing.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Additional thoughts on the iPad</title>
		<link>http://mark.madsenlab.org/2010/02/additional-thoughts-on-the-ipad.html#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link>
		<comments>http://mark.madsenlab.org/2010/02/additional-thoughts-on-the-ipad.html#comments</comments>
		<pubDate>Wed, 03 Feb 2010 20:51:44 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[computing]]></category>

		<guid isPermaLink="false">http://mark.madsenlab.org/?p=1033</guid>
		<description><![CDATA[It&#8217;s been a week since the iPad announcement, and like many in this business, I&#8217;ve followed the opinions and punditry.  My personal view is that the iPad is going to be a great product for Apple.  It will also &#8212; and this isn&#8217;t quite the same as being a great product &#8212; be [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s been a week since the iPad announcement, and like many in this business, I&#8217;ve followed the opinions and punditry.  My personal view is that the iPad is going to be a great product for Apple.  It will also &#8212; and this isn&#8217;t quite the same as being a great product &#8212; be a commercial success.</p>
<p>There&#8217;s a lot of criticism about what the device doesn&#8217;t have built-in, or doesn&#8217;t support.  And there&#8217;s been a lot of &#8220;why, it&#8217;s nothing but a big iPod Touch.&#8221;  And the usual lists of &#8220;must have but missing&#8221; features from engineers and developers who are already gnashing their teeth about how useless the iPad will be.</p>
<p>Here&#8217;s why we should ignore premature predictions of doom for the iPad.</p>
<p>Sure, there&#8217;s nothing shockingly new here.  In a sense, it&#8217;s a big iPod Touch.  Or it&#8217;s a slimmed down Tablet PC with integral Kindle.  Actually, it&#8217;s all of those things.</p>
<p>What we&#8217;re forgetting is that Apple&#8217;s main strength isn&#8217;t necessarily inventing a new category (marketing spin aside), it is in bringing hard-core user research and industrial design to bear on creating devices which end up &#8220;crossing the chasm&#8221; to the mainstream for a given technology.  THAT is what Apple, and Steve Jobs, are good at.  <span id="more-1033"></span>I know it&#8217;s hard to remember this far back, but in the late 1990&#8217;s many of us had MP3 player devices.  I had a big clunky one from Creative Labs, that was crafted to look exactly like an old-school Sony Walkman CD player &#8211; despite the fact that I was playing MP3 files, somehow it seemed like a good design decision to make the player flat and round and consequently bulky.  MP3 players existed, but let&#8217;s face it, in 1998 the &#8220;mainstream&#8221; didn&#8217;t have them &#8212; your grandparents didn&#8217;t have them to take golfing, or walking the beach, etc.</p>
<p>Apple changed that with the iPod.  And it wasn&#8217;t just the device, it was the ecosystem, and the support, and the deals they made with record labels who were in the midst of watching digital music eat their business.</p>
<p>We also had smartphones.  If you&#8217;re like me, you probably had several generations of smartphones before you touched an iPhone.  I had several Palm phones, a Treo running Palm, a Treo running Windows Mobile, a Blackberry or two, etc.  With the exception of Blackberry in business and government markets, smartphones became a &#8220;mainstream&#8221; phenomenon with the iPhone.</p>
<p>&#8220;Tablets&#8221; in various form factors have been around awhile too.  There are the modified laptops like the Toshibas.  I had one at Microsoft, and it was a &#8220;tablet&#8221; only in the sense that the screen turned around, rendering the entire 6 pound, 2 inch thick laptop a bulky version of a paper writing tablet.  Personally, I think the guys at Motion Computing have been the &#8220;tablet&#8221; makers to watch &#8212; thin, small, and I lusted after one apart from the fact that it ran Windows and was underpowered to do so.</p>
<p>So what I think we&#8217;re going to see with Apple and the iPad is that they&#8217;re taking the best of the tablet PC tradition &#8212; i.e., devices like Motion Computing &#8212; book readers like the Kindle, and the app ecosystem of the already successful iPhone, and blending it with their unerring ability to do solid industrial design for high technology.</p>
<p>I have no idea what applications the iPad will find.  Will it become big in health care, where Motion Computing has made inroads?  Will it replace PCs at home for many people with the need only to do email, browse the web, look up information, and manage photos?  Who knows at this point, really.</p>
<p>But if you&#8217;re betting the iPad will be a failure at this point, just from looking at the specs and what components it does or doesn&#8217;t contain, you&#8217;re ignoring the big picture.  Which is that Apple has an absolutely stellar track record of looking at developing technologies and areas of application, pushing their engineers and designers to produce something easy to use and gorgeous to look at, and then marketing it relentlessly to large, mainstream audiences.</p>
<p>That&#8217;s not a guarantee of success every time.  But if Jimmy the Greek were still with us, he wouldn&#8217;t give you good odds betting against Apple on this one.</p>
]]></content:encoded>
			<wfw:commentRss>http://mark.madsenlab.org/2010/02/additional-thoughts-on-the-ipad.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>iWork for the iPad:  Game changer for the software business</title>
		<link>http://mark.madsenlab.org/2010/01/iwork-for-the-ipad-game-changer-for-the-software-business.html#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link>
		<comments>http://mark.madsenlab.org/2010/01/iwork-for-the-ipad-game-changer-for-the-software-business.html#comments</comments>
		<pubDate>Sun, 31 Jan 2010 18:43:08 +0000</pubDate>
		<dc:creator>mark</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[syndication]]></category>
		<category><![CDATA[computing]]></category>
		<category><![CDATA[economics]]></category>

		<guid isPermaLink="false">http://mark.madsenlab.org/?p=1029</guid>
		<description><![CDATA[Amidst all of the positive and negative opinion pieces and postings which followed Apple&#8217;s iPad announcement this week, the impact to software businesses are only starting to become apparent.  I think Apple&#8217;s announcement that iWork pricing will be $9.99 per app is significant.  
It&#8217;s game changing not for third-party ISVs already developing for [...]]]></description>
			<content:encoded><![CDATA[<p>Amidst all of the positive and negative opinion pieces and postings which followed Apple&#8217;s iPad announcement this week, the impact to software businesses are only starting to become apparent.  I think Apple&#8217;s announcement that iWork pricing will be $9.99 per app is significant.  </p>
<p>It&#8217;s game changing not for third-party ISVs already developing for the iPhone, since they&#8217;re used to charging 99 cents to a few bucks for an app.  For Mac software developers like OmniGroup, it&#8217;ll be challenging.  There is already a large Mac software ecosystem with apps priced in the $20 &#8211; $60 range.  These ISV&#8217;s have continued to charge such prices even while iPhone app prices dropped a zero, because the difference in functionality and screen size between a Mac laptop and the iPhone is significant.  The difference in what users can do is significant.</p>
<p>iWork on the iPad is a laptop/desktop experience, suitable for the vast majority of home and many business users.  And yet Apple dropped a zero on the pricing, basically.  With a presentation program, word processor, and spreadsheet available for $10 each, or $30 for the entire productivity suite, how will third party ISV&#8217;s charge $50 or $60 for an iPad version of their Mac software apps?  Perhaps they can&#8217;t.</p>
<p><span id="more-1029"></span>The problem, of course, comes when iPad gains measurable market share, not when rabid Apple fans line up for first-day sales.  Give it a couple of years, and there&#8217;s a couple of million of these things floating around, and ordinary people buy fewer laptops and have iPads at home or for travel instead.  They&#8217;ll get used to buying iPad apps for a few dollars more than a pure iPhone app.  They&#8217;ll get used to being able to do 75, 80, or even 100% of what they used to do on their laptops or desktops (again, I&#8217;m talking about non-developers, non-IT professionals here).  </p>
<p>And they&#8217;ll start rebelling against the notion that a multi-touch capable, gesture controlled, &#8220;natural&#8221; feeling user experience should cost $10 or $20, but when they need to sit down at a laptop or desktop computer and go back to keyboard and mouse, the OLD experience should cost $50, $100, or more.  </p>
<p>So third-party ISVs should be preparing for another phase transition in software pricing, downward.  As always, our demands for functionality and usability and seamless integration rise, and our tolerance for premium pricing drops.  </p>
<p>But <em>really</em> who&#8217;s in trouble given this pricing is Microsoft.  Despite iWork on the Mac, the reality is that Microsoft Office still has a lock on the productivity tools market.  Especially in businesses.  That hasn&#8217;t changed, and it won&#8217;t change tomorrow.</p>
<p>Nevertheless, anyone who thinks that Microsoft can continue to defend a price differential of hundreds of dollars for Office apps vs. iWork on the iPad, once the iPad gains market share, isn&#8217;t paying attention.  Businesses, especially US-based ones, are increasingly challenged to control costs and compete in a tough economy.  </p>
<p>Office Standard 2007 costs $400, but let&#8217;s say you upgraded from a previous version.  And let&#8217;s say you&#8217;re a small to medium business, and for round numbers you&#8217;ve got 100 employees.  To upgrade everyone to Office Standard 2007 costs you $23995.  To instead purchase an application suite priced like iWork &#8212; $30 for the bundle, is $3000 for everyone in your company.  You just saved $21,000.  </p>
<p>Leave aside the details &#8211; whether desktop software really will drop to the iPad level.  Whether the ease of interoperating with Office is such that businesses could afford to not have Microsoft Office on their desk.  The latter is just a matter of development, and the arms race to break compatibility if you&#8217;re Microsoft and recreate it fast enough if you&#8217;re a third party ISV.  </p>
<p>But one thing is clear.  A year from now or five years from now, the combination of Apple and Google are aiming squarely to cut Microsoft&#8217;s desktop software business off at the knees.  Who knows whether they succeed, but the ancillary effect will be a major restructuring of the economics of rich desktop software businesses, since they live in fitness landscape created by the interplay between these large players.  </p>
<p>And significant as the iPad hardware might be (more on this in future posts), Apple just shifted the fitness landscape with a bold move on the software side of the industry, and we shouldn&#8217;t lose sight of that in the midst of discussing lacking USB ports and cameras and so on.</p>
]]></content:encoded>
			<wfw:commentRss>http://mark.madsenlab.org/2010/01/iwork-for-the-ipad-game-changer-for-the-software-business.html/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Is it 10am yet?</title>
		<link>http://mark.madsenlab.org/2010/01/is-it-10am-yet.html#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link>
		<comments>http://mark.madsenlab.org/2010/01/is-it-10am-yet.html#comments</comments>
		<pubDate>Wed, 27 Jan 2010 16:33:11 +0000</pubDate>
		<dc:creator>mark</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://mark.madsenlab.org/?p=1027</guid>
		<description><![CDATA[I&#8217;ll admit it.  I&#8217;m an Apple fan.  I didn&#8217;t actually need to say that out loud to most people I know.  I joke that I should just tithe a percentage of my income to Cupertino, and have them send me one of everything in return &#8211; a &#8220;hardware subscription.&#8221;
This morning, fingers crossed, we&#8217;ll learn more [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ll admit it.  I&#8217;m an Apple fan.  I didn&#8217;t actually need to say that out loud to most people I know.  I joke that I should just tithe a percentage of my income to Cupertino, and have them send me one of everything in return &#8211; a &#8220;hardware subscription.&#8221;</p>
<p>This morning, fingers crossed, we&#8217;ll learn more about the new &#8220;tablet&#8221; device.  The leaks have been accelerating for days, business partners ringing my iPhone constantly to tell me breaking news, and of course I&#8217;ve read all the non-news news purporting to describe authoritative leaks.</p>
<p>But none of it matters, because ultimately what we want to see is Steve, dressed in his usual black and white, stand onstage and give <em><strong>The Demo</strong></em>.  If you&#8217;re in the biz, The Demo is King.  The Demo is where you set expectations, destroy preconceived notions.  The Demo is where you win or lose, fundamentally.  Because before The Demo, the chessboard is empty.  The Demo is where you put your pieces down &#8212; not in the starting configuration, but hopefully in position to reach mate in the fewest moves possible.</p>
<p>If you&#8217;re Doug Englebart, giving the mother of all demos, you literally change the world by showing us the ragged bits that the rest of us will spend the next forty years making smooth and usable and real.  Everything that followed:  Dan Bricklin&#8217;s Visicalc, Alan Kay&#8217;s pioneering work, Steve and Steve with the Apple II, Bill Gates, Tim Berners-Lee and the Web, Netscape, Linus Torvalds&#8230;all of it the work of giants in our field&#8230;all of it playing out the possibilities inherent in that mother of all demos.</p>
<p>Steve Jobs consciously aims at game-changing demos:  the original iPhone demo was, as was OS X and the Intel transition.  I don&#8217;t know that today&#8217;s announcement will rise to that level, but I hope so.</p>
<p>I think our industry is getting tired of playing out the possibilities inherent in a forty-year-old demo.  It would be nice to have some new territory to explore.</p>
]]></content:encoded>
			<wfw:commentRss>http://mark.madsenlab.org/2010/01/is-it-10am-yet.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>My project at Microsoft:  EMC Smarts and Operations Manager Integrated</title>
		<link>http://mark.madsenlab.org/2007/04/my_project_at_m_1.html#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link>
		<comments>http://mark.madsenlab.org/2007/04/my_project_at_m_1.html#comments</comments>
		<pubDate>Sun, 15 Apr 2007 20:43:54 +0000</pubDate>
		<dc:creator>mark</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://mark.madsenlab.org/?p=573</guid>
		<description><![CDATA[
]]></description>
			<content:encoded><![CDATA[<p>
Last year I was at Microsoft before moving north and heading back to graduate school, and much of what I worked on hadn&#8217;t yet been announced (some still hasn&#8217;t been).  But recently one of the projects was announced by both parties, so I can mention my involvement.  Microsoft has licensed EMC Smarts network management and root-cause analysis technology to integrate with System Center Operations Manager 2007 (formerly known as &#8220;MOM&#8221;).  I worked on Vij Rajarajan&#8217;s team and was part of a 3-4 person task force negotiating the deal with EMC.  I&#8217;m very excited to see it announced and moving forward.
</p>
<p>
I&#8217;m particularly excited because I think both technologies are strong and are architecturally an excellent match.  SCOM 2007 is very flexible model-based management technology, and EMC Smarts is the best of the &#8220;new generation&#8221; network management systems that inherently model root-cause and network causality.  The merger of the two, along with injections of SDM/SML model technology and additional vendor-specific models written by equipment vendors will create a very strong management solution that finally will do more than &#8220;ring the alarm&#8221; when a symptom occurs.  Model-based management has been in the works for years, and in our own way at Network Clarity we attempted to do MBM for network configuration and optimization, but the latter is an even harder challenge to do well in some ways.
</p>
<p>
So congratulations to Rich, Vij, Shawn, Christian, Ashvin, and others on announcing this deal and making the strategy a reality!
</p>
<p>
<a href="http://www.infoworld.com/article/07/03/27/HNmsemcnetworkmanagement_1.html">http://www.infoworld.com/article/07/03/27/HNmsemcnetworkmanagement_1.html</a>
</p>
<p>
<a href="http://www.byteandswitch.com/document.asp?doc_id=120547">http://www.byteandswitch.com/document.asp?doc_id=120547</a></p>
]]></content:encoded>
			<wfw:commentRss>http://mark.madsenlab.org/2007/04/my_project_at_m_1.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>iPhone announced</title>
		<link>http://mark.madsenlab.org/2007/01/iphone_announce.html#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link>
		<comments>http://mark.madsenlab.org/2007/01/iphone_announce.html#comments</comments>
		<pubDate>Tue, 09 Jan 2007 10:29:28 +0000</pubDate>
		<dc:creator>mark</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://mark.madsenlab.org/?p=592</guid>
		<description><![CDATA[
]]></description>
			<content:encoded><![CDATA[<p>
The rumors are true &#8212; Apple announced an iPhone today.  Actually, are still announcing it, because Jobs&#8217;s keynote is still going, but they&#8217;re wrapping up the iPhone demo now.  I think it&#8217;s going to be a great success, given the feature set and the photos I&#8217;m seeing on Macrumors from the conference.  EDGE and wifi connections, IMAP email in addition to POP (which I&#8217;m very happy to see&#8230;I&#8217;ll be able to purge the last vestiges of duplicated-POP-messages from my life), and of course all the multimedia features one would expect and more.  GPS is included, apparently, because google maps shows the current location of the phone &#8212; that will be handy for navigation and travel.
</p>
<p>
My friend Bill and I have a gentleman&#8217;s wager:  he doesn&#8217;t believe the iPhone will be successful, and I do.  Our bet was based purely on our analysis of cell phone markets and Apple&#8217;s track record of hardware and system design, but today we&#8217;ve finally got details to go on.  I&#8217;m going to stick with my side of the wager, especially since there&#8217;s a dinner with good Chateauneuf-du-Pape at the end of it for me.  But I wonder, after seeing the keynote details today, whether Bill will feel the same way about his half of the wager.
</p>
<p>
Wow&#8230;they just announced free Yahoo IMAP email to all iPhone customers.  Not that I use Yahoo IMAP, but that&#8217;s a good thing to announce alongside the hardware.  Jobs has clearly learned via the iTunes/iPod and OS X experience the importance of having an ecosystem simultaneous with hardware release is critical &#8212; a lesson that most of us believe drastically held back the Macintosh in its first ten years.
</p>
<p>
I&#8217;m not going to keep translating the great live notes from <a href="http://www.macrumorslive.com/">MacRumorsLive.com</a>, but check out the transcript for yourself.  All that remains between me and ordering one is details:  pricing, carriers, timeline for availability.  Even just looking at screenshots and the transcript, the iPhone is going to make my Treo 700w look sickly in comparison.</p>
]]></content:encoded>
			<wfw:commentRss>http://mark.madsenlab.org/2007/01/iphone_announce.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Last day at Microsoft</title>
		<link>http://mark.madsenlab.org/2006/07/last_day_at_mic.html#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link>
		<comments>http://mark.madsenlab.org/2006/07/last_day_at_mic.html#comments</comments>
		<pubDate>Sat, 01 Jul 2006 19:34:03 +0000</pubDate>
		<dc:creator>mark</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[Personal]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://mark.madsenlab.org/?p=628</guid>
		<description><![CDATA[
]]></description>
			<content:encoded><![CDATA[<p>
Yesterday was my last day at Microsoft.  After a very nice round of goodbyes with some of my team in the Enterprise Management division, I had my exit interview over in building 18 and then did the commute home for what will be the last time &#8212; at least for awhile.
</p>
<p>
I have some mixed feelings about leaving &#8212; except for the commute and my overall need to reduce my stress level and improve my lifestyle I thoroughly enjoyed the projects I was working on.  Neither project has been generally announced yet, so I&#8217;m not going to discuss them in any detail.  I will say that I saw a different Microsoft than one might have seen several years ago.  I worked on two projects which were clearly enterprise management territory for most software companies, but not (traditionally) for Microsoft.  And yet, I worked with people who were intensely interested in branching out into new territory, solving problems that Microsoft in the past hadn&#8217;t thought were important for Microsoft to solve, and in general breaking any number of stereotypes about what, and more especially how, to do things.
</p>
<p>
That&#8217;s not to say that I didn&#8217;t also encounter a fair amount of inertia, and people who already know &#8220;the way&#8221; that something needed to be done, but I also found most people I talked with &#8212; folks in program management, marketing, director-level staff, GMs, all the way to my chain of VPs &#8212; were open and amenable to new arguments if supportable and workable.
</p>
<p>
Clearly, there is still a lot of &#8220;religion,&#8221; and although the devotion to &#8220;all things Windows&#8221; is understandable from the Windows platform vendor, I did find that knowledge of enterprise-level mixed IT installations was relatively limited.  This is being fixed by hiring from the outside &#8212; I was a case in point actually &#8212; so I expect this situation to be very different in a year.  I encountered an organization that was working fast and hard to remedy any gaps it might have in order to be seriously competitive in nearly all areas of enterprise software.
</p>
<p>
Wow.  That sounds like I swallowed a bit of kool-aid myself.  But I didn&#8217;t, not really.  I&#8217;m typing this on my Macbook Pro, and I don&#8217;t even have a PC laptop or Windows desktop anymore &#8212; all of that is virtualized by Parallels Workstation and does everything I need.  My primary platforms are Mac OS X and Linux.
</p>
<p>
So the message is, that the Microsoft I spent part of a year working at is not the Microsoft of evil fantasy.  The company is as flexible and open to change as the people who now run and work at it, and to my eye that&#8217;s getting more flexible and open all the time.  I suspect there&#8217;s still a bright future for the folks in Redmond.  I&#8217;m grateful for my time there, and happy I got to spend at least a little time seeing it from the inside.
</p>
<p>
And I&#8217;m happy to move on, to whatever is next&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://mark.madsenlab.org/2006/07/last_day_at_mic.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Allrecipes.com purchased by Reader&#8217;s Digest</title>
		<link>http://mark.madsenlab.org/2006/04/allrecipescom_p.html#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link>
		<comments>http://mark.madsenlab.org/2006/04/allrecipescom_p.html#comments</comments>
		<pubDate>Mon, 03 Apr 2006 07:23:52 +0000</pubDate>
		<dc:creator>mark</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[Personal]]></category>

		<guid isPermaLink="false">http://mark.madsenlab.org/?p=642</guid>
		<description><![CDATA[
]]></description>
			<content:encoded><![CDATA[<p>
Last Friday, Reader&#8217;s Digest <a href="http://seattletimes.nwsource.com/html/businesstechnology/2002903353_allrecipes01.html">announced</a> that they are <a href="http://blog.seattlepi.nwsource.com/venture/archives/102304.asp">acquiring</a> <a href="http://allrecipes.com/">Allrecipes.com</a>, a Seattle based business providing food and recipe community on the Net.  I&#8217;ve been on the board at AR for the last couple of years, and thus I&#8217;ve been keeping a very low profile during the sensitive period before we announced the deal, but now it&#8217;s public knowledge.
</p>
<p>
Allrecipes is a project whose history you can read (or will read) elsewhere, and I won&#8217;t rehash it except to say that my co-founder Tim Hunt did an extraordinary job over the years providing not only technical, but conceptual and business leadership &#8212; firmly understanding what the site&#8217;s users wanted (which is sometimes distinct from what the business&#8217;s actual <em>customers</em> want) and making sure they get it.  Bill Moore, the company&#8217;s CEO, also has done an outstanding job driving our execution and helping the company capitalize on the growing return towards valuing successful internet content businesses.  Bill, Tim, and the whole team continue to demonstrate community interaction creates long-lasting loyalty in a medium where &#8220;stickiness&#8221; is usually measured in seconds or minutes, not months or years.
</p>
<p>
As you can read in the various press releases and newspaper articles, Allrecipes will remain in Seattle and the team will stay together, which was an important goal for many of us.  And it will continue to provide a great food and recipe experience in the years to come, now enhanced by its association with Reader&#8217;s Digest and Rachael Ray.
</p>
<p>
Congratulations to my original co-founders and to the entire Allrecipes staff on an outstanding accomplishment!</p>
]]></content:encoded>
			<wfw:commentRss>http://mark.madsenlab.org/2006/04/allrecipescom_p.html/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Movin&#8217; on&#8230;</title>
		<link>http://mark.madsenlab.org/2005/12/movin_on.html#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link>
		<comments>http://mark.madsenlab.org/2005/12/movin_on.html#comments</comments>
		<pubDate>Fri, 09 Dec 2005 16:05:33 +0000</pubDate>
		<dc:creator>mark</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[Personal]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://mark.madsenlab.org/?p=664</guid>
		<description><![CDATA[
]]></description>
			<content:encoded><![CDATA[<p>
Well, I&#8217;m going back to work on Monday, after 10 weeks of break between jobs.  The new job is at Microsoft, where I&#8217;ll be something called a &#8220;Group Program Manager&#8221; working on data center management products.  I&#8217;ll talk more about this when it&#8217;s clear what is public knowledge and what isn&#8217;t, so for now there isn&#8217;t much to say &#8212; other than the fact that I&#8217;m excited about the opportunity and technologies I&#8217;ll be working with.
</p>
<p>
Time off has been good, but of course it&#8217;s always better when you get to plan <em>when</em> and <em>how</em> to be off work, and not have events simply thrust it upon you.  I have used the time to get plenty of exercise (it&#8217;s been a fairly nice fall), work in the kitchen quite a bit, and read a great deal.  The latter isn&#8217;t yet reflected here in postings, but I&#8217;d finished book #48 when we shut down Network Clarity, and I&#8217;m just finishing up book #62 this weekend.  This means I have yet to post on books #57-62, but I have a whole slew of drafts pending in <a href="http://ecto.kung-foo.tv/">Ecto</a> and some notes will appear shortly.
</p>
<p>
Things have been quiet in November and December on <a href="http://www.progressivecommons.org/">Progressive Commons</a> &#8212; we apologize for that but everyone has been busy with work and personal issues.  I&#8217;m sure our writing will pick up again fairly soon.</p>
]]></content:encoded>
			<wfw:commentRss>http://mark.madsenlab.org/2005/12/movin_on.html/feed</wfw:commentRss>
		<slash:comments>19</slash:comments>
		</item>
	</channel>
</rss>
