<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>impl.emented&#187; Chrome</title>
	<atom:link href="http://impl.emented.com/tag/chrome/feed/" rel="self" type="application/rss+xml" />
	<link>http://impl.emented.com</link>
	<description>— tracking the Web</description>
	<lastBuildDate>Fri, 02 Apr 2010 09:12:57 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Native Client Brings Native x86 Speed to the Browser</title>
		<link>http://impl.emented.com/2009/01/19/native-client-brings-native-x86-speed-to-the-browser/</link>
		<comments>http://impl.emented.com/2009/01/19/native-client-brings-native-x86-speed-to-the-browser/#comments</comments>
		<pubDate>Mon, 19 Jan 2009 10:18:23 +0000</pubDate>
		<dc:creator>Jonas Bolinder</dc:creator>
				<category><![CDATA[Chrome]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Native Client]]></category>

		<guid isPermaLink="false">http://impl.emented.com/?p=63</guid>
		<description><![CDATA[Google's Native Client project aims to bring native x86 speed to the browser.]]></description>
			<content:encoded><![CDATA[<p><img class="alignright" style="float:right" src="http://impl.emented.com/wp-content/images/0901/NativeClientMandelbrot.png" alt="Native Client" width="185" height="139" />Continuing my recap of noteworthy stuff from late last year. In December&nbsp;it was revealed&nbsp;that Google is working on a project dubbed <a href="http://code.google.com/p/nativeclient/">Native Client</a>, which aims to bring native x86 execution speed to web apps in a secure way. It is an exciting project, "<a href="http://weblog.infoworld.com/fatalexception/archives/2008/12/native_client_g.html">so crazy that it just might work</a>", wrote Neil McAllister.</p>
<p>How is this different from Microsoft's ActiveX technology? Security wise, ActiveX relies on trust, i.e. it's up to the user to give the ActiveX control permission to run. Native Client on the other hand relies on automated sandboxing and code analysis to make sure that the application is safe to run. Native Client also takes a more open approach, by open sourcing the technology.&nbsp;Native Client&nbsp;is portable across the x86 architecture, which includes Windows, Linux and Mac machines, but it potentially leaves important mobile platforms in the cold.</p>
<p>Initially, the main target for the project is resource intensive applications, like physical simulations and visualizations. The image above depicts the Mandelbrot set, as generated by a port of the fractal viewer application <a href="http://en.wikipedia.org/wiki/XaoS">XaoS</a> to Native Client. The 3D game Quake has also been successfully ported to Native Client. Generally it has proven easy to port existing C/C++ applications to run in the trusted environment, which is really promising.</p>
<p>If the <a href="http://impl.emented.com/2008/09/02/chrome-googles-first-steps-towards-an-operating-system/">launch of the Chrome browser</a> was Google's first step towards making the OS desktop obsolete, Native client is yet another step in that direction. Soon we might be able to do all computer tasks, even resource intensive ones, inside the browser window.</p>
<h6 class="zemanta-related-title">Related articles by Zemanta</h6>
<ul class="zemanta-article-ul">
<li class="zemanta-article-ul-li"><a href="http://blog.taragana.com/index.php/archive/google-native-client-a-detailed-discussion/">Google Native Client - A Detailed Discussion</a></li>
</ul>
<div class="zemanta-pixie"><a class="zemanta-pixie-a" title="Zemified by Zemanta" href="http://www.zemanta.com/"><img class="zemanta-pixie-img" src="http://img.zemanta.com/zemified_c.png?x-id=88d4f263-dd87-41f0-b195-d85d13c292e8" alt="Enhanced by Zemanta" /></a></div>
]]></content:encoded>
			<wfw:commentRss>http://impl.emented.com/2009/01/19/native-client-brings-native-x86-speed-to-the-browser/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Chrome Add-ons, JavaScript Performance, a Web 3.0 Conference and More [Best of September &#039;08 #3]</title>
		<link>http://impl.emented.com/2008/09/22/chrome-add-ons-javascript-performance-a-web-30-conference/</link>
		<comments>http://impl.emented.com/2008/09/22/chrome-add-ons-javascript-performance-a-web-30-conference/#comments</comments>
		<pubDate>Mon, 22 Sep 2008 19:49:44 +0000</pubDate>
		<dc:creator>Jonas Bolinder</dc:creator>
				<category><![CDATA[Highlights]]></category>
		<category><![CDATA[Add-ons]]></category>
		<category><![CDATA[Chrome]]></category>
		<category><![CDATA[gaming]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[virtual worlds]]></category>
		<category><![CDATA[Web 3.0]]></category>

		<guid isPermaLink="false">http://impl.emented.com/?p=53</guid>
		<description><![CDATA[SquirrelFish tops JavaScript performance. Add-ons and Greasemonkey for Google Chrome. Chrome updates with Dev Channel. Lively to open up to game developers. Teens gaming report. A Web 3.0 conference.]]></description>
			<content:encoded><![CDATA[<p>Chrome continued to be of interest this week, with a Web 3.0 conference as a bonus (September 15-21 2008):</p>
<ul>
<li> The <a href="http://impl.emented.com/2008/09/10/chrome-pushes-for-a-standards-based-web-a-challenge-to-silverlight-and-flash/">last word on JavaScript performance</a> among competing browser engines has apparently not yet been spoken. This week it was reported that an <a href="http://summerofjsc.blogspot.com/2008/09/squirrelfish-extreme-has-landed.html">updated version of SquirrelFish</a>, dubbed Extreme, which is the native WebKit JavaScript engine, has regained the lead in JavaScript performance. Reportedly it was <a href="http://www.satine.org/archives/2008/09/19/squirrelfish-extreme-fastest-javascript-engine-yet/">faster than both the V8 engine of Google Chrome and TraceMonkey of Firefox</a>. The results suggest that Google should have stuck with the original SquirrelFish engine of WebKit, instead of developing their own V8. Can we expect a close comeback from the V8 team? Let the struggle continue!<br />
Note however that performance reports like these must always be taken with a grain of salt. For example, it is quite easy to optimize the code to perform well on a specific test.<br />
<span class="tags">Tags: <a rel="tag" href="http://impl.emented.com/tag/javascript/">JavaScript</a>, <a rel="tag" href="http://impl.emented.com/tag/chrome/">Chrome</a></span></li>
<li> <a href="http://www.informationweek.com/news/internet/google/showArticle.jhtml?articleID=210602700">Google Chrome will eventually support Add-ons and User scripts à la Greasemonkey</a>, said Google Engineer Ojan Vafai at the Web 2.0 Expo last week. They hope to make a stable implementation, he said, referring to the less stable experience of Add-ons with Firefox. Personally, with Chrome I miss the Google Toolbar, with the Gmail notifier and the PageRank indicator. Hopefully it will be released for Chrome soon.<br />
At the same Web 2.0 panel, Microsoft's IE platform architect Chris Wilson, hinted that IE might add support for vector graphics and the canvas element, a part of the <a href="http://impl.emented.com/2008/09/16/stack-overflow-html-5-chrome-processes-atmosphir/">HTML 5 standard</a> I wrote about last week.<br />
<span class="tags">Tags: <a rel="tag" href="http://impl.emented.com/tag/add-ons/">Add-ons</a>, <a rel="tag" href="http://impl.emented.com/tag/chrome/">Chrome</a></span></li>
<li> If you want to stay on top with the latest updates to Google Chrome, you can join the <a href="http://dev.chromium.org/getting-involved/dev-channel">Dev Channel</a> and get access to more recent but potentially less stable updates to the browser.<br />
<span class="tags">Tags: <a rel="tag" href="http://impl.emented.com/tag/chrome/">Chrome</a></span></li>
<li> Google's embeddable 3D <a href="http://www.lively.com/">virtual world Lively</a>, which I wrote about at <a href="http://impl.emented.com/2008/07/14/from-yahoo-search-boss-to-rocking-fractals/">launch in July</a>, has hitherto received little attention. Nevertheless, Google has high plans for the service, revealed creative director Kevin Hanna at the recent Game Developers' Conference. They plan to <a href="http://www.gamesindustry.biz/articles/google-opening-lively-to-game-developers">open up the API further to allow for the creation of entire 3D games</a>. In the long run, Hanna hopes that Lively will become part of the backbone of the Web, much like Java, Flash and HTML are today.<br />
<span class="tags">Tags: <a rel="tag" href="http://impl.emented.com/tag/virtual-worlds/">virtual worlds</a></span></li>
<li> A Pew Internet Project report shows that 97% of all (American) teens, ages 12-17, play some kind of video game on a computer, console or portable device. Further, <a href="http://www.pewinternet.org/PPF/r/263/report_display.asp">nearly 50% of all boys visit game related web sites</a> or forums, and 14% contribute to those sites. For girls, the corresponding figures are somewhat lower. The study also shows that about one third of teens play mature or adult rated games. Of those teens, boys are in majority, 79% vs. 21% girls. In conclusion: regulations will always fail, and boys are still boys (phew!).<br />
Where I think the study fails, is that it does not distinguish online Flash-based games as a separate category, despite the fact that it is an important genre, and presumably popular by younger teens at least.<br />
<span class="tags">Tags: <a rel="tag" href="http://impl.emented.com/tag/gaming/">gaming</a></span></li>
<li> Finally a <a href="http://www.web3event.com/">Web 3.0 conference</a>, Oct 16-17, in Santa Clara, Ca. Jupitermedia is organizer and <a href="http://www.readwriteweb.com/archives/sponsor_announcement_web_30_conference.php">RWW is a sponsor</a>. Semantic Web technologies seems to be a key feature of the event. Don't miss my <a href="http://impl.emented.com/2008/04/20/web-30-the-semantic-implicit-mobile-or-distributed-web/">Web 3.0 review</a> from April, and the <a href="http://impl.emented.com/2008/08/04/the-return-of-web-30-cloud-computing-browser-extensions-or-the-distributed-web/">catch-up</a> in July.<br />
<span class="tags">Tags: <a rel="tag" href="http://impl.emented.com/tag/web-30/">Web 3.0</a></span></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://impl.emented.com/2008/09/22/chrome-add-ons-javascript-performance-a-web-30-conference/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Stack Overflow, HTML 5, Chrome Processes, Atmosphir and More [Best of September &#039;08 #2]</title>
		<link>http://impl.emented.com/2008/09/16/stack-overflow-html-5-chrome-processes-atmosphir/</link>
		<comments>http://impl.emented.com/2008/09/16/stack-overflow-html-5-chrome-processes-atmosphir/#comments</comments>
		<pubDate>Tue, 16 Sep 2008 19:23:38 +0000</pubDate>
		<dc:creator>Jonas Bolinder</dc:creator>
				<category><![CDATA[Highlights]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[Chrome]]></category>
		<category><![CDATA[gaming]]></category>
		<category><![CDATA[HTML5]]></category>
		<category><![CDATA[IE8]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[web standards]]></category>

		<guid isPermaLink="false">http://impl.emented.com/?p=52</guid>
		<description><![CDATA[Stack Overflow, a Q&#038;A site for programmers. HTML 5, a draft in progress. Benefits of a process per tab in Chrome and IE8. Insecure cookies exploited by CookieMonster. Atmosphir 3D game creation.]]></description>
			<content:encoded><![CDATA[<p>An assortment of the most interesting posts this week (September 8-14 2008):</p>
<ul>
<li> <a href="http://stackoverflow.com/">Stack Overflow launches, a Q&amp;A site for programmers</a>, who can ask questions and get answers from other programmers. The site is community driven, good answers get voted up and rise in the list of answers to a question. As a result, any <a href="http://www.joelonsoftware.com/items/2008/09/15.html">discussions among the answers are discouraged</a>, as these will be scrambled, explains Joel Spolsky, one of the founders. Community members can build a reputation by earning points and badges in response to good answers and other activity. <a href="http://www.readwriteweb.com/archives/stackoverlow.php">Marshall Kirkpatrick liked Stack Overflow</a> in his review, and I think it could be a useful service. Marshall requested subscribable feeds for answers to a question. I found a link to an Atom feed for each question, not sure if it is optimal though. There are also feeds for a users top answers and questions, and the top 30 questions for a specific tag. A chronological feed with all questions belonging to a tag would perhaps be more useful.<br />
<span class="tags">Tags: <a rel="tag" href="http://impl.emented.com/tag/programming/">programming</a>, <a rel="tag" href="http://impl.emented.com/tag/web-development/">web development</a></span></li>
<li> Webmonkey has <a href="http://www.webmonkey.com/blog/How_HTML_5_Is_Already_Changing_the_Web">an article about HTML 5</a>, the next specification in works for the HTML language. The latest specification 4.01 was completed in 1999, and we probably will have to wait at least another 10 years for a completed version 5. In the meantime some browser vendors have <a href="http://impl.emented.com/2008/09/10/chrome-pushes-for-a-standards-based-web-a-challenge-to-silverlight-and-flash/">implemented parts of the HTML 5 draft</a>, e.g. the canvas element, and more recently the video element, as I wrote about last week. Browser extensions like Gears, and plugins like Silverlight and Flash also find a niche, where the current standard is lagging behind.<br />
<span class="tags">Tags: <a rel="tag" href="http://impl.emented.com/tag/html5/">HTML5</a>, <a rel="tag" href="http://impl.emented.com/tag/web-standards/">web standards</a></span></li>
<li> Scott Hanselman writes about the <a href="http://www.hanselman.com/blog/MicrosoftIE8AndGoogleChromeProcessesAreTheNewThreads.aspx">use of multiple processes in the Chrome browser and in IE8</a>. Separate processes create a greater degree of isolation between tabs: If one process/tab crashes, the other processes/tabs stay unaffected. The potential overhead of processes vs. threads, and the inter-communication between processes, are really no problem nowadays considering the rapid development of computer hardware.<br />
<span class="tags">Tags: <a rel="tag" href="http://impl.emented.com/tag/chrome/">Chrome</a>, <a rel="tag" href="http://impl.emented.com/tag/ie8/">IE8</a></span></li>
<li> A new tool dubbed <a href="http://www.theregister.co.uk/2008/09/11/cookiemonstor_rampage/">CookieMonster will soon be released to the public.</a> It is able to get hold of user credentials submitted to secured sites via a man-in-the-middle attack. Several banks are identified as insecure. The tool utilizes a programming flaw, where the website developer has failed to designate the authentication cookie as secure.<br />
<span class="tags">Tags: <a rel="tag" href="http://impl.emented.com/tag/security/">security</a></span></li>
<li> <a href="http://atmosphir.com/">Atmosphir, a 3D platform game creation tool</a>, is currently in private beta but expects to open to the public at the end of the year. Atmosphir got one of the five <a href="http://www.techcrunch.com/2008/09/10/yammer-takes-techcrunch50s-top-prize/">jury selection prices at this years TechChrunch50</a>. Hopefully it is fun for creative kids.<br />
<object class="video" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="512" height="312" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="src" value="http://blip.tv/play/AcyiCIeCGw" /><embed type="application/x-shockwave-flash" width="512" height="312" src="http://blip.tv/play/AcyiCIeCGw"></embed></object><br />
<span class="tags">Tags: <a rel="tag" href="http://impl.emented.com/tag/gaming/">gaming</a></span></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://impl.emented.com/2008/09/16/stack-overflow-html-5-chrome-processes-atmosphir/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Chrome Pushes for a Standards Based Web - a Challenge to Silverlight and Flash [Best of Sept. &#039;08 #1]</title>
		<link>http://impl.emented.com/2008/09/10/chrome-pushes-for-a-standards-based-web-a-challenge-to-silverlight-and-flash/</link>
		<comments>http://impl.emented.com/2008/09/10/chrome-pushes-for-a-standards-based-web-a-challenge-to-silverlight-and-flash/#comments</comments>
		<pubDate>Wed, 10 Sep 2008 20:29:20 +0000</pubDate>
		<dc:creator>Jonas Bolinder</dc:creator>
				<category><![CDATA[Chrome]]></category>
		<category><![CDATA[Highlights]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[vision]]></category>
		<category><![CDATA[web standards]]></category>

		<guid isPermaLink="false">http://impl.emented.com/?p=51</guid>
		<description><![CDATA[Chrome pushes for JavaScript and HTML 5. The JavaScript performance of Chrome vs. TraceMonkey. Chrome doing well on the Acid3 test. Chrome as a replacement for the operating system?]]></description>
			<content:encoded><![CDATA[<p>This week was all about <a href="http://impl.emented.com/2008/09/02/chrome-googles-first-steps-towards-an-operating-system/">Chrome</a>, the new fast and minimalistic browser from Google. I now use <a href="http://impl.emented.com/2008/09/10/google-chrome-tips-reducing-high-disk-and-cpu-activity/">Chrome as my default browser</a>, not bad for a 0.2 version.</p>
<ul>
<li> There was some discussion this week about which products and technologies are really <a href="http://www.theregister.co.uk/2008/09/04/chrome_review/">threatened by Google Chrome</a>. I agree with those who argue that other rich Internet application frameworks (RIAs) are the technologies at greatest risk. These include the proprietary <a href="http://news.cnet.com/8301-1001_3-10034365-92.html">Microsoft Silverlight</a> and Adobe Air (with Flash). The <a href="http://ostatic.com/172399-blog/chrome-javascript-and-flash-two-mostly-opposing-views">great promise of the Chrome browser</a> is that it pushes for the open technologies JavaScript and HTML. Chrome comes with a fast JavaScript engine, and with improvements in the JavaScript language itself, as envisioned by the recent <a href="http://impl.emented.com/2008/08/18/ecmascript-harmony-unifies-the-efforts-towards-javascript-20/">ECMAScript Harmony agreement</a>, JavaScript could become a real challenge to the programming languages used in Silverlight (C#) and Flash (ActionScript). ActionScript and JavaScript have the same roots in ECMAScript, but ActionsScript requires a proprietary runtime component (Air or Flash player) to run in the browser, whereas support for JavaScript is built-in into most browsers. Silverlight also requires a proprietary runtime component.
<p>JavaScript can not alone pose a threat to Silverlight or Flash, an enhanced HTML is required, with elements from the emerging <a href="http://www.w3.org/html/wg/html5/">HTML 5 standard</a>, such as the canvas element, for drawing to the screen, and the video element, for displaying video. The <a href="http://en.wikipedia.org/wiki/Canvas_(HTML_element)">canvas element</a> is currently supported by WebKit, the HTML rendering component used in Chrome, and by Gecko, the one used in Firefox, but not natively in IE, though there are workarounds. The latest Firefox 3.1 alpha 2 release includes support for the <a href="http://arstechnica.com/news.ars/post/20080905-first-look-firefox-3-1-alpha-2-officially-released.html">video element</a>.</p>
<p>Another advantage with Chrome is that it comes included with the <a href="http://gears.google.com/">browser extension Gears</a>, which is a JavaScript framework that equips the browser with additional capabilities like offline access for supported sites.<br />
<span class="tags">Tags: <a rel="tag" href="http://impl.emented.com/tag/chrome/">Chrome</a>, <a rel="tag" href="http://impl.emented.com/tag/javascript/">JavaScript</a></span></li>
<li> Last week I posed a question regarding the relative performance of <a href="http://impl.emented.com/2008/09/02/google-in-the-limelight-with-chrome-and-android/">Chrome's JavaScript engine V8 compared to the latest Firefox engine TraceMonkey</a>. Now John Resig has given a <a href="http://ejohn.org/blog/javascript-performance-rundown/">balanced answer</a>, and it turns out that V8 and TraceMonkey are quite comparable. V8 is faster in some tests, in particular those involving recursion, while TraceMonkey is faster in some other tests. For tests including both JavaScript and DOM manipulation, WebKit based browsers like Safari and Chrome are somewhat ahead of TraceMonkey and Firefox 3.0.1. IE is generally lagging behind.<br />
<span class="tags">Tags: <a rel="tag" href="http://impl.emented.com/tag/chrome/">Chrome</a>, <a rel="tag" href="http://impl.emented.com/tag/firefox/">Firefox</a></span></li>
<li> A proof that Chrome is relatively compliant with emerging Web standards is that it <a href="http://news.cnet.com/8301-13515_3-10030962-26.html">performs well on the Acid3 test</a>, with a score of about 78 out of 100.<br />
<span class="tags">Tags: <a rel="tag" href="http://impl.emented.com/tag/chrome/">Chrome</a>, <a rel="tag" href="http://impl.emented.com/tag/web-standards/">web standards</a></span></li>
<li> Finally, Ted Dziuba <a href="http://teddziuba.com/2008/09/a-web-os-are-you-dense.html">challenges</a> my <a href="http://impl.emented.com/2008/09/02/chrome-googles-first-steps-towards-an-operating-system/">comparison of Chrome to an operating system</a> last week, though he probably didn't read my article, instead he mainly goes after a post by Michael Arrington who <a href="http://www.techcrunch.com/2008/09/01/meet-chrome-googles-windows-killer/">labels Chrome</a> "a full on desktop operating system that will compete head on with Windows." Though that expression might be somewhat over the top, I enjoy the vision in the post that eventually the need for a stand-alone desktop operating system will disappear, and that basic OS features might as well be integrated into the browser. A possible solution could be based on a stripped-down version of the Linux OS combined with Google Chrome.<br />
<span class="tags">Tags: <a rel="tag" href="http://impl.emented.com/tag/chrome/">Chrome</a>, <a rel="tag" href="http://impl.emented.com/tag/vision/">vision</a></span></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://impl.emented.com/2008/09/10/chrome-pushes-for-a-standards-based-web-a-challenge-to-silverlight-and-flash/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Chrome Tips: Reducing High Disk and CPU Activity</title>
		<link>http://impl.emented.com/2008/09/10/google-chrome-tips-reducing-high-disk-and-cpu-activity/</link>
		<comments>http://impl.emented.com/2008/09/10/google-chrome-tips-reducing-high-disk-and-cpu-activity/#comments</comments>
		<pubDate>Wed, 10 Sep 2008 11:28:49 +0000</pubDate>
		<dc:creator>Jonas Bolinder</dc:creator>
				<category><![CDATA[Chrome]]></category>

		<guid isPermaLink="false">http://impl.emented.com/?p=50</guid>
		<description><![CDATA[A Google Chrome tips how-to eliminate the browser's excessive hard disk and CPU usage. Plus a link to a full list of keyboard shortcuts.]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" src="http://impl.emented.com/wp-content/images/ChromeLogo.png" alt="Google Chrome Logo" width="155" height="60" /><br />
I've been enjoying a fast and minimalistic browsing experience with Google Chrome for about a week now, and I'm not switching back to IE7, which I admittedly have been using before. Why I'm not using Firefox could be that I've never got dependent on plugins, and the experience with Firefox is somewhat bloated and unpolished in my opinion.</p>
<p>Anyhow, when I first tried Google Chrome I was bothered by occasional periods of high disk and CPU activity, which could last for minutes, or at least it felt like that. Since my hard disk is very loud when reading and writing, it really was bothering. Also the CPU activity was high at those occasions, which raised the CPU temperature, causing the CPU fan to spin, contributing significantly to the noise. This was a real showstopper for me, which felt a bit sad, since I had otherwise enjoyed the experience with Chrome.</p>
<p><img class="alignright" src="http://impl.emented.com/wp-content/images/ChromePhishing.png" alt="Chrome Phishing and Malware option" width="234" height="53" /><br />
Fortunately, after poking around the limited options settings in Chrome, I found a solution: Disable the "Enable phishing and malware protection" option, which is found under the Security section of the "Under the Hood" tab. This solved the problem completely, and Chrome is now very light on CPU and Disk usage. Total CPU usage for a days worth of work only amounts to a few minutes, which is very satisfying.</p>
<p>Of course, disabling a security feature is at your own risk. But in my case it was a matter of being able to use Google Chrome at all.</p>
<p>There's a Lifehacker post with a bunch of <a href="http://lifehacker.com/5045904/the-power-users-guide-to-google-chrome">other tips on using and tweaking Chrome</a>. Look here for a <a href="http://www.google.com/support/chrome/bin/answer.py?answer=95743&amp;topic=14661">full list of keyboard shortcuts</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://impl.emented.com/2008/09/10/google-chrome-tips-reducing-high-disk-and-cpu-activity/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Google in the Limelight with Chrome and Android [Best of August &#039;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>
]]></content:encoded>
			<wfw:commentRss>http://impl.emented.com/2008/09/02/google-in-the-limelight-with-chrome-and-android/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Chrome - Google&#039;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[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>
]]></content:encoded>
			<wfw:commentRss>http://impl.emented.com/2008/09/02/chrome-googles-first-steps-towards-an-operating-system/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
