<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet href="http://feeds.amateurlayman.com/~d/styles/atom10full.xsl" type="text/xsl" media="screen"?><?xml-stylesheet href="http://feeds.amateurlayman.com/~d/styles/itemcontent.css" type="text/css" media="screen"?><feed xmlns="http://www.w3.org/2005/Atom" xmlns:gr="http://www.google.com/schemas/reader/atom/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0"><!--
Content-type: Preventing XSRF in IE.

--><generator uri="http://www.google.com/reader">Google Reader</generator><id>tag:google.com,2005:reader/user/07262126026707775535/state/com.google/broadcast</id><title>Andrew's shared items in Google Reader</title><gr:continuation>CNz6z7btj5UC</gr:continuation><author><name>Andrew</name></author><updated>2008-08-28T01:05:48Z</updated><link rel="self" href="http://feeds.amateurlayman.com/AmateurlaymansLinkBlog" type="application/atom+xml" /><entry gr:crawl-timestamp-msec="1219885548952"><id gr:original-id="tag:www.schneier.com,2008:/blog//2.2424">tag:google.com,2005:reader/item/b5bec4abb3de7248</id><title type="html">Doctoring Photographs without Photoshop</title><published>2008-08-27T12:27:27Z</published><updated>2008-08-27T12:27:27Z</updated><link rel="alternate" href="http://feeds.amateurlayman.com/~r/AmateurlaymansLinkBlog/~3/376696411/doctoring_photo.html" type="text/html" /><content xml:base="http://www.schneier.com/blog/" xml:lang="en" type="html">&lt;p&gt;It's all about the &lt;a href="http://morris.blogs.nytimes.com/2008/08/11/photography-as-a-weapon/?ref=opinion"&gt;captions&lt;/a&gt;:&lt;/p&gt;

&lt;blockquote&gt;...doctored photographs are the least of our worries. If you want to trick someone with a photograph, there are lots of easy ways to do it. You don't need Photoshop. You don't need sophisticated digital photo-manipulation. You don't need a computer. All you need to do is change the caption.

&lt;p&gt;The photographs presented by Colin Powell at the United Nations in 2003 provide several examples. Photographs that were used to justify a war. And yet, the actual photographs are low-res, muddy aerial surveillance photographs of buildings and vehicles on the ground in Iraq. I'm not an aerial intelligence expert. I could be looking at anything. It is the labels, the captions, and the surrounding text that turn the images from one thing into another. Photographs presented by Colin Powell at the United Nations in 2003.&lt;/p&gt;

&lt;p&gt;Powell was arguing that the Iraqis were doing something wrong, knew they were doing something wrong, and were trying to cover their tracks. Later, it was revealed that the captions were wrong. There was no evidence of chemical weapons and no evidence of concealment. Morris's mockery of the sweeping interpretations made in Powell's photographs.&lt;/p&gt;

&lt;p&gt;There is a larger point. I don't know what these buildings were really used for. I don't know whether they were used for chemical weapons at one time, and then transformed into something relatively innocuous, in order to hide the reality of what was going on from weapons inspectors. But I do know that the yellow captions influence how we see the pictures. "Chemical Munitions Bunker" is different from "Empty Warehouse" which is different from "International House of Pancakes." The image remains the same but we see it differently.&lt;/p&gt;

&lt;p&gt;Change the yellow labels, change the caption and you change the meaning of the photographs. You don't need Photoshop. That's the disturbing part. Captions do the heavy lifting as far as deception is concerned. The pictures merely provide the window-dressing. The unending series of errors engendered by falsely captioned photographs are rarely remarked on.&lt;/p&gt;&lt;/blockquote&gt;&lt;img src="http://feeds.amateurlayman.com/~r/AmateurlaymansLinkBlog/~4/376696411" height="1" width="1"/&gt;</content><author><name>Bruce Schneier</name></author><source gr:stream-id="feed/http://www.schneier.com/blog/atom.xml"><id>tag:google.com,2005:reader/feed/http://www.schneier.com/blog/atom.xml</id><title type="html">Schneier on Security</title><link rel="alternate" href="http://www.schneier.com/blog/" type="text/html" /></source><feedburner:origLink>http://www.schneier.com/blog/archives/2008/08/doctoring_photo.html</feedburner:origLink></entry><entry gr:crawl-timestamp-msec="1219837718279"><id gr:original-id="tag:blogger.com,1999:blog-8340047883666444153.post-175142599667542510">tag:google.com,2005:reader/item/f41ea1b511a5faea</id><category term="http" scheme="http://www.blogger.com/atom/ns#" /><category term="REST" scheme="http://www.blogger.com/atom/ns#" /><category term="enterprise" scheme="http://www.blogger.com/atom/ns#" /><category term="web" scheme="http://www.blogger.com/atom/ns#" /><category term="mashup" scheme="http://www.blogger.com/atom/ns#" /><category term="weblogicportal" scheme="http://www.blogger.com/atom/ns#" /><title type="html">Building a RESTful Enterprise Integration with Oracle and SnapLogic</title><published>2008-08-27T05:46:00Z</published><updated>2008-08-27T05:46:30Z</updated><link rel="alternate" href="http://feeds.amateurlayman.com/~r/AmateurlaymansLinkBlog/~3/376197280/building-restful-enterprise-integration.html" type="text/html" /><content xml:base="http://peterlaird.blogspot.com/" type="html">&lt;p&gt;In the enterprise space, integration problems abound.  IT must connect numerous legacy systems in new applications to adjust to the changing needs of the business. Technologies to achieve such integrations include SOAP based Web Services (WS-*) and binary protocols such as CORBA and RMI. This blog entry discusses a different approach - integration using lightweight REST APIs.&lt;/p&gt;  &lt;p&gt;To illustrate the concept, a demo has been created showing how to combine data from Oracle's WebLogic Portal product with data from Oracle Database. This demo is accomplished using RESTful APIs as the data transport mechanism, and is orchestrated by a third party data integration product called &lt;a href="http://www.snaplogic.com/main"&gt;SnapLogic&lt;/a&gt;. This demo was showcased at a REST Symposium I organized for Oracle employees in July, which featured speakers from Oracle, SnapLogic and Yahoo! (see below for details).&lt;/p&gt;  &lt;p&gt; &lt;/p&gt;  &lt;h3&gt;What is REST?&lt;/h3&gt;  &lt;p&gt;REST is an acronym for REpresentational State Transfer, and was coined by Roy Fielding in &lt;a href="http://www.ics.uci.edu/~fielding/pubs/dissertation/top.htm"&gt;his PhD thesis&lt;/a&gt; published in 2000. It is not a technology, a standard, or a product. REST is an architectural pattern that describes the underlying architecture of the World Wide Web and how it came to be such a massively scalable computer application. The WWW is known to have the following qualities:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;Highly scalable - millions of websites &lt;/li&gt;    &lt;li&gt;Fault tolerant - at any given time, many websites are offline, but the web continues to work &lt;/li&gt;    &lt;li&gt;Performance- HTTP allows for intermediaries to help improve performance via caching &lt;/li&gt;    &lt;li&gt;Interoperable - nearly every computing platform has a browser, and websites are written in a myriad of languages &lt;/li&gt;    &lt;li&gt;Distributed - websites and clients span the globe &lt;/li&gt;    &lt;li&gt;Self describing - there is no user manual required for users to navigate the WWW &lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;Aren&amp;#39;t the above qualities desired for any enterprise systems as well? The power of REST lies in the idea that the same fundamentals that work so well for the WWW can also work with great success within the enterprise.  &lt;/p&gt;  &lt;p&gt;There are &lt;a href="http://en.wikipedia.org/wiki/Representational_State_Transfer"&gt;plenty of resources&lt;/a&gt; on the web that explain the principles of REST, and so I have no intention of duplicating that material. In essence REST describes an architecture in which:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;Application resources (objects, in the OO world) are exposed as URIs &lt;/li&gt;    &lt;li&gt;HTTP requests are used to retrieve and update data on the server &lt;/li&gt;    &lt;li&gt;The HTTP requests utilize the standard HTTP verbs (GET, POST, PUT, DELETE) to define the API operations, helping client developers by providing a consistent interaction model &lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;An example is the following:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;A client issues a request to the following URI:  &lt;a href="http://wlp.bea.com/dvt/api/content/autos.jsp"&gt;http://wlp.bea.com/dvt/api/content/autos.jsp&lt;/a&gt; &lt;/li&gt;    &lt;li&gt;The server response contains a list of automobiles, described in a format such as XML &lt;/li&gt;    &lt;li&gt;The client consumes the XML document and outputs the entries that match the user's criteria &lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;This pattern is seen most often with Rich Internet Applications (RIA), where the client is a browser and the API is being invoked via Ajax (more precisely, the JavaScript &lt;a href="http://en.wikipedia.org/wiki/Xmlhttprequest"&gt;XmlHttpRequest&lt;/a&gt; facility). While this is a very powerful use of RESTful APIs and is alone enough to justify the creation of RESTful APIs, this use case is not the focus of this blog entry. I would encourage you to research Ajax application development for more background. &lt;/p&gt;  &lt;p&gt;Instead, we will look more closely at how RESTful APIs can also make data integration easy.&lt;/p&gt;  &lt;p&gt; &lt;/p&gt;  &lt;h3&gt;RESTful Integration in Concept&lt;/h3&gt;  &lt;p&gt;RESTful APIs expose data in a way that is easily consumed. Invoking the API is as easy as issuing an HTTP request, which is possible to do from almost any programming language/platform. While enterprise data integration can be implemented using a wide variety of technologies, the purpose of this blog entry is to show how it can be done with RESTful APIs.&lt;/p&gt;  &lt;p&gt;As stated in the preamble, there are non-RESTful approaches to solving this problem. A SOAP based solution could be implemented and for some cases is the preferred approach. If your use case requires the support of the WS-* family of standards, then WS-* is the way to go. What this example shows is that REST offers an alternative and is appealing in its simplicity.&lt;/p&gt;  &lt;p&gt;Instead of discussing the theory, it is more useful to look at a working example.&lt;/p&gt;  &lt;h3&gt;Example: Oracle WebLogic Portal + Oracle Database + SnapLogic + REST&lt;/h3&gt;  &lt;p&gt;Consider the following example:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;An insurance company is using the Content Management capabilities of &lt;strong&gt;Oracle WebLogic Portal&lt;/strong&gt; to store auto claims. Each claim contains a photo of the damaged vehicle, and some data about that vehicle such as make, model, year and a description of the damage. &lt;/li&gt;    &lt;li&gt;The insurance company also has a &lt;strong&gt;Oracle Database&lt;/strong&gt; that is populated with industry data regarding the fair market value of the cars, and the salvage value. These values are specific to the make, model and year. &lt;/li&gt;    &lt;li&gt;The insurance company wishes to put the repair of the damaged vehicles out to bid to a community of auto repair shops. The intent is to allow shops to bid on the vehicles they are willing to repair using the industry data and the information from the claim. &lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;The insurance company decides to use a quick and lightweight approach to build a data mashup with a web UI. The implementation is achieved using RESTful APIs, and orchestrated using a product called &lt;a href="http://www.snaplogic.com/"&gt;&lt;strong&gt;SnapLogic&lt;/strong&gt;&lt;/a&gt;. SnapLogic is an open source server that provides:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;Many pre-built connectors to expose native data sources as RESTful APIs (e.g. database, spreadsheet, XML) &lt;/li&gt;    &lt;li&gt;Sophisticated data manipulation capabilities, such as joins, filtering, sorting, and computations &lt;/li&gt;    &lt;li&gt;A variety of output formats for the completed RESTful feed &lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;The data integration demo was implemented as follows:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;A RESTful API is configured for the WebLogic Portal (WLP) Content Management system. In this example, the RESTful API was custom built &lt;a href="http://wlp.bea.com/dvt/api/content/autos.jsp.txt"&gt;as a JSP&lt;/a&gt;, but this capability will come pre-built in a future version of WLP. &lt;/li&gt;    &lt;li&gt;The Oracle Database schema is exposed as a RESTful data API using an out of the box Database Reader component of the SnapLogic server. &lt;/li&gt;    &lt;li&gt;The two data sources are joined using a SnapLogic pipeline. The pipeline reads the claims from WLP CM and the industry data from the database using the RESTful APIs. &lt;/li&gt;    &lt;li&gt;The joined data is converted into an ATOM syndication feed via the SnapLogic server (using an Xml Writer component) &lt;/li&gt;    &lt;li&gt;The ATOM feed is displayed in a ATOM reader, in this case the Google Mashup Editor UI &lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;All of this is achieved via configuration, not code. The architecture is depicted in this diagram:&lt;/p&gt;  &lt;p&gt;&lt;a href="http://lh5.ggpht.com/peterjlaird/SLTqL5tR_UI/AAAAAAAAAE8/W_uV3fjSsqM/image5.png"&gt;&lt;img height="304" alt="image" src="http://lh4.ggpht.com/peterjlaird/SLTqMPoHKTI/AAAAAAAAAFA/wG1oo2Gagbg/image_thumb3.png" width="410"&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;The resulting web application appears like this:&lt;/p&gt;  &lt;p&gt;&lt;a href="http://lh5.ggpht.com/peterjlaird/SLTqMSs3ZCI/AAAAAAAAAFE/DJbhv1kal4U/image22.png"&gt;&lt;img style="border-top-width:0px;border-left-width:0px;border-bottom-width:0px;border-right-width:0px" height="252" alt="image" src="http://lh3.ggpht.com/peterjlaird/SLTqM80D9GI/AAAAAAAAAFI/h_L9-shl9Cw/image_thumb14.png" width="500" border="0"&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;For more detailed information on the implementation of this mashup, consult the companion entry on SnapLogic's blog:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;&lt;a href="http://blog.snaplogic.org/?p=221"&gt;SnapLogic CTO Mike Pittaro's blog entry&lt;/a&gt; on the Oracle mashup&lt;/li&gt; &lt;/ul&gt;  &lt;h3&gt;Oracle and REST&lt;/h3&gt;  &lt;p&gt;This is a simple demonstration that shows the ease of implementing integrations using RESTful techniques, especially when combined with a REST integration enabler such as SnapLogic. It is &lt;a href="http://www.oracle.com/corporate/press/2008_jul/middlewarestrategywebcast.html"&gt;a stated goal&lt;/a&gt; of some of the Oracle product groups to provide RESTful APIs for access to product data. Check with the roadmap for each product to understand when these APIs will be available.&lt;/p&gt;  &lt;p&gt;Attendees to &lt;a href="http://www.oracle.com/openworld/2008/index.html"&gt;Oracle Open World 2008&lt;/a&gt; will have several sessions related to Oracle product groups and REST:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;&lt;a href="http://is.gd/1LfW"&gt;Deploying a Web-Oriented Architecture with Oracle WebCenter, Oracle WebLogic Portal, and Oracle WebCenter Interaction&lt;/a&gt; &lt;/li&gt;    &lt;li&gt;&lt;a href="http://www28.cplan.com/cc208/session_details.jsp?isid=298502&amp;amp;ilocation_id=208-1&amp;amp;ilanguage=english"&gt;Give Users What They Want: Web-Based Data Access and Rich Internet Applications&lt;/a&gt;&lt;/li&gt;    &lt;li&gt;&lt;a href="http://www28.cplan.com/cc208/session_details.jsp?isid=298497&amp;amp;ilocation_id=208-1&amp;amp;ilanguage=english"&gt;No REST for the Weary: REST APIs and the Activity Stream&lt;/a&gt; &lt;/li&gt; &lt;/ul&gt;  &lt;h3&gt;Oracle Internal REST Symposium&lt;/h3&gt;  &lt;p&gt;For Oracle employees, more information is available on the company intranet. I organized an internal symposium on REST amongst the product groups on July 28th, 2008. The event included speakers from Yahoo! and SnapLogic.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://lh5.ggpht.com/peterjlaird/SLTqNNFYq9I/AAAAAAAAAFM/aau-KNR5480/eventLogo4.jpg"&gt;&lt;img style="border-top-width:0px;border-left-width:0px;border-bottom-width:0px;border-right-width:0px" height="33" alt="eventLogo" src="http://lh6.ggpht.com/peterjlaird/SLTqNQTwFVI/AAAAAAAAAFQ/TrjlBq43xc8/eventLogo_thumb2.jpg" width="256" border="0"&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;The agenda covered a number of RESTful topics, including:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;Explaining REST (&lt;a href="http://subbu.org/"&gt;Subbu Allamaraju&lt;/a&gt; of Yahoo!) &lt;/li&gt;    &lt;li&gt;Industry product landscape - SnapLogic (Mike Pittaro, CTO SnapLogic), and other products &lt;/li&gt;    &lt;li&gt;Enabling technologies - &lt;a href="http://www.restlet.org/"&gt;RESTlet&lt;/a&gt;, &lt;a href="http://jcp.org/en/jsr/detail?id=311"&gt;JSR 311&lt;/a&gt;, &lt;a href="https://wadl.dev.java.net/"&gt;WADL&lt;/a&gt;, JSON marshalling &lt;/li&gt;    &lt;li&gt;Oracle Product efforts - presentations by various products groups on their REST efforts &lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;Access to the recordings and slide decks can be found &lt;a href="http://aseng-wiki.us.oracle.com/asengwiki/display/ASDevWorkplace/Oracle+Internal+REST+Symposium"&gt;on the intranet here&lt;/a&gt;. &lt;/p&gt;  &lt;h3&gt;Resources&lt;/h3&gt;  &lt;p&gt;You may find the following links helpful:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;The &lt;a href="http://wlp.bea.com/dvt/api/content/autos.jsp"&gt;hosted WLP CM REST feed&lt;/a&gt; of crashed automobiles&lt;/li&gt;    &lt;li&gt;The &lt;a href="http://wlp.bea.com/dvt/api/content/autos.jsp.txt"&gt;WLP CM REST API implementation&lt;/a&gt; (offered as a JSP for easy distribution, but could be a servlet)&lt;/li&gt;    &lt;li&gt;The &lt;a href="http://crashedvehicles.googlemashups.com/"&gt;hosted demo&lt;/a&gt; on Google Mashup Editor &lt;/li&gt;    &lt;li&gt;&lt;a href="http://www.snaplogic.com/"&gt;SnapLogic&lt;/a&gt; website. &lt;/li&gt;    &lt;li&gt;SnapLogic &lt;a href="http://blog.snaplogic.org/?p=221"&gt;CTO Mike Pittaro's blog entry&lt;/a&gt; explaining the implementation &lt;/li&gt;    &lt;li&gt;SnapLogic &lt;a href="http://blog.snaplogic.org/?p=220"&gt;CEO Chris Marino's blog entry&lt;/a&gt; discussing his thoughts on the REST Symposium&lt;/li&gt;    &lt;li&gt;&lt;a href="http://en.wikipedia.org/wiki/Representational_State_Transfer"&gt;REST wikipedia entry&lt;/a&gt;&lt;/li&gt; &lt;/ul&gt;  &lt;div style="padding-right:0px;display:inline;padding-left:0px;padding-bottom:0px;margin:0px;padding-top:0px"&gt;Technorati Tags: &lt;a href="http://technorati.com/tags/REST" rel="tag"&gt;REST&lt;/a&gt;,&lt;a href="http://technorati.com/tags/Oracle" rel="tag"&gt;Oracle&lt;/a&gt;,&lt;a href="http://technorati.com/tags/SnapLogic" rel="tag"&gt;SnapLogic&lt;/a&gt;,&lt;a href="http://technorati.com/tags/WebLogic" rel="tag"&gt;WebLogic&lt;/a&gt;,&lt;a href="http://technorati.com/tags/WebLogicPortal" rel="tag"&gt;WebLogicPortal&lt;/a&gt;,&lt;a href="http://technorati.com/tags/integration" rel="tag"&gt;integration&lt;/a&gt;,&lt;a href="http://technorati.com/tags/HTTP" rel="tag"&gt;HTTP&lt;/a&gt;,&lt;a href="http://technorati.com/tags/GoogleMashupEditor" rel="tag"&gt;GoogleMashupEditor&lt;/a&gt;&lt;/div&gt;  &lt;div&gt;Want short SaaS/Cloud news updates throughout your day? Subscribe to the ondemand Twitter microfeed. http://twitter.com/ondemand&lt;/div&gt;&lt;img src="http://feeds.amateurlayman.com/~r/AmateurlaymansLinkBlog/~4/376197280" height="1" width="1"/&gt;</content><author><name>Peter Laird</name></author><source gr:stream-id="feed/http://feeds.feedburner.com/blogspot/plaird"><id>tag:google.com,2005:reader/feed/http://feeds.feedburner.com/blogspot/plaird</id><title type="html">Laird OnDemand</title><link rel="alternate" href="http://peterlaird.blogspot.com/" type="text/html" /></source><feedburner:origLink>http://peterlaird.blogspot.com/2008/08/building-restful-enterprise-integration.html</feedburner:origLink></entry><entry gr:crawl-timestamp-msec="1219660470820"><id gr:original-id="tag:typepad.com,2003:post-54614786">tag:google.com,2005:reader/item/166c620cf66f4c16</id><category term="Minigeek" scheme="http://www.sixapart.com/ns/types#category" /><title type="html">Minigeek - Ed. 21</title><published>2008-08-24T13:26:14Z</published><updated>2008-08-24T13:26:23Z</updated><link rel="alternate" href="http://feeds.amateurlayman.com/~r/AmateurlaymansLinkBlog/~3/374288043/minigeek---ed-8.html" type="text/html" /><content xml:base="http://geekandpoke.typepad.com/geekandpoke/" xml:lang="en-US" type="html">&lt;p&gt;&lt;a href="http://geekandpoke.typepad.com/.shared/image.html?/photos/uncategorized/2008/08/24/minigeek21.jpg"&gt;&lt;img alt="Minigeek21" title="Minigeek21" src="http://geekandpoke.typepad.com/geekandpoke/images/2008/08/24/minigeek21.jpg" width="480" height="343" border="0"&gt;&lt;/a&gt;&lt;/p&gt;&#xD;
&#xD;
&lt;p&gt;&lt;/p&gt;&#xD;
&#xD;
&lt;p&gt;&lt;br&gt;&#xD;
&lt;a href="http://geekandpoke.typepad.com/geekandpoke/files/minigeek-21.comicdoc"&gt;Download minigeek-21.comicdoc&lt;/a&gt;&lt;/p&gt;&lt;div&gt;
&lt;a href="http://feeds.feedburner.com/~f/GeekAndPoke?a=qCaL8K"&gt;&lt;img src="http://feeds.feedburner.com/~f/GeekAndPoke?i=qCaL8K" border="0"&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/GeekAndPoke?a=BNegqk"&gt;&lt;img src="http://feeds.feedburner.com/~f/GeekAndPoke?i=BNegqk" border="0"&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/GeekAndPoke?a=oqYKeK"&gt;&lt;img src="http://feeds.feedburner.com/~f/GeekAndPoke?i=oqYKeK" border="0"&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/GeekAndPoke?a=MPVX3K"&gt;&lt;img src="http://feeds.feedburner.com/~f/GeekAndPoke?i=MPVX3K" border="0"&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/GeekAndPoke/~4/373431371" height="1" width="1"&gt;&lt;img src="http://feeds.amateurlayman.com/~r/AmateurlaymansLinkBlog/~4/374288043" height="1" width="1"/&gt;</content><author><name>Oliver Widder</name></author><source gr:stream-id="feed/http://feeds.feedburner.com/GeekAndPoke"><id>tag:google.com,2005:reader/feed/http://feeds.feedburner.com/GeekAndPoke</id><title type="html">Geek And Poke</title><link rel="alternate" href="http://geekandpoke.typepad.com/geekandpoke/" type="text/html" /></source><feedburner:origLink>http://feeds.feedburner.com/~r/GeekAndPoke/~3/373431371/minigeek---ed-8.html</feedburner:origLink></entry><entry gr:crawl-timestamp-msec="1219659723372"><id gr:original-id="http://www.cyberlaw.org.nz/?p=49">tag:google.com,2005:reader/item/c01d0eff883660a4</id><category term="News Links" /><title type="html">Judge restricts online reporting of case</title><published>2008-08-25T02:16:53Z</published><updated>2008-08-25T02:16:53Z</updated><link rel="alternate" href="http://feeds.amateurlayman.com/~r/AmateurlaymansLinkBlog/~3/374151757/" type="text/html" /><content xml:base="http://www.cyberlaw.org.nz/" type="html">&lt;p&gt;“A judge has today taken the unprecedented step of banning news websites from naming two men charged with murder while allowing newspapers, radio stations and TV networks to reveal who they are.”&lt;/p&gt;
&lt;p&gt;Link to NZ Herald below:&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.nzherald.co.nz/section/1/story.cfm?c_id=1&amp;amp;objectid=10528866"&gt;http://www.nzherald.co.nz/section/1/story.cfm?c_id=1&amp;amp;objectid=10528866&lt;/a&gt;
&lt;/p&gt;&lt;img src="http://feeds.amateurlayman.com/~r/AmateurlaymansLinkBlog/~4/374151757" height="1" width="1"/&gt;</content><author><name>Campbell Gardiner</name></author><source gr:stream-id="feed/http://www.cyberlaw.org.nz/?feed=rss2"><id>tag:google.com,2005:reader/feed/http://www.cyberlaw.org.nz/?feed=rss2</id><title type="html">CyberLaw</title><link rel="alternate" href="http://www.cyberlaw.org.nz" type="text/html" /></source><feedburner:origLink>http://www.cyberlaw.org.nz/?p=49</feedburner:origLink></entry><entry gr:crawl-timestamp-msec="1219659342611"><id gr:original-id="http://googlemaps-rss.eventbrite.com">tag:google.com,2005:reader/item/5ec3b35fea99f0a2</id><title type="html">Using Google Maps</title><published>2008-08-27T02:22:50Z</published><updated>2008-08-27T02:22:50Z</updated><link rel="alternate" href="http://feeds.amateurlayman.com/~r/AmateurlaymansLinkBlog/~3/374151758/" type="text/html" /><content xml:base="http://www.eventbrite.com/org/63586008" type="html">&lt;b&gt;When:&lt;/b&gt;&lt;br&gt;
        Friday, September 26, 2008 from 08:30 AM - 10:30 AM (GMT+1200)&lt;br&gt;&lt;br&gt;
        
          &lt;b&gt;Where:&lt;/b&gt;&lt;br&gt;
          &lt;b&gt;The Terrace Conference Cenre&lt;/b&gt;&lt;br&gt;114 The Terrace&lt;br&gt;Wellington&lt;br&gt;New Zealand (Aotearoa)&lt;br&gt;
        
        
          &lt;br&gt;&lt;b&gt;Hosted By:&lt;/b&gt;&lt;br&gt;
          Jan Zawadzki Ltd.&lt;br&gt;
          
            &lt;p&gt;We're a consultancy specialising in enterprise information management. We help organisations develop, communicate and deliver effective information management strategies, and align these with business strategies and outcomes.&lt;/p&gt;&lt;br&gt;
          
          &lt;br&gt;
        
        &lt;b&gt;Register for this event now at :&lt;/b&gt;&lt;br&gt;
        &lt;a href="http://googlemaps-rss.eventbrite.com"&gt;http://googlemaps-rss.eventbrite.com&lt;/a&gt;&lt;br&gt;&lt;br&gt;
        
          &lt;b&gt;Event Details:&lt;/b&gt;&lt;br&gt;
          &lt;p&gt;&lt;strong&gt;&lt;font style="font-size:medium" size="4"&gt;Using Google Maps&lt;/font&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;font style="font-size:small" size="3"&gt;Google Maps is a great tool for making your data more accessible to your staff, your customers, or the public. Using Google Maps as your platform, you can:&lt;/font&gt;&lt;/p&gt;
