<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>TheThreePercent &#187; Apple</title>
	<atom:link href="http://thethreepercent.com/category/apple/feed/" rel="self" type="application/rss+xml" />
	<link>http://thethreepercent.com</link>
	<description>House of Innovators</description>
	<lastBuildDate>Tue, 22 May 2012 13:17:56 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='thethreepercent.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://1.gravatar.com/blavatar/7a12d4b814b5dd33edc567b251b03a98?s=96&#038;d=http%3A%2F%2Fs2.wp.com%2Fi%2Fbuttonw-com.png</url>
		<title>TheThreePercent &#187; Apple</title>
		<link>http://thethreepercent.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://thethreepercent.com/osd.xml" title="TheThreePercent" />
	<atom:link rel='hub' href='http://thethreepercent.com/?pushpress=hub'/>
		<item>
		<title>iPhone, Blackberry, Apps &#8211; Models for Business and Use Needed</title>
		<link>http://thethreepercent.com/2009/06/01/iphone-blackberry-apps-models-for-business-and-use-needed/</link>
		<comments>http://thethreepercent.com/2009/06/01/iphone-blackberry-apps-models-for-business-and-use-needed/#comments</comments>
		<pubDate>Mon, 01 Jun 2009 18:04:28 +0000</pubDate>
		<dc:creator>jwolpert</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[app store]]></category>
		<category><![CDATA[blackberry]]></category>
		<category><![CDATA[Google Latitude]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[Latitude]]></category>
		<category><![CDATA[Loopt]]></category>
		<category><![CDATA[object oriented programming]]></category>

		<guid isPermaLink="false">http://thethreepercent.com/?p=291</guid>
		<description><![CDATA[Software developers need to remember that the object model doesn't end with the code.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=thethreepercent.com&#038;blog=2958130&#038;post=291&#038;subd=thethreepercent&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>If you write applications for the <a href="http://www.apple.com/iphone/" target="_blank">iPhone</a>, <a href="http://www.blackberry.com" target="_blank">Blackberry</a> or other smartphones, you likely know a lot about object oriented programming.  This way of thinking about writing software code, developed in the 1960&#8242;s but not widely used until the 1990&#8242;s, treats software as sets of cooperating objects, each of which exist as a kind of independent machine able to receive messages, do something with those messages, and send new messages on to other objects.  Seems like a sensible approach.  The cells in your body operate more-or-less along the same lines.  The pattern of how these objects relate to each other is called the object model.</p>
<blockquote><p>But what many software developers know so well in terms of their code is forgotten on the humans that ultimately use their applications.</p></blockquote>
<p>Take the <a href="http://www.macrumors.com/2009/05/31/iphone-safari-to-support-geolocation-google-latitude-demoed/" target="_blank">recent news</a> about the upcoming <a href="http://www.apple.com/iphone/" target="_blank">iPhone</a> 3.0 update and Google&#8217;s <a href="http://www.google.com/latitude/intro.html" target="_blank">Latitude</a> location system.  It allows you to see where your friends are on a Google map, and by many accounts, the code is beautiful.  But beyond the obvious feature of seeing where other people are at any given time, what is the object model behind the use?  What will real people use this feature for&#8230;and when?</p>
<p>Timing is one of the essential frameworks behind object oriented programming.  An application needs to know what triggers a certain event, when, and in what context.</p>
<p>So regarding Latitude, I ask:  What triggers my need to see where other people who I may or may not know are?  What prompts me to broadcast my position for others to see?  And what prompts me reliably to turn off this function when I want privacy (assuming I&#8217;m not someone oblivious to living in a privacy-free environment)?</p>
<p>An engineer&#8217;s answer may be, &#8220;Well, we give you all this granular functionality to decide who sees where you are and when.&#8221;  But in my view this ignores the human context in a day-to-day setting, where one is overwhelmed by a constant stream of messages and tasks which we must perform to maintain any number of other objects spinning in our lives.  We feel often as though we work for our machines, rather than the other way around.</p>
<p><a href="http://www.loopt.com" target="_blank">Loopt</a> is a similar application to Latitude, and my friends and I &#8211; mainly early-adopter tech geeks &#8211; tried frequently to use the app to find each other.  It was fun&#8230;once or twice.  But without an event in my life that prompts, &#8220;Use Loopt (or Latitude) now or you can&#8217;t do something you really need to do,&#8221; these apps are like a gun without a trigger. And they join the long list of untouched icons on the back pages of my iPhone.</p>
<p>Software developers need to remember that the object model doesn&#8217;t end with the code.</p>
<p>Stay tuned for the green transportation application <a href="http://www.teamupstart.com" target="_self">UpStart</a> is building.  I hope you&#8217;ll agree that we take this object lesson seriously.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/thethreepercent.wordpress.com/291/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/thethreepercent.wordpress.com/291/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/thethreepercent.wordpress.com/291/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/thethreepercent.wordpress.com/291/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/thethreepercent.wordpress.com/291/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/thethreepercent.wordpress.com/291/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/thethreepercent.wordpress.com/291/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/thethreepercent.wordpress.com/291/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/thethreepercent.wordpress.com/291/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/thethreepercent.wordpress.com/291/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/thethreepercent.wordpress.com/291/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/thethreepercent.wordpress.com/291/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/thethreepercent.wordpress.com/291/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/thethreepercent.wordpress.com/291/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=thethreepercent.com&#038;blog=2958130&#038;post=291&#038;subd=thethreepercent&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://thethreepercent.com/2009/06/01/iphone-blackberry-apps-models-for-business-and-use-needed/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c43fa21e502f0707c77008db7b9c7be5?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">jwolpert</media:title>
		</media:content>
	</item>
		<item>
		<title>Shared Secrets &#8211; Entry #13:  Public Trust</title>
		<link>http://thethreepercent.com/2008/10/20/shared-secrets-entry-13-public-trust/</link>
		<comments>http://thethreepercent.com/2008/10/20/shared-secrets-entry-13-public-trust/#comments</comments>
		<pubDate>Mon, 20 Oct 2008 03:21:56 +0000</pubDate>
		<dc:creator>jwolpert</dc:creator>
				<category><![CDATA[Adobe]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[Arbiters of Trust]]></category>
		<category><![CDATA[Shared Secrets]]></category>
		<category><![CDATA[Venture Capital]]></category>

		<guid isPermaLink="false">http://thethreepercent.com/blog/?p=118</guid>
		<description><![CDATA[This is the thirteenth in the series on managing collaborative innovation. Click here for the Beginning of the Series Leaking intentions privately to individual advisors or small cadres like one’s consultants or Board can sometimes be more dangerous than sharing them openly.  Executive Board members are notoriously loose-lipped within their personal networks.  It is partly [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=thethreepercent.com&#038;blog=2958130&#038;post=118&#038;subd=thethreepercent&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>This is the thirteenth in the series on managing collaborative innovation. <strong>Click here for the <a href="http://thethreepercent.com/blog//?p=60">Beginning of the Series</a></strong></p>
<p>Leaking intentions privately to individual advisors or small cadres like one’s consultants or Board can sometimes be more dangerous than sharing them openly.  Executive Board members are notoriously loose-lipped within their personal networks.  It is partly what one looks for in a Board member.  On one hand, we want them to keep our secrets.  On the other, we want them to tell people they trust about what we want to do.  But the problem with this is three-fold.  First, this limits the set of intentions only to those where senior executives are champions or advocates, and Harvard’s Clayton Christensen has well argued that this set of intentions is inevitably watered down from sources toward the middle and bottom of the org chart.   Second, if the Board member errs and confides privately in someone who then uses the information to move against you, you may never know until it is too late.  Third, if only a small cadre know that the intention is yours, then if someone else appropriates the information and makes a move in the market first, the public will generally believe that it was their idea, not yours.</p>
<p>A lot of people knowing your intentions can be a better move.  I made the point <a href="http://thethreepercent.com/blog/?p=60">earlier</a> that if Steve Jobs had intended, he could have taken the general idea of PostScript from Adobe and made his own independent solution without them.  But he didn’t.  Did Adobe&#8217;s Warnock and Geschke just get lucky?  Not exactly.  By the time Steve Jobs met with Adobe there was a large community in the Bay Area who mutually knew and supported both Steve and the Adobe team.  As the record of email between Bay Area computer enthusiasts at the time has shown, many people in the community knew generally what Adobe’s intentions were.  Making off with their ideas would have had negative consequences in the community of support that Jobs now relied upon.  Even if he had decided after seeing Adobe’s technology that the right strategy for Apple was to appropriate it or re-invent it on his own, he would have had to find a way to make good for Warnock and Geschke.</p>
<p>The community of trust, not Adobe’s intellectual property, helped ensure fair play.  In the end, Jobs not only collaborated with Adobe, he bought 5% of the company as part of a partnership deal that gave the budding firm a strategic leg-up and improved its appearance for future financing rounds.  Perhaps Silicon Valley should be seen not simply as a venture capital led knowledge-brokering network as some have suggested, but rather as a community that uses social consequences to impose constraints on what people do with information that is openly shared.  In this view, venture capitalists are not just knowledge-brokers.  They are more importantly a key arbiter of fair use.  If your company is funded (or seeks funding) by any member of the tight-knit VC community and you use others’ knowledge in a way that the greater community feels is inappropriate, you are likely angering people whose VCs know your VCs.  For this to work, though, the greater community must know what your intentions are – or at least the rumor mill must be circulating them.  No wonder so many hybrid business models from eBay to Google come out of Silicon Valley and choose to suffer the incredible cost of maintaining headquarters there.</p>
<p>Click here for the <a href="http://thethreepercent.com/blog/?p=115">Previous Entry</a>.<strong></strong></p>
<p>[Click here for <a href="http://thethreepercent.com/blog/?p=122">Entry #14</a>.]</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/thethreepercent.wordpress.com/118/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/thethreepercent.wordpress.com/118/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/thethreepercent.wordpress.com/118/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/thethreepercent.wordpress.com/118/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/thethreepercent.wordpress.com/118/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/thethreepercent.wordpress.com/118/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/thethreepercent.wordpress.com/118/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/thethreepercent.wordpress.com/118/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/thethreepercent.wordpress.com/118/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/thethreepercent.wordpress.com/118/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/thethreepercent.wordpress.com/118/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/thethreepercent.wordpress.com/118/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/thethreepercent.wordpress.com/118/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/thethreepercent.wordpress.com/118/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=thethreepercent.com&#038;blog=2958130&#038;post=118&#038;subd=thethreepercent&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://thethreepercent.com/2008/10/20/shared-secrets-entry-13-public-trust/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c43fa21e502f0707c77008db7b9c7be5?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">jwolpert</media:title>
		</media:content>
	</item>
	</channel>
</rss>
