<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet href="http://feeds.feedburner.com/~d/styles/rss2full.xsl" type="text/xsl" media="screen"?><?xml-stylesheet href="http://feeds.feedburner.com/~d/styles/itemcontent.css" type="text/css" media="screen"?><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0">

<channel>
	<title>implemented</title>
	
	<link>http://impl.emented.com</link>
	<description>— tracking the Web</description>
	<pubDate>Tue, 02 Sep 2008 19:30:53 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
	<language>en</language>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/implemented" type="application/rss+xml" /><item>
		<title>Google in the Limelight with Chrome and Android [Best of August '08 #3-4]</title>
		<link>http://impl.emented.com/2008/09/02/google-in-the-limelight-with-chrome-and-android/</link>
		<comments>http://impl.emented.com/2008/09/02/google-in-the-limelight-with-chrome-and-android/#comments</comments>
		<pubDate>Tue, 02 Sep 2008 19:30:53 +0000</pubDate>
		<dc:creator>Jonas Bolinder</dc:creator>
		
		<category><![CDATA[Highlights]]></category>

		<category><![CDATA[Android]]></category>

		<category><![CDATA[blogging]]></category>

		<category><![CDATA[Chrome]]></category>

		<category><![CDATA[comments]]></category>

		<category><![CDATA[feeds]]></category>

		<category><![CDATA[Firefox]]></category>

		<category><![CDATA[IE8]]></category>

		<category><![CDATA[JavaScript]]></category>

		<category><![CDATA[PR]]></category>

		<category><![CDATA[RSS]]></category>

		<category><![CDATA[social networks]]></category>

		<guid isPermaLink="false">http://impl.emented.com/?p=49</guid>
		<description><![CDATA[Google's Chrome browser. Things are looking better for Android. Some feed services. A faster JavaScript in Firefox. IE8 beta 2. BackType comment aggregation. Neighbors and friends. Embargoes.]]></description>
			<content:encoded><![CDATA[<p>This week's compilation of interesting posts actually covers the past two weeks, due to lack of blogging time for me last week. Unfortunately, this might happen more times this fall, which seems to be busy for me, with near full-time of consulting. However, you may always check out my <a href="http://www.google.com/reader/shared/09538317620661410536">Google Reader Shared Items</a>, which contain a few more items not making it to my weekly list. The shared items also appear on my <a href="http://friendfeed.com/jobol">FriendFeed account</a>.</p>
<ul>
<li>The greatest news this week (and perhaps this year) is of course <a href="http://impl.emented.com/2008/09/02/chrome-googles-first-steps-towards-an-operating-system/">Google's launch of the browser Chrome</a>. The news broke while I was finishing the list below, and it puts some of the items in a different perspective, particularly the one about the launch of IE8 beta 2 below.<br />
<span class="tags">Tags: <a rel="tag" href="http://impl.emented.com/tag/chrome/">Chrome</a></span></li>
<li>Last month, I wrote about some <a href="http://impl.emented.com/2008/07/21/microsoft-plummets-on-search-android-in-trouble/">troubles for Google's Android mobile platform</a>. These <a href="http://ostatic.com/171128-blog/android-revs-sdk-promises-source-code">problems seem now to be history</a>, with the release of a new 0.9 version of the SDK, which is expected to be quite similar to the 1.0 version running on the first phones. Google is now also improving on the communication side, with the release of a <a href="http://code.google.com/android/roadmap.html">developer roadmap</a>, which promises a 1.0 SDK release and retail phones by Q4 this year. Actually, there are already rumors floating about an <a href="http://www.readwriteweb.com/archives/first_android_phone_just_approved.php">Android phone by HTC</a>, the "Dream", slated for November 10th.<br />
<span class="tags">Tags: <a rel="tag" href="http://impl.emented.com/tag/android/">Android</a></span></li>
<li>Marshall Kirkpatrick writes about <a href="http://feed.informer.com/">feed.informer</a>, formerly known as Feed Digest, a web service for <a href="http://www.readwriteweb.com/archives/feedinformer_relaunches_its_al.php">mashing, filtering and publishing RSS feeds</a>. As mentioned by Marshall, the site has some faults. For example, I found that the link to the Docs &amp; FAQs page is broken. Another provider of similar services is <a href="http://pipes.yahoo.com/">Yahoo Pipes</a>. For self hosting, the PHP RSS library <a href="http://simplepie.org/">SimplePie</a> provides detailed functionality for parsing feeds, though there seems to be no built-in functionality for keyword filtering. SimplePie on this page <a href="http://simplepie.org/wiki/faq/why_would_i_use_simplepie_over_something_else">compare themselves</a> to a few competing libraries.<br />
<span class="tags">Tags: <a rel="tag" href="http://impl.emented.com/tag/feeds/">feeds</a>, <a rel="tag" href="http://impl.emented.com/tag/rss/">RSS</a></span></li>
<li>From the JavaScript/Firefox department there were reports on progress in <a href="http://arstechnica.com/news.ars/post/20080822-firefox-to-get-massive-javascript-performance-boost.html">improving the JavaScript execution speed in Firefox</a>, leveraging a technique known as tracing optimization, hence the project code name Tracemonkey. Ars explains the basic idea behind tracing:<br />
<blockquote><p>The tracing mechanism records the path of execution at runtime and generates compiled code that can be used next time that a particular path is reached. This makes it possible to flatten out loops and nested method calls into a linear stream of instructions that is more conducive to conventional optimization techniques.</p></blockquote>
<p>The goal is to achieve execution speed comparable to native code, taking JavaScript performance into "the next tier", and "redefining the boundaries of client-side performance." Wonder how this improvement compares to <a href="http://impl.emented.com/2008/09/02/chrome-googles-first-steps-towards-an-operating-system/">Google Chrome's new V8 JavaScript Engine</a>?<br />
<span class="tags">Tags: <a rel="tag" href="http://impl.emented.com/tag/firefox/">Firefox</a>, <a rel="tag" href="http://impl.emented.com/tag/javascript/">JavaScript</a></span></li>
<li><a href="http://blogs.zdnet.com/Bott/?p=518">Internet Explorer 8 is getting closer to official</a>, with a Beta 2 release just being announced. It's a massive makeover according to Ed Bott, with improvements in usability, privacy, standards compliance and new features like Accelerators, which are kind of smart shortcuts that perform a task, e.g. search, on selected text, and Web Slices, which provide a kind of subscription to a part of a web page that updates frequently. It's up to the developer to slice-enable particular web pages, by adding appropriate markup. The standards compliance is of course exciting, and it will eventually make the life easier for developers. Though it will take several years, with about <a href="http://www.w3counter.com/globalstats.php">one third of web surfers still using IE6</a>.<br />
<span class="tags">Tags: <a rel="tag" href="http://impl.emented.com/tag/ie8/">IE8</a></span></li>
<li><a href="http://www.backtype.com/">BackType</a> is a new comment aggregation service, <a href="http://www.techcrunch.com/2008/08/27/backtype-a-twitter-for-comments/">liked a lot</a> by Michael Arrington. Comments are automatically collected around the web, and can be searched for based on people or subject. You claim your comments by creating a profile and indicating which url you use when commenting. This is <a href="http://www.backtype.com/jobol">my profile</a>. I think it's a nice idea, with an open approach. Blogs can keep their comment system of choice, and still being included. No need for JavaScript solutions à la Disqus (<a href="http://www.disqus.com/people/jobol/">my profile</a>), for example.<br />
<span class="tags">Tags: <a rel="tag" href="http://impl.emented.com/tag/comments/">comments</a></span></li>
<li>Fred Wilson suggests that <a href="http://www.avc.com/a_vc/2008/08/friends-and-nei.html">social sites start using the concept of neighbors</a>, which are automatically discovered people with similar interests like you, instead of relying on so-called friends or followers and the habit of befriending or follow people. Seems like a practical idea to me, not having to manually look for friends, but have them automatically suggested.<br />
<span class="tags">Tags: <a rel="tag" href="http://impl.emented.com/tag/social-networks/">social networks</a></span></li>
<li>Marshall Kirkpatrick explains the <a href="http://www.readwriteweb.com/archives/why_and_how_embargoes_work_in.php">concept of embargoes in blogging</a> and why it generally is a better idea than exclusives. An embargo works as an agreement between bloggers and a company not to write about a new product or service until a specific time. This has several advantages, such as a broader and deeper coverage from multiple perspectives.<br />
<span class="tags">Tags: <a rel="tag" href="http://impl.emented.com/tag/blogging/">blogging</a>, <a rel="tag" href="http://impl.emented.com/tag/pr/">PR</a></span></li>
</ul>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~f/implemented?a=lYL2TL"><img src="http://feeds.feedburner.com/~f/implemented?i=lYL2TL" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/implemented?a=AWZUnl"><img src="http://feeds.feedburner.com/~f/implemented?i=AWZUnl" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/implemented?a=qiSzAl"><img src="http://feeds.feedburner.com/~f/implemented?i=qiSzAl" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/implemented?a=4KTUgL"><img src="http://feeds.feedburner.com/~f/implemented?i=4KTUgL" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://impl.emented.com/2008/09/02/google-in-the-limelight-with-chrome-and-android/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Chrome - Google's First Steps Towards an Operating System for the Web</title>
		<link>http://impl.emented.com/2008/09/02/chrome-googles-first-steps-towards-an-operating-system/</link>
		<comments>http://impl.emented.com/2008/09/02/chrome-googles-first-steps-towards-an-operating-system/#comments</comments>
		<pubDate>Tue, 02 Sep 2008 11:23:41 +0000</pubDate>
		<dc:creator>Jonas Bolinder</dc:creator>
		
		<category><![CDATA[News]]></category>

		<category><![CDATA[Chrome]]></category>

		<guid isPermaLink="false">http://impl.emented.com/?p=48</guid>
		<description><![CDATA[Chrome - Google's new web browser aimed specifically at running Web applications efficiently. It could very well be the first steps towards a Google OS.]]></description>
			<content:encoded><![CDATA[<p><img class="alignright" src="http://impl.emented.com/wp-content/images/chrome.gif" alt="Chrome Process Manager" width="390" height="390" />Later today Google has <a href="http://googleblog.blogspot.com/2008/09/fresh-take-on-browser.html">promised to release a beta of Chrome</a>, a web browser aimed specifically at running Web applications efficiently. Some features resemble those present in a desktop operating system, and it could very well be the first steps towards a Google OS, initially targeted at simpler surf-only Tablet devices. This might be the most exciting news I've come across during my 1 1/2 years of tracking the Web.<br />
The <a href="http://www.google.com/chrome/">Chrome site</a> is still unavailable, but a <a href="http://www.google.com/googlebooks/chrome/">38 pages comic book</a>, first <a href="http://blogoscoped.com/archive/2008-09-01-n47.html">received by Philipp Lenssen</a>, describes many of the expected features, including the behind the scenes architecture, the user interface, security features and the open source aspects. Concentrating on the software architecture, here are some highlights:</p>
<ul>
<li>Each tab runs its own process, not just its own thread as expected. This means a great deal of separation between the tabs, if one behaves badly it will not affect the other tabs. A drawback of this approach is greater resource requirements up-front for each tab, in terms of memory allocation etc., but it also means that it's more easy to do clean-up when a tab is closed, possible memory leaks e.g. will not remain.</li>
<li>To handle the individual processes there is a process manager, which in part resembles an actual operating system. Details about how the process manager works and cooperates with the actual OS are not covered in the book, but there is a task manager, where you can look at the processes and the resources they are using, and terminate ill-behaving processes. Much like the Windows Task Manager.</li>
<li>The web page rendering engine is based on the open source engine <a href="http://webkit.org/">WebKit</a>, which powers the Safari browser and the one in Android.</li>
<li>To boost JavaScript performance Google hired a special team from Denmark, V8, to create a new effective Virtual Machine for JavaScript. Features include "hidden class transitions", which identify class like structures and perform dynamic optimizations based on that, and dynamic code generation which generates just-in-time compiled code for faster execution, probably similar to the JIT compilation in Java and .NET. The garbage collection of unused objects has also been improved, both in terms of speed and efficiency.</li>
</ul>
<p>This news is currently <a href="http://www.techmeme.com/080902/h0720">all over Techmeme</a>.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~f/implemented?a=79ZkKL"><img src="http://feeds.feedburner.com/~f/implemented?i=79ZkKL" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/implemented?a=Psfb3l"><img src="http://feeds.feedburner.com/~f/implemented?i=Psfb3l" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/implemented?a=JOsucl"><img src="http://feeds.feedburner.com/~f/implemented?i=JOsucl" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/implemented?a=pimsXL"><img src="http://feeds.feedburner.com/~f/implemented?i=pimsXL" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://impl.emented.com/2008/09/02/chrome-googles-first-steps-towards-an-operating-system/feed/</wfw:commentRss>
		</item>
		<item>
		<title>RESTful Programming Explained. DRM Leads to Piracy [Best of August '08 #2]</title>
		<link>http://impl.emented.com/2008/08/18/restful-programming-explained-drm-leads-to-piracy/</link>
		<comments>http://impl.emented.com/2008/08/18/restful-programming-explained-drm-leads-to-piracy/#comments</comments>
		<pubDate>Mon, 18 Aug 2008 16:25:21 +0000</pubDate>
		<dc:creator>Jonas Bolinder</dc:creator>
		
		<category><![CDATA[Highlights]]></category>

		<category><![CDATA[DRM]]></category>

		<category><![CDATA[gaming]]></category>

		<category><![CDATA[JavaScript]]></category>

		<category><![CDATA[REST]]></category>

		<category><![CDATA[Twitter]]></category>

		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://impl.emented.com/?p=47</guid>
		<description><![CDATA[REST-based Web architecture explained. Twitter API now supports reply to arbitrary message. DRM makes people pirate software. ECMAScript Harmony and the future of JavaScript.]]></description>
			<content:encoded><![CDATA[<p>Interesting posts this week (August 11-17 2008):</p>
<ul>
<li><a href="http://www.25hoursaday.com/weblog/2008/08/17/ExplainingRESTToDamienKatz.aspx">Dare Obasanjo explains the essence of a REST-based architecture</a>, some benefits over SOAP, and how it obeys to the architecture of the Web itself: "Don't fight the Web, embrace it." <a href="http://www.ics.uci.edu/~fielding/pubs/dissertation/rest_arch_style.htm">The ideas behind REST</a> stem from a Ph.D. dissertation by Roy Fielding in 2000, and are a bit abstract and academic in their nature. But the essence seems to be to take full advantage of the possibilities offered by the <a href="http://www.w3.org/Protocols/rfc2616/rfc2616.html">HTTP protocol</a>, such as using GET, PUT and DELETE wisely instead of fully relying on POST. For example, caching is a benefit offered by using GET.<br />
Dave Winer chips in, and reminds us <a href="http://www.scripting.com/stories/2008/08/17/dareLeftSomethingOutAndIts.html">not to forget about XML-RPC</a>, which on the <a href="http://www.xmlrpc.com/">XML-RPC home page</a> is explained as "remote procedure calling using HTTP as the transport and XML as the encoding."<br />
<span class="tags">Tags: <a rel="tag" href="http://impl.emented.com/tag/rest/">REST</a>, <a rel="tag" href="http://impl.emented.com/tag/web-development/">web development</a></span></li>
<li>Josh Catone shares some insights into <a href="http://www.sitepoint.com/blogs/2008/08/15/why-people-pirate-software/">why people pirate software</a>, as compiled by <a href="http://www.positech.co.uk/talkingtopirates.html">game developer Cliff Harris</a>. Low game quality and presence of <a href="http://en.wikipedia.org/wiki/Digital_rights_management">DRM</a>, are important reasons for piracy, besides the obvious reason of saving money.<br />
<span class="tags">Tags: <a rel="tag" href="http://impl.emented.com/tag/drm/">DRM</a>, <a rel="tag" href="http://impl.emented.com/tag/gaming/">gaming</a></span></li>
<li><a href="http://www.louisgray.com/live/2008/08/twitter-implements-threaded-comments.html">Twitter quietly announced an important new feature to their API</a>, as noticed by Jesse Stay. It is now possible to reply to any specific message in the past, not just to the last one posted.<br />
<span class="tags">Tags: <a rel="tag" href="http://impl.emented.com/tag/twitter/">Twitter</a></span></li>
<li>My recent post on <a href="http://impl.emented.com/2008/08/18/ecmascript-harmony-unifies-the-efforts-towards-javascript-20/">ECMAScript Harmony and the future of JavaScript and ActionScript</a>.<br />
<span class="tags">Tags: <a rel="tag" href="http://impl.emented.com/tag/javascript/">JavaScript</a></span></li>
</ul>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~f/implemented?a=wywoyK"><img src="http://feeds.feedburner.com/~f/implemented?i=wywoyK" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/implemented?a=erkVJk"><img src="http://feeds.feedburner.com/~f/implemented?i=erkVJk" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/implemented?a=1cK0Kk"><img src="http://feeds.feedburner.com/~f/implemented?i=1cK0Kk" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/implemented?a=VPJM1K"><img src="http://feeds.feedburner.com/~f/implemented?i=VPJM1K" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://impl.emented.com/2008/08/18/restful-programming-explained-drm-leads-to-piracy/feed/</wfw:commentRss>
		</item>
		<item>
		<title>ECMAScript Harmony Unifies the Efforts Towards JavaScript 2.0</title>
		<link>http://impl.emented.com/2008/08/18/ecmascript-harmony-unifies-the-efforts-towards-javascript-20/</link>
		<comments>http://impl.emented.com/2008/08/18/ecmascript-harmony-unifies-the-efforts-towards-javascript-20/#comments</comments>
		<pubDate>Mon, 18 Aug 2008 15:22:57 +0000</pubDate>
		<dc:creator>Jonas Bolinder</dc:creator>
		
		<category><![CDATA[Web Development]]></category>

		<category><![CDATA[ActionScript]]></category>

		<category><![CDATA[JavaScript]]></category>

		<guid isPermaLink="false">http://impl.emented.com/?p=46</guid>
		<description><![CDATA[ECMAScript Harmony brings the groups working on respectively ECMAScript 4 and 3.1 together in a joint effort towards the next version of JavaScript and ActionScript.]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" src="http://impl.emented.com/wp-content/images/ECMAScript.png" alt="ECMAScript" width="233" height="58" />John Resig reports on <a href="http://ejohn.org/blog/ecmascript-harmony/">new directions in the work towards the next edition (version) of ECMAScript</a>, more widely known through the dialects JavaScript (Mozilla), JScript (Microsoft) and ActionScript (Adobe). At the recent "Oslo meeting", it was agreed to join the efforts of the two groups working on respectively the more ambitious ECMAScript 4 specification (Adobe, Mozilla et al.) and the less ambitious ECMAScript 3.1 (Microsoft, Yahoo). The joint effort has been dubbed <em>ECMAScript Harmony</em>.</p>
<p>Important new features proposed for ECMAScript 4 (JavaScript 2.0) were support for classes (object-oriented programming), packages, namespaces, type annotations and static typing. Packages and namespaces have been dropped from the Harmony project, classes will remain in some form but the status for type annotations is yet unclear.</p>
<p>ECMAScript (JavaScript) is an open language, supported natively in some dialect by most browsers. It propels many Web 2.0 sites, enabling features like <a href="http://en.wikipedia.org/wiki/Ajax_(programming)">AJAX</a> for example. JavaScript and HTML form the basis of standards based client-side Web programming, and is generally preferred over proprietary technologies like Flash (Adobe) and Silverlight (Microsoft).</p>
<p>The scripting language <a href="http://www.adobe.com/devnet/actionscript/">ActionScript</a> (specifically version 3.0), which is used in Adobe Flash, is based on an early proposal for ECMAScript 4, which kind of gives Adobe a break. However, the script is compiled to bytecode before running on the client, and a separate runtime component (e.g. Flash Player) is required. It can be expected that ActionScript is adapted to comply with future versions of ECMAScript, possibly keeping some additional features.</p>
<p>The latest stable edition of <a href="http://www.ecmascript.org/">ECMAScript</a> is 3 (from Dec 1999), which roughly corresponds to JavaScript 1.5, JScript 5 and ActionScript 1.0.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~f/implemented?a=fSstuK"><img src="http://feeds.feedburner.com/~f/implemented?i=fSstuK" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/implemented?a=R2Blvk"><img src="http://feeds.feedburner.com/~f/implemented?i=R2Blvk" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/implemented?a=WYXEok"><img src="http://feeds.feedburner.com/~f/implemented?i=WYXEok" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/implemented?a=XbHYEK"><img src="http://feeds.feedburner.com/~f/implemented?i=XbHYEK" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://impl.emented.com/2008/08/18/ecmascript-harmony-unifies-the-efforts-towards-javascript-20/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Vista Security is Broken - Midori Coming to the Rescue? [Best of August '08 #1]</title>
		<link>http://impl.emented.com/2008/08/11/vista-security-is-broken-midori-coming-to-the-rescue/</link>
		<comments>http://impl.emented.com/2008/08/11/vista-security-is-broken-midori-coming-to-the-rescue/#comments</comments>
		<pubDate>Mon, 11 Aug 2008 17:04:53 +0000</pubDate>
		<dc:creator>Jonas Bolinder</dc:creator>
		
		<category><![CDATA[Highlights]]></category>

		<category><![CDATA[Windows]]></category>

		<category><![CDATA[Midori]]></category>

		<category><![CDATA[security]]></category>

		<category><![CDATA[tools]]></category>

		<category><![CDATA[Windows Vista]]></category>

		<guid isPermaLink="false">http://impl.emented.com/?p=45</guid>
		<description><![CDATA[Windows Vista security teared apart. Vista may fail. Details about Midori, Microsoft's alleged non-Windows and cloud-ready OS. Several Windows performance tweaking myths debunked.]]></description>
			<content:encoded><![CDATA[<p>This week was all about Microsoft's current and future operating systems (August 4-10 2008):</p>
<ul>
<li>The much touted <a href="http://searchsecurity.techtarget.com/news/article/0,289142,sid14_gci1324395,00.html">security of Windows Vista seems to be worthless</a>, according to findings by the two security researchers Mark Dowd and Alexander Sotirov. SearchSecurity writes:<br />
<blockquote><p>By taking advantage of the way that browsers, specifically Internet Explorer, handle active scripting and .NET objects, the pair have been able to load essentially whatever content they want into a location of their choice on a user's machine. [...] That's completely game over.</p></blockquote>
<p>The researchers seems to have found a way to compromise .NET objects, which IE assumes are safe, effectively using the objects as stepping stones for other attacks.<br />
<span class="tags">Tags: <a rel="tag" href="http://impl.emented.com/tag/security/">security</a>, <a rel="tag" href="http://impl.emented.com/tag/windows-vista/">Windows Vista</a></span></li>
<li>Dave Winer has a piece about why he thinks <a href="http://www.scripting.com/stories/2008/08/08/couldVistaFail.html">Vista may fail</a>, comparing the operating system to two other failed OSes of the past: <a href="http://en.wikipedia.org/wiki/Os2">OS/2</a> and <a href="http://en.wikipedia.org/wiki/Apple_III">Apple III</a>. "Vista has the smell of death," writes Winer, outlining a few other reasons why he disapproves of the OS. The ones I particularly agree with are "5. Everything is happening in the web browser now," and "6. [...] there is no demand for new operating systems." No one actually needs grand new operating system, just keeping tuning and tweaking the existing OSes should be enough. That's one thing I like about Linux (the kernel specifically), it's (almost) <a href="http://en.wikipedia.org/wiki/History_of_Linux">from the beginning been called Linux</a> and will probably be called that forever. It just has a version number (currently 2.6.26), which is incremented as bugs are fixed and new features are added. The only reason I see for Microsoft to release a new OS is if they come up with a complete rewrite, with all junk code discarded that has piled up through the years (cf. this highlight mentioning the <a href="http://impl.emented.com/2008/07/01/google-is-for-geeks-microsoft-for-nerds-best-of-june-08-4/">current problem with Windows core architecture</a>). This could be the promise of Midori, which is pointed out as Microsoft's future non-windows operating system, see the next item below.<br />
<span class="tags">Tags: <a rel="tag" href="http://impl.emented.com/tag/windows-vista/">Windows Vista</a></span></li>
<li>Ars technica reports on recent speculations about <a href="http://arstechnica.com/news.ars/post/20080804-midori-musings-thoughts-on-a-post-windows-os.html">Midori, a coming non-Windows operating system</a> from Microsoft. Key features of Midori are that it's based on managed code, .NET presumably, which takes the load of memory management off the developer. Further, the OS should be easy to virtualize, even allowing it to run as a separate Windows process. This would facilitate backwards compatibility, as the OS could initially be run inside a legacy Windows OS. Midori is also assumed to be well prepared for cloud computing, allowing for asynchronous API calls and making it easier to program for multiple processors. This last part is important from a performance and efficiency point of view, as CPUs get multiple cores. Multithreaded programming is a difficult and error-prone task, not well suited for the everyday programmer.<br />
<span class="tags">Tags: <a rel="tag" href="http://impl.emented.com/tag/midori/">Midori</a></span></li>
<li>On a lighter note, Lifehacker featuring the How-To Geek, <a href="http://lifehacker.com/5033518/debunking-common-windows-performance-tweaking-myths">debunks a number of Windows performance tweaking myths</a>. Like registry cleaning and memory optimizing, as is offered by several tools, and disabling of Windows services (except for possibly a few ones). Personally, I use <a href="http://www.ccleaner.com/">CCleaner to remove temporary files</a>, and I defragment my hard drives a few times a year, which seems to be enough to keep Windows XP reasonably fit.<br />
<span class="tags">Tags: <a rel="tag" href="http://impl.emented.com/tag/tools/">tools</a>, <a rel="tag" href="http://impl.emented.com/tag/windows/">Windows</a></span></li>
</ul>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~f/implemented?a=uQ0mgK"><img src="http://feeds.feedburner.com/~f/implemented?i=uQ0mgK" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/implemented?a=NZHmbk"><img src="http://feeds.feedburner.com/~f/implemented?i=NZHmbk" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/implemented?a=YiWSQk"><img src="http://feeds.feedburner.com/~f/implemented?i=YiWSQk" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/implemented?a=pigseK"><img src="http://feeds.feedburner.com/~f/implemented?i=pigseK" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://impl.emented.com/2008/08/11/vista-security-is-broken-midori-coming-to-the-rescue/feed/</wfw:commentRss>
		</item>
		<item>
		<title>The Return of Web 3.0 - Cloud Computing, Browser Extensions or The Distributed Web? [Best of July '08 #5]</title>
		<link>http://impl.emented.com/2008/08/04/the-return-of-web-30-cloud-computing-browser-extensions-or-the-distributed-web/</link>
		<comments>http://impl.emented.com/2008/08/04/the-return-of-web-30-cloud-computing-browser-extensions-or-the-distributed-web/#comments</comments>
		<pubDate>Mon, 04 Aug 2008 19:53:05 +0000</pubDate>
		<dc:creator>Jonas Bolinder</dc:creator>
		
		<category><![CDATA[Highlights]]></category>

		<category><![CDATA[Web 3.0]]></category>

		<category><![CDATA[browser extensions]]></category>

		<category><![CDATA[cloud computing]]></category>

		<category><![CDATA[Distributed Web]]></category>

		<guid isPermaLink="false">http://impl.emented.com/?p=44</guid>
		<description><![CDATA[Two new proposals for Web 3.0: Cloud computing vs. Browser extensions. The Distributed Web, a successor of Web 2.0?]]></description>
			<content:encoded><![CDATA[<p>Though there were a few more interesting subjects this week I limit this week's highlights (July 28 - Aug 3 2008) to the trends/Web 3.0 department:</p>
<ul>
<li>This week saw the return of Web 3.0 definitions on the table. Marc Benioff, CEO of <a href="http://www.salesforce.com/">salesforce.com</a>, in a guest post at TechChrunchIT, proposed that <a href="http://www.techcrunchit.com/2008/08/01/welcome-to-web-30-now-your-other-computer-is-a-data-center/">Web 3.0 is about cloud computing and platforms as a service</a>. As he writes:<br />
<blockquote><p>The new rallying cry of Web 3.0 is that anyone can innovate, anywhere. Code is written, collaborated on, debugged, tested, deployed, and run in the cloud. [...]<br />
For developers, Web 3.0 means that all they need to create their dream app is an idea, a browser, some Red Bull, and a few Hot Pockets.</p></blockquote>
<p>Naturally, as Marc mentions in passing, salesforce is a provider of platform as a service via their force.com offering. Nonetheless, I think that Mark has point in that infrastructure as a service, as provided by <a href="http://aws.amazon.com/">Amazon AWS</a>, <a href="http://code.google.com/appengine/">Google App Engine</a> and others, is truly disruptive in that it makes it possible to launch an online business with very limited resources.<br />
Now, where does this new definition of Web 3.0 fit into my <a href="http://impl.emented.com/2008/04/20/web-30-the-semantic-implicit-mobile-or-distributed-web/">categorization of the Web 3.0 landscape</a>? In part it belongs to the APIs and Web Services definition, or the Distributed Web as I proposed to call it, but it could well make up an own category among the "Other definitions".<br />
<span class="tags">Tags: <a rel="tag" href="http://impl.emented.com/tag/cloud-computing/">cloud computing</a>, <a rel="tag" href="http://impl.emented.com/tag/web-30/">Web 3.0</a></span></li>
<li>Another suggestion for the meaning of Web 3.0 was put forward by Mattt Thompson of the Yahoo Developer Network, as suitably <a href="http://www.sitepoint.com/blogs/2008/07/31/yahoo-web-30-is-all-about-offline-rias/">recognized by Josh Catone</a>. Mattt means that <a href="http://developer.yahoo.net/blog/archives/2008/07/gears_vs_browserplus.html">Web 3.0 will be characterized by browser extentions</a>, like <a href="http://gears.google.com/">Google Gears</a> and <a href="http://browserplus.yahoo.com/">Yahoo BrowserPlus</a>, that enhance the user experience of Web applications by providing features such as offline access. This view of Web 3.0 is focused more on the client side user experience of the Web, as opposed to the back-end infrastructure view as represented by Marc Benioff above. Not to say that the user experience is unimportant, but in my humble view, the changes that APIs, web services and cloud computing bring to the Web are more disruptive than some user interface enhancements.<br />
<span class="tags">Tags: <a rel="tag" href="http://impl.emented.com/tag/google-gears/">Gears</a>, <a rel="tag" href="http://impl.emented.com/tag/web-30/">Web 3.0</a></span></li>
<li>Chris Shipley of the Demo conference suggests that <a href="http://www.demo.com/community/?q=node/141972">the Web 2.0 cycle has come to a close, and will be succeeded by the Distributed Web</a>:<br />
<blockquote><p>This next phase is not about aggregating content or visitors to a single Web site; it's about disseminating information and applications to the users where ever they may be - another Web site, a mobile device, a consumer electronics gadget.</p></blockquote>
<p>In my Web 3.0 post, I proposed that <a href="http://impl.emented.com/2008/04/20/web-30-the-semantic-implicit-mobile-or-distributed-web/">the Distributed Web is characterized by APIs and web services</a>, "signifying that a web site's content is consumed at multiple destinations through its API." Thus, while my definition is more focused on the underlying mechanisms of distribution, APIs and web services, Chris focus is more on the result of the distribution: the user's ability to consume web content and services wherever she might be.<br />
Richard MacManus, who first noticed Chris article, <a href="http://www.readwriteweb.com/archives/has_the_web_20_cycle_come_to_a_close.php">agrees to the significance of the notion of the Distributed Web</a>, but disagrees that the "free" model of web services has ended, which also was one of Chris' assertions.<br />
<span class="tags">Tags: <a rel="tag" href="http://impl.emented.com/tag/distributed-web/">Distributed Web</a>, <a rel="tag" href="http://impl.emented.com/tag/web-30/">Web 3.0</a></span></li>
</ul>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~f/implemented?a=Ks1daK"><img src="http://feeds.feedburner.com/~f/implemented?i=Ks1daK" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/implemented?a=zTlx0k"><img src="http://feeds.feedburner.com/~f/implemented?i=zTlx0k" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/implemented?a=9HdxLk"><img src="http://feeds.feedburner.com/~f/implemented?i=9HdxLk" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/implemented?a=FmYWJK"><img src="http://feeds.feedburner.com/~f/implemented?i=FmYWJK" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://impl.emented.com/2008/08/04/the-return-of-web-30-cloud-computing-browser-extensions-or-the-distributed-web/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Knol, a Threat to Web Publishers? PlayCrafter Game Creator and More [Best of July '08 #4]</title>
		<link>http://impl.emented.com/2008/07/28/knol-a-threat-to-web-publishers-playcrafter-game-creator-and-more/</link>
		<comments>http://impl.emented.com/2008/07/28/knol-a-threat-to-web-publishers-playcrafter-game-creator-and-more/#comments</comments>
		<pubDate>Mon, 28 Jul 2008 19:48:37 +0000</pubDate>
		<dc:creator>Jonas Bolinder</dc:creator>
		
		<category><![CDATA[Highlights]]></category>

		<category><![CDATA[images]]></category>

		<category><![CDATA[Knol]]></category>

		<category><![CDATA[Microsoft]]></category>

		<category><![CDATA[online games]]></category>

		<category><![CDATA[organizations]]></category>

		<category><![CDATA[privacy]]></category>

		<guid isPermaLink="false">http://impl.emented.com/?p=43</guid>
		<description><![CDATA[Knol, a threat to web publishers? The Open Web Foundation, a competitor to IETF? Backdoor in Skype. Developer turns 100% Microsoft-free. Free space images from NASA. PlayCrafter game creator.]]></description>
			<content:encoded><![CDATA[<p>After a bit of editing, these posts made it to this week's most interesting (July 21-27 2008):</p>
<ul>
<li><a href="http://knol.google.com/">Knol</a>, Google's Wikipedia killer, opened to the public this week. Anyone can write a Knol — "A unit of knowledge", about any subject (almost, e.g. <a href="http://knol.google.com/k/-/-/si57lahl1w25/13">"Bestiality" is not allowed</a>, damn, my favorite subject ;-)). Multiple Knols can exist on a given subject, and it's up to the author to decide whether the Knol can be directly edited by other users, is moderated by the creator, or is closed.<br />
Interesting commentary from the blogosphere suggests that <a href="http://searchengineland.com/080724-140223.php">Knols are ranked high in Google searches</a>, despite being just a day old. Also, <a href="http://www.seobook.com/google-knol">duplicate content in Knols is ranked higher than original content on the web</a>, which seems quite a bit disturbing. This suggests that web publishers should consider cross publishing their content to Knols, as a way to claim the ownership of their work. Also noteworthy is that links are "nofollow" in Knols (like in Wikipedia), so that no "link juice" is flowing out of a Knol. This is understandable, otherwise Knols would have been a heaven for link spammers.<br />
From an international perspective, it's a bit disappointing that <a href="http://knol.google.com/k/-/name-verification-faq/3vd571esbn0f5/1#">only US citizens can have their name verified</a>, though that may not be that important.<br />
<span class="tags">Tags: <a rel="tag" href="http://impl.emented.com/tag/knol/">Knol</a></span></li>
<li>The <a href="http://openwebfoundation.org/">Open Web Foundation</a>, yet another open web standards organization, was announced this week, possibly most for the benefit of the founders. As Dare Obasanjo points out, <a href="http://www.25hoursaday.com/weblog/2008/07/26/SomeThoughtsOnTheOpenWebFoundation.aspx">there is already an old and well established organization for internet standards</a>, the <a href="http://www.ietf.org/">Internet Engineering Task Force (IETF)</a>. Possibly if you make the distinction between the Web (linked pages) and the Internet (infrastructure), the new organization could serve the purpose of handling pure web related issues.<br />
<span class="tags">Tags: <a rel="tag" href="http://impl.emented.com/tag/organizations/">organizations</a></span></li>
<li>There seems to be a <a href="http://www.heise-online.co.uk/security/Speculation-over-back-door-in-Skype--/news/111170">backdoor to the encrypted communications in Skype</a>, allowing authorities to intercept phone calls of suspects. A not too far-fetched guess is that the Swedish authorities have the key to this backdoor, in view of the infamous "FRA law", which allows the Swedish authority <a href="http://www.fra.se/">FRA</a> to intercept all internet traffic passing the Swedish border, which about all Swedish traffic does, even if the start and end destinations are within Sweden. Using a <a href="http://gmailblog.blogspot.com/2008/07/making-security-easier.html">secure protocol for web mail</a> might be a good idea.<br />
<span class="tags">Tags: <a rel="tag" href="http://impl.emented.com/tag/privacy/">privacy</a></span></li>
<li>A story of a developer's journey (Mike Gunderloy of <a href="http://ostatic.com/">OStatic</a>) <a href="http://www.linux.com/feature/142083">from full-time Microsoft contractor to "100% Microsoft-free"</a>. Will I make a similar journey? I'm a pragmatic, so probably not 100%. Time will tell.<br />
<span class="tags">Tags: <a rel="tag" href="http://impl.emented.com/tag/microsoft/">Microsoft</a></span></li>
<li>A new freely available collection of <a href="http://nasaimages.org/">astonishing space images from NASA</a>.<br />
<span class="tags">Tags: <a rel="tag" href="http://impl.emented.com/tag/images/">images</a></span></li>
<li><a href="http://www.playcrafter.com/">PlayCrafter</a>, is a new site where you can <a href="http://www.readwriteweb.com/archives/playcrafter_the_game_creator.php">build your own Flash games using drag-and-drop</a>, reviewed by Marshall Kirkpatrick. The quality of the games are surprisingly high, and it is easy to get stuck playing. The games are embeddable on other sites, and there is an ad-based revenue sharing system for creators. Comparing this to my previous posts about <a href="http://impl.emented.com/2008/05/05/twitter-noise-techmeme-and-popfly-games/">Popfly Game Creator</a> and <a href="http://impl.emented.com/2008/05/13/fun-with-phun-and-scratch/">Scratch</a>, with PlayCrafter it seems to be a lot more easy to create compelling games, though you will not have the benefit of learning actual programming.<br />
<span class="tags">Tags: <a rel="tag" href="http://impl.emented.com/tag/online-games/">online games</a></span></li>
</ul>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~f/implemented?a=nchOrJ"><img src="http://feeds.feedburner.com/~f/implemented?i=nchOrJ" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/implemented?a=Oigeej"><img src="http://feeds.feedburner.com/~f/implemented?i=Oigeej" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/implemented?a=zBjTFj"><img src="http://feeds.feedburner.com/~f/implemented?i=zBjTFj" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/implemented?a=QOG9cJ"><img src="http://feeds.feedburner.com/~f/implemented?i=QOG9cJ" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://impl.emented.com/2008/07/28/knol-a-threat-to-web-publishers-playcrafter-game-creator-and-more/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Microsoft Plummets on Search - Android in Trouble [Best of July '08 #3]</title>
		<link>http://impl.emented.com/2008/07/21/microsoft-plummets-on-search-android-in-trouble/</link>
		<comments>http://impl.emented.com/2008/07/21/microsoft-plummets-on-search-android-in-trouble/#comments</comments>
		<pubDate>Mon, 21 Jul 2008 15:48:39 +0000</pubDate>
		<dc:creator>Jonas Bolinder</dc:creator>
		
		<category><![CDATA[Highlights]]></category>

		<category><![CDATA[Android]]></category>

		<category><![CDATA[Gnip]]></category>

		<category><![CDATA[IPv6]]></category>

		<category><![CDATA[Microsoft]]></category>

		<category><![CDATA[online reputation]]></category>

		<category><![CDATA[open source]]></category>

		<category><![CDATA[search]]></category>

		<category><![CDATA[security]]></category>

		<category><![CDATA[Twitter]]></category>

		<guid isPermaLink="false">http://impl.emented.com/?p=42</guid>
		<description><![CDATA[Microsoft's share on search down 50 percent. Trouble in Android land. Gnip hooks up to Twitter. 10 open source myths debunked. Improve your online reputation using Twitter. IPv6 is a security risk.]]></description>
			<content:encoded><![CDATA[<p>This week featured some troubling news for Microsoft and Google (July 14-20 2008):</p>
<ul>
<li>Recent data from <a href="http://www.hitwise.com/">Hitwise</a> shows that <a href="http://hitwise.com/press-center/hitwiseHS2004/us-google-70-percent-of-searches.php">Microsoft has lost almost 50 percent of its market share in search</a> from June 2007 to June 2008. In the U.S. the drop is from 9.8 % market share to 5.5 %. In the U.K. the drop is from 5.7 % to 3.7 %, and in Australia a dramatic fall from 14.7 % to 6.7 %. Google is the great winner, while Yahoo shows a minor drop and Ask a minor gain. Ask is now almost as big as Microsoft on search in the U.S. As it seems, to remain a major player in the search field, Microsoft desperately needs to get hold of Yahoo's search service.<br />
<span class="tags">Tags: <a rel="tag" href="http://impl.emented.com/tag/microsoft/">Microsoft</a>, <a rel="tag" href="http://impl.emented.com/tag/search/">search</a></span></li>
<li>Google's supposedly <a href="http://code.google.com/android">open mobile platform Android</a>, loses in credibility among developers, as it was revealed this week that a few select top contestants of the <a href="http://code.google.com/android/adc.html">Android Developer Challenge</a> were <a href="http://arstechnica.com/news.ars/post/20080715-googles-android-platform-not-so-open-after-all.html">given access, under the counter, to an updated version of the SDK</a>. Additionally, the code was provided under a non-disclosure clause, rhyming poorly with the promise of open, though <a href="http://ostatic.com/168597-blog/google-android-the-difference-between-open-and-open-source">technically Google has done nothing wrong</a>.<br />
There seems to be a lack of communication from the part of Google. <a href="http://androidguys.com/2008/07/16/as-usual-some-tech-bloggers-are-getting-it-wrong/">As suggested by AndroidGuys</a>, more frequent updates to the <a href="http://android-developers.blogspot.com/">official Android blog</a> would certainly calm down some hard feelings among developers. It will be interesting to see in the coming year what impact Android will make on the mobile phone market, which currently is overwhelmed, in terms of buzz at least, by the new iPhone.<br />
<span class="tags">Tags: <a rel="tag" href="http://impl.emented.com/tag/android/">Android</a></span></li>
<li><a href="http://impl.emented.com/2008/07/08/identica-microblogging-and-gnip-pinging-services/">Gnip, the notification proxy service</a>, finally <a href="http://www.techcrunch.com/2008/07/18/twitter-plays-nice-xmpp-firehose-data-feed-to-gnip/">hooks up to the XMPP firehose of Twitter</a>. Does this mark the beginning of the end of <a href="http://impl.emented.com/2008/06/10/twitter-is-cooling-off-noise-is-heating-up/">the troubles of Twitter</a>?<br />
<span class="tags">Tags: <a rel="tag" href="http://impl.emented.com/tag/gnip/">Gnip</a>, <a rel="tag" href="http://impl.emented.com/tag/twitter/">Twitter</a></span></li>
<li>OStatic <a href="http://ostatic.com/168791-blog/activestate-challenges-open-source-myths">points to an "executive summary of Open Source"</a>, a white paper challenging <a href="http://www.activestate.com/business_solutions/ten_myths.pdf">10 Open Source Myths</a>. Some examples of myths covered: "Open source is free", "Open source equals open standards", "Open source is not for mission-critical functions", "Open source is for non-conformists" and "Open source software is lower quality".<br />
<span class="tags">Tags: <a rel="tag" href="http://impl.emented.com/tag/open-source/">open source</a></span></li>
<li>5 tips on <a href="http://mashable.com/2008/07/17/twitter-branding/">using Twitter to improve your online-reputation</a>. Some examples: "Start conversations with notable peers", "Share valuable industry news" and "Monitor your Twitter reputation".<br />
<span class="tags">Tags: <a rel="tag" href="http://impl.emented.com/tag/online-reputation/">online reputation</a>, <a rel="tag" href="http://impl.emented.com/tag/twitter/">Twitter</a></span></li>
<li><a href="http://en.wikipedia.org/wiki/Ipv6">IPv6</a>, the next generation internet protocol, about to replace the current IPv4 in a couple of years, might pose a <a href="http://blog.wired.com/27bstroke6/2008/07/the-ghost-in-yo.html">security risk</a>, writes the Wired. The problem is that it is enabled by default in many operating systems, and lots of applications may not yet be up-to-date to handle the new protocol. Affected operating systems include Windows Vista and Mac OS X. Windows XP is however safe, i.e. IPv6 is not enabled by default. You can test here <a href="http://ipv4.whatismyv6.com/">which IP protocols are supported by your computer</a>.<br />
<span class="tags">Tags: <a rel="tag" href="http://impl.emented.com/tag/ipv6/">IPv6</a>, <a rel="tag" href="http://impl.emented.com/tag/security/">security</a></span></li>
</ul>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~f/implemented?a=DgWvtJ"><img src="http://feeds.feedburner.com/~f/implemented?i=DgWvtJ" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/implemented?a=eBMEjj"><img src="http://feeds.feedburner.com/~f/implemented?i=eBMEjj" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/implemented?a=D3VtKj"><img src="http://feeds.feedburner.com/~f/implemented?i=D3VtKj" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/implemented?a=WdnL3J"><img src="http://feeds.feedburner.com/~f/implemented?i=WdnL3J" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://impl.emented.com/2008/07/21/microsoft-plummets-on-search-android-in-trouble/feed/</wfw:commentRss>
		</item>
		<item>
		<title>From Yahoo Search BOSS to Rocking Fractals [Best of July '08 #2]</title>
		<link>http://impl.emented.com/2008/07/14/from-yahoo-search-boss-to-rocking-fractals/</link>
		<comments>http://impl.emented.com/2008/07/14/from-yahoo-search-boss-to-rocking-fractals/#comments</comments>
		<pubDate>Mon, 14 Jul 2008 20:57:06 +0000</pubDate>
		<dc:creator>Jonas Bolinder</dc:creator>
		
		<category><![CDATA[Highlights]]></category>

		<category><![CDATA[aggregation]]></category>

		<category><![CDATA[Flash]]></category>

		<category><![CDATA[FriendFeed]]></category>

		<category><![CDATA[Josh Catone]]></category>

		<category><![CDATA[search]]></category>

		<category><![CDATA[security]]></category>

		<category><![CDATA[tools]]></category>

		<category><![CDATA[URLs]]></category>

		<category><![CDATA[virtual worlds]]></category>

		<category><![CDATA[Windows]]></category>

		<category><![CDATA[Yahoo]]></category>

		<guid isPermaLink="false">http://impl.emented.com/?p=41</guid>
		<description><![CDATA[Yahoo's Search BOSS API. Security flaw in DNS. Google launches virtual world. Windows successor Midori. Bit.ly URL shortener. Flash programming in C. Moopz FriendFeed aggregator. Josh Catone is back.]]></description>
			<content:encoded><![CDATA[<p>Lots of interesting stuff the past week (July 7-13 2008):</p>
<ul>
<li>Yahoo continues their open strategy with the <a href="http://www.ysearchblog.com/archives/000599.html">launch of Search BOSS</a> (Build your Own Search Service). This is a different offering than SearchMonkey, which just allowed you to <a href="http://impl.emented.com/2008/05/19/news-and-noise/">enhance the presentation of the search results</a>. The new service has quite <a href="http://info.yahoo.com/legal/us/yahoo/search/bosstos/bosstos-2317.html">liberal terms</a>. It allows you to re-order the search results and mix in other results as you see fit. These are desired options I wrote about in <a href="http://impl.emented.com/2008/02/12/february-highlights-i-the-social-graph-api-web-30-myspace-platform/">my first post</a> on this blog. The terms also have a no-attribution requirement, which expressively requires you not to mention Yahoo in your search offering. Still you are not allowed to use the search index data in any way you might want to. You must provide a search service, with a search box, and only query the index in response to a search performed by a real user of your service. Also, considering the current <a href="http://online.wsj.com/article/SB121592055577448913.html">uncertainty of the future of Yahoo</a>, building a business on top of BOSS seems a bit risky.<br />
<span class="tags">Tags: <a rel="tag" href="http://impl.emented.com/tag/search/">search</a>, <a rel="tag" href="http://impl.emented.com/tag/yahoo/">Yahoo</a></span></li>
<li>From the security department, there was much talk about a potential, yet <a href="http://news.cnet.com/8301-10789_3-9985815-57.html?hhTest=1">unexploited flaw in the Domain Name System, DNS</a>, the "address book" of the internet, which translates human friendly URLs to IP addresses. Dan Kaminsky, who discovered the flaw, secretly informed the major vendors without talking to the security community, which has spawned <a href="http://www.pcworld.com/businesscenter/article/148151/internet_bug_fix_spawns_backlash_from_hackers.html">some speculation about the significance</a> of the discovery. The details of the vulnerability will not be publicly disclosed until August 7. Though, it is likely related to insufficient randomness provided by the 16 bit session ID of DNS. In that respect, the vulnerability is rooted in the same problem domain as the <a href="http://impl.emented.com/2008/05/26/nerds-make-money-geeks-are-cool/">OpenSLL flaw</a> I wrote about in May.<br />
<span class="tags">Tags: <a rel="tag" href="http://impl.emented.com/tag/security/">security</a></span></li>
<li>Two news from the virtual world(s): Google launches a <a href="http://googleblog.blogspot.com/2008/07/be-who-you-want-on-web-pages-you-visit.html">customizable and embeddable virtual world</a> called <a href="http://www.lively.com/">Lively</a>. <a href="http://www.secondlife.com/">Second Life</a>, the hitherto largest virtual world, reported on the <a href="http://blog.secondlife.com/2008/07/08/ibm-linden-lab-interoperability-announcement/">first successful teleportation of an avatar</a> between two (experimental) virtual worlds. They also recorded a video of the event.<br />
<span class="tags">Tags: <a rel="tag" href="http://impl.emented.com/tag/virtual-worlds/">virtual worlds</a></span></li>
<li>Ars Technica writes about recent speculations about a <a href="http://arstechnica.com/journals/microsoft.ars/2008/07/08/midori-a-non-windows-os-in-the-works-not-just-experimental">new non-Windows operating system</a> in development at Microsoft, code name <a href="http://en.wikipedia.org/wiki/Midori_%28operating_system%29">Midori</a>. To be released some 9 years from now, probably beyond Windows 8.<br />
<span class="tags">Tags: <a rel="tag" href="http://impl.emented.com/tag/windows/">Windows</a></span></li>
<li>The new <a href="http://bit.ly/">URL shortening service bit.ly</a>, has a <a href="http://www.readwriteweb.com/archives/bitly_alternative_to_tinyurl.php">host of innovative features, including an API</a>, as reported by Marshall Kirkpatrick. Dave Winer is one of the <a href="http://www.scripting.com/stories/2008/07/08/bitlyLaunchesToday.html">brains behind</a> the service.<br />
<span class="tags">Tags: <a rel="tag" href="http://impl.emented.com/tag/urls/">URLs</a>, <a rel="tag" href="http://impl.emented.com/tag/tools/">tools</a></span></li>
<li>Soon we might be able to <a href="http://tech.slashdot.org/article.pl?sid=08/07/07/1724236">program Flash using C</a>, meaning a speed boost that is useful in gaming applications, for example.<br />
<span class="tags">Tags: <a rel="tag" href="http://impl.emented.com/tag/flash/">Flash</a></span></li>
<li><a href="http://moopz.com/">Moopz</a>, a <a href="http://www.readwriteweb.com/archives/get_a_less_noisy_friendfeed_with_moopz.php">FriendFeed conversation aggregator</a> reviewed by Sarah Perez. Among the features are item threading, noise reduction and automatic summary and tag generation. Only items containing a link are considered, thus reducing the noise. First impression is that it's a useful service. (Btw. I'm <a href="http://friendfeed.com/jobol">jobol on FriendFeed</a>.)<br />
<span class="tags">Tags: <a rel="tag" href="http://impl.emented.com/tag/aggregation/">aggregation</a>, <a rel="tag" href="http://impl.emented.com/tag/friendfeed/">FriendFeed</a></span></li>
<li><a href="http://www.sitepoint.com/blogs/2008/07/10/3-big-changes-to-sitepoints-blogs/">Josh Catone is back to blogging</a>. Now at <a href="http://www.sitepoint.com/">SitePoint</a>, a resource site for web developers and designers, where he is running the News &amp; Trends blog. Glad to have him back.<br />
<span class="tags">Tags: <a rel="tag" href="http://impl.emented.com/tag/josh-catone/">Josh Catone</a></span></li>
<li>Finally, a bonus video on the math theme featuring fractals, found <a href="http://www.feld.com/blog/archives/2008/07/a_bad_ass_fucki.html">via Brad Feld</a>.<br />
<object class="video" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="344" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="wmode" value="transparent" /><param name="src" value="http://www.youtube.com/v/ES-yKOYaXq0" /><embed type="application/x-shockwave-flash" width="425" height="344" src="http://www.youtube.com/v/ES-yKOYaXq0" wmode="transparent"></embed></object></li>
</ul>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~f/implemented?a=5qgbqJ"><img src="http://feeds.feedburner.com/~f/implemented?i=5qgbqJ" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/implemented?a=wOZN2j"><img src="http://feeds.feedburner.com/~f/implemented?i=wOZN2j" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/implemented?a=0mLwqj"><img src="http://feeds.feedburner.com/~f/implemented?i=0mLwqj" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/implemented?a=9pezcJ"><img src="http://feeds.feedburner.com/~f/implemented?i=9pezcJ" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://impl.emented.com/2008/07/14/from-yahoo-search-boss-to-rocking-fractals/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Identica Microblogging and Gnip Pinging Services [Best of July '08 #1]</title>
		<link>http://impl.emented.com/2008/07/08/identica-microblogging-and-gnip-pinging-services/</link>
		<comments>http://impl.emented.com/2008/07/08/identica-microblogging-and-gnip-pinging-services/#comments</comments>
		<pubDate>Tue, 08 Jul 2008 10:40:11 +0000</pubDate>
		<dc:creator>Jonas Bolinder</dc:creator>
		
		<category><![CDATA[Highlights]]></category>

		<category><![CDATA[blog directory]]></category>

		<category><![CDATA[Flash]]></category>

		<category><![CDATA[microblogging]]></category>

		<category><![CDATA[news aggregator]]></category>

		<category><![CDATA[open source]]></category>

		<category><![CDATA[proxy services]]></category>

		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://impl.emented.com/?p=40</guid>
		<description><![CDATA[Identica open source microblogging. Gnip proxy service connecting data providers and consumers. Blogged blog directory and news aggregator. A web developer's browser wish list. Flash gets crawlable.]]></description>
			<content:encoded><![CDATA[<p>This week's interesting posts (July 1-6 2008):</p>
<ul>
<li><a href="http://identi.ca/">Identi.ca</a>, a new <a href="http://www.readwriteweb.com/archives/indentica_federated_twitter.php">open source microblogging service</a> discovered by ReadWriteWeb has a host of attractive features like support for OpenID and the <a href="http://openmicroblogging.org/">OpenMicroBlogging specification</a>, which allows for publishing of notices across microblogging services. Identi.ca builds on the open source code <a href="http://laconi.ca/">laconi.ca</a>, with reportedly a <a href="http://www.scripting.com/stories/2008/07/03/federatingIdentica.html">number of installations</a> across the web, building a promise of a distributed alternative to Twitter. The <a href="http://www.russellbeattie.com/blog/let-the-microblogs-bloom">code may have some flaws</a>, e.g. the core architecture more resembles a content management system (CMS) than a messaging system, though since it is open source that can certainly get fixed.<br />
<span class="tags">Tags: <a rel="tag" href="http://impl.emented.com/tag/microblogging/">microblogging</a>, <a rel="tag" href="http://impl.emented.com/tag/open-source/">open source</a></span></li>
<li><a href="http://www.gnipcentral.com/">Gnip</a> — ping backwards, is a new free service for data providers and consumers, acting as a proxy between the two, taking API load off providers while increasing the update notification speed for consumers. <a href="http://www.readwriteweb.com/archives/gnip_grand_central_station.php">More features are in the planning</a> as anticipated by Marshall Kirkpatrick. Brad Feld has a detailed story about his <a href="http://www.feld.com/blog/archives/2008/07/ive_been_gnippe.html">evolving partnership with Gnip and MyBlogLog founder Eric Marcoullier</a>, from the first IM from Eric in 2004 to working as partners today.<br />
<span class="tags">Tags: <a rel="tag" href="http://impl.emented.com/tag/proxy-services/">proxy services</a></span></li>
<li><a href="http://www.blogged.com/">Blogged</a> — a <a href="http://www.techcrunch.com/2008/07/02/blogged-tries-to-make-a-human-powered-techmeme-for-everything/">blog directory and human powered news aggregator</a>. A potential Techmeme killer, had it only got rss feeds ...<br />
<span class="tags">Tags: <a rel="tag" href="http://impl.emented.com/tag/blog-directory/">blog directory</a>, <a rel="tag" href="http://impl.emented.com/tag/news-aggregator/">news aggregator</a></span></li>
<li>Ars Technica points to a <a href="http://arstechnica.com/news.ars/post/20080701-four-things-that-need-fixing-to-secure-the-future-of-the-web.html">browser wishlist initiative</a> of the <a href="http://www.openajax.org/">OpenAjax Alliance</a>, "an organization of leading vendors, open source projects, and companies using Ajax". Among the most requested features of the next generation browsers are native JSON parsing, persistent connections, 2D graphics, video support and CSS features.<br />
<span class="tags">Tags: <a rel="tag" href="http://impl.emented.com/tag/web-development/">web development</a></span></li>
<li><a href="http://googleblog.blogspot.com/2008/06/google-learns-to-crawl-flash.html">Google learns to crawl Flash</a>, for the good and the bad, after all less Flash content is something I'd rather see. Visiting a Flash heavy site usually is a noisy experience for me as the CPU fan starts spinning due to the increased CPU usage and temperature.<br />
<span class="tags">Tags: <a rel="tag" href="http://impl.emented.com/tag/Flash/">Flash</a></span></li>
</ul>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~f/implemented?a=NlJupJ"><img src="http://feeds.feedburner.com/~f/implemented?i=NlJupJ" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/implemented?a=06kB3j"><img src="http://feeds.feedburner.com/~f/implemented?i=06kB3j" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/implemented?a=SLq6Ij"><img src="http://feeds.feedburner.com/~f/implemented?i=SLq6Ij" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/implemented?a=AP0ZlJ"><img src="http://feeds.feedburner.com/~f/implemented?i=AP0ZlJ" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://impl.emented.com/2008/07/08/identica-microblogging-and-gnip-pinging-services/feed/</wfw:commentRss>
		</item>
	</channel>
</rss><!-- Dynamic Page Served (once) in 0.553 seconds --><!-- Cached page served by WP-Cache -->