&lt;table style="height:151px" border="0" cellpadding="2" width="540"&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;img style="vertical-align:middle" src="http://maps.google.co.nz/mapfiles/ms/micons/ylw-pushpin.white.png" alt="" width="32" height="32"&gt;&lt;/td&gt;
&lt;td&gt;&lt;font style="font-size:small" size="3"&gt;make it easy for all your staff to benefit from the geospatial information you already maintain&lt;/font&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;img style="vertical-align:middle" src="http://maps.google.co.nz/mapfiles/ms/micons/ylw-pushpin.white.png" alt="" width="32" height="32"&gt;&lt;/td&gt;
&lt;td&gt;&lt;font style="font-size:small" size="3"&gt;link information stores to Maps and help users find and interpret information faster&lt;/font&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;img style="vertical-align:middle" src="http://maps.google.co.nz/mapfiles/ms/micons/ylw-pushpin.white.png" alt="" width="32" height="32"&gt;&lt;/td&gt;
&lt;td&gt;&lt;font style="font-size:small" size="3"&gt;engage your public with interactive Maps-based applications&lt;/font&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;&lt;font style="font-size:small" size="3"&gt;In this two hour session we will cover:&lt;/font&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;/ul&gt;
&lt;ul&gt;
&lt;li&gt;&lt;font style="font-size:small" size="3"&gt;What types of information can be presented using Google Maps&lt;/font&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;ul&gt;
&lt;li&gt;&lt;font style="font-size:small" size="3"&gt;How to use Google Maps to visualise your existing information sets&lt;/font&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;ul&gt;
&lt;li&gt;&lt;font style="font-size:small" size="3"&gt;How to augment your systems with Google Maps as a front-end&lt;/font&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;ul&gt;
&lt;li&gt;&lt;font style="font-size:small" size="3"&gt;Examples of effective use of Google Maps&lt;br&gt;&lt;/font&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;ul&gt;
&lt;li&gt;&lt;font style="font-size:small" size="3"&gt;What is involved in piloting your first Google Maps application&lt;/font&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;ul&gt;
&lt;li&gt;&lt;font style="font-size:small" size="3"&gt;Licensing for Google Maps and differences between the Free, Premiere and Enterprise versions&lt;/font&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt; &lt;/p&gt;
        
        &lt;br&gt;&lt;img src="http://feeds.amateurlayman.com/~r/AmateurlaymansLinkBlog/~4/374151758" height="1" width="1"/&gt;</content><author gr:unknown-author="true"><name>(author unknown)</name></author><source gr:stream-id="feed/http://www.eventbrite.com/rss/organizer_list_events/63586008"><id>tag:google.com,2005:reader/feed/http://www.eventbrite.com/rss/organizer_list_events/63586008</id><title type="html">Events organized by Jan Zawadzki Ltd.</title><link rel="alternate" href="http://www.eventbrite.com/org/63586008" type="text/html" /></source><feedburner:origLink>http://googlemaps-rss.eventbrite.com</feedburner:origLink></entry><entry gr:crawl-timestamp-msec="1219659138000"><id gr:original-id="http://www.realityprime.com/?p=262">tag:google.com,2005:reader/item/675e4f268244f79c</id><category term="Articles" /><title type="html">How Primitive</title><published>2008-08-24T23:38:18Z</published><updated>2008-08-24T23:38:18Z</updated><link rel="alternate" href="http://feeds.amateurlayman.com/~r/AmateurlaymansLinkBlog/~3/374151764/how-primitive" type="text/html" /><content xml:base="http://www.realityprime.com/" type="html">&lt;p&gt;The post on LLPrimitives is coming soon. This interstitial post is just to convey my frustration in trying to deliver a simple blog post with 2D vector (pseudo-3D) graphics. Never mind my original aim to use SVG with interactive sliders to help explain some basic 3D prim concepts.That could still probably be done, but not easily in Wordpress, I’m discovering. And frankly, I don’t have any time left to play around with it, or hack my PHP.&lt;/p&gt;
