<?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>Reverend Ted's Blog</title>
	<atom:link href="http://reverendted.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://reverendted.wordpress.com</link>
	<description>Also known as "Open Source Advocacy with Reverend Ted"</description>
	<lastBuildDate>Mon, 04 Jan 2010 14:00:19 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='reverendted.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/6edf1df11bc5fa348f8afd922498be65?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>Reverend Ted's Blog</title>
		<link>http://reverendted.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://reverendted.wordpress.com/osd.xml" title="Reverend Ted&#8217;s Blog" />
		<item>
		<title>On API Replication and Web App Compatability</title>
		<link>http://reverendted.wordpress.com/2010/01/04/on-api-replication/</link>
		<comments>http://reverendted.wordpress.com/2010/01/04/on-api-replication/#comments</comments>
		<pubDate>Mon, 04 Jan 2010 14:00:19 +0000</pubDate>
		<dc:creator>Ted Haeger</dc:creator>
				<category><![CDATA[Internet & Tech]]></category>
		<category><![CDATA[Mozy]]></category>
		<category><![CDATA[Mozy Information Platform]]></category>
		<category><![CDATA[Novell]]></category>
		<category><![CDATA[decho]]></category>
		<category><![CDATA[cloud]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[groupwise]]></category>
		<category><![CDATA[SaaS]]></category>
		<category><![CDATA[salesforce.com]]></category>

		<guid isPermaLink="false">http://reverendted.wordpress.com/?p=1040</guid>
		<description><![CDATA[Commandeering Applications by Replicating APIs
I recently met with Jesse Stay to discuss some plans and ideas I have been working on at Mozy. As expected, Jesse&#8217;s insights and feedback were tremendously valuable. (Thanks, Jesse!)
One of the items Jesse directed my attention toward was the recent implementations of the Twitter API by three different sites: WordPress.com [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=reverendted.wordpress.com&blog=257601&post=1040&subd=reverendted&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><h2>Commandeering Applications by Replicating APIs</h2>
<p>I recently met with <a href="http://staynalive.com/" target="_blank">Jesse Stay</a> to discuss some plans and ideas I have been working on at <a href="http://mozy.com" target="_blank">Mozy</a>. As expected, Jesse&#8217;s insights and feedback were tremendously valuable. (Thanks, Jesse!)</p>
<p><img class="alignright" style="border:0 none;margin:5px 10px;" title="Tweetie API endpoint config on iPhone" src="http://en.blog.files.wordpress.com/2009/12/api-root-m.png?w=240&#038;h=360" alt="Tweetie API endpoint config on iPhone" width="240" height="360" />One of the items Jesse directed my attention toward was the recent implementations of the Twitter API by three different sites: <a href="http://en.blog.wordpress.com/2009/12/12/twitter-api/" target="_blank">WordPress.com</a> (the host of this blog), <a href="http://staff.tumblr.com/post/287703110/api" target="_blank">Tumblr</a> (another popular blog hosting service), and <a href="http://status.net/wiki/TwitterCompatibleAPI" target="_self">identi.ca</a> (a prominent Twitter alternative which has supported the Twitter API since 2008). By providing 100% API compatibility with Twitter, people can use any application built for Twitter with these other services (as long as the app allows you to modify the service URI/endpoint it uses). Because services survive or wither based on use, supporting a popular and relevant API can instantly yield a slew of applications to support users better. As a result of their work, WordPress.com has gained applications like the iPhone application <a href="http://www.atebits.com/tweetie-iphone/" target="_blank">Tweetie</a>. Although many of the applications for Twitter currently do not allow you to modify the API endpoint (<a href="http://www.tweetdeck.com/" target="_blank">Tweetdeck</a>, for example), most developers want more users, and API-level compatibility makes it short work for developers to support your service. I suspect that soon, nearly all applications created for Twitter will let you modify or add to the default API endpoint.</p>
<p>This got me to thinking about GroupWise, Novell&#8217;s strong alternative to Microsoft Exchange.</p>
<h2>Novell: Align with Google for Developers</h2>
<p>Novell GroupWise has a complete web API, and has for quite some time. Unfortunately, Novell seems to neglect developers these days&#8211;especially in their legacy products (as evidenced by GroupWise having only a SOAP API). Aside from their list of close partners, few developers use the GroupWise API.</p>
<p><img class="alignright" style="border:0 none;margin:5px 10px;" title="Google Code logo" src="http://code.google.com/images/code_logo.png" alt="Google Code logo" width="161" height="40" />Meanwhile, with Google&#8217;s enormous cachet with developers, numerous applications support Google&#8217;s collaboration-related APIs (such as <a href="http://code.google.com/apis/contacts/docs/3.0/reference.html" target="_blank">Contacts</a>). Perhaps even more importantly, developers can easily integrate Google&#8217;s API into new and existing apps through the numerous source code libraries available for Google&#8217;s various API&#8217;s (again, see Contacts, this time <a href="http://code.google.com/apis/contacts/code.html" target="_blank">for the list of libs</a>). Google&#8217;s Atom-based REST API&#8217;s are popular, well-understood, and widely used.</p>
<p>Consequently, Novell has an opportunity to serve their dwindling fan base better: replicate the Google API&#8217;s that are most relevant to GroupWise. Make it so that developers can easily adapt their apps to serve GroupWise, and so that <em>end users</em> can select from a wider assortment of 3rd party apps. This would give nothing over to Google that they don&#8217;t already have. It can only increase the relevance and extend the life of Novell&#8217;s venerable old product.</p>
<p>It also makes it possible for Novell to get on board with the biggest technology trend of the latter half of the last decade&#8230;</p>
<h2>GroupWise in the Cloud</h2>
<p><a href="http://reverendted.files.wordpress.com/2006/08/gwclient.png"><img class="alignright size-full wp-image-285" style="border:0 none;margin:5px 10px;" title="GroupWIse icon" src="http://reverendted.files.wordpress.com/2006/08/gwclient.png?w=48&#038;h=48" alt="" width="48" height="48" /></a>Since my time at Bungee Labs, I have been considering how Novell could offer GroupWise as a hosted SaaS offering as a way of acquiring aspiring new companies. As Salesforce has shown well, small is beautiful, and there is big business in the &#8220;No Software&#8221; proposition. This is where GroupWise competes (entirely ineffectively) with Gmail (&#8220;Google Mail,&#8221; actually) and its related collaboration components. It&#8217;s very easy to set up a Gmail account that uses your own company&#8217;s mail@domain. You can&#8217;t do that with GroupWise today.</p>
<p>But GroupWise does have something that Google lacks: a rich client. With all the apps that Google enjoys, none do a complete enough job of unifying all the typical collaboration features of an enterprise collaboration suite. With legacy collaboration being such an <a href="http://www.jwz.org/doc/groupware.html" target="_blank">unsexy subject in the age of the social web</a>, it seems unlikely that Google will re-solve some of these relatively mundane features. Finally, although there is a <em>de facto</em> rule about &#8220;everything through the web,&#8221; that does not mean &#8220;everything in the browser.&#8221; GroupWise has browser-based access, but it also has a full client that works online as well as offline, giving Novell a complete end-to-end advantage.</p>
<p>So put it all together&#8211;SaaS + Google API compatibility&#8211;and Novell has a viable technical path for GroupWise. All that remains is to figure out a  freemium model that can viably compete with Google. (This is where I clock out.)</p>
<p><strong>Note</strong><em> I realize that</em><em> it&#8217;s kind of cheap to sit back and throw out directives for how some other company should manage its API strategy while sparing any mention of the company over which I may have actual influence. Some of the above thinking applies to our planning at Mozy. However, we do not offer a public API (yet), so it&#8217;s a challenge to directly discuss this subject without getting mired in caveats and cautionary or </em><em>indefinite</em><em> statements. If you have any more than a casual interest in where Mozy is heading with our API, please contact me by commenting on this post.<br />
</em></p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/reverendted.wordpress.com/1040/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/reverendted.wordpress.com/1040/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/reverendted.wordpress.com/1040/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/reverendted.wordpress.com/1040/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/reverendted.wordpress.com/1040/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/reverendted.wordpress.com/1040/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/reverendted.wordpress.com/1040/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/reverendted.wordpress.com/1040/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/reverendted.wordpress.com/1040/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/reverendted.wordpress.com/1040/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=reverendted.wordpress.com&blog=257601&post=1040&subd=reverendted&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://reverendted.wordpress.com/2010/01/04/on-api-replication/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/45be304228fd4fb743b048e84bff665f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Rev</media:title>
		</media:content>

		<media:content url="http://en.blog.files.wordpress.com/2009/12/api-root-m.png" medium="image">
			<media:title type="html">Tweetie API endpoint config on iPhone</media:title>
		</media:content>

		<media:content url="http://code.google.com/images/code_logo.png" medium="image">
			<media:title type="html">Google Code logo</media:title>
		</media:content>

		<media:content url="http://reverendted.files.wordpress.com/2006/08/gwclient.png" medium="image">
			<media:title type="html">GroupWIse icon</media:title>
		</media:content>
	</item>
		<item>
		<title>iPhone Apps for Field Science</title>
		<link>http://reverendted.wordpress.com/2009/11/23/iphone-apps-for-field-science/</link>
		<comments>http://reverendted.wordpress.com/2009/11/23/iphone-apps-for-field-science/#comments</comments>
		<pubDate>Mon, 23 Nov 2009 19:09:44 +0000</pubDate>
		<dc:creator>Ted Haeger</dc:creator>
				<category><![CDATA[Birds]]></category>
		<category><![CDATA[Geology]]></category>
		<category><![CDATA[Internet & Tech]]></category>
		<category><![CDATA[NatHist & Science]]></category>
		<category><![CDATA[Random Stuff]]></category>
		<category><![CDATA[Travel]]></category>
		<category><![CDATA[birding]]></category>
		<category><![CDATA[fossils]]></category>
		<category><![CDATA[gps]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[naturalhistory]]></category>
		<category><![CDATA[wildlife]]></category>

		<guid isPermaLink="false">http://reverendted.wordpress.com/?p=957</guid>
		<description><![CDATA[In a parallel universe, I am a field biologist. In another, a paleontologist. In yet another, an ornithologist. And several very useful applications now available for the iPhone have recently re-kindled a yearning to live these parallel lives.
Mobiles Go Wild
The utility of mobile phones for field science keeps getting better and better. Behind this are [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=reverendted.wordpress.com&blog=257601&post=957&subd=reverendted&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><img class="size-full wp-image-1011 alignright" style="margin-top:5px;margin-bottom:5px;" title="2009_field_apps" src="http://reverendted.files.wordpress.com/2009/11/2009_field_apps.jpg?w=320&#038;h=480" alt="screenshot of field app icons" width="320" height="480" />In a parallel universe, I am a field biologist. In another, a paleontologist. In yet another, an ornithologist. And several very useful applications now available for the iPhone have recently re-kindled a yearning to live these parallel lives.</p>
<h2>Mobiles Go Wild</h2>
<p>The utility of mobile phones for field science keeps getting better and better. Behind this are three inter-related trends, the advances in which can largely be attributed to the iPhone.</p>
<ol>
<li>The first is the long-running convergence of mobile technologies. GPS, compass, and camera are now integrated on a single hand-held device that not only offers broadband Internet, but also adequate storage capacity for storing data for offline use.</li>
<li>The second is richer user interaction. Beyond large, high-resolution screens, a combination of diverse gestures allow interaction directly through the visual interface. The result makes it possible to provide user experiences that go way beyond the classic constraints of keypads and standard buttons.</li>
<li>The previous two trends yield a device that can be purposed many different ways, which is what makes the third trend&#8211;application programs&#8211;so powerful. App programs give software developers a means to create applications that use the advanced hardware features and rich user interaction for special purposes that phone manufacturers could never produce on their own. (For that matter, even <em>fathom</em> on their own.)</li>
</ol>
<p>The result is a wave of new applications that promise to revolutionize&#8211;among other things&#8211;scientific field work. In the forefront is the iPhone, but I expect that Android devices&#8211;with their more permissive developer model&#8211;may show similar promise. Nevertheless, the iPhone can take credit for setting a new high bar for the current wave of mobile devices. Consequently, there is an emerging treasure trove of high-value applications for doing field science. Let&#8217;s take a look at a few.</p>
<h2>Example Apps</h2>
<p>These are a few of the iPhone apps that I find to be essentials for planning and conducting explorations in the natural world. If you have some suggestions for me to add to this list, please leave a comment. An asterisk (*) notes an app that does not require live Internet.</p>
<h3>The Ground</h3>
<ul>
<li><strong><img class="alignright size-full wp-image-1017" style="margin-top:5px;margin-bottom:5px;" title="geology UT" src="http://reverendted.files.wordpress.com/2009/11/geology-ut.png?w=240&#038;h=360" alt="" width="240" height="360" /><a href="http://itunes.apple.com/us/app/geology-ut/id333250052?mt=8">Geology UT</a></strong>* is one of several similar Geology apps, each using a different US state&#8217;s set of <a href="http://tin.er.usgs.gov/geology/state/state.php?state=UT" target="_blank">public domain data</a>. The app uses on-board GPS with its own map to help you  find out quickly what the US Geological Survey knows about the age and composition of the surface wherever you may be. I use the Utah version extensively while I search for fossils or wonder about the age of an outcrop.<br />
Because the app stores all of its data on the device, this is also a good example of an app that works in the field without a data connection. Tap any area of the map that you might want to know about, and it presents details that normally require a browser when using Google Earth and a kml file on a computer.</li>
<li><strong><a href="http://itunes.apple.com/us/app/geotimescale/id327090162?mt=8">Geotimescale</a>*</strong> is a simple reference app, providing a visual guide to the age old question: &#8220;What on earth does Cenozoic mean?&#8221;</li>
<li><strong><a href="http://itunes.apple.com/us/app/google-earth/id293622097">Google Earth</a> </strong> is an excellent tool for understanding the terrain. Using the on-board GPS lets you quickly see where you are. Various layers, including Panaramio photos, further enrich the virtual exploration experience. And  similar to the desktop app, Earth features <em>tilt</em>, which allows you to virtually explore the terrain relief of an area before heading out.<br />
For example, here is a tilted view showing Cathedral Valley in Capitol Reef National Park. In the bottom right (at the &#8217;s&#8217; in <em>technologies</em>), there is a trailhead for a trail that follows the ridge across from the rock &#8220;cathedrals.&#8221; Although this screenshot was not done on site&#8211;there is no data connection in this part of the Utah outback&#8211;you can see how studying it can help you to understand the landscape you intend to explore.<br />
<strong><a href="http://reverendted.files.wordpress.com/2009/11/googleearth_crnp.jpg"><img class="size-full wp-image-1013 aligncenter" style="border:0 none;margin:5px 10px;" title="Google Earth view of Capitol Reef National Park's &quot;Cathedral Valley&quot;" src="http://reverendted.files.wordpress.com/2009/11/googleearth_crnp.jpg?w=360&#038;h=240" alt="" width="360" height="240" /></a></strong>I should also note that the <a href="http://earth.google.com/" target="_blank">desktop application</a> is an essential companion to the mobile version. I often start investigating on the big screen, especially since the <a href="http://tin.er.usgs.gov/geology/state/state.php?state=UT" target="_blank">USGS makes various .kml files available</a> for many areas of the US.</li>
<li><strong>GPS tracking apps</strong> enable you to record your tracks so that you can know where and when you were at a given time. That&#8217;s great for when you find something that you want to come back to later. I have yet to settle on a single one, since they each provide different features (for example, some can download the topo map for a given location).</li>
<li><strong>Compass*</strong> is a default application that Apple introduced with the 3Gs, eliminating yet another piece of equipment to carry.</li>
</ul>
<h3>The Sky</h3>
<ul>
<li><strong><img class="alignright size-full wp-image-1024" title="puniverse_day" src="http://reverendted.files.wordpress.com/2009/11/puniverse_day.jpg?w=240&#038;h=360" alt="" width="240" height="360" /><a href="http://itunes.apple.com/us/app/pocket-universe-virtual-sky-astronomy/id306916838?mt=8">Pocket Universe</a>*</strong> satisfies my long-running desire to know the night sky. Books always frustrated me., mainly because I have a hard time mapping them to the sky. &#8220;pUniverse&#8221; tells me which constellations and planets are visible on a given date, at a given time, from a given location. That&#8217;s handy, but the application uses the iPhone&#8217;s compass and GPS in what pUniverse calls &#8220;planetarium mode.&#8221; Imagine simply holding up your phone and seeing a labelled map of the night sky in any direction. Tap any labeled celestial object to find out all about it. This is the kind of app that makes you feel smarter than you are without your phone.</li>
<li><strong>Weather</strong> happens, and meteorological surprises can be the difference between a great excursion and misery. There are many, many applications to let you know what&#8217;s in store. I use the free (ad-laden) app <strong><a href="http://linktoapp.com/weatherbug" target="_blank">Weatherbug</a></strong>, mainly because I have yet to research and find a better tool.</li>
</ul>
<h3>Biology</h3>
<ul>
<li><strong><a href="http://reverendted.files.wordpress.com/2009/11/ibirdexplorerpro1.jpg"><img class="alignright size-full wp-image-1029" style="border:0 none;margin:5px 10px;" title="iBirdExplorerPro" src="http://reverendted.files.wordpress.com/2009/11/ibirdexplorerpro1.jpg?w=240&#038;h=360" alt="" width="240" height="360" /></a><a href="http://itunes.apple.com/us/app/ibird-explorer-pro/id308018823">iBird Explorer Pro</a>*</strong>, at $29.95, will likely remain the most expensive app I have ever purchased. There are several lighter-weight versions of iBird Explorer, but I&#8217;m an avid admirer of birds&#8211;I had to have the full catalog of North American birds.<br />
With this app, you can quickly narrow down a species by its shape, family, markings, colors, habitat, and flight style, and range (with options to filter using the data and your current location).<br />
Content is an age-old trade-off with field guide books. For example, each bird&#8217;s range map in my trusty old Peterson&#8217;s guide is stuffed in one of the book&#8217;s appendices. As an application, iBird Explorer makes each range maps simple&#8211;each species has a Range tab. Similarly, the trade-off between illustrations and photos is settled handily. (Most birders favor illustrations, but the debate becomes moot with iBird Explorer.)<br />
Much as I love my Sibley&#8217;s guide&#8211;which became my manual of choice while out birding&#8211;no printed field guide allows you to play a bird&#8217;s call. Not only does iBird Explorer play calls, it does so loudly enough that Heidi and I have been able to use it to draw in Ravens and Pinyon Jays in from a good distance. (Now I want a <em>selection</em> of calls, since the Common Raven&#8217;s vocalization, for example, varies considerably from region to region.)<br />
My one critique is that I would like a sightings and life-list feature, similar to Audubon Mammals.</li>
<li><strong><a href="http://itunes.apple.com/us/app/audubon-mammals-a-field-guide-to/id334843541?mt=8">Audubon Mammals</a>*</strong> is a splendid reference for identifying the mammals that you see&#8211;and those that you don&#8217;t. Beside providing photos, you also get range maps, track and scat illustrations (sometimes with comparisons), and a thorough description. Designed to help you quickly identify a creature, the app flows in ways that you always wished your field guide would. The app also allows you to record sightings, as well as a life list, which get GPS-tagged and allow you to add your own notes and observations.</li>
</ul>
<h3>General Field Tools</h3>
<ul>
<li><strong>Camera* </strong>taking a picture or video not only documents what you saw, but where you saw it. Each photo has latitude and longitude coordinates applied by the GPS. That means that you can document exactly where you saw a specimen. However, rather than use the on-board camera application, you might consider using it through a notetaking application, such as&#8230;</li>
<li><strong><img class="alignright" style="border:0 none;margin:5px 10px;" src="http://www.evernote.com/about/media/img/logo.png" alt="Evernote logo" width="196" height="49" /><a href="http://itunes.apple.com/us/app/evernote/id281796108?mt=8">Evernote</a>*</strong> is an application whose importance I can&#8217;t emphasize enough. What a great tool Evernote is!<br />
Geo-tagged photos are a great start, but there are other ways you may want to document your experiences.<br />
Whether recording simply for your personal memories or for detailed field notes, Evernote geo-tags your notes. Notes can be text&#8211;of course&#8211;but you can also record your voice as a note. And that means that you can even record a location&#8217;s ambient soundscape. Evernote also allows you to take geo-tagged pictures, and if a picture contains text, Evernote will even process the text so it becomes searchable.<br />
One of the most important features of Evernote is that it&#8217;s not just an iPhone app. All of your notes get uploaded to your account on Evernote&#8217;s servers. That means that your notes are effectively backed up each time the Evernote app synchronizes. And&#8230;you can access and update your notes through any browser. And&#8230;you can also access your data from an Evernote on your computer. In fact, Evernote will sync between applications on Windows, Mac, Android, Blackberry, and PalmOS. Simply put, Evernote is a <em>life</em> tool.</li>
</ul>
<h2>Prediction</h2>
<p>Even if the iPhone represents the upper echelon of expensive mobile phone gadgetry, the various applications available on it for working in the field allow you to replace numerous books, maps, and other reference materials. In short, the iPhone has opened access to scientific participation by laypeople&#8211;amateurs and enthusiasts&#8211;as well as professionals. However, the applications I list here are mostly <em>popular</em> applications&#8211;primarily made for laypeople, but able to provide substantial support for actual field biologists, botanists, archeologists, paleontologists, and so on. I expect that there is a huge raft of more  applications ready to be made&#8230;applications that are custom-tuned to the specialized technical details of various types of field research and data recording.</p>
<p>My interest in sharing this is not simply to bring about more awareness so that more specialized science applications get created. With many, many science-friendly tech geeks like me starting to make field observations through iPhone and Android devices, science may now face a huge opportunity in crowd-sourcing. In the 90&#8217;s, <a href="http://setiathome.ssl.berkeley.edu/">SETI@home</a> demonstrated how willingly geeks will apply effort to help science. In the past decade, Wikipedia used volunteerism to produce one of the foremost social-informational triumphs of the web. Now with an army of geeks readily equipped with powerful mobiles, and with strongly overlapping areas of interest between tech-geeks and science nerds, perhaps a new era of scientific data gathering is waiting to be unlocked by innovative, creative minds.</p>
<h2>Post Scripts</h2>
<p>(last updated 28DEC09)</p>
<h3>Apps</h3>
<p>Here are some additional apps relevant to the list subject:</p>
<ul>
<li><a href="http://www.youtube.com/watch?v=B0a_iui2Lyo" target="_blank">Field Assets</a> is &#8220;a field data collection application for the iPhone and iTouch.&#8221; Some further web research uncovered this app. It appears that this could easily be purposed for science work. At $12.99, I have not tried it yet.</li>
</ul>
<h3>Links</h3>
<h3>Also check out these links&#8230;</h3>
<ul>
<li><a href="http://scienceblogs.com/highlyallochthonous/2009/06/could_an_iphone_be_a_useful_fi.php" target="_blank">Could an iPhone be a useful field tool?</a></li>
<li><a href="http://geology.about.com/b/2008/07/13/is-the-iphone-3g-good-for-geologizing.htm" target="_blank">Is the iPhone 3G Good for Geologizing?</a></li>
<li><a href="http://bobjamieson.net/2009/06/03/the-iphone-a-field-tool-for-geologists/" target="_blank">The iPhone: A Field Tool for Geologists?</a></li>
<li><a href="http://my.biotechlife.net/2009/01/20/top-10-life-science-related-apps-for-the-iphone-and-ipod-touch/" target="_blank">The top 10 science applications for the iPhone</a></li>
<li><a href="http://my.biotechlife.net/2009/01/20/top-10-life-science-related-apps-for-the-iphone-and-ipod-touch/" target="_blank">Top 10 life science related apps for the iPhone and iPod Touch</a></li>
<li><a href="http://www.wired.com/wiredscience/2008/07/20-iphone-apps/" target="_blank">22 iPhone Apps for Science Geeks</a></li>
<li><a href="http://www.onlinedegreeshub.com/blog/2009/50-useful-iphone-apps-for-science-students-teachers/" target="_blank">50 Useful iPhone Apps for Science Students &amp; Teachers</a></li>
<li><a href="http://collegetimes.us/10-best-iphone-apps-for-science-majors/" target="_blank">10 Best iPhone Apps for Science Majors</a></li>
</ul>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/reverendted.wordpress.com/957/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/reverendted.wordpress.com/957/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/reverendted.wordpress.com/957/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/reverendted.wordpress.com/957/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/reverendted.wordpress.com/957/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/reverendted.wordpress.com/957/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/reverendted.wordpress.com/957/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/reverendted.wordpress.com/957/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/reverendted.wordpress.com/957/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/reverendted.wordpress.com/957/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=reverendted.wordpress.com&blog=257601&post=957&subd=reverendted&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://reverendted.wordpress.com/2009/11/23/iphone-apps-for-field-science/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/45be304228fd4fb743b048e84bff665f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Rev</media:title>
		</media:content>

		<media:content url="http://reverendted.files.wordpress.com/2009/11/2009_field_apps.jpg" medium="image">
			<media:title type="html">2009_field_apps</media:title>
		</media:content>

		<media:content url="http://reverendted.files.wordpress.com/2009/11/geology-ut.png" medium="image">
			<media:title type="html">geology UT</media:title>
		</media:content>

		<media:content url="http://reverendted.files.wordpress.com/2009/11/googleearth_crnp.jpg" medium="image">
			<media:title type="html">Google Earth view of Capitol Reef National Park's &#34;Cathedral Valley&#34;</media:title>
		</media:content>

		<media:content url="http://reverendted.files.wordpress.com/2009/11/puniverse_day.jpg" medium="image">
			<media:title type="html">puniverse_day</media:title>
		</media:content>

		<media:content url="http://reverendted.files.wordpress.com/2009/11/ibirdexplorerpro1.jpg" medium="image">
			<media:title type="html">iBirdExplorerPro</media:title>
		</media:content>

		<media:content url="http://www.evernote.com/about/media/img/logo.png" medium="image">
			<media:title type="html">Evernote logo</media:title>
		</media:content>
	</item>
		<item>
		<title>&#8220;Are You Volunteering to Own It?&#8221;</title>
		<link>http://reverendted.wordpress.com/2009/11/16/are-you-volunteering-to-own-it/</link>
		<comments>http://reverendted.wordpress.com/2009/11/16/are-you-volunteering-to-own-it/#comments</comments>
		<pubDate>Mon, 16 Nov 2009 20:10:25 +0000</pubDate>
		<dc:creator>Ted Haeger</dc:creator>
				<category><![CDATA[Random Stuff]]></category>
		<category><![CDATA[culture]]></category>
		<category><![CDATA[innovation]]></category>

		<guid isPermaLink="false">http://reverendted.wordpress.com/?p=987</guid>
		<description><![CDATA[I have heard this phrase way too often in my career. Someone submits a good idea in a meeting, and since there is no clear owner already in the organization, the person with the suggestion gets asked to implement it. I regret to admit that I have even on occasion done this to others in [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=reverendted.wordpress.com&blog=257601&post=987&subd=reverendted&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><a rel="attachment wp-att-991" href="http://reverendted.wordpress.com/2009/11/16/are-you-volunteering-to-own-it/brokenbulb/"><img class="alignright size-full wp-image-991" style="border:0 none;margin:0;" title="brokenbulb" src="http://reverendted.files.wordpress.com/2009/11/brokenbulb.jpg?w=145&#038;h=168" alt="brokenbulb" width="145" height="168" /></a>I have heard this phrase way too often in my career. Someone submits a good idea in a meeting, and since there is no clear owner already in the organization, the person with the suggestion gets asked to implement it. I regret to admit that I have even on occasion done this to others in a meeting.</p>
<p>The first time I ever heard it used, it impressed me. How clever! What better way to make someone&#8217;s suggestion become a reality? Assign ownership to the person who had the idea as sort of a &#8220;put your money where your mouth is.&#8221;</p>
<p>But consider its effect on your organization&#8217;s culture. It only takes a couple &#8220;are you volunteering?&#8221; instances to train people to keep their good ideas to themselves. In most organizations, people with good ideas are likely already busy. They&#8217;re the ones who naturally have skin in the game. Can your organization really afford to stifle the free exchange of ideas?</p>
<p>You want an innovation culture&#8211;one in which great ideas come forth&#8211;make sure that people don&#8217;t get punished for sharing their ideas.</p>
<p>That&#8217;s my idea. Can I get you to volunteer for it?</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/reverendted.wordpress.com/987/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/reverendted.wordpress.com/987/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/reverendted.wordpress.com/987/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/reverendted.wordpress.com/987/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/reverendted.wordpress.com/987/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/reverendted.wordpress.com/987/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/reverendted.wordpress.com/987/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/reverendted.wordpress.com/987/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/reverendted.wordpress.com/987/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/reverendted.wordpress.com/987/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=reverendted.wordpress.com&blog=257601&post=987&subd=reverendted&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://reverendted.wordpress.com/2009/11/16/are-you-volunteering-to-own-it/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/45be304228fd4fb743b048e84bff665f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Rev</media:title>
		</media:content>

		<media:content url="http://reverendted.files.wordpress.com/2009/11/brokenbulb.jpg" medium="image">
			<media:title type="html">brokenbulb</media:title>
		</media:content>
	</item>
		<item>
		<title>Personal Cloud: A Microsoft Employee&#8217;s Take</title>
		<link>http://reverendted.wordpress.com/2009/11/04/personal-cloud-a-microsoft-take/</link>
		<comments>http://reverendted.wordpress.com/2009/11/04/personal-cloud-a-microsoft-take/#comments</comments>
		<pubDate>Wed, 04 Nov 2009 18:23:40 +0000</pubDate>
		<dc:creator>Ted Haeger</dc:creator>
				<category><![CDATA[Internet & Tech]]></category>
		<category><![CDATA[Mozy]]></category>
		<category><![CDATA[Mozy Information Platform]]></category>
		<category><![CDATA[Personal Cloud]]></category>
		<category><![CDATA[decho]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[mozy]]></category>
		<category><![CDATA[personalcloud]]></category>

		<guid isPermaLink="false">http://reverendted.wordpress.com/?p=966</guid>
		<description><![CDATA[An interesting and well articulated take on Personal Cloud from Vu Ha, a Microsoft engineer, states:
I believe that there is an excellent opportunity to build an open user-centered data platform that comprehensively addresses data silo and privacy issues, and thus catalyzes dramatic improvement in agent applications.
Me, too!
I recommend checking out his post.
    [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=reverendted.wordpress.com&blog=257601&post=966&subd=reverendted&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>An interesting and well articulated take on Personal Cloud from Vu Ha, a Microsoft engineer, states:</p>
<blockquote><p>I believe that there is an excellent opportunity to build an open <em>user-centered</em> <em>data platform </em>that comprehensively addresses data silo and privacy issues, and thus catalyzes dramatic improvement in agent applications.</p></blockquote>
<p>Me, too!</p>
<p>I recommend checking out <a href="http://vha14.com/wordpress/2009/11/01/memex-and-the-personal-data-economy/" target="_blank">his post</a>.</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/reverendted.wordpress.com/966/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/reverendted.wordpress.com/966/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/reverendted.wordpress.com/966/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/reverendted.wordpress.com/966/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/reverendted.wordpress.com/966/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/reverendted.wordpress.com/966/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/reverendted.wordpress.com/966/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/reverendted.wordpress.com/966/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/reverendted.wordpress.com/966/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/reverendted.wordpress.com/966/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=reverendted.wordpress.com&blog=257601&post=966&subd=reverendted&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://reverendted.wordpress.com/2009/11/04/personal-cloud-a-microsoft-take/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/45be304228fd4fb743b048e84bff665f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Rev</media:title>
		</media:content>
	</item>
		<item>
		<title>Nat Friedman &amp; the Personal Cloud: &#8220;Personal data warehouse&#8221;</title>
		<link>http://reverendted.wordpress.com/2009/10/29/nat-friedman-the-personal-cloud-personal-data-warehouse/</link>
		<comments>http://reverendted.wordpress.com/2009/10/29/nat-friedman-the-personal-cloud-personal-data-warehouse/#comments</comments>
		<pubDate>Thu, 29 Oct 2009 17:19:34 +0000</pubDate>
		<dc:creator>Ted Haeger</dc:creator>
				<category><![CDATA[Advocacy]]></category>
		<category><![CDATA[Free Software]]></category>
		<category><![CDATA[Internet & Tech]]></category>
		<category><![CDATA[Mozy]]></category>
		<category><![CDATA[Mozy Information Platform]]></category>
		<category><![CDATA[Novell]]></category>
		<category><![CDATA[decho]]></category>
		<category><![CDATA[openSUSE]]></category>
		<category><![CDATA[free software]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[mozy]]></category>
		<category><![CDATA[personalcloud]]></category>
		<category><![CDATA[web apis]]></category>

		<guid isPermaLink="false">http://reverendted.wordpress.com/?p=959</guid>
		<description><![CDATA[Ximian co-founder and intrepid technologist with SUSE Linux, Nat Friedman recently blogged about a &#8220;Personal data warehouse,&#8221; stating:
What I want is a giant elastic bit bucket in the cloud, with a powerful search engine on top of it.
He goes on to describe several capabilities that he wants the search capabilities to have, essentially bringing together [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=reverendted.wordpress.com&blog=257601&post=959&subd=reverendted&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Ximian co-founder and intrepid technologist with SUSE Linux, Nat Friedman recently blogged about a &#8220;<a href="http://nat.org/blog/2009/10/personal-data-warehouse" target="_blank">Personal data warehouse</a>,&#8221; stating:</p>
<blockquote><p>What I want is a giant elastic bit bucket in the cloud, with a powerful search engine on top of it.</p></blockquote>
<p>He goes on to describe several capabilities that he wants the search capabilities to have, essentially bringing together several disparate services available on the web today&#8211;such as face recognition (<a href="http://www.polarrose.com" target="_blank">Polar Rose</a>) and Optical Character Recognition  (OCR, the simplest form right now may be <a href="http://www.evernote.com" target="_blank">Evernote</a>&#8217;s)&#8211;in order to make his data imminently accessible and usable.</p>
<p>Nat describes several other aspects, all of which in my view comprise not a single service, but a <em>data platform</em>. This <em><a href="http://reverendted.wordpress.com/2009/10/06/my-next-gig-in-the-cloud-this-time-its-personal/" target="_blank">Personal Cloud</a></em> concept really cannot be delivered well by a single service provider&#8211;you don&#8217;t want it to be. Once you have your personal data in the cloud, the next step is to have a selection of relevant applications to choose from for helping you to manage your Personal Cloud. That means APIs that allow developers to offer best-of-breed services, such as face recognition, as applications that you can use with your cloud-hosted personal data.</p>
<p>All of that reminds me that I really need to write up a post about the necessity for data owners (you and me as individuals) having ultimate control over who can access our data (and what data they can access).</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/reverendted.wordpress.com/959/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/reverendted.wordpress.com/959/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/reverendted.wordpress.com/959/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/reverendted.wordpress.com/959/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/reverendted.wordpress.com/959/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/reverendted.wordpress.com/959/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/reverendted.wordpress.com/959/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/reverendted.wordpress.com/959/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/reverendted.wordpress.com/959/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/reverendted.wordpress.com/959/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=reverendted.wordpress.com&blog=257601&post=959&subd=reverendted&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://reverendted.wordpress.com/2009/10/29/nat-friedman-the-personal-cloud-personal-data-warehouse/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/45be304228fd4fb743b048e84bff665f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Rev</media:title>
		</media:content>
	</item>
		<item>
		<title>More Cloudy Thoughts: Protecting Your Lifestream</title>
		<link>http://reverendted.wordpress.com/2009/10/22/protecting-your-lifestream/</link>
		<comments>http://reverendted.wordpress.com/2009/10/22/protecting-your-lifestream/#comments</comments>
		<pubDate>Thu, 22 Oct 2009 23:17:22 +0000</pubDate>
		<dc:creator>Ted Haeger</dc:creator>
				<category><![CDATA[Mozy Information Platform]]></category>
		<category><![CDATA[decho]]></category>

		<guid isPermaLink="false">http://reverendted.wordpress.com/?p=947</guid>
		<description><![CDATA[So there is a huge rift between how we work in the cloud-based, online world and our long-established storage media-centric behaviors. We accept it today, But that’s about to change.
&#8211;Me, October 6, 2009
Only a completely self-absorbed, arrogant bastard would quote himself as the opener to his own blog post.
&#8211;Me, today
In discussing online backup in the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=reverendted.wordpress.com&blog=257601&post=947&subd=reverendted&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><blockquote><p>So there is a huge rift between how we work in the cloud-based, online world and our long-established storage media-centric behaviors. We accept it today, But that’s about to change.<br />
&#8211;<a href="http://reverendted.wordpress.com/2009/10/06/my-next-gig-in-the-cloud-this-time-its-personal/" target="_blank">Me, October 6, 2009</a></p></blockquote>
<blockquote><p>Only a completely self-absorbed, arrogant bastard would quote himself as the opener to his own blog post.<br />
&#8211;Me, today</p></blockquote>
<p>In discussing online backup in the context of the Personal Cloud, I related how cloud-based sites &amp; services like Twitter, Facebook, Gmail and Hotmail have been shifting our expectations. More and more, we expect to be able to access our stuff from anywhere. Email services are doing this even moreso, since they generally allow you to work online as well as sync up before going offline. But I omitted something that is of key importance when it comes to preserving one&#8217;s personal data. How are you protecting all your stuff <em>that you do in the cloud?</em></p>
<p>Say you&#8217;re using an online backup service like <a href="http://mozy.com/" target="_blank">Mozy</a> (and I commend you for doing so), that means that you have protected the <em>bulk</em> of your personal data&#8230;arguably your most <em>important</em> data. But there is also your <em>lifestream</em> data.</p>
<p><strong>Lifestream</strong> (noun):</p>
<blockquote><p>In it’s simplest form it’s a chronological aggregated view of your life activities both online and offline. It is only limited by the content and sources that you use to define it.<br />
&#8211;<a href="http://lifestreamblog.com/about/" target="_blank">Lifestream blog, which is someone <em>else</em>&#8217;s blog</a></p></blockquote>
<p>My lifestream is dispersed across many services around the web. Every day, I use Facebook, Gmail, Twitter, Delicious, WordPress.com, and a host of other cloud-based services.</p>
<p><a href="http://backupify.com"><img class="alignright" style="border:0 none;margin-top:5px;margin-bottom:5px;" src="http://backupify.com/images/logo.gif" alt="" width="210" height="77" /></a>The recent <a href="http://www.pcworld.com/businesscenter/article/173593/tmobile_takes_the_hit_for_sidekick_data_loss.html" target="_blank">T-Mobile Sidekick debacle</a>, brought to you by our always-entertaining friends at Microsoft, resulted in a lot of backlash regarding keeping stuff in the cloud. Personally, I think that the anti-cloud hysteria it has spawned is overblown. Real people were indeed affected severely, but you can find much better reasons to be wary of the cloud. For example, the future of many Internet start-ups that provide cloud services hangs in the balance sheets of venture capital firms. When a VC firm deems a start-up as nonviable, sometimes there is little time before the lights go out and whatever data it hosted for you effectively evaporates. Now what?</p>
<p><a href="http://backupify.com/" target="_blank">Backupify</a> is one interesting service that addresses this. I&#8217;m trying it out right now to see how it does with backing up my Twitter data. (That&#8217;s the free part of their service. If I like it, maybe I&#8217;ll expand how I use it.) I wonder who else offers this kind of service&#8230;</p>
<p><strong>Note</strong> I confess to having a shameless <a href="http://www.socialmediaexplorer.com/2009/10/13/backupify-needs-your-help/" target="_blank">ulterior motive</a> for posting about Backupify. (And I think that they should consider adding WordPress.com to their list of target sites.)</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/reverendted.wordpress.com/947/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/reverendted.wordpress.com/947/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/reverendted.wordpress.com/947/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/reverendted.wordpress.com/947/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/reverendted.wordpress.com/947/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/reverendted.wordpress.com/947/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/reverendted.wordpress.com/947/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/reverendted.wordpress.com/947/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/reverendted.wordpress.com/947/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/reverendted.wordpress.com/947/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=reverendted.wordpress.com&blog=257601&post=947&subd=reverendted&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://reverendted.wordpress.com/2009/10/22/protecting-your-lifestream/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/45be304228fd4fb743b048e84bff665f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Rev</media:title>
		</media:content>

		<media:content url="http://backupify.com/images/logo.gif" medium="image" />
	</item>
		<item>
		<title>The Coolness of Clipperz</title>
		<link>http://reverendted.wordpress.com/2009/10/16/the-coolness-of-clipperz/</link>
		<comments>http://reverendted.wordpress.com/2009/10/16/the-coolness-of-clipperz/#comments</comments>
		<pubDate>Fri, 16 Oct 2009 18:19:59 +0000</pubDate>
		<dc:creator>Ted Haeger</dc:creator>
				<category><![CDATA[Advocacy]]></category>
		<category><![CDATA[Free Software]]></category>
		<category><![CDATA[Internet & Tech]]></category>
		<category><![CDATA[AGPLv3]]></category>
		<category><![CDATA[clipperz]]></category>
		<category><![CDATA[security]]></category>

		<guid isPermaLink="false">http://reverendted.wordpress.com/?p=926</guid>
		<description><![CDATA[And now&#8230;a short recommendation for an under-appreciated service called Clipperz. I use it every day.
Clipperz is an online password manager. It can help you do the following:

use different passwords for each site on which you have a login account (if you use the same username/password combo on some new user forum that you use for [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=reverendted.wordpress.com&blog=257601&post=926&subd=reverendted&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><a rel="attachment wp-att-928" href="http://reverendted.wordpress.com/2009/10/16/the-coolness-of-clipperz/clipperz-logo/" target="_blank"><img class="alignright size-full wp-image-928" style="border:0 none;margin:5px 10px;" title="clipperz logo" src="http://reverendted.files.wordpress.com/2009/10/clipperz-logo.png?w=164&#038;h=78" alt="clipperz logo" width="164" height="78" /></a>And now&#8230;a short recommendation for an under-appreciated service called <a href="http://www.clipperz.com" target="_blank">Clipperz</a>. I use it every day.</p>
<p>Clipperz is an online password manager. It can help you do the following:</p>
<ul>
<li>use different passwords for each site on which you have a login account (if you use the same username/password combo on some new user forum that you use for your online banking, you&#8217;re asking to get robbed)</li>
<li>generate complex, secure passwords for each account you use</li>
<li>sign on to sites quickly with one-click &#8220;Direct Logon&#8221;</li>
</ul>
<p>And a lot more&#8230;</p>
<p>Even though I am these days mostly using a Mac, and therefore I can use <a href="http://agilewebsolutions.com/products/1Password" target="_blank">1Password</a>, Clipperz remains my primary tool for password management. It&#8217;s both free of charge, and Free Software. <a href="http://www.clipperz.com" target="_blank">Please check it out</a>.</p>
<p>That&#8217;s the main point of this post. Unless you&#8217;re interested in Free Software licenses&#8230;</p>
<p>&lt;eom&gt;</p>
<p><strong>Note</strong> Clipperz did not solicit me to post this. I chose to do so after seeing their upcoming &#8220;<a href="https://www.clipperz.com/gamma/" target="_blank">gamma</a>&#8221; release. That same preview prompted me to send them $20 as an appreciation for the service they have provided me for the past year.</p>
<p><strong>Free, as in GNU Affero General Public License</strong></p>
<p>I came across Clipperz while I was still at Bungee Labs. I was doing some research on open source licenses, especially the <a href="http://www.fsf.org/licensing/licenses/agpl-3.0.html" target="_blank">Affero GPL</a> (AGPLv3). I spoke about AGPLv3 in <a href="http://reverendted.wordpress.com/?s=AGPLv3" target="_blank">several posts around that time</a>.</p>
<p>Clipperz is a perfect example of a product that should be licensed under AGPLv3. First, open source has big advantages for security-related software so that flaws can be identified and fixed quickly. Second, since Clipperz is essentially Software-as-a-Service, AGPLv3 provides the creators with protection against the <a href="http://www.linux-mag.com/id/3017" target="_blank">SaaS Loophole</a> (that is, someone taking their source code, replicating their service, making improvements, and choosing to keep the source code closed). Third, it means that if you&#8217;re the deeply paranoid type who doesn&#8217;t trust having someone else host your passwords, you can use the software to host the your own service. And if you have the technical chops for it, you can examine the code and determine whether it meets your standards for security.</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/reverendted.wordpress.com/926/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/reverendted.wordpress.com/926/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/reverendted.wordpress.com/926/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/reverendted.wordpress.com/926/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/reverendted.wordpress.com/926/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/reverendted.wordpress.com/926/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/reverendted.wordpress.com/926/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/reverendted.wordpress.com/926/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/reverendted.wordpress.com/926/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/reverendted.wordpress.com/926/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=reverendted.wordpress.com&blog=257601&post=926&subd=reverendted&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://reverendted.wordpress.com/2009/10/16/the-coolness-of-clipperz/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/45be304228fd4fb743b048e84bff665f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Rev</media:title>
		</media:content>

		<media:content url="http://reverendted.files.wordpress.com/2009/10/clipperz-logo.png" medium="image">
			<media:title type="html">clipperz logo</media:title>
		</media:content>
	</item>
		<item>
		<title>Thoughts on Vodafone &amp; Mozy</title>
		<link>http://reverendted.wordpress.com/2009/10/13/thoughts-on-vodafone-mozy/</link>
		<comments>http://reverendted.wordpress.com/2009/10/13/thoughts-on-vodafone-mozy/#comments</comments>
		<pubDate>Tue, 13 Oct 2009 17:44:19 +0000</pubDate>
		<dc:creator>Ted Haeger</dc:creator>
				<category><![CDATA[Internet & Tech]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[decho]]></category>
		<category><![CDATA[McAfee]]></category>
		<category><![CDATA[mozy]]></category>
		<category><![CDATA[personalcloud]]></category>
		<category><![CDATA[vodafone]]></category>

		<guid isPermaLink="false">http://reverendted.wordpress.com/?p=910</guid>
		<description><![CDATA[The Weekend&#8217;s Data Loss  Headlines

I went out camping in the Utah desert this weekend, and I came home to these headlines:

Microsoft, T-Mobile Apologize For Data Loss, Offer Month Credit (Thomas Claburn, InformationWeek)
Apple Mac OS X 10.6.1 Snow Leopard deletes user data (Richi Jennings, ComputerWorld)

Uh oh.
Predictably, the first headline incited yet another round of anti-Microsoft [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=reverendted.wordpress.com&blog=257601&post=910&subd=reverendted&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><strong>The Weekend&#8217;s </strong><strong>Data Loss </strong><strong> Headlines<br />
</strong></p>
<p>I went out camping in the Utah desert this weekend, and I came home to these headlines:</p>
<ul>
<li><strong>Microsoft, T-Mobile Apologize For Data Loss, Offer Month Credit</strong> (<a href="http://www.informationweek.com/news/personal_tech/smartphones/showArticle.jhtml?articleID=220600351" target="_blank">Thomas Claburn, <em>InformationWeek</em></a>)</li>
<li><strong>Apple Mac OS X 10.6.1 Snow Leopard deletes user data</strong> (<a href="http://blogs.computerworld.com/14903/apple_mac_os_x_10_6_1_snow_leopard_deletes_user_data_post_guest" target="_blank">Richi Jennings, <em>ComputerWorld</em></a>)</li>
</ul>
<p>Uh oh.</p>
<p><a href="http://www.pogopossum.com/" target="_blank"><img class="alignright" style="border:0 none;margin:5px 10px;" src="http://papundits.files.wordpress.com/2007/12/pogo_1.gif?w=143&#038;h=217" alt="" width="143" height="217" /></a>Predictably, the first headline incited yet another round of anti-Microsoft jeers from Apple fans. Then, the second headline put a quick, sobering damper on the party. If you were one of the people affected by either of the two incidents, what help or influence does such fanboy bickering offer when you have lost significant personal data?</p>
<p>Ultimately, you really can&#8217;t equate choice of vendor, platform or device with a plan for protecting your personal data from accidental loss. Furthermore, while incidents like these may be infuriating, when it comes to data loss incidents,  <a href="http://www.pogopossum.com/" target="_blank">Pogo</a>&#8217;s famous phrase applies: historically, I have caused most of my own incidents of personal data loss.</p>
<p>Whatever the cause, the threat of accidental data loss is a real thing. So how do <em>you</em> ensure that you don&#8217;t accidentally lose personal data?</p>
<p><strong>Online Backup on the Rise, Vodafone Partners with Mozy<br />
</strong></p>
<p>The popularity of online backup is rapidly growing. <a href="http://reverendted.wordpress.com/?p=910">In my previous post</a>, I mentioned that I now work at <a href="http://decho.com" target="_blank">Decho</a>, whose focus is to help people protect, organize and enrich their personal information. Decho operates the popular <a href="http://www.mozy.com" target="_blank">Mozy online backup service</a>, which protects millions of consumers (and tens of thousands of small businesses) against data loss. Two recent partnership announcements&#8211;one with <a href="http://www.marketwatch.com/story/china-telecom-and-decho-announce-strategic-cloud-services-relationship-2009-09-22" target="_blank">China Telecom</a>, the other with <a href="http://mozy.com/blog/announcements/mozy-mcafee/" target="_blank">McAfee</a>&#8211;show how online backup is moving into the mainstream.</p>
<p><a href="http://www.vodafone.com/start/media_relations/news/group_press_releases/2009/pcbackup.html" target="_blank"><img class="alignright" style="border:0 none;margin:5px 10px;" src="http://www.vodafone.com/etc/medialib/vodafone.Par.39814.Image.o.gif" alt="" width="102" height="70" /></a>Today, <a href="http://mozy.com/blog/announcements/mozy-and-vodafone/" target="_blank">Decho announced a strategic partnership with Vodafone</a>. (Some US-based readers may wonder, &#8220;Voda-<em>who</em>?&#8221; Vodafone is the world’s largest international mobile telecom company, serving over 70 countries, and over 300 million customers, and, they own 45% of Verizon Wireless.) Vodafone will first offer remote PC backup, but the announcement further states that Vodafone will use Mozy to develop &#8220;a range of cloud-based services to consumer and business customers.&#8221;</p>
<p><strong>The Personal Cloud Emerging</strong></p>
<p>My take on the Vodafone announcement? Along with the other two announcement mentioned above, this further sets the stage the emergence of the “Personal Cloud.&#8221; As I stated <a href="http://reverendted.wordpress.com/?p=910">in my previous post</a>, the Personal Cloud will become the focal point for individuals to manage and safeguard their personal information. In fact, Forrester analyst <a href="http://www.forrester.com/Research/Document/Excerpt/0,7211,54839,00.html" target="_blank">Frank Gillett</a> states that the Personal Cloud will be the key impact of cloud computing on individuals.</p>
<p>Mobile phones are already extremely personal devices, and as they continue getting smarter they keep getting <em>more</em> personal. So to me, it makes sense that Vodafone would look to the Personal Cloud to intensify that personalization. Having not been involved in any of the negotiations with Vodafone, I&#8217;ll be interested to see how they apply it beyond backup.</p>
<p><strong>More Info, Press &amp; Media Inquiries</strong></p>
<p>If you would like to speak with Decho about the Vodafone news, data backup best practices, or the personal cloud in general, I can connect you with Charles Fitzgerald. In addition, I can also see about arranging an interview with a Vodafone spokesperson, or possibly Frank Gillett of Forrester.</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/reverendted.wordpress.com/910/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/reverendted.wordpress.com/910/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/reverendted.wordpress.com/910/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/reverendted.wordpress.com/910/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/reverendted.wordpress.com/910/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/reverendted.wordpress.com/910/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/reverendted.wordpress.com/910/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/reverendted.wordpress.com/910/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/reverendted.wordpress.com/910/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/reverendted.wordpress.com/910/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=reverendted.wordpress.com&blog=257601&post=910&subd=reverendted&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://reverendted.wordpress.com/2009/10/13/thoughts-on-vodafone-mozy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/45be304228fd4fb743b048e84bff665f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Rev</media:title>
		</media:content>

		<media:content url="http://papundits.files.wordpress.com/2007/12/pogo_1.gif" medium="image" />

		<media:content url="http://www.vodafone.com/etc/medialib/vodafone.Par.39814.Image.o.gif" medium="image" />
	</item>
		<item>
		<title>My Next Gig in the Cloud: This Time It&#8217;s Personal&#8230;</title>
		<link>http://reverendted.wordpress.com/2009/10/06/my-next-gig-in-the-cloud-this-time-its-personal/</link>
		<comments>http://reverendted.wordpress.com/2009/10/06/my-next-gig-in-the-cloud-this-time-its-personal/#comments</comments>
		<pubDate>Tue, 06 Oct 2009 19:01:18 +0000</pubDate>
		<dc:creator>Ted Haeger</dc:creator>
				<category><![CDATA[Internet & Tech]]></category>
		<category><![CDATA[personalcloud decho mozy]]></category>

		<guid isPermaLink="false">http://reverendted.wordpress.com/?p=852</guid>
		<description><![CDATA[The Latest in Cloud Computing
Every now and then, someone introduces me to an idea so novel that it seizes my attention and makes me want to become part of it. That recently happened to me with the concept of personal Cloud Computing, or more simply Personal Clouds. (If you are not familiar with Cloud Computing, [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=reverendted.wordpress.com&blog=257601&post=852&subd=reverendted&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><h2>The Latest in Cloud Computing</h2>
<p>Every now and then, someone introduces me to an idea so novel that it seizes my attention and makes me want to become part of it. That recently happened to me with the concept of <em>personal</em> Cloud Computing, or more simply Personal Clouds. (If you are not familiar with Cloud Computing, it&#8217;s all the rage (and hype) in the industry&#8230;see <a href="http://en.wikipedia.org/wiki/Cloud_Computing">Wikipedia&#8217;s first paragraph on it</a>.)</p>
<p>The idea of having a <em>Personal</em> Cloud is pretty simple: all your data stays available to you over the Net&#8211;reliably, simply and securely. <a href="http://www.forrester.com" target="_blank">Forrester</a>&#8217;s Frank Gillett defines Personal Cloud as&#8230;</p>
<blockquote><p>An Internet-based digital service for individuals that acts as a permanent and flexible resource to 1) organize and preserve personal information, documents, media, and communications; 2) deliver that information on demand to any device or service; and 3) orchestrate integration of personal information across all digital devices and services.<br />
&#8220;<a href="http://www.forrester.com/Research/Document/Excerpt/0,7211,54839,00.html" target="_blank">The Personal Cloud: How Individual Computing Will Shift From Being Device-Centric To Information-Centric</a>,&#8221; Frank E. Gillett, Forrester Research.</p></blockquote>
<p>Maybe that doesn&#8217;t strike you as that significant of a concept, but this will drastically affect our online experience and behavior. (I say &#8220;will&#8221; rather than &#8220;could&#8221; because this is one of those concepts that is so powerful as to become inevitable.) To understand how, let&#8217;s take a look at how we relate to our personal data today.</p>
<h2><img class="alignright size-full wp-image-873" style="border:0 none;" title="Ye Olde Data Can" src="http://reverendted.files.wordpress.com/2009/10/ye-olde-data-can.png?w=181&#038;h=274" alt="Ye Olde Data Can" width="181" height="274" />The Personal Data Condundrum</h2>
<p>Most people store their personal data on a specific device (a computer, mobile phone, etc.). I&#8217;m talking about your various office documents; all those photos and videos that you eventually intend to get organized, upload, and share; that huge collection of music that you synch to your MP3 player. You may be able to get your email or onto Facebook from anywhere, but unless you&#8217;re both technically savvy <em>and</em> much more organized than the average person, a lot of your stuff is still effectively tightly coupled with one of the various devices you own.</p>
<p>Meanwhile, you&#8217;re probably also partly living in the cloud, where your email, social network interactions, and various other data types are both web-stored and web-accessible. More and more, this access-from-anywhere capability is becoming an expectation, yet most of us still accept it as natural that much of our data is stored only on specific devices. That&#8217;s quite a schism in behaviors and expectations.</p>
<p>So there is a huge rift between how we work in the cloud-based, online world and our long-established storage media-centric behaviors. We accept it today, But that&#8217;s about to change.</p>
<h2>The Cloud Gets Personal</h2>
<p><a rel="attachment wp-att-874" href="http://reverendted.wordpress.com/2009/10/06/my-next-gig-in-the-cloud-this-time-its-personal/personal-cloud/"><img class="alignright size-full wp-image-874" style="border:0 none;" title="Personal Cloud" src="http://reverendted.files.wordpress.com/2009/10/personal-cloud.png?w=229&#038;h=172" alt="Personal Cloud" width="229" height="172" /></a>Enter the concept of the Personal Cloud. The idea is essentially this: with the Internet now broadly accessible from various devices, cloud-hosted services have begun to shift our expectations about data availability. Specific activities, whether accessing email or participating in social networks, are available not only through a through the browser on a computer, but also offline and in that strange in-between place of intermittent connectivity. Soon, that expectation will apply to all of our personal data&#8211;including that stuff that is still stored only on specific devices. You will stop thinking in terms of &#8220;my stuff is on <em>my machine&#8221;</em>, and start thinking in the simpler terms of &#8220;my stuff&#8221; (from anywhere, online and off).</p>
<p>When enough people make that shift in thinking and behavior, nurtured by more and more services catering to your personal cloud, you won&#8217;t think at all in terms of &#8220;my Personal Cloud.&#8221; You&#8217;ll just think of it as &#8220;my stuff.&#8221; The very idea of your personal data being inaccessible to you will seem anachronistic, akin to writing a check at the supermarket or being required to submit a form by fax.</p>
<p>So how far away is this Personal Cloud future? I don&#8217;t know for sure, but an odd thing is that you may already have your data available in the cloud, just waiting to be unleashed. One of the more obvious pathways to this Personal Cloud future is through online backup services. Enter, Mozy, by Decho, my new employer&#8230;</p>
<h2>Mozy, by Decho</h2>
<p><a href="http://mozy.com"><img class="alignright" style="border:0 none;" title="Mozy Logo" src="http://mozy.com/images/header-mozy-logo.png" alt="" width="206" height="52" /></a><a href="http://mozy.com">Mozy</a> offers online backup for  your computer at $4.95/month&#8211;unlimited capacity (or up to 2 gigabytes for free). Currently, Mozy is the best known and most trusted online backup service available. Maybe you have seen one of their commercials:</p>
<p><span style="text-align:center; display: block;"><a href="http://reverendted.wordpress.com/2009/10/06/my-next-gig-in-the-cloud-this-time-its-personal/"><img src="http://img.youtube.com/vi/mr-n1zDGotI/2.jpg" alt="" /></a></span></p>
<p>If you&#8217;re at all like me, you probably don&#8217;t back up your data on a regular basis. (I said <em>regular</em>, as in <em>more recently than June</em>.) So the idea of set-and-forget backup service that allows me to recover any previously backed-up version of a file is pretty sweet.</p>
<p>But there&#8217;s more to it than that. Simple, online file recovery&#8211;by version&#8211;may represent one of the first things you would expect from the Personal Cloud concept.</p>
<p>Online backup gets your data into the cloud, and stores it securely as your own personal asset. Certainly, there are more ways to use your cloud-hosted data than file recovery. As Decho/Mozy&#8217;s first platform evangelist, that&#8217;s what I&#8217;m working on now&#8211;finding ways to evolve personal, online backup storage into a rich, secure Personal Cloud service. So, expect to hear more about this Personal Cloud thing.</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/reverendted.wordpress.com/852/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/reverendted.wordpress.com/852/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/reverendted.wordpress.com/852/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/reverendted.wordpress.com/852/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/reverendted.wordpress.com/852/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/reverendted.wordpress.com/852/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/reverendted.wordpress.com/852/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/reverendted.wordpress.com/852/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/reverendted.wordpress.com/852/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/reverendted.wordpress.com/852/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=reverendted.wordpress.com&blog=257601&post=852&subd=reverendted&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://reverendted.wordpress.com/2009/10/06/my-next-gig-in-the-cloud-this-time-its-personal/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/45be304228fd4fb743b048e84bff665f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Rev</media:title>
		</media:content>

		<media:content url="http://reverendted.files.wordpress.com/2009/10/ye-olde-data-can.png" medium="image">
			<media:title type="html">Ye Olde Data Can</media:title>
		</media:content>

		<media:content url="http://reverendted.files.wordpress.com/2009/10/personal-cloud.png" medium="image">
			<media:title type="html">Personal Cloud</media:title>
		</media:content>

		<media:content url="http://mozy.com/images/header-mozy-logo.png" medium="image">
			<media:title type="html">Mozy Logo</media:title>
		</media:content>

		<media:content url="http://img.youtube.com/vi/mr-n1zDGotI/2.jpg" medium="image" />
	</item>
		<item>
		<title>Chasm Crossing Writ Large</title>
		<link>http://reverendted.wordpress.com/2009/08/26/chasm-crossing-writ-large/</link>
		<comments>http://reverendted.wordpress.com/2009/08/26/chasm-crossing-writ-large/#comments</comments>
		<pubDate>Wed, 26 Aug 2009 18:34:36 +0000</pubDate>
		<dc:creator>Ted Haeger</dc:creator>
				<category><![CDATA[Internet & Tech]]></category>
		<category><![CDATA[Random Stuff]]></category>
		<category><![CDATA[touchatag]]></category>

		<guid isPermaLink="false">http://reverendted.wordpress.com/?p=849</guid>
		<description><![CDATA[In his latest blog post,  &#8220;Competing with the singleminded,&#8221; Seth Godin speaks about
&#8230;talking with a few executives from one of the biggest technology companies in Europe,  and they were explaining how their hands were tied in moving forward on the internet.
Sounds familiar. Eerily familiar. Contextually familiar, in fact.
Having worked in connection with the telecom space [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=reverendted.wordpress.com&blog=257601&post=849&subd=reverendted&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>In his latest blog post,  &#8220;<a href="http://sethgodin.typepad.com/seths_blog/2009/08/competing-with-the-singleminded.html">Competing with the singleminded</a>,&#8221; Seth Godin speaks about</p>
<blockquote><p>&#8230;talking with a few executives from one of the biggest technology companies in Europe,  and they were explaining how their hands were tied in moving forward on the internet.</p></blockquote>
<p>Sounds familiar. Eerily familiar. <em>Contextually</em> familiar, in fact.</p>
<p>Having worked in connection with the telecom space for only about 6 months, I am amazed at how much of a head-in-the-sand attitude there is regarding the Internet and the cultural trend toward increasing openness that the Internet has helped to invigorate.</p>
<p>I wonder which company it was whose executives he spoke with&#8230;</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/reverendted.wordpress.com/849/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/reverendted.wordpress.com/849/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/reverendted.wordpress.com/849/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/reverendted.wordpress.com/849/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/reverendted.wordpress.com/849/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/reverendted.wordpress.com/849/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/reverendted.wordpress.com/849/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/reverendted.wordpress.com/849/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/reverendted.wordpress.com/849/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/reverendted.wordpress.com/849/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=reverendted.wordpress.com&blog=257601&post=849&subd=reverendted&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://reverendted.wordpress.com/2009/08/26/chasm-crossing-writ-large/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/45be304228fd4fb743b048e84bff665f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Rev</media:title>
		</media:content>
	</item>
	</channel>
</rss>