&lt;p&gt;So the final solution seems to be to deliver a basic Word (2003) doc to Scribd and let you experience it that way, which is to say, as Flash. The fact that most of the world still delivers its graphics as bitmaps means, to me, that even the 2D world has a long, long way to go.&lt;/p&gt;
&lt;p&gt;It’s funny. I encounter alot of people in my travels who distrust 3D solutions (with good reason) and assert (somewhat naively, IMO) &amp;quot;Why not just do it in 2D? It’s easier.&amp;quot;&lt;/p&gt;
&lt;p&gt;My answer is now going to be, &amp;quot;No, it’s not! 2D sucks just as much for doing anything novel and interactive that works across browsers and systems. If you have to start over anyway, &lt;em&gt;why not &lt;/em&gt;do it in 3D?&amp;quot;&lt;/p&gt;
&lt;p&gt;There. I feel much better now.&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;P.S. Let me know if you can’t see the test below. I may not have made it public on Scribd, but it’s just a few overapping circles.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;div&gt;Read this document on Scribd: &lt;a href="http://www.scribd.com/doc/5017723/test"&gt;test&lt;/a&gt;&lt;/div&gt;
&lt;img src="http://feeds.feedburner.com/~r/Realityprime/~4/373835950" height="1" width="1"&gt;&lt;img src="http://feeds.amateurlayman.com/~r/AmateurlaymansLinkBlog/~4/374151764" height="1" width="1"/&gt;</content><author><name>avi</name></author><source gr:stream-id="feed/http://feeds.feedburner.com/RealityPrime"><id>tag:google.com,2005:reader/feed/http://feeds.feedburner.com/RealityPrime</id><title type="html">RealityPrime</title><link rel="alternate" href="http://www.realityprime.com" type="text/html" /></source><feedburner:origLink>http://feeds.feedburner.com/~r/Realityprime/~3/373835950/how-primitive</feedburner:origLink></entry><entry gr:crawl-timestamp-msec="1219628598842"><id gr:original-id="tag:www.schneier.com,2008:/blog//2.2419">tag:google.com,2005:reader/item/2c621d5956ca0d47</id><title type="html">TSA Follies</title><published>2008-08-21T14:12:22Z</published><updated>2008-08-21T14:12:22Z</updated><link rel="alternate" href="http://feeds.amateurlayman.com/~r/AmateurlaymansLinkBlog/~3/374151765/tsa_follies.html" type="text/html" /><content xml:base="http://www.schneier.com/blog/" xml:lang="en" type="html">&lt;p&gt;They &lt;a href="http://www.aero-news.net/index.cfm?ContentBlockID=340a79d6-839a-470d-b662-944325cea23d"&gt;break planes&lt;/a&gt;:&lt;/p&gt;

&lt;blockquote&gt;Citing sources within the aviation industry, ABC News reports an overzealous TSA employee attempted to gain access to the parked aircraft by climbing up the fuselage... reportedly using the Total Air Temperature (TAT) probes mounted to the planes' noses as handholds.

&lt;p&gt;"The brilliant employees used an instrument located just below the cockpit window that is critical to the operation of the onboard computers," one pilot wrote on an American Eagle internet forum. "They decided this instrument, the TAT probe, would be adequate to use as a ladder."&lt;/p&gt;&lt;/blockquote&gt;

&lt;p&gt;They &lt;a href="http://www.cnn.com/2008/US/08/19/tsa.watch.list/index.html?iref=mpstoryview"&gt;harass innocents&lt;/a&gt;:&lt;/p&gt;

&lt;blockquote&gt;James Robinson is a retired Air National Guard brigadier general and a commercial pilot for a major airline who flies passenger planes around the country.

&lt;p&gt;He has even been certified by the Transportation Security Administration to carry a weapon into the cockpit as part of the government's defense program should a terrorist try to commandeer a plane.&lt;/p&gt;

&lt;p&gt;But there's one problem: James Robinson, the pilot, has difficulty even getting to his plane because his name is on the government's terrorist "watch list."&lt;/p&gt;&lt;/blockquote&gt;

&lt;p&gt;It's easy to &lt;a href="http://edition.cnn.com/2008/US/08/19/tsa.watch.list/index.html"&gt;sneak by them&lt;/a&gt;:&lt;/p&gt;

&lt;blockquote&gt;The third-grader has been on the watch list since he was 5 years old. Asked whether he is a terrorist, he said, "I don't know."

&lt;p&gt;Though he doesn't even know what a terrorist is, he is embarrassed that trips to the airport cause a ruckus, said his mother, Denise Robinson.&lt;/p&gt;

&lt;p&gt;[...]&lt;/p&gt;

&lt;p&gt;Denise Robinson says she tells the skycaps her son is on the list, tips heavily and is given boarding passes. And booking her son as "J. Pierce Robinson" also has let the family bypass the watch list hassle.&lt;/p&gt;&lt;/blockquote&gt;

&lt;p&gt;And &lt;a href="http://www.i-hacked.com/content/view/267/48/"&gt;here's&lt;/a&gt; how to sneak lockpicks past them.&lt;/p&gt;

&lt;p&gt;EDITED TO ADD (8/21):  &lt;a href="http://abcnews.go.com/Blotter/story?id=5624381&amp;amp;page=1"&gt;Ha ha ha ha&lt;/a&gt;:&lt;/p&gt;

&lt;blockquote&gt;Even though its inspector's actions caused nine American Eagle planes
to be grounded in Chicago this week, the Transporatation Security
Administration says it may pursue action against the airline for
security lapses.&lt;/blockquote&gt;

&lt;p&gt;And a &lt;a href="http://arstechnica.com/news.ars/post/20080820-ruling-says-federal-courts-can-hear-no-fly-lawsuits.html"&gt;step in the right direction&lt;/a&gt;:&lt;/p&gt;

&lt;blockquote&gt;A federal appeals court ruled this week that individuals who are blocked from commercial flights by the federal no-fly list can challenge their detention in federal court.&lt;/blockquote&gt;&lt;img src="http://feeds.amateurlayman.com/~r/AmateurlaymansLinkBlog/~4/374151765" height="1" width="1"/&gt;</content><author><name>Bruce Schneier</name></author><source gr:stream-id="feed/http://www.schneier.com/blog/atom.xml"><id>tag:google.com,2005:reader/feed/http://www.schneier.com/blog/atom.xml</id><title type="html">Schneier on Security</title><link rel="alternate" href="http://www.schneier.com/blog/" type="text/html" /></source><feedburner:origLink>http://www.schneier.com/blog/archives/2008/08/tsa_follies.html</feedburner:origLink></entry><entry gr:crawl-timestamp-msec="1219579300765"><id gr:original-id="">tag:google.com,2005:reader/item/7507d115be3f3eb7</id><title type="html">Leading Men</title><published>2008-08-24T12:01:40Z</published><updated>2008-08-24T12:01:40Z</updated><link rel="alternate" href="http://feeds.amateurlayman.com/~r/AmateurlaymansLinkBlog/~3/373396454/pulpit_20080822_005393.html" type="text/html" /><link rel="related" href="http://www.pbs.org/cringely/pulpit/" title="I, Cringely . The Pulpit | PBS" /><content xml:base="http://www.pbs.org/cringely/pulpit/" type="html">&lt;blockquote&gt;Shared by  Andrew 
&lt;br&gt;
There are so many reasons that this single statistic is not relevant.&lt;br&gt;Some of which are:&lt;br&gt;1. 50% are Cisco employees, Cisco biases every outcome.&lt;br&gt;2. Certification is roundly ridiculed in many circles, can anyone say france?&lt;br&gt;3. I haven't heard of CCIE anyway.&lt;/blockquote&gt;
&lt;p&gt;Leading indicators are measurements that change over time and suggest future trends for important second-order results like population growth and economic development.  Economists in particular are often looking for indicators that have been known historically to lead the overall economy.  If unemployment goes down, for example, it is a good bet that shortly thereafter income will rise and the economy will improve.  It's for this very reason, then, that economists and Wall Street fund managers are always looking for newer and better leading indicators.  But such indicators needn't be limited to the economy: they can apply to technology and technical culture, too, which has its own feedback loop to economic development.  My friend George Morton, who figured this all out, says that by knowing the right numbers to look at we can have a good idea what countries will be leading in technology -- and presumably in economic development and power -- in the years ahead.  The measure George likes is the number of Cisco Certified Internetwork Experts or CCIEs.&lt;/p&gt;

&lt;p&gt;The CCIE is Cisco's top certification category and VERY hard to earn.  Being a CCIE doesn't mean you have Len Bozack on speed dial, but it might as well.  Cisco products dominate the Internet and CCIEs are Cisco gurus, so if you are serious about the Internet as a nation you'll have CCIEs hanging about, or that's the theory.  Conversely, if you just talk a good game as a country with technological aspirations, maybe you won't have many CCIEs at all -- maybe none.  It's one way to determine who the posers are.&lt;/p&gt;

&lt;p&gt;Cisco publishes the total number of CCIEs and their geographical distribution four times per year and George used the Internet Archive to track down the last nine years of data to look for trends.  All of this is behind one of this week's links.&lt;/p&gt;

&lt;p&gt;Where I took a step further was to divide the number of CCIEs into each country's population, then do the same for each country's Gross Domestic Product and correct for widely varying populations and states of economic development.  For a baseline, then, the U.S. has at present 5,863 CCIEs, which is 1.947 CCIEs per 100,000 population and $2.2 billion of GDP per CCIE.&lt;/p&gt;

&lt;p&gt;It is logical to assume that nations with adjusted numbers that exceed those of the U.S. for CCIEs per 100K are Internet up-and-comers and ought to fare well in the decades ahead.  Beyond the population statistic, countries that have significantly less GDP per CCIE are those that would seem to have made networking a national priority.  Countries that are significantly behind the U.S. on one measure or another are just that -- behind the U.S. -- which is not good.&lt;/p&gt;

&lt;p&gt;Here, then, are some of the numbers I calculated:&lt;/p&gt;

&lt;p&gt;Canada, not surprisingly, is similar to the U.S. with 2.2 CCIEs per 100K  and $2.45 billion per CCIE, as is the UK with 1.5 CCIEs per 100K and $2.12 billion in GDP per CCIE.  Ireland is very similar to the UK with 1.48 CCIEs per 100K and $2.95 billion in GDP per CCIE.  The really interesting European numbers to me come from Germany, with 0.74 CCIEs per 100K and $4.3 billion per CCIE, and France, with 0.36 CCIEs per 100K and $8.11 billion per CCIE.  Both of these countries appear to be underinvesting in network technology, with France especially lagging.&lt;/p&gt;

&lt;p&gt;Latin America is dramatically behind Europe and North America, though I found it interesting that Argentina, with 0.17 CCIEs per 100K and $8.94 billion in GDP, is 50-100 percent ahead of both Mexico and Brazil.&lt;/p&gt;

&lt;p&gt;It is especially interesting to compare India with China and Japan with South Korea.  India has 0.036 CCIEs per 100K to China's 0.22 per 100K -- a 7X differential -- while India has $10 billion  in GDP per CCIE to China's $3.3 billion.  There is no doubt that there is plenty of network expertise in India, but these numbers show that expertise isn't making it out of the technology centers to the rest of the country. China, on the other hand, is developing its IT infrastructure much more broadly.  This also doesn't take into account the simply huge numbers coming out of Hong Kong, where there are 3.3 CCIEs per 100K and $1.13 billion in GDP per CCIE -- numbers that might properly be added to the rest of China in some accounts.&lt;/p&gt;

&lt;p&gt;Japan has 1.23 CCIEs per 100K to South Korea's 1.9, but the significant difference between these two countries is the $4 billion per CCIE in GDP for Japan compared to $1.28 billion in South Korea, which is clearly investing massively in network infrastructure. &lt;/p&gt;

&lt;p&gt;Looking 30 years into the future I think it is clear that the regional leaders will be China and Korea, NOT India and Japan. &lt;/p&gt;

&lt;p&gt;Israel has numbers very similar to Korea with 1.43 CCIEs per 100K and $1.4 billion in GDP per CCIE, which is more than double on both scales that of the other Middle Eastern leader, Saudi Arabia, with 0.42 CCIEs per 100K and $3.2 billion in GDP per CCIE.&lt;/p&gt;

&lt;p&gt;And don't count out corporate haven Bermuda with its five total CCIEs and its population of 66,000.  That's 7.5 CCIEs per100K and $900 million in GDP per CCIE.&lt;/p&gt;

&lt;p&gt;&amp;quot;When looking at the countries a key element for IT is the English language,&amp;quot; said George.  &amp;quot;Yes I know Harvard still publishes diplomas in Latin.  Where English is a first language, or an important second language is key to the number of CCIEs.  Sorry C, PERL, JAVA, Cisco IOS, Basic, &amp;amp;t. are all English context.  The Moore&amp;#39;s CCIE Law also brings into question the ability of countries to attract IT capital with open or closed network infrastructure.&lt;br&gt;
The last point -- over 50 percent of all CCIEs in the US work for Cisco.  In Mexico, and India I bet it is over 50%.  Both are very large call centers for Cisco Support. Morton's CCIE Law = Moore's Law accelerated by the technological support available to exploit Moore's Law.  The degree of acceleration is measured by the available number of CCIEs.  It's Newton's Second Law:  F=ma, (or Force = Moore's Law * CCIEs)."&lt;/p&gt;

&lt;p&gt;What we're talking about here is the future of world power in this century, but I can understand if your eyes have glazed over a bit.  Maybe something more interesting would be the big question reverberating through the hallways at Google: why the heck can't they make any money from YouTube?&lt;/p&gt;

&lt;p&gt;This is, on the face of it, the same question that eBay must be asking about Skype.  Both were fairly large investments yet neither is contributing significant revenue to the parent company.  Poor Skype can't feed us ads before or after every phone call, especially since the only way to have contextual data to make those ads more valuable would be to listen in on the calls -- a no-no.  But for YouTube the problem is different because it ought to be fairly easy to figure out what a video is about then sell ads against that metadata.&lt;/p&gt;

&lt;p&gt;Easier said than done, my friends.  The problem with YouTube and advertisers is that the nature of the videos, themselves, is too varied and the metadata too easily wrong.  A hotel chain that might well want to advertise before a video of the Paris Hilton, for example, might be extremely reluctant to advertise before a video OF Paris Hilton, yet from the perspective of metadata both are extremely similar.  This is a HUGE problem for Google and all the other streamers of user-generated videos, which leads some people to believe that amateur night will eventually end and the Internet will return to being like most television -- a place for predominantly professional video.&lt;/p&gt;

&lt;p&gt;What's funny about this is I think I have the problem figured out.  The answer seems obvious to me, but I'm not sure Google would even listen if I told them my answer.&lt;/p&gt;&lt;img src="http://feeds.amateurlayman.com/~r/AmateurlaymansLinkBlog/~4/373396454" height="1" width="1"/&gt;</content><author gr:unknown-author="true"><name>(author unknown)</name></author><gr:annotation><content type="html">There are so many reasons that this single statistic is not relevant.&lt;br&gt;Some of which are:&lt;br&gt;1. 50% are Cisco employees, Cisco biases every outcome.&lt;br&gt;2. Certification is roundly ridiculed in many circles, can anyone say france?&lt;br&gt;3. I haven't heard of CCIE anyway.</content><author gr:user-id="07262126026707775535" gr:profile-id="106546200195722584672"><name>Andrew</name></author></gr:annotation><source gr:stream-id="user/07262126026707775535/source/com.google/link"><id>tag:google.com,2005:reader/user/07262126026707775535/source/com.google/link</id><title type="html">I, Cringely . The Pulpit | PBS</title><link rel="alternate" href="http://www.pbs.org/cringely/pulpit/" type="text/html" /></source><feedburner:origLink>http://www.pbs.org/cringely/pulpit/2008/pulpit_20080822_005393.html</feedburner:origLink></entry><entry gr:crawl-timestamp-msec="1219149233581"><id gr:original-id="">tag:google.com,2005:reader/item/9dd9779e8d732e1a</id><title type="html">The Future of the Desktop</title><published>2008-08-19T12:33:53Z</published><updated>2008-08-19T12:33:53Z</updated><link rel="alternate" href="http://feeds.amateurlayman.com/~r/AmateurlaymansLinkBlog/~3/369011882/future_of_the_desktop.php" type="text/html" /><link rel="related" href="http://www.readwriteweb.com/" title="ReadWriteWeb" /><content xml:base="http://www.readwriteweb.com/" type="html">&lt;blockquote&gt;Shared by  Andrew 
&lt;br&gt;
Hmmmmmm, I don't know.&lt;br&gt;I want to find the underlying visual metaphor for the webOS, but is there one, or many.&lt;/blockquote&gt;
&lt;p&gt;&lt;img src="http://www.readwriteweb.com/images/minority-report-ui2.jpg"&gt;Everything is moving to the cloud. As we enter the third decade of the Web we are seeing an increasing shift from native desktop applications towards Web-hosted clones that run in browsers. For example, a range of products such as Microsoft &lt;a href="http://smallbusiness.officelive.com/"&gt;Office Live&lt;/a&gt;, &lt;a href="http://docs.google.com/"&gt;Google Docs&lt;/a&gt;, &lt;a href="http://www.zoho.com/"&gt;Zoho&lt;/a&gt;, &lt;a href="http://www.thinkfree.com/"&gt;ThinkFree&lt;/a&gt;, &lt;a href="http://www.dabbledb.com/"&gt;DabbleDB&lt;/a&gt;, &lt;a href="http://www.basecamphq.com/"&gt;Basecamp&lt;/a&gt;, and many others now provide Web-based alternatives to the full range of familiar desktop office productivity apps. The same is true for an increasing range of enterprise applications, led by companies such as &lt;a href="http://www.salesforce.com/"&gt;Salesforce.com&lt;/a&gt;, and this process seems to be accelerating. In addition, hosted remote storage for individuals and enterprises of all sizes is now widely available and inexpensive. As these trends continue, what will happen to the desktop and where will it live?&lt;/p&gt;

&lt;p&gt;&lt;em&gt;This is a guest post by &lt;a href="http://www.twine.com/twine/1p2dqhdx-1jg/nova-spivack-s-public-twine"&gt;Nova Spivack&lt;/a&gt;, founder and CEO of Twine. This is the &lt;strong&gt;final version&lt;/strong&gt; of an article Spivack has been working on in &lt;a href="http://www.twine.com/item/11bshgkbr-1k5/the-future-of-the-desktop"&gt;his public Twine&lt;/a&gt;.&lt;/em&gt;&lt;/p&gt;
&lt;h2&gt;Is the desktop of the future going to just be a web-hosted version of the same old-fashioned desktop metaphors we have today?&lt;/h2&gt;
&lt;p&gt;No. There have already been several attempts at copying the old-fashioned &amp;quot;files and folders&amp;quot; desktop interface to the Web, but they have not caught on. Imitations desktops to-date have simply been clunky and slow imitations of the real-thing at best. Others have been overly slick. But one thing they all have in common: None of them have nailed it.  People don&amp;#39;t want to manage all their information on the Web in the same interface they use to manage data and apps on their local PC. The Web is an entirely different medium than the desktop and it requires a new kind of interface. The desktop of the future - what some have called &amp;quot;the Webtop&amp;quot; - still has yet to be invented.&lt;/p&gt;
&lt;h2&gt;The desktop of the future is going to be a hosted web service&lt;/h2&gt;
&lt;p&gt;Is the desktop even going to exist anymore as the Web becomes increasingly important? Yes, there has to be some kind of place that we consider to be our personal "home" and "workspace" -- but it's not going to live on any one device. &lt;/p&gt;
&lt;p&gt;As we move into a world that is increasingly mobile, where users often work across several different devices in the course of their day, we need unified access to our applications and data. This requires that our applications and data do not reside on local devices anymore, but rather that they will live in the cloud and be accessible via Web services.&lt;/p&gt;
&lt;p&gt;The painful process of using synchronization utilities to keep data on our different devices in-synch will finally be a thing of the past. Similarly an entire class of applications for remote-PC access will also become extinct. Instead, all devices will synch with the cloud, where your applications, data and desktop workspace state will live as a unified, hosted service. Your desktop will appear on whatever device you login to, just as you left it wherever you last accessed it. This shift harkens back to previous attempts to revive thin-client computing -  such as Sun Microsystems&amp;#39; Java Desktop - but this time it is going to actually become mainstream.&lt;/p&gt;
&lt;h2&gt;The Browser is Going to Swallow Up the Desktop&lt;/h2&gt;
&lt;p&gt;It's a classic embrace-and-extend story - the Web browser began as just another app on the desktop and has quickly embraced and extended every other application to become the central tool on everyone's desktop. All that remains is the desktop itself - and the browser is quickly making inroads there as well. In particular &lt;a href="http://www.mozilla.com/en-US/firefox/"&gt;Firefox&lt;/a&gt;, with it's easy extensibility and huge range of add-ons, is rapidly displacing the remaining features of the desktop. &lt;/p&gt;
&lt;p&gt;If these trends continue, will the browser eventually swallow up or simply replace the desktop? Yes. In fact, it will probably happen very soon. There just isn't any reason to have a desktop outside the browser anymore. What we think of as "the desktop" is really just a perspective on our information and applications - it's really just another "page" or context in our digital lives. This could easily exist within a browser. So instead of launching the browser from the desktop, it makes more sense to launch the desktop from the browser. In this way of thinking, the desktop is really just our home page - the place where we do our work and keep up with our world. &lt;/p&gt;
&lt;h2&gt;The focus of the desktop will shift from information to attention&lt;/h2&gt;
&lt;p&gt;As our digital lives evolve out of the old-fashioned desktop into the browser-centric Web environment we will see a shift from organizing information spatially (directories, folders, desktops, etc.) to organizing information temporally (feeds, lifestreams, microblogs, timelines, etc.). The Web is constantly changing and the biggest challenge is not finding information, it is keeping up with it. &lt;/p&gt;
&lt;p&gt;The desktop of the future is going to be more concerned with helping users manage information overload - particularly the overload caused by change. In this respect, it is going to feel more like an RSS feed reader or a social news site than a directory. The focus will be on helping the user to manage and keep up with all the stuff flowing in and out of the their environment. The interface will be tuned to help the user understand what the trends are, rather than just on how things are organized.&lt;/p&gt;
&lt;h2&gt;Users are going to shift from acting as librarians to acting as daytraders.&lt;/h2&gt;
&lt;p&gt;As we move into an era where content creation and distribution become almost infinitely cheap, the scarcest resources will no longer be storage or bandwidth, it will be attention. The pace of information creation and distribution continues to accelerate and there is no end in sight, yet the cognitive capabilities of the individual human brain are finite and we are already at our limits. &lt;/p&gt;
&lt;p&gt;In order to cope with the overwhelming complexity of our digital lives, we are going to increasingly rely on tools that help us manage our attention more productively -- rather than tools that simply help us manage our information. &lt;/p&gt;
&lt;p&gt;It is a shift from the mindset of being librarians to that of being daytraders. In the PC era we were all focused on trying to manage the information on our computers -- we were acting as librarians. Filing things was a big hassle, and finding them was just as difficult. But today filing information is really not the problem: Google has made search so powerful and ubiquitous that many Web users don't bother to file anything anymore - instead they just search again when they need it. The librarian problem has been overcome by the brute force of Web-scale search. At least for now. &lt;/p&gt;
&lt;p&gt;Instead we are now struggling to cope with a different problem - the problem of filtering for what is really important or relevant now and in the near-future. With limited time and attention, we have to be careful what we look for and what we pay attention to. This is the mindset of the daytrader. Bet wrong and you could end up wasting your precious resources, bet right and you could find the motherlode before the rest of the world and gain valuable advantages by being first. Daytraders are focused on discovering and keeping track of trends. It's a very different focus and activity from being a librarian, and it's what we are all moving towards.&lt;/p&gt;
&lt;h2&gt;The Webtop will be more social and will leverage and integrate collective intelligence&lt;/h2&gt;
&lt;p&gt;The Webtop is going to be more socially oriented than desktops of today -- it will have built-in messaging and social networking, as well as social-media sharing, collaborative filtering, discussions, and other community features.&lt;/p&gt;
&lt;p&gt;The social dimension of our lives is becoming perhaps our most important source of information. We get information via email from friends, family and colleagues. We get information via social networks and social media sharing services. We co-create information with others in communities. And we team up with our communities to filter, rate and redistribute content.&lt;/p&gt;
&lt;p&gt;The social dimension is also starting to play a more important role in our information management and discovery activities. Instead of those activities remaining as solitary, they are becoming more communal. For example many social bookmarking and social news sites use community sentiment and collaborative filtering to help to highlight what is most interesting, useful or important. &lt;/p&gt;
&lt;p&gt;Sites such as &lt;a href="http://www.digg.com/"&gt;Digg&lt;/a&gt;, &lt;a href="http://www.reddit.com/"&gt;Reddit&lt;/a&gt;, &lt;a href="http://www.mixx.com/"&gt;Mixx&lt;/a&gt;, &lt;a href="http://www.slashdot.com/"&gt;Slashdot&lt;/a&gt;, &lt;a href="http://www.delicious.com/"&gt;Delicious&lt;/a&gt;, &lt;a href="http://www.stumbleupon.com/"&gt;StumbleUpon&lt;/a&gt;, &lt;a href="http://www.twine.com/"&gt;Twine&lt;/a&gt;, and many others, show that collective intelligence may be the most powerful way to help individuals and groups filter content and manage their attention more productively. The power of many trumps the power of one. &lt;/p&gt;
&lt;h2&gt;The desktop of the future is going to have powerful semantic search and social search capabilities built-in&lt;/h2&gt;
&lt;p&gt;Our evolving Webtop is going to have more powerful search built-in. It will of course provide best-of-breed keyword search capabilities, but this is just the beginning.&lt;/p&gt;
&lt;p&gt;It will also combine social search and semantic search. On the social search dimension, users will be able to search their information and rank it via attributes of their social graph (for example, "find documents about x and rank them by how many of my friends liked them.") &lt;/p&gt;
&lt;p&gt;Semantic search on the other hand will enable more granular search and navigation of information along a potentially open-ended networks of properties and relationships. For example you will be able to search in a highly structured way -- for example, search for products you once bookmarked that have a price of $10.95 and are on-sale this week. Or search for documents you read which were authored by Sue and related to project X, in the last month. The semantics of the future desktop will be open-ended. That is to say that users as well as other application and information providers will be able to extend it with custom schemas, new data types, and custom fields to any piece of information. &lt;/p&gt;
&lt;h2&gt;Interactive shared spaces will replace folders&lt;/h2&gt;
&lt;p&gt;Forget about shared folders -- that is an outmoded paradigm. Instead, the new metaphor will be interactive shared spaces. These shared spaces will be more like wikis than folders. They will be permission-based environments where one or many contributors can meet, interact synchronously or asynchronously, to work on information and other tasks together. &lt;/p&gt;
&lt;p&gt;There are many kinds of shared spaces already in existence, including discussion forums, blogs, social network profiles, community sites, file sharing tools, conferencing tools, version control systems, and groupware. But as we move into Web 3.0 these will begin to converge. We will store information in them, we will work on information there, we will publish and distribute information through them, we will search across them, and we will interact with others around them.&lt;/p&gt;
&lt;p&gt;Our next-generation shared spaces will be nestable and linkable like folders, but they will be far more powerful and dynamic, and they will be accessible via HTTP and other APIs such as SPARQL enabling data to be moved in and out of them easily by other applications around the Web.&lt;/p&gt;
&lt;p&gt;Any group of two or more individuals will be able to participate in a shared space that will appear on their individual desktops, for a particular purpose. These new shared spaces will not only provide richer semantics in the underlying data, social network, and search, but they will also enable groups to seamlessly and collectively add, organize, track, manage, discuss, distribute, and search for information of mutual interest.&lt;/p&gt;
&lt;h2&gt;The Portable Desktop&lt;/h2&gt;
&lt;p&gt;The underlying data in the future desktop, and in all associated services it connects, will be represented using open-standard data formats. Not only will the data be open, but the semantics of the data - the schema that defines it - will also be defined in an open way. The value of open linked-data and open semantics is that data will not be held prisoner anywhere: it will be portable and will be easy to integrate with other data. The emerging Semantic Web and Data Portability initiatives provide a good set of open standards for enabling this to happen. &lt;/p&gt;
&lt;p&gt;Due to open-standards and data-portability, your desktop and data will be free from "platform lock-in." This means that your Webtop might even be portable to a different competing Webtop provider someday. If and when that becomes possible, how will Webtop providers compete to add value?&lt;/p&gt;
&lt;h2&gt;The Smart Desktop&lt;/h2&gt;
&lt;p&gt;One of the most important aspects of the coming desktop is that it's going to be smart. It's going to have to be. Users simply cannot handle the complexity of their information landscapes anymore - they need help. There are a range of tasks that the desktop should automate for users including: organizing information, reminding users when necessary, resolving data conflicts, managing versioning, maintaining data quality, backing up data, prioritizing information, and gathering relevant information and suggesting it when appropriate. &lt;/p&gt;
&lt;p&gt;Most other features of the future desktop will be commodities - but intelligence will still be difficult to provide, and so it will be the last remaining frontier in which competing Webtop providers will be able to differentiate their offerings.&lt;/p&gt;
&lt;p&gt;The Webtop is going to learn and help you to be more productive. As you use it, it's going to adjust to your interests, relationships, current activities, information and preferences. It will adaptively self-organize to help you focus your attention on what is most important to whatever context you are in.&lt;/p&gt;
&lt;p&gt;When reading something while you are taking a trip to Milan it may organize itself to be more contextually relevant to that time, place and context. When you later return home to San Francisco it will automatically adapt and shift to your home context. When you do a lot of searches about a certain product it will realize your context and intent has to do with that product and will adapt to help you with that activity for a while, until your behavior changes.&lt;/p&gt;
&lt;p&gt;Your desktop will actually be a semantic knowledge base on the back-end. It will encode a rich semantic graph of your information, relationships, interests, behavior and preferences. You will be able to permit other applications to access part or all of your graph to datamine it and provide you with value-added views and even automated intelligent assistance.&lt;/p&gt;
&lt;p&gt;For example, you might allow an agent that cross-links things to see all your data: it would go and add cross links to relevant things onto all the things you have created or collected. Another agent that makes personalized buying recommendations might only get to see your shopping history across all shopping sites you use.&lt;/p&gt;
&lt;p&gt;Your desktop may also function as a simple personal assistant at times. You will be able to converse with your desktop eventually -- through a conversational agent interface. While on the road you will be able to email or SMS in questions to it and get back immediate intelligent answers. You will even be able to do this via a voice interface.&lt;/p&gt;
&lt;p&gt;For example, you might ask, "where is my next meeting?" or "what Japanese restaurants do I like in LA?" or "What is Sue's Smith's phone number?" and you would get back answers. You could also command it to do things for you -- like reminding you to do something, or helping you keep track of an interest, or monitoring for something and alerting you when it happens.&lt;/p&gt;
&lt;p&gt;Because your future desktop will connect all the relationships in your digital life -- relationships connecting people, information, behavior, preferences and applications -- it will be the ultimate place to learn about your interests and preferences.&lt;/p&gt;
&lt;h2&gt;Federated, open policies and permissions&lt;/h2&gt;
&lt;p&gt;This rich graph of meta-data that comprises your future desktop will enable the next-generation of smart services to learn about you and help you in an incredibly personalized manner. It will also of course be rife with potential for abuse and privacy will be a major function and concern.&lt;/p&gt;
&lt;p&gt;One of the biggest enabling technologies that will be necessary is a federated model for sharing meta-data about policies and permissions on data. Information that is considered to be personal and private in Web site X should be recognized and treated as such by other applications and websites you choose to share that information with. This will require a way for sharing meta-data about your policies and permissions between different accounts and applications you use.&lt;/p&gt;
&lt;p&gt;The semantic web provides a good infrastructure for building and deploying a decentralized framework for policy and privacy integration, but it has yet to be developed, let alone adopted. For the full vision of the future desktop to emerge a universally accepted standard for exchanging policy and permission data will be a necessary enabling technology.&lt;/p&gt;
&lt;h2&gt;The personal cloud&lt;/h2&gt;
&lt;p&gt;One way to think of the emerging Webtop is as your personal cloud. It will not just be a cloud of data, it will be a compute cloud as well. When you need to store or retrieve information it will provide that service. When you need to do computations, it will provide that to you as well. The cost of harnessing the capabilities of your cloud may be based on a monthly subscription or it may be metered, or it may be ad-supported. &lt;/p&gt;
&lt;p&gt;Your personal cloud will have a center - provided by your main Webtop provider, where your address will live -- but most of its services will be distributed in other places, and even federated among other providers. Yet from an end-user perspective it will function as a seamlessly integrated service. You will be able to see and navigate all your information and applications, as if they were in one connected space, regardless of where they are actually hosted. You will be able to search your personal cloud from any point within it. It will look and feel like a single cohesive service.&lt;/p&gt;
&lt;h2&gt;The WebOS&lt;/h2&gt;
&lt;p&gt;No discussion of the future of the desktop would be complete without delving into the topic of the WebOS. The shift from desktop to Webtop - the move from a local desktop to a hosted desktop - is a necessary step towards the entire operating system moving to the Web as well. Many of the services that comprise an operating system are already available as Web services, but they are not yet integrated into a single cohesive WebOS. However it seems clear that the major players are aware of this opportunity and are positioning their services to capture it. Just as the desktop OS wars were won by capturing the "high ground" of the desktop, I would not be surprised if the same principle holds in the battle to own the WebOS. Whomever wins the Webtop will win the whole stack.&lt;/p&gt;
&lt;h2&gt;Who is most likely to own the future desktop?&lt;/h2&gt;
&lt;p&gt;When I think about what the future desktop is going to look like it seems to be a convergence of several different kinds of services that we currently view as separate.&lt;/p&gt;
&lt;p&gt;It will be hosted on the cloud and accessible across all devices. It will place more emphasis on social interaction, social filtering, and collective intelligence. It will provide a very powerful and extensible data model with support for both unstructured and arbitrarily structured information. It will enable almost peer-to-peer like search federation, yet still have a unified home page and user-experience. It will be smart and personalized. It will be highly decentralized yet will manage identity, policies and permissions in an integrated cohesive and transparent manner across services.&lt;/p&gt;
&lt;p&gt;By cobbling together a number of different services that exist today you could build something like this in a decentralized fashion. As various services integrate with each other it may simply emerge on its own. But is that how the desktop of the future will come about? Or will it be provided as a new application from one player - perhaps one with a lot of centralized market power and the ability to launch something like this on a massive scale? Or - just as with the previous desktop hits of the past, will it come from a little-known upstart with a disruptive technology? It's hard to predict, but one thing is certain: it is going to happen relatively soon and will be an interesting process to watch.&lt;/p&gt;
&lt;p&gt;&lt;em&gt;Image via &lt;a href="http://arnaldolicea.blogspot.com/2008/05/here-we-go-again-windows-7.html"&gt;Arnaldo Licea&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;&lt;br style="clear:both"&gt;
  &lt;img alt="" style="border:0pt none;height:1px;width:1px" src="http://www.pheedo.com/img.phdo?i=74083a942df4024c0880a43a1b81013f" border="0" height="1" width="1"&gt;
&lt;img src="http://www.pheedo.com/feeds/tracker.php?i=74083a942df4024c0880a43a1b81013f" alt="" border="0" height="1" width="1"&gt;
&lt;p&gt;&lt;a href="http://feedads.googleadservices.com/%7Ea/t0elqqs0fge90n2ce4g6em4njc/a"&gt;&lt;img src="http://feedads.googleadservices.com/%7Ea/t0elqqs0fge90n2ce4g6em4njc/i" ismap border="0"&gt;&lt;/a&gt;&lt;/p&gt;&lt;div&gt;
&lt;a href="http://feedproxy.google.com/%7Ef/readwriteweb?a=we7zSXSv"&gt;&lt;img src="http://feedproxy.google.com/%7Ef/readwriteweb?i=we7zSXSv" border="0"&gt;&lt;/a&gt; &lt;a href="http://feedproxy.google.com/%7Ef/readwriteweb?a=tH36vYNi"&gt;&lt;img src="http://feedproxy.google.com/%7Ef/readwriteweb?d=41" border="0"&gt;&lt;/a&gt; &lt;a href="http://feedproxy.google.com/%7Ef/readwriteweb?a=JEvGZiuI"&gt;&lt;img src="http://feedproxy.google.com/%7Ef/readwriteweb?i=JEvGZiuI" border="0"&gt;&lt;/a&gt; &lt;a href="http://feedproxy.google.com/%7Ef/readwriteweb?a=idL2mqLp"&gt;&lt;img src="http://feedproxy.google.com/%7Ef/readwriteweb?i=idL2mqLp" border="0"&gt;&lt;/a&gt; &lt;a href="http://feedproxy.google.com/%7Ef/readwriteweb?a=W5ODaHz5"&gt;&lt;img src="http://feedproxy.google.com/%7Ef/readwriteweb?i=W5ODaHz5" border="0"&gt;&lt;/a&gt; &lt;a href="http://feedproxy.google.com/%7Ef/readwriteweb?a=B6DS5Lrz"&gt;&lt;img src="http://feedproxy.google.com/%7Ef/readwriteweb?d=120" border="0"&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feedproxy.google.com/%7Er/readwriteweb/%7E4/1TSsquwuUlI" height="1" width="1"&gt;&lt;img src="http://feeds.amateurlayman.com/~r/AmateurlaymansLinkBlog/~4/369011882" height="1" width="1"/&gt;</content><author gr:unknown-author="true"><name>(author unknown)</name></author><gr:annotation><content type="html">Hmmmmmm, I don't know.&lt;br&gt;I want to find the underlying visual metaphor for the webOS, but is there one, or many.</content><author gr:user-id="07262126026707775535" gr:profile-id="106546200195722584672"><name>Andrew</name></author></gr:annotation><source gr:stream-id="user/07262126026707775535/source/com.google/link"><id>tag:google.com,2005:reader/user/07262126026707775535/source/com.google/link</id><title type="html">ReadWriteWeb</title><link rel="alternate" href="http://www.readwriteweb.com/" type="text/html" /></source><feedburner:origLink>http://feedproxy.google.com/~r/readwriteweb/~3/1TSsquwuUlI/future_of_the_desktop.php</feedburner:origLink></entry><entry gr:crawl-timestamp-msec="1219143172185"><id gr:original-id="">tag:google.com,2005:reader/item/07771464ff03ede4</id><title type="html">Richard MacManus - NZ&amp;#39;s most influential man online</title><published>2008-08-19T10:52:52Z</published><updated>2008-08-19T10:52:52Z</updated><link rel="alternate" href="http://feeds.amateurlayman.com/~r/AmateurlaymansLinkBlog/~3/369011883/" type="text/html" /><link rel="related" href="http://www.start-up.co.nz/home/" title="Start-UP.co.nz" /><content xml:base="http://www.start-up.co.nz/home/" type="html">&lt;blockquote&gt;Shared by  Andrew 
&lt;br&gt;
Oh boy, I didn't know readwrite web was written barely 20km from where I am now.&lt;br&gt;Read Write Web is a cool source of good thoughts about the business.&lt;/blockquote&gt;
&lt;p&gt;No, it’s not Trade Me’s Sam Morgan. He’s probably our leading export in the online space and is highly regarded as far away as Silicon Valley, but you’ve probably never even heard of him. Tech blogger Richard MacManus talks to Georgina Bond about the success of ReadWriteWeb.&lt;br&gt;&lt;br&gt;Professional blogging has an esoteric appeal many of us can only dream of. But few succeed in making a career out of it. So it’s almost exasperating to hear Richard MacManus put his meteoric rise in the blogosphere down to the basics: hard work, long hours and passion for his subject.&lt;br&gt;There must be more to it than that, but MacManus is level-headed about the success of his weblog ReadWriteWeb, ranked the world’s 9th most popular blog according to tracking website Technorati and the only New Zealand blog to be in its top 100.&lt;br&gt;“Obviously it’s fantastic to be ranked that high,” says MacManus. “It vindicates what the site has been about and we’re keen to crack into the top ten and keep up the growth.”&lt;br&gt;Launched in 2003, ReadWriteWeb is one of the most widely read and respected blog in the world, providing daily news, reviews and analysis on the latest technology.&lt;br&gt;To put its popularity into perspective, there are more than 50 million blogs at our fingertips. ReadWriteWeb attracts more than 1.6 million page views per month, and with an influential audience tracking the site — including high-level media executives from Google and Microsoft — it has the power to push new visitors in their tens of thousands to start-up sites around the world.&lt;br&gt;Its global reach can be traced back to MacManus’s Lower Hutt home, where he spends a good part of the day editing and managing the site in his pyjamas.&lt;br&gt;&lt;br&gt;&lt;strong&gt;So web 2.0&lt;/strong&gt;&lt;br&gt;Choice selection of writing talent has been one of the keys to the site’s success. MacManus and his team of five regular writers — all US-based web enthusiasts — are quick off the mark with their analysis of web tech developments, ranging from start-ups to industry giants such as Yahoo and Microsoft. This international perspective on technology is admired. MacManus says the analytical posts on products and trends, rather than industry news, are the point of difference from the competition.&lt;br&gt;MacManus studied commerce and English literature, so an IT-related career might be regarded as something of a surprise. But he ‘clicked’ with the web during the 1990s and it was while following internet trends as a website manager at Contact Energy in 2003 that he created ReadWriteWeb, maintaining it in the evenings.&lt;br&gt;“Initially I was just writing about web technology and linking to that space. There wasn’t a lot of money in blogging back then. When 2.0 tipped, things started to ramp up and suddenly — this is a media business.” The two-way interaction users have with the web in this post-dot-bomb era —with users contributing their own text, audio and video — is exemplified by websites such as Wikipedia, YouTube, MySpace and Trade Me.&lt;br&gt;MacManus learned to bootstrap his business from the moment it was profitable and he advises budding bloggers to do the same. But he says it’s easy to underestimate the effort to get the blog ramped up to begin with and the long hours that go into design, management and getting ads. “I wouldn’t recommend starting out with the mindset of cracking the top 100. It’s virtually impossible to do, it takes time and you’ve got to be very passionate about it to get any momentum to begin with. You’ve just got to do whatever it takes to keep the business growing and to get in people’s faces.”&lt;br&gt;&lt;br&gt;&lt;strong&gt;Laser-focused&lt;/strong&gt;&lt;br&gt;It took three years of hard slog before ReadWriteWeb could sustain MacManus full time. Now, advertising generates monthly revenue in the tens-of-thousands of US dollars, providing a profitable career. &lt;br&gt;The creation of two network blogs has also fuelled its expansion. Last100 provides news, reviews and industry analysis on products and services related to the digital lifestyle and Alt Search Engines is a definitive destination for everything related to alternative search engines. MacManus also produces ReadWriteTalk, a podcast about the people behind the web.&lt;br&gt;MacManus has remained laser-focused on web technology from day one and as the reputation of the blog continues to grow, his passion for this niche remains essential. “A lot of people are trying to make money from blogging, but they’re not really interested in the topic. That can be very hard.”&lt;br&gt;Being too focused on the home audience is another mistake Kiwi bloggers often make, he says, and this insular focus is evident in their blogs.&lt;br&gt;New Zealanders make up just 1 per cent of ReadWriteWeb readers. The blog’s focus has been global right from the start and it draws more than half of its readers come from the US and 7 per cent from the UK. To an extent, this has prevented networking with local IT companies and MacManus is now trying to get more involved; particularly in the IT cluster burgeoning in his own backyard in Wellington.&lt;br&gt;He hails the tremendous talent and innovation in the IT space in New Zealand, but thinks psychological barriers needs to be broken from some companies about reaching offshore markets using web technology, particularly the US.&lt;br&gt;“I don’t think New Zealanders think globally enough sometimes. The talent is here in New Zealand and time and culturally-wise, we’re not that much different from Silicon Valley. Maybe New Zealanders just need a bit of a push to think they can achieve over there in the US.”&lt;br&gt;&lt;br&gt;MacManus went largely unnoticed at Webstock in Wellington this year, but his obscurity at home hasn’t bothered him. He’s keeping his mind open to exciting opportunities to push ReadWriteWeb further ahead of the competition.  Two media companies are prospective buyers. He’s also exploring ways to fund the next stage of growth independently. Either way, he expects big changes by mid-year. “There’s plenty of scope for the brand to ramp up and expand into more vertical niches, such as mobile in Asia. Monetising by premium content is another option—a tricky thing to do in the blog world, but we’re looking at options.”&lt;br&gt;Much is possible with MacManus and, as with the internet, much is to be imagined. Whichever path he takes, MacManus still wants to be the one to take it to the next level. “I’m not finished yet, by a long shot.”&lt;br&gt;&lt;br&gt;&lt;strong&gt;MacManus on Building a profitable weblog&lt;/strong&gt;&lt;br&gt;•    Focus on a niche.&lt;br&gt;•    Blog every day.&lt;br&gt;•    Be passionate about your topic and become an expert.&lt;br&gt;•    Get other experts to blog for you.&lt;br&gt;•    Build a community around your blog.&lt;br&gt;•    Get involved in topic-focussed communities.&lt;br&gt;•    Reach out to others on the same subject.&lt;br&gt;•    Post on other related sites to build an online reputation.&lt;br&gt;&lt;br&gt;&lt;strong&gt;How to increase your page views&lt;/strong&gt;&lt;br&gt;•    The more you get, the more you can charge advertisers.&lt;br&gt;•    Link to others sites and get them to link back to yours.&lt;br&gt;•    Focus on what key words you can rank well in Google.&lt;br&gt;•    Post to top news aggregators and social sites such as Digg, Flash Dots, TechMe.&lt;br&gt;&lt;strong&gt;&lt;br&gt;Tips for Kiwi Web 2.0 start ups&lt;/strong&gt;&lt;br&gt;•    Think globally from day one; don’t limit yourself to the local audience.&lt;br&gt;•    Bootstrap and try to do as much as you can yourself early on.&lt;br&gt;•    Don’t give away a lot of your equity to an investor up front and there’s no need to staff up too quickly.&lt;br&gt;•    Don’t forget marketing basics: identify your target audience and your value proposition to them.&lt;br&gt;•    Avoid “me too” — too many start ups want to be the next MySpace or YouTube.&lt;br&gt;&lt;br&gt;&lt;/p&gt;&lt;p&gt; &lt;/p&gt;&lt;p&gt; &lt;/p&gt;&lt;img src="http://feeds.feedburner.com/%7Er/start-up/%7E4/367940175" height="1" width="1"&gt;&lt;img src="http://feeds.amateurlayman.com/~r/AmateurlaymansLinkBlog/~4/369011883" height="1" width="1"/&gt;</content><author gr:unknown-author="true"><name>(author unknown)</name></author><gr:annotation><content type="html">Oh boy, I didn't know readwrite web was written barely 20km from where I am now.&lt;br&gt;Read Write Web is a cool source of good thoughts about the business.</content><author gr:user-id="07262126026707775535" gr:profile-id="106546200195722584672"><name>Andrew</name></author></gr:annotation><source gr:stream-id="user/07262126026707775535/source/com.google/link"><id>tag:google.com,2005:reader/user/07262126026707775535/source/com.google/link</id><title type="html">Start-UP.co.nz</title><link rel="alternate" href="http://www.start-up.co.nz/home/" type="text/html" /></source><feedburner:origLink>http://feeds.feedburner.com/~r/start-up/~3/367940175/</feedburner:origLink></entry><entry gr:crawl-timestamp-msec="1219143165354"><id gr:original-id="">tag:google.com,2005:reader/item/f26b8d6b88ed8dba</id><title type="html">Richard MacManus - NZ&amp;#39;s most influential man online</title><published>2008-08-19T10:52:45Z</published><updated>2008-08-19T10:52:45Z</updated><link rel="alternate" href="http://feeds.amateurlayman.com/~r/AmateurlaymansLinkBlog/~3/369011883/" type="text/html" /><link rel="related" href="http://www.start-up.co.nz/home/" title="Start-UP.co.nz" /><content xml:base="http://www.start-up.co.nz/home/" type="html">&lt;blockquote&gt;Shared by  Andrew 
&lt;br&gt;
Oh boy, I didn't know readwrite web was written barely 20km from where I am now.&lt;br&gt;Read Write Web is a cool source of good thoughts about the business.&lt;/blockquote&gt;
&lt;p&gt;No, it’s not Trade Me’s Sam Morgan. He’s probably our leading export in the online space and is highly regarded as far away as Silicon Valley, but you’ve probably never even heard of him. Tech blogger Richard MacManus talks to Georgina Bond about the success of ReadWriteWeb.&lt;br&gt;&lt;br&gt;Professional blogging has an esoteric appeal many of us can only dream of. But few succeed in making a career out of it. So it’s almost exasperating to hear Richard MacManus put his meteoric rise in the blogosphere down to the basics: hard work, long hours and passion for his subject.&lt;br&gt;There must be more to it than that, but MacManus is level-headed about the success of his weblog ReadWriteWeb, ranked the world’s 9th most popular blog according to tracking website Technorati and the only New Zealand blog to be in its top 100.&lt;br&gt;“Obviously it’s fantastic to be ranked that high,” says MacManus. “It vindicates what the site has been about and we’re keen to crack into the top ten and keep up the growth.”&lt;br&gt;Launched in 2003, ReadWriteWeb is one of the most widely read and respected blog in the world, providing daily news, reviews and analysis on the latest technology.&lt;br&gt;To put its popularity into perspective, there are more than 50 million blogs at our fingertips. ReadWriteWeb attracts more than 1.6 million page views per month, and with an influential audience tracking the site — including high-level media executives from Google and Microsoft — it has the power to push new visitors in their tens of thousands to start-up sites around the world.&lt;br&gt;Its global reach can be traced back to MacManus’s Lower Hutt home, where he spends a good part of the day editing and managing the site in his pyjamas.&lt;br&gt;&lt;br&gt;&lt;strong&gt;So web 2.0&lt;/strong&gt;&lt;br&gt;Choice selection of writing talent has been one of the keys to the site’s success. MacManus and his team of five regular writers — all US-based web enthusiasts — are quick off the mark with their analysis of web tech developments, ranging from start-ups to industry giants such as Yahoo and Microsoft. This international perspective on technology is admired. MacManus says the analytical posts on products and trends, rather than industry news, are the point of difference from the competition.&lt;br&gt;MacManus studied commerce and English literature, so an IT-related career might be regarded as something of a surprise. But he ‘clicked’ with the web during the 1990s and it was while following internet trends as a website manager at Contact Energy in 2003 that he created ReadWriteWeb, maintaining it in the evenings.&lt;br&gt;“Initially I was just writing about web technology and linking to that space. There wasn’t a lot of money in blogging back then. When 2.0 tipped, things started to ramp up and suddenly — this is a media business.” The two-way interaction users have with the web in this post-dot-bomb era —with users contributing their own text, audio and video — is exemplified by websites such as Wikipedia, YouTube, MySpace and Trade Me.&lt;br&gt;MacManus learned to bootstrap his business from the moment it was profitable and he advises budding bloggers to do the same. But he says it’s easy to underestimate the effort to get the blog ramped up to begin with and the long hours that go into design, management and getting ads. “I wouldn’t recommend starting out with the mindset of cracking the top 100. It’s virtually impossible to do, it takes time and you’ve got to be very passionate about it to get any momentum to begin with. You’ve just got to do whatever it takes to keep the business growing and to get in people’s faces.”&lt;br&gt;&lt;br&gt;&lt;strong&gt;Laser-focused&lt;/strong&gt;&lt;br&gt;It took three years of hard slog before ReadWriteWeb could sustain MacManus full time. Now, advertising generates monthly revenue in the tens-of-thousands of US dollars, providing a profitable career. &lt;br&gt;The creation of two network blogs has also fuelled its expansion. Last100 provides news, reviews and industry analysis on products and services related to the digital lifestyle and Alt Search Engines is a definitive destination for everything related to alternative search engines. MacManus also produces ReadWriteTalk, a podcast about the people behind the web.&lt;br&gt;MacManus has remained laser-focused on web technology from day one and as the reputation of the blog continues to grow, his passion for this niche remains essential. “A lot of people are trying to make money from blogging, but they’re not really interested in the topic. That can be very hard.”&lt;br&gt;Being too focused on the home audience is another mistake Kiwi bloggers often make, he says, and this insular focus is evident in their blogs.&lt;br&gt;New Zealanders make up just 1 per cent of ReadWriteWeb readers. The blog’s focus has been global right from the start and it draws more than half of its readers come from the US and 7 per cent from the UK. To an extent, this has prevented networking with local IT companies and MacManus is now trying to get more involved; particularly in the IT cluster burgeoning in his own backyard in Wellington.&lt;br&gt;He hails the tremendous talent and innovation in the IT space in New Zealand, but thinks psychological barriers needs to be broken from some companies about reaching offshore markets using web technology, particularly the US.&lt;br&gt;“I don’t think New Zealanders think globally enough sometimes. The talent is here in New Zealand and time and culturally-wise, we’re not that much different from Silicon Valley. Maybe New Zealanders just need a bit of a push to think they can achieve over there in the US.”&lt;br&gt;&lt;br&gt;MacManus went largely unnoticed at Webstock in Wellington this year, but his obscurity at home hasn’t bothered him. He’s keeping his mind open to exciting opportunities to push ReadWriteWeb further ahead of the competition.  Two media companies are prospective buyers. He’s also exploring ways to fund the next stage of growth independently. Either way, he expects big changes by mid-year. “There’s plenty of scope for the brand to ramp up and expand into more vertical niches, such as mobile in Asia. Monetising by premium content is another option—a tricky thing to do in the blog world, but we’re looking at options.”&lt;br&gt;Much is possible with MacManus and, as with the internet, much is to be imagined. Whichever path he takes, MacManus still wants to be the one to take it to the next level. “I’m not finished yet, by a long shot.”&lt;br&gt;&lt;br&gt;&lt;strong&gt;MacManus on Building a profitable weblog&lt;/strong&gt;&lt;br&gt;•    Focus on a niche.&lt;br&gt;•    Blog every day.&lt;br&gt;•    Be passionate about your topic and become an expert.&lt;br&gt;•    Get other experts to blog for you.&lt;br&gt;•    Build a community around your blog.&lt;br&gt;•    Get involved in topic-focussed communities.&lt;br&gt;•    Reach out to others on the same subject.&lt;br&gt;•    Post on other related sites to build an online reputation.&lt;br&gt;&lt;br&gt;&lt;strong&gt;How to increase your page views&lt;/strong&gt;&lt;br&gt;•    The more you get, the more you can charge advertisers.&lt;br&gt;•    Link to others sites and get them to link back to yours.&lt;br&gt;•    Focus on what key words you can rank well in Google.&lt;br&gt;•    Post to top news aggregators and social sites such as Digg, Flash Dots, TechMe.&lt;br&gt;&lt;strong&gt;&lt;br&gt;Tips for Kiwi Web 2.0 start ups&lt;/strong&gt;&lt;br&gt;•    Think globally from day one; don’t limit yourself to the local audience.&lt;br&gt;•    Bootstrap and try to do as much as you can yourself early on.&lt;br&gt;•    Don’t give away a lot of your equity to an investor up front and there’s no need to staff up too quickly.&lt;br&gt;•    Don’t forget marketing basics: identify your target audience and your value proposition to them.&lt;br&gt;•    Avoid “me too” — too many start ups want to be the next MySpace or YouTube.&lt;br&gt;&lt;br&gt;&lt;/p&gt;&lt;p&gt; &lt;/p&gt;&lt;p&gt; &lt;/p&gt;&lt;img src="http://feeds.feedburner.com/%7Er/start-up/%7E4/367940175" height="1" width="1"&gt;&lt;img src="http://feeds.amateurlayman.com/~r/AmateurlaymansLinkBlog/~4/369011883" height="1" width="1"/&gt;</content><author gr:unknown-author="true"><name>(author unknown)</name></author><gr:annotation><content type="html">Oh boy, I didn't know readwrite web was written barely 20km from where I am now.&lt;br&gt;Read Write Web is a cool source of good thoughts about the business.</content><author gr:user-id="07262126026707775535" gr:profile-id="106546200195722584672"><name>Andrew</name></author></gr:annotation><source gr:stream-id="user/07262126026707775535/source/com.google/link"><id>tag:google.com,2005:reader/user/07262126026707775535/source/com.google/link</id><title type="html">Start-UP.co.nz</title><link rel="alternate" href="http://www.start-up.co.nz/home/" type="text/html" /></source><feedburner:origLink>http://feeds.feedburner.com/~r/start-up/~3/367940175/</feedburner:origLink></entry><entry gr:crawl-timestamp-msec="1219142645266"><id gr:original-id="tag:blogger.com,1999:blog-8750343339904865739.post-3185757404609651880">tag:google.com,2005:reader/item/0be2385961ec03b4</id><category term="egovernment" scheme="http://www.blogger.com/atom/ns#" /><category term="rich media" scheme="http://www.blogger.com/atom/ns#" /><category term="blog" scheme="http://www.blogger.com/atom/ns#" /><category term="culture" scheme="http://www.blogger.com/atom/ns#" /><category term="collaboration" scheme="http://www.blogger.com/atom/ns#" /><category term="social media" scheme="http://www.blogger.com/atom/ns#" /><category term="edemocracy" scheme="http://www.blogger.com/atom/ns#" /><category term="geospatial" scheme="http://www.blogger.com/atom/ns#" /><category term="management" scheme="http://www.blogger.com/atom/ns#" /><category term="communication" scheme="http://www.blogger.com/atom/ns#" /><category term="movie" scheme="http://www.blogger.com/atom/ns#" /><category term="strategy" scheme="http://www.blogger.com/atom/ns#" /><category term="wiki" scheme="http://www.blogger.com/atom/ns#" /><category term="virtual worlds" scheme="http://www.blogger.com/atom/ns#" /><category term="participation" scheme="http://www.blogger.com/atom/ns#" /><title type="html">Mapping the social media landscape - a guide for understanding</title><published>2008-08-19T01:15:00Z</published><updated>2008-08-19T01:15:01Z</updated><link rel="alternate" href="http://feeds.amateurlayman.com/~r/AmateurlaymansLinkBlog/~3/369011884/mapping-social-media-landscape-guide.html" type="text/html" /><content xml:base="http://egovau.blogspot.com/" type="html">It can be very daunting for communications professionals to build an understanding of the social media landscape, grasping its scope and diversity and use this knowledge to select the right tools to meet their communications needs.&lt;br&gt;&lt;br&gt;On occasion I've spoken to other marketers and PR professionals who have said that the sheer diversity and complexity of the social media landscape makes it easier to simply avoid the area, rather than spend the time necessary to make good decisions.&lt;br&gt;&lt;br&gt;Increasingly organisations will need to take their first steps into this area - social media is in widespread use by internet users and they are talking about you.&lt;br&gt;&lt;br&gt;The first step to understanding any landscape is to map it - fortunately there have been a few efforts in this regard already.&lt;br&gt;&lt;br&gt;Possibly the first consolidated attempt was by Robert Scoble, who published the &lt;a href="http://scobleizer.com/2007/11/02/social-media-starfish/"&gt;Social Media Starfish&lt;/a&gt; last year.&lt;br&gt;&lt;br&gt;Pictured below, the Starfish provides one way to visualise the different categories of interactions and capabilities of the different social media tools.&lt;br&gt;&lt;br&gt;&lt;a href="http://farm3.static.flickr.com/2293/1814873464_02b8d3f59e.jpg"&gt;&lt;img style="margin:0pt 10px 10px 0pt;width:400px" src="http://farm3.static.flickr.com/2293/1814873464_02b8d3f59e.jpg" alt="" border="0"&gt;&lt;/a&gt;&lt;br&gt;&lt;br&gt;A video explanation of the Starfish is also available as below.&lt;br&gt;&lt;br&gt;&lt;br&gt;A second approach, released more recently, is the &lt;a href="http://www.briansolis.com/2008/08/introducing-conversation-prism.html"&gt;Conversation Prism&lt;/a&gt;, pictured below.&lt;br&gt;&lt;br&gt;This was released by &lt;a href="http://www.briansolis.com/"&gt;Brian Solis&lt;/a&gt;, principal of Future Works and author of PR 2.0.&lt;br&gt;&lt;br&gt;In a report in &lt;a href="http://www.zdnet.com"&gt;ZDNet&lt;/a&gt;, Brian describes the Conversation Prism as a tool that "helps chart online conversations between the people that populate communities as well as the networks that connect the Social Web." The article, &lt;a href="http://blogs.zdnet.com/feeds/?p=171&amp;amp;tag=nl.e539"&gt;&lt;span style="font-style:italic"&gt;‘Conversation Prism’ helps corporations visualize social media strategies&lt;/span&gt;&lt;/a&gt;, provides a good overview of how the tool works.&lt;br&gt;&lt;br&gt;&lt;a href="http://farm4.static.flickr.com/3009/2735401175_fcdcd0da03.jpg"&gt;&lt;img style="margin:0pt 10px 10px 0pt;width:400px" src="http://farm4.static.flickr.com/3009/2735401175_fcdcd0da03.jpg" alt="" border="0"&gt;&lt;/a&gt;&lt;br&gt;&lt;br&gt;Of course these maps are only a start. The social media environment is evolving as technology improves and smart people come up with new ways to facilitate human interactions via digital channels.&lt;br&gt;&lt;br&gt;However now that we do have these maps, we can begin to understand the social media landscape in more detail, and apply the right tools for our communications needs.&lt;div&gt;&lt;h3&gt;eGov AU&lt;/h3&gt;
&lt;i&gt;eGovernment thoughts and speculations from an Australian perspective&lt;/i&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/EgovAu/~4/368599055" height="1" width="1"&gt;&lt;img src="http://feeds.amateurlayman.com/~r/AmateurlaymansLinkBlog/~4/369011884" height="1" width="1"/&gt;</content><author><name>Craig Thomler</name></author><source gr:stream-id="feed/http://egovau.blogspot.com/feeds/posts/default"><id>tag:google.com,2005:reader/feed/http://egovau.blogspot.com/feeds/posts/default</id><title type="html">eGov AU</title><link rel="alternate" href="http://egovau.blogspot.com/" type="text/html" /></source><feedburner:origLink>http://feeds.feedburner.com/~r/EgovAu/~3/368599055/mapping-social-media-landscape-guide.html</feedburner:origLink></entry><entry gr:crawl-timestamp-msec="1219023199007"><id gr:original-id="">tag:google.com,2005:reader/item/8d698aa57992e2df</id><title type="html">Slingshot caching private pages!</title><published>2008-08-18T01:33:19Z</published><updated>2008-08-18T01:33:19Z</updated><link rel="alternate" href="http://feeds.amateurlayman.com/~r/AmateurlaymansLinkBlog/~3/367908575/" type="text/html" /><link rel="related" href="http://www.cre8d-design.com" title="cre8d design: blog design, Wordpress themes, Drupal, Web 2.0" /><content xml:base="http://www.cre8d-design.com" type="html">&lt;blockquote&gt;Shared by  MiramarMike 
&lt;br&gt;
Wholly crap - what muppets!&lt;/blockquote&gt;
&lt;p&gt;&lt;strong&gt;Update: Our ISP Slingshot is caching private Gmail, Trademe, Facebook and Digg pages!!!  I - and others on Slingshot - can see other people’s account info! We have had caching issues with them before, but never on private pages and this is RIDICULOUS! We rang Slingshot this afternoon and they admitted the problem!!!&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Click to enlarge screenshots (blurred partially to protect privacy of other people’s accounts):&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Three different Gmail accounts:&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.cre8d-design.com/wp-content/uploads/2008/08/gmail.jpg"&gt;&lt;img src="http://www.cre8d-design.com/wp-content/uploads/2008/08/gmail-300x168.jpg" alt="" title="gmail" height="168" width="300"&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.cre8d-design.com/wp-content/uploads/2008/08/gmail1.gif"&gt;&lt;img src="http://www.cre8d-design.com/wp-content/uploads/2008/08/gmail1-300x215.gif" alt="" title="gmail1" height="215" width="300"&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.cre8d-design.com/wp-content/uploads/2008/08/gmail2.gif"&gt;&lt;img src="http://www.cre8d-design.com/wp-content/uploads/2008/08/gmail2-300x118.gif" alt="" title="gmail2" height="118" width="300"&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Three different Facebook accounts:&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.cre8d-design.com/wp-content/uploads/2008/08/facebook1.gif"&gt;&lt;img src="http://www.cre8d-design.com/wp-content/uploads/2008/08/facebook1-300x161.gif" alt="" title="facebook1" height="161" width="300"&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.cre8d-design.com/wp-content/uploads/2008/08/facebook2.gif"&gt;&lt;img src="http://www.cre8d-design.com/wp-content/uploads/2008/08/facebook2-300x142.gif" alt="" title="facebook2" height="142" width="300"&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.cre8d-design.com/wp-content/uploads/2008/08/facebook3.gif"&gt;&lt;img src="http://www.cre8d-design.com/wp-content/uploads/2008/08/facebook3-300x205.gif" alt="" title="facebook3" height="205" width="300"&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Trademe account:&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.cre8d-design.com/wp-content/uploads/2008/08/trademe.gif"&gt;&lt;img src="http://www.cre8d-design.com/wp-content/uploads/2008/08/trademe-300x109.gif" alt="" title="trademe" height="109" width="300"&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Posted earlier:&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;This afternoon I tried logging into Gmail as I usually do to check my email and discovered that I was logged into someone else’s account!  I got a real shock and tried a few more times, the same thing happened again.  &lt;/p&gt;
&lt;p&gt;I then tried using a different browser (IE7 instead of Firefox 2) and this time when I logged in I saw a different person’s Gmail account!  In both cases I get a pop-up window appearing saying the following:&lt;br&gt;
&lt;em&gt;&lt;br&gt;
You have been signed out of this account.&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;This may have happened automatically because another user signed in from the same browser.  To continue using this account, you will need to sign in again.  This is done to protect your account and to ensure the privacy of your information.&lt;/p&gt;
&lt;p&gt;What was interesting is that the email accounts all look to be those of other New Zealanders as there are TradeMe emails in both (New Zealand’s version of Ebay).  &lt;/p&gt;
&lt;p&gt;As of now I still can’t access my Gmail account and am seriously concerned about what is going on.  &lt;/p&gt;

&lt;p&gt;&lt;a href="http://feeds.feedburner.com/%7Ea/cre8ddesign?a=RhSp10"&gt;&lt;img src="http://feeds.feedburner.com/%7Ea/cre8ddesign?i=RhSp10" border="0"&gt;&lt;/a&gt;&lt;/p&gt;&lt;div&gt;
&lt;a href="http://feeds.feedburner.com/%7Ef/cre8ddesign?a=NCY6Pk"&gt;&lt;img src="http://feeds.feedburner.com/%7Ef/cre8ddesign?i=NCY6Pk" border="0"&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/%7Ef/cre8ddesign?a=eilsck"&gt;&lt;img src="http://feeds.feedburner.com/%7Ef/cre8ddesign?i=eilsck" border="0"&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/%7Ef/cre8ddesign?a=NNuPak"&gt;&lt;img src="http://feeds.feedburner.com/%7Ef/cre8ddesign?i=NNuPak" border="0"&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.amateurlayman.com/~r/AmateurlaymansLinkBlog/~4/367908575" height="1" width="1"/&gt;</content><author gr:unknown-author="true"><name>(author unknown)</name></author><gr:annotation><content type="html">Wholly crap - what muppets!</content><author gr:user-id="05619524859777690770" gr:profile-id="103787339114105100848"><name>MiramarMike</name></author></gr:annotation><source gr:stream-id="user/05619524859777690770/source/com.google/link"><id>tag:google.com,2005:reader/user/05619524859777690770/source/com.google/link</id><title type="html">cre8d design: blog design, Wordpress themes, Drupal, Web 2.0</title><link rel="alternate" href="http://www.cre8d-design.com" type="text/html" /></source><feedburner:origLink>http://www.cre8d-design.com/blog/2008/08/13/gmail-security-bug-logging-into-my-gmail-brings-up-other-peoples-accounts/</feedburner:origLink></entry><entry gr:crawl-timestamp-msec="1219022120789"><id gr:original-id="">tag:google.com,2005:reader/item/f0dc707229b16232</id><title type="html">Slingshot caching private pages!</title><published>2008-08-18T01:15:20Z</published><updated>2008-08-18T01:15:20Z</updated><link rel="alternate" href="http://feeds.amateurlayman.com/~r/AmateurlaymansLinkBlog/~3/367908575/" type="text/html" /><link rel="related" href="http://www.cre8d-design.com" title="cre8d design: blog design, Wordpress themes, Drupal, Web 2.0" /><content xml:base="http://www.cre8d-design.com" type="html">&lt;blockquote&gt;Shared by  Andrew 
&lt;br&gt;
Arrggghhhh no!!!!!&lt;br&gt;This is probably the reason I had problems signing into Gmail last night, google is probably trying to fix things.&lt;/blockquote&gt;
&lt;p&gt;&lt;strong&gt;Update: Our ISP Slingshot is caching private Gmail, Trademe, Facebook and Digg pages!!!  I - and others on Slingshot - can see other people’s account info! We have had caching issues with them before, but never on private pages and this is RIDICULOUS! We rang Slingshot this afternoon and they admitted the problem!!!&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Click to enlarge screenshots (blurred partially to protect privacy of other people’s accounts):&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Three different Gmail accounts:&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.cre8d-design.com/wp-content/uploads/2008/08/gmail.jpg"&gt;&lt;img src="http://www.cre8d-design.com/wp-content/uploads/2008/08/gmail-300x168.jpg" alt="" title="gmail" width="300" height="168"&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.cre8d-design.com/wp-content/uploads/2008/08/gmail1.gif"&gt;&lt;img src="http://www.cre8d-design.com/wp-content/uploads/2008/08/gmail1-300x215.gif" alt="" title="gmail1" width="300" height="215"&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.cre8d-design.com/wp-content/uploads/2008/08/gmail2.gif"&gt;&lt;img src="http://www.cre8d-design.com/wp-content/uploads/2008/08/gmail2-300x118.gif" alt="" title="gmail2" width="300" height="118"&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Three different Facebook accounts:&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.cre8d-design.com/wp-content/uploads/2008/08/facebook1.gif"&gt;&lt;img src="http://www.cre8d-design.com/wp-content/uploads/2008/08/facebook1-300x161.gif" alt="" title="facebook1" width="300" height="161"&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.cre8d-design.com/wp-content/uploads/2008/08/facebook2.gif"&gt;&lt;img src="http://www.cre8d-design.com/wp-content/uploads/2008/08/facebook2-300x142.gif" alt="" title="facebook2" width="300" height="142"&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.cre8d-design.com/wp-content/uploads/2008/08/facebook3.gif"&gt;&lt;img src="http://www.cre8d-design.com/wp-content/uploads/2008/08/facebook3-300x205.gif" alt="" title="facebook3" width="300" height="205"&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Trademe account:&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.cre8d-design.com/wp-content/uploads/2008/08/trademe.gif"&gt;&lt;img src="http://www.cre8d-design.com/wp-content/uploads/2008/08/trademe-300x109.gif" alt="" title="trademe" width="300" height="109"&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Posted earlier:&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;This afternoon I tried logging into Gmail as I usually do to check my email and discovered that I was logged into someone else’s account!  I got a real shock and tried a few more times, the same thing happened again.  &lt;/p&gt;
&lt;p&gt;I then tried using a different browser (IE7 instead of Firefox 2) and this time when I logged in I saw a different person’s Gmail account!  In both cases I get a pop-up window appearing saying the following:&lt;br&gt;
&lt;em&gt;&lt;br&gt;
You have been signed out of this account.&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;This may have happened automatically because another user signed in from the same browser.  To continue using this account, you will need to sign in again.  This is done to protect your account and to ensure the privacy of your information.&lt;/p&gt;
&lt;p&gt;What was interesting is that the email accounts all look to be those of other New Zealanders as there are TradeMe emails in both (New Zealand’s version of Ebay).  &lt;/p&gt;
&lt;p&gt;As of now I still can’t access my Gmail account and am seriously concerned about what is going on.  &lt;/p&gt;

&lt;p&gt;&lt;a href="http://feeds.feedburner.com/%7Ea/cre8ddesign?a=RhSp10"&gt;&lt;img src="http://feeds.feedburner.com/%7Ea/cre8ddesign?i=RhSp10" border="0"&gt;&lt;/a&gt;&lt;/p&gt;&lt;div&gt;
&lt;a href="http://feeds.feedburner.com/%7Ef/cre8ddesign?a=NCY6Pk"&gt;&lt;img src="http://feeds.feedburner.com/%7Ef/cre8ddesign?i=NCY6Pk" border="0"&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/%7Ef/cre8ddesign?a=eilsck"&gt;&lt;img src="http://feeds.feedburner.com/%7Ef/cre8ddesign?i=eilsck" border="0"&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/%7Ef/cre8ddesign?a=NNuPak"&gt;&lt;img src="http://feeds.feedburner.com/%7Ef/cre8ddesign?i=NNuPak" border="0"&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.amateurlayman.com/~r/AmateurlaymansLinkBlog/~4/367908575" height="1" width="1"/&gt;</content><author gr:unknown-author="true"><name>(author unknown)</name></author><gr:annotation><content type="html">Arrggghhhh no!!!!!&lt;br&gt;This is probably the reason I had problems signing into Gmail last night, google is probably trying to fix things.</content><author gr:user-id="07262126026707775535" gr:profile-id="106546200195722584672"><name>Andrew</name></author></gr:annotation><source gr:stream-id="user/07262126026707775535/source/com.google/link"><id>tag:google.com,2005:reader/user/07262126026707775535/source/com.google/link</id><title type="html">cre8d design: blog design, Wordpress themes, Drupal, Web 2.0</title><link rel="alternate" href="http://www.cre8d-design.com" type="text/html" /></source><feedburner:origLink>http://www.cre8d-design.com/blog/2008/08/13/gmail-security-bug-logging-into-my-gmail-brings-up-other-peoples-accounts/</feedburner:origLink></entry><entry gr:crawl-timestamp-msec="1219021398486"><id gr:original-id="http://www.realityprime.com/?p=257">tag:google.com,2005:reader/item/38ee0e8c3d69eead</id><category term="Articles" /><title type="html">What is a Virtual World?</title><published>2008-08-16T18:43:54Z</published><updated>2008-08-16T18:43:54Z</updated><link rel="alternate" href="http://feeds.amateurlayman.com/~r/AmateurlaymansLinkBlog/~3/367908576/what-is-a-virtual-world" type="text/html" /><content xml:base="http://www.realityprime.com/" type="html">&lt;p&gt;Which reminds me…&lt;/p&gt;
&lt;p&gt;I got an email the other day that asked me if my comments in a recent interview indicated that Microsoft &amp;quot;was going to get into Virtual Worlds in a big way.&amp;quot;&lt;/p&gt;
&lt;p&gt;I was somewhat taken aback, to be honest. Not to be overly ego-centric on behalf of my new employer, but by my standards, Microsoft &lt;u&gt;is&lt;/u&gt; into Virtual Worlds in a big way already — consider Virtual Earth (mirror world), Halo 3 (multi-user worlds, with very good machinima/storytelling capabilities), and even MSN Messenger’s video chat (2D telepresence) as examples of virtual worlds.&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;You can argue if &amp;quot;big&amp;quot; means &amp;quot;everywhere&amp;quot; or what sort of ultimate market share or technology it implies. But I don’t see any timid offerings in the lot.&lt;/p&gt;
&lt;p&gt;Now, if the question was assuming virtual worlds are defined as 3D Avatar Chatters, then look back about 10 years to the work Linda Stone’s team did at Microsoft (she’s also the one who defined &amp;quot;continuous partial attention&amp;quot;). Did it hit the big time? Was it better then modern offerings? No, IMO. But companies might still learn something very valuable from that experiment.&lt;/p&gt;
&lt;p&gt;I mean, even if 3D is richer and more ubiquitous today; even if the browser-embedded approach makes it a little easier for people to adopt, there’s still a fundamental question of &amp;quot;what is 3D good (and better) for and why?&amp;quot;&lt;/p&gt;
&lt;p&gt;And that’s the question I think &lt;em&gt;everyone&lt;/em&gt; in the industry should be asking themselves on a daily basis. I know I spend a part of each day thinking about just that.&lt;/p&gt;
&lt;p&gt;But, just in case it helps people, here are a few bits of tech jargon I’ll be promoting around town:&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Virtual Worlds &lt;/strong&gt;are a general human-to-human (or even human-to-computer-to-human) &lt;a href="http://www.realityprime.com/articles/web-3d-part-5"&gt;communications concept&lt;/a&gt;. Although we identify things like Second Life and Lively as &amp;quot;Virtual Worlds,&amp;quot; the terms is much broader. Common traits may include a sense of place/spatiality, presence/immersion, identity (not always your own), etc..&lt;/p&gt;
&lt;p&gt;Common categories of VWs include:&lt;/p&gt;
&lt;table height="570" cellspacing="4" cellpadding="4" width="452" border="0" align="center"&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td bgcolor="#444444" align="center"&gt;&lt;strong&gt;Social Worlds&lt;/strong&gt;&lt;/td&gt;
&lt;td bgcolor="#333333"&gt;generally speaking, includes chat &amp;amp; IM, networking tools, and sometimes home spaces, from Habbo to IMVU to Lively&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td bgcolor="#444444" align="center"&gt;&lt;strong&gt;Narrative Worlds&lt;/strong&gt;&lt;/td&gt;
&lt;td bgcolor="#333333"&gt;most 3D games fall into this category, even those with very weak plots or backstory. The point is to tell a participant: &amp;quot;there’s this world, and these things happen. Now go be in it.&amp;quot;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td bgcolor="#444444" align="center"&gt;&lt;strong&gt;Creative Worlds&lt;/strong&gt;&lt;/td&gt;
&lt;td bgcolor="#333333"&gt;add User Created Content &lt;em&gt;and building tools &lt;/em&gt;to the mix — think Second Life, Lego, Roblox, but include any 3D game with a user-friendly, preferably in-world editor.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td bgcolor="#444444" align="center"&gt;&lt;strong&gt;Productive Worlds&lt;/strong&gt;&lt;/td&gt;
&lt;td bgcolor="#333333"&gt;meant to improve &amp;quot;process,&amp;quot; &amp;quot;context,&amp;quot; and &amp;quot;productivity&amp;quot; through the use of computer-mediated communication. Often called &amp;quot;serious&amp;quot; worlds to distinguish them from &amp;quot;fun.&amp;quot; But who wants their work to be un-fun?&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td bgcolor="#444444" align="center"&gt;&lt;strong&gt;Mirror Worlds&lt;/strong&gt;&lt;/td&gt;
&lt;td bgcolor="#333333"&gt;as in, &amp;quot;reflecting the real world&amp;quot; — includes Google Earth, Virtual Earth, etc..&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td bgcolor="#444444" align="center"&gt;&lt;strong&gt;Augmented Worlds&lt;/strong&gt;&lt;/td&gt;
&lt;td bgcolor="#333333"&gt;sensory additions, based on the real world, but adding &lt;a href="http://www.realityprime.com/articles/the-future-of-virtual-worlds"&gt;magic&lt;/a&gt;.&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;
Obviously, any Virtual Worlds technology can address more than one category. A &amp;quot;Metaverse&amp;quot; typically implies at least two of those together (usually social + creative). But thus far, most offerings have their one big dominant trait with other features much less so.&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;img src="http://feeds.feedburner.com/~r/Realityprime/~4/366698946" height="1" width="1"&gt;&lt;img src="http://feeds.amateurlayman.com/~r/AmateurlaymansLinkBlog/~4/367908576" height="1" width="1"/&gt;</content><author><name>avi</name></author><source gr:stream-id="feed/http://feeds.feedburner.com/RealityPrime"><id>tag:google.com,2005:reader/feed/http://feeds.feedburner.com/RealityPrime</id><title type="html">RealityPrime</title><link rel="alternate" href="http://www.realityprime.com" type="text/html" /></source><feedburner:origLink>http://feeds.feedburner.com/~r/Realityprime/~3/366698946/what-is-a-virtual-world</feedburner:origLink></entry><entry gr:crawl-timestamp-msec="1219020895858"><id gr:original-id="http://blog.theyworkforyou.co.nz/post/46291150">tag:google.com,2005:reader/item/1e23709764d8356f</id><title type="html">‟most of the media here are foreign-owned”</title><published>2008-08-17T13:19:00Z</published><updated>2008-08-17T13:19:00Z</updated><link rel="alternate" href="http://feeds.amateurlayman.com/~r/AmateurlaymansLinkBlog/~3/367908577/46291150" type="text/html" /><summary xml:base="http://blog.theyworkforyou.co.nz/" type="html">&lt;p&gt;In the reply to a comment on his new blog, Winston Peters highlights that media corporations have aims that conflict with informing the public:&lt;/p&gt;

&lt;blockquote&gt;
&lt;a href="http://www.winstonpeters.com/archives/224#comment-100"&gt;Winston says&lt;/a&gt;: “You raise some interesting points. One of the problems is that &lt;em&gt;most of the media here are foreign-owned&lt;/em&gt;. That means their profits are sent overseas and they cut costs to achieve maximum returns. &lt;em&gt;Informing the people is not a high priority&lt;/em&gt;. … Media accountability is non-existent in this country. …”&lt;/blockquote&gt;

&lt;p&gt;The news media have a powerful voice in society. Presently that voice is too often manipulated to promote political agendas at the detriment of informing the public. For example, the news media propagated a pejorative re-naming of the Crimes (Substituted Section 59) Amendment Bill. By labelling it the “Anti-Smacking” bill, the news media favoured the position of those in opposition to the bill. Imagine how the emphasis of the debate would have changed if they had labelled it something like the “Prevention of Violence to Children” bill.&lt;/p&gt;

&lt;p&gt;Last year, the New Zealand Herald ran a vigorous campaign against the passing of the Electoral Finance Bill. To achieve their aims the NZ Herald mis-stated facts in order to promote public opposition to the bill. In April this year, the Press Council ruled the Herald’s front-page editorial last year contained a “&lt;a href="http://www.scoop.co.nz/stories/PO0804/S00282.htm"&gt;mis-statement of fact&lt;/a&gt;”, which the paper should have promptly corrected. Ironically, despite all its rabble-rousing of opposition to the bill, the Herald itself  failed to make a &lt;a href="http://theyworkforyou.co.nz/bills/electoral_finance/submissions"&gt;submission on the bill&lt;/a&gt; to the Justice and Electoral Committee.&lt;/p&gt;

&lt;p&gt;A top priority of TheyWorkForYou.co.nz is to inform the people of New Zealand. At present I’m brainstorming new ideas for how to do that in a better way leading up to the election. If you have ideas you’d like to share, please drop me a line:&lt;br&gt;&lt;img alt="rob at theyworkforyou dot co dot nz" src="http://theyworkforyou.co.nz/images/e.png"&gt;&lt;/p&gt;&lt;img src="http://feeds.amateurlayman.com/~r/AmateurlaymansLinkBlog/~4/367908577" height="1" width="1"/&gt;</summary><author gr:unknown-author="true"><name>(author unknown)</name></author><source gr:stream-id="feed/http://blog.theyworkforyou.co.nz/rss"><id>tag:google.com,2005:reader/feed/http://blog.theyworkforyou.co.nz/rss</id><title type="html">TheyWorkForYou.co.nz blog</title><link rel="alternate" href="http://blog.theyworkforyou.co.nz/" type="text/html" /></source><feedburner:origLink>http://blog.theyworkforyou.co.nz/post/46291150</feedburner:origLink></entry><entry gr:crawl-timestamp-msec="1219020829869"><id gr:original-id="tag:radar.oreilly.com,2008://27.11448">tag:google.com,2005:reader/item/708733a7fd54e568</id><category term="Movers and Shakers" scheme="http://www.sixapart.com/ns/types#category" /><category term="Publishing" scheme="http://www.sixapart.com/ns/types#category" /><category term="Web 2.0" scheme="http://www.sixapart.com/ns/types#category" /><category term="blogging" scheme="http://www.sixapart.com/ns/types#tag" label="blogging" /><category term="dailyshow" scheme="http://www.sixapart.com/ns/types#tag" label="Daily Show" /><category term="jonstewart" scheme="http://www.sixapart.com/ns/types#tag" label="Jon Stewart" /><category term="journalism" scheme="http://www.sixapart.com/ns/types#tag" label="journalism" /><category term="trust" scheme="http://www.sixapart.com/ns/types#tag" label="trust" /><title type="html">Lessons on Blogging from Jon Stewart</title><published>2008-08-17T16:09:15Z</published><updated>2008-08-17T16:48:54Z</updated><link rel="alternate" href="http://feeds.amateurlayman.com/~r/AmateurlaymansLinkBlog/~3/367908579/lessons-on-blogging-from-jon-stewart.html" type="text/html" /><content xml:base="http://radar.oreilly.com/" xml:lang="en" type="html">&lt;p&gt;The New York Times today has a fascinating profile of Jon Stewart, host of The Daily Show, entitled &lt;a href="http://www.nytimes.com/2008/08/17/arts/television/17kaku.html?sq=Michiko%20Kakutani&amp;amp;st=cse&amp;amp;scp=2&amp;amp;pagewanted=all"&gt;Is This The Most Trusted Man in America?&lt;/a&gt; The article is a wonderful celebration of the person and the spirit of the show he's created.   
&lt;p&gt;
But perhaps more interestingly in the internet context, this article is a must-read for anyone who cares about the future of journalism.  It shows how the informality and attitude that we take as characteristic of blogging can be combined with the tough-mindedness, research, and craft that is displayed by the best investigative reporters. 
&lt;p&gt;
Let's start with passion about stuff that matters, something top bloggers and top journalists ought to have in their genes:
&lt;blockquote&gt;
MR. STEWART describes his job as “throwing spitballs” from the back of the room and points out that “The Daily Show” mandate is to entertain, not inform. Still, he and his writers have energetically tackled the big issues of the day — “the stuff we find most interesting,” as he said in an interview at the show’s Midtown Manhattan offices, the stuff that gives them the most “agita,” the sometimes somber stories he refers to as his “morning cup of sadness.” And they’ve done so in ways that straight news programs cannot: speaking truth to power in blunt, sometimes profane language, while using satire and playful looniness to ensure that their political analysis never becomes solemn or pretentious.
&lt;p&gt;
“Hopefully the process is to spot things that would be grist for the funny mill,” Mr. Stewart, 45, said. “In some respects, the heavier subjects are the ones that are most loaded with opportunity because they have the most — you know, the difference between potential and kinetic energy? — they have the most potential energy, so to delve into that gives you the largest combustion, the most interest. I don’t mean for the audience. I mean for us. Everyone here is working too hard to do stuff we don’t care about.”&lt;/p&gt;&lt;/blockquote&gt;&lt;p&gt;
&lt;p&gt;
Much like blogging, a key to the show's success is its authentic, personal voice, and its ability to synthesize news with viewpoint:
&lt;blockquote&gt;
Ms. Corn [the show&amp;#39;s executive co-producer] noted that while things “may be exaggerated on the show, it’s grounded in the way Jon really feels.”
&lt;p&gt;
“He really does care,” she added. “He’s a guy who says what he means.”
&lt;p&gt;
Unlike many comics today, Mr. Stewart does not trade in trendy hipsterism or high-decibel narcissism. While he possesses Johnny Carson’s talent for listening and George Carlin’s gift for observation, his comedy remains rooted in his informed reactions to what Tom Wolfe once called “the irresistibly lurid carnival of American life,” the weird happenings in “this wild, bizarre, unpredictable, hog-stomping Baroque” country.
&lt;p&gt;
“Jon’s ability to consume and process information is invaluable,” said Mr. Colbert. He added that Mr. Stewart is “such a clear thinker” that he’s able to take “all these data points of spin and transparent falsehoods dished out in the form of political discourse” and “fish from that what is the true meaning, what are red herrings, false leads,” even as he performs the ambidextrous feat of “making jokes about it” at the same time.&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;
But there's also a lesson for bloggers that the show, however personal, is finely honed, with lots of research:
&lt;blockquote&gt;
“We often discuss satire — the sort of thing he does and to a certain extent I do — as distillery,” Mr. Colbert continued. “You have an enormous amount of material, and you have to distill it to a syrup by the end of the day. So much of it is a hewing process, chipping away at things that aren’t the point or aren’t the story or aren’t the intention. Really it’s that last couple of drops you’re distilling that makes all the difference. It isn’t that hard to get a ton of corn into a gallon of sour mash, but to get that gallon of sour mash down to that one shot of pure whiskey takes patience” as well as “discipline and focus.”&lt;/blockquote&gt;
&lt;p&gt;
And:
&lt;blockquote&gt;
The day begins with a morning meeting where material harvested from 15 TiVos and even more newspapers, magazines and Web sites is reviewed. That meeting, Mr. Stewart said, “would be very unpleasant for most people to watch: it’s really a gathering of curmudgeons expressing frustration and upset, and the rest of the day is spent trying to mask or repress that through whatever creative devices we can find.”
&lt;p&gt;
The writers work throughout the morning on deadline pieces spawned by breaking news, as well as longer-term projects, trying to find, as Josh Lieb, a co-executive producer of the show, put it, stories that “make us angry in a whole new way.” By lunchtime, Mr. Stewart (who functions as the show’s managing editor and says he thinks of hosting as almost an afterthought) has begun reviewing headline jokes. By 3 p.m. a script is in; at 4:15, Mr. Stewart and the crew rehearse that script, along with assembled graphics, sound bites and montages. There is an hour or so for rewrites — which can be intense, newspaper-deadlinelike affairs — before a 6 o’clock taping with a live studio audience.
&lt;p&gt;
What the staff is always looking for, Mr. Stewart said, are “those types of stories that can, almost like the guy in ‘The Green Mile’ ” — the Stephen King story and film in which a character has the apparent ability to heal others by drawing out their ailments and pain — “suck in all the toxins and allow you to do something with it that is palatable.”&lt;/p&gt;&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;
What a call to action!  What a way forward for all of those trying to understand the future of news!  Point of view fused with fact checking, bluntness and informality fused with ruthless editing, a humanistic vision that acts as a filter to make sure that the stories covered actually matter! 

&lt;div&gt;
&lt;a href="http://feeds.feedburner.com/~f/oreilly/radar/atom?a=9N4dTk"&gt;&lt;img src="http://feeds.feedburner.com/~f/oreilly/radar/atom?i=9N4dTk" border="0"&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/oreilly/radar/atom?a=ulwQDK"&gt;&lt;img src="http://feeds.feedburner.com/~f/oreilly/radar/atom?i=ulwQDK" border="0"&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/oreilly/radar/atom?a=I2ByIk"&gt;&lt;img src="http://feeds.feedburner.com/~f/oreilly/radar/atom?i=I2ByIk" border="0"&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/oreilly/radar/atom?a=SGZXTK"&gt;&lt;img src="http://feeds.feedburner.com/~f/oreilly/radar/atom?i=SGZXTK" border="0"&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/oreilly/radar/atom/~4/367372281" height="1" width="1"&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;img src="http://feeds.amateurlayman.com/~r/AmateurlaymansLinkBlog/~4/367908579" height="1" width="1"/&gt;</content><author><name>Tim O'Reilly</name></author><source gr:stream-id="feed/http://radar.oreilly.com/feed"><id>tag:google.com,2005:reader/feed/http://radar.oreilly.com/feed</id><title type="html">O&amp;#39;Reilly Radar - Insight, analysis, and research about emerging technologies</title><link rel="alternate" href="http://radar.oreilly.com/" type="text/html" /></source><feedburner:origLink>http://feeds.feedburner.com/~r/oreilly/radar/atom/~3/367372281/lessons-on-blogging-from-jon-stewart.html</feedburner:origLink></entry><entry gr:crawl-timestamp-msec="1219018534828"><id gr:original-id="">tag:google.com,2005:reader/item/f89a3847cede02d7</id><title type="html">Dinosaur Descendant Reptile Loves Sex Again; Henry the Tuatara Becomes Dad  at 111 Years of Age! : EcoWorldly</title><published>2008-08-18T00:15:34Z</published><updated>2008-08-18T00:15:34Z</updated><link rel="alternate" href="http://feeds.amateurlayman.com/~r/AmateurlaymansLinkBlog/~3/367908581/" type="text/html" /><link rel="related" href="http://ecologicalnz.wordpress.com" title="whakatikei river forest restoration project" /><content xml:base="http://ecologicalnz.wordpress.com" type="html">&lt;blockquote&gt;Shared by  Andrew 
&lt;br&gt;
Go Henry!&lt;/blockquote&gt;
&lt;div&gt;&lt;br&gt;&lt;blockquote&gt;&lt;p&gt;&lt;img src="http://static.zooomr.com/images/5618323_b52450986e_o.jpg" alt="" width="460" height="342"&gt;&lt;/p&gt;
&lt;p&gt;Henry the Tuatara, has suddenly regained his sexual vigor, and scientists in a New Zealand zoo are excited that he is becoming a dad, after nearly 40 boring years living a life of an eunuch. Science world is also excited with Henry’s newly acquired fame, largely because his family is ‘ancient’, even pre-dating evolution of the dinosaurs.&lt;/p&gt;
&lt;p&gt;A large part of the excitement, however, is not that Henry seems to be racing against time but he is enjoying the company of three mates in his sunset years. He has lived long, though, with his species having a lifespan of about 70 years in the wild.&lt;/p&gt;
&lt;p&gt;Tuatara resemble lizards, but are equally related to lizards and snakes, both of which are classified as Squamata, their closest living relatives, according to Wikipedia.Scientists find them quite fascinating and the tuatara are of great interest in the study of the evolution of lizards and snakes, and for the reconstruction of the appearance and habits of the earliest diapsids (the group that additionally includes birds and crocodiles).&lt;/p&gt;
&lt;p&gt;Native only to New Zealand, they are believed to be descended from a creature that roamed the face of the earth during the age of dinosaurs around 200 million years ago. It hasn’t changed its form much in over 225 million years! The relatives of tuatara died out about 60 million years ago which is why the tuatara is sometimes called a ‘living fossil’.&lt;/p&gt;
&lt;p&gt;But Henry had not been known to show any interest in sex during his 40 years in captivity despite the fact that tuataras reach sexual maturity between 15 and 20 years of age. It was only the recent removal of a cancerous growth from Henry’s genitals that seemin