<?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>satine.org</title>
	<atom:link href="http://www.satine.org/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.satine.org</link>
	<description>charles ying's blog about art, music, and the art of technology</description>
	<lastBuildDate>Wed, 07 Jul 2010 07:08:13 +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>Dashing Xcode</title>
		<link>http://www.satine.org/archives/2010/07/06/dashing-xcode/</link>
		<comments>http://www.satine.org/archives/2010/07/06/dashing-xcode/#comments</comments>
		<pubDate>Tue, 06 Jul 2010 18:50:56 +0000</pubDate>
		<dc:creator>Charles Ying</dc:creator>
				<category><![CDATA[Life]]></category>

		<guid isPermaLink="false">http://www.satine.org/?p=443</guid>
		<description><![CDATA[Jesper thinks that Apple is working on a new language. I&#8217;ve posted something similar in 2007, but a lot has happened in 3 years.

I believe Apple&#8217;s new runtime language successor to be (or very close to) JavaScript with an Objective-C bridge. Here&#8217;s why:


JavaScript is already one of the iOS platform languages.
JavaScriptCore Nitro is fast.
JavaScriptCore already [...]]]></description>
			<content:encoded><![CDATA[<p>Jesper <a href="http://waffle.wootest.net/2010/06/19/surpass/">thinks that Apple is working on a new language</a>. I&#8217;ve posted <a href="http://www.satine.org/archives/2007/02/01/connect-the-dots-iphone-graphics-os-x-llvm-arm-and-ruby/">something similar in 2007</a>, but a lot has happened in 3 years.</p>

<p>I believe Apple&#8217;s new runtime language successor to be (or very close to) JavaScript with an Objective-C bridge. Here&#8217;s why:</p>

<ol>
<li>JavaScript is already one of the <a href="http://daringfireball.net/2010/04/iphone_agreement_bans_flash_compiler">iOS platform languages</a>.</li>
<li>JavaScriptCore Nitro is fast.</li>
<li>JavaScriptCore <a href="http://developer.apple.com/mac/library/documentation/AppleApplications/Conceptual/SafariJSProgTopics/Tasks/ObjCFromJavaScript.html">already bridges with Objective-C</a>.</li>
<li>Apple uses JavaScript in deep, key areas: iAd, iTunes 9, Mobile Me</li>
<li>DashCode (and <a href="http://daringfireball.net/2009/12/pastrykit">PastryKit</a>).</li>
</ol>

<p>Apple is probably still sorting out:</p>

<ol>
<li>Security + sandboxes. I once asked Doug Crockford <a href="http://developer.yahoo.com/yui/theater/video.php?v=crockford-yuiconf2009-state">what he thought</a> was in JavaScript&#8217;s future and this was it.</li>
<li>LLVM compilation. For Apple, it makes sense to have a compiled language story that improves JavaScript performance even further via compile-time analysis and optimization, courtesy of LLVM. It&#8217;s great for iOS code validation too.</li>
<li>Framework design. Apple is known for taking time to try out features and APIs to <a href="http://www.marco.org/769340032">get them right</a> before publishing them.</li>
</ol>

<p><strong>Update</strong> To Jesper&#8217;s <a href="http://waffle.wootest.net/2010/07/06/xlang-clarifications/">point about replacing Objective-C</a>. I believe this successor adds a new level to the Apple language family and doesn&#8217;t replace Objective-C. Use JavaScript where appropriate: high level memory safe, dynamic, functional code with a productive, concise syntax. Drop into Objective-C to do performant, memory efficient, or security-privileged things. Drop into C for more speed, more efficiency. It&#8217;s turtles all the way down, and in many ways, we&#8217;re already there.</p>

<p>Technorati Tags: <a href="http://technorati.com/tag/Apple" rel="tag">Apple</a>, <a href="http://technorati.com/tag/LLVM" rel="tag"> LLVM</a>, <a href="http://technorati.com/tag/JavaScript" rel="tag"> JavaScript</a>, <a href="http://technorati.com/tag/WebKit" rel="tag"> WebKit</a>, <a href="http://technorati.com/tag/Objective-C" rel="tag"> Objective-C</a></p>

]]></content:encoded>
			<wfw:commentRss>http://www.satine.org/archives/2010/07/06/dashing-xcode/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Fortune Favors the Brave</title>
		<link>http://www.satine.org/archives/2010/04/11/fortune-favors-the-brave/</link>
		<comments>http://www.satine.org/archives/2010/04/11/fortune-favors-the-brave/#comments</comments>
		<pubDate>Sun, 11 Apr 2010 17:58:57 +0000</pubDate>
		<dc:creator>Charles Ying</dc:creator>
				<category><![CDATA[Life]]></category>

		<guid isPermaLink="false">http://www.satine.org/?p=434</guid>
		<description><![CDATA[Section 3.3.1 of the iPhone SDK Agreement:


  3.3.1 — Applications may only use Documented APIs in the manner prescribed by Apple and must not use or call any private APIs. Applications must be originally written in Objective-C, C, C++, or JavaScript as executed by the iPhone OS WebKit engine, and only code written in [...]]]></description>
			<content:encoded><![CDATA[<p>Section 3.3.1 of the iPhone SDK Agreement:</p>

<blockquote>
  <p>3.3.1 — Applications may only use Documented APIs in the manner prescribed by Apple and must not use or call any private APIs. Applications must be originally written in Objective-C, C, C++, or JavaScript as executed by the iPhone OS WebKit engine, and only code written in C, C++, and Objective-C may compile and directly link against the Documented APIs (e.g., Applications that link to Documented APIs through an intermediary translation or compatibility layer or tool are prohibited).</p>
</blockquote>

<p>The thing to understand about Section 3.3.1. is that it is the legal letter of the SDK agreement, but not the <a href="http://daringfireball.net/2010/04/reading_between_the_iphone_os_4_lines">desired intent</a>.</p>

<p>Developers are allowed to use SQL for database operations. Developers are encouraged to use <a href="http://en.wikipedia.org/wiki/GLSL">GLSL</a> via OpenGL ES 2.0 for fast graphics. SQL and GLSL are not languages in the Objective-C family and they are compiled / interpreted. But they also don&#8217;t directly link against the Documented APIs (e.g., there&#8217;s no &#8220;SELECT subviews FROM UIView&#8221;). </p>

<p>Regular expressions and XSLT (ugh) are also similarly permitted.</p>

<p>How I intend to interpret Section 3.3.1., as an independent iPhone developer is as follows: 
Use Objective-C where it makes the most sense: directly interfacing with the iPhone SDK. When I need different tools to achieve something application specific, like an AI in Lua or printing commands in PostScript, I&#8217;m going to use them.</p>

<p>For me personally, I feel that this is what Apple permits and practices in the course of mobile software development.</p>

<p>Practices? Yeah. Have you looked at what iPhone OS itself uses? XML and JSON for data serialization. Nibs, property lists, XSLT in XML domain specific languages. <a href="http://tinyscheme.sourceforge.net/home.html">TinyScheme</a> to interpret Scheme code for sandboxed process permissions. <a href="http://hunspell.sourceforge.net/">hunspell</a>&#8217;s DSL drive the spell check dictionaries.</p>

<p>For sure, Apple has impure motives. But that doesn&#8217;t mean they&#8217;re wrong. Mobile constraints are different. Battery life and performance matter. A lot.</p>

<p>Use the right tools for the job: Objective-C when talking to iPhone OS. But whatever your application&#8217;s brain needs to <a href="http://en.wikipedia.org/wiki/Think_Different">think different</a>.</p>

<p>Technorati Tags: <a href="http://technorati.com/tag/Apple" rel="tag">Apple</a>, <a href="http://technorati.com/tag/iPhone" rel="tag"> iPhone</a>, <a href="http://technorati.com/tag/Flash" rel="tag"> Flash</a>, <a href="http://technorati.com/tag/programming" rel="tag"> programming</a>, <a href="http://technorati.com/tag/languages" rel="tag"> languages</a>, <a href="http://technorati.com/tag/mobile" rel="tag"> mobile</a></p>

]]></content:encoded>
			<wfw:commentRss>http://www.satine.org/archives/2010/04/11/fortune-favors-the-brave/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The LOST iPad Icon</title>
		<link>http://www.satine.org/archives/2010/02/02/the-lost-ipad-icon/</link>
		<comments>http://www.satine.org/archives/2010/02/02/the-lost-ipad-icon/#comments</comments>
		<pubDate>Wed, 03 Feb 2010 07:31:45 +0000</pubDate>
		<dc:creator>Charles Ying</dc:creator>
				<category><![CDATA[Life]]></category>

		<guid isPermaLink="false">http://www.satine.org/?p=426</guid>
		<description><![CDATA[The iPhone was introduced at Macworld 2007 without one mystery app. Apple later revealed that mystery app only 9 days before the iPhone launch to be YouTube which propelled iPhone hype into orbit.

With 52 days to go, and the iPad rumor mill kicking into gear, the question of the day is, &#8220;what is the iPad&#8217;s [...]]]></description>
			<content:encoded><![CDATA[<p>The iPhone was introduced at Macworld 2007 without one mystery app. Apple later revealed that mystery app only 9 days before the iPhone launch to be <a href="http://www.apple.com/pr/library/2007/06/20youtube.html">YouTube</a> which propelled iPhone hype into orbit.</p>

<p>With 52 days to go, and the iPad rumor mill kicking into gear, the question of the day is, &#8220;what is the iPad&#8217;s mystery icon?&#8221;</p>

<p>So, if you think it&#8217;s crazy for Apple to be hiding mystery iPad <a href="http://fury.com/2010/02/do-the-ipads-missing-apps-point-to-a-multitasking-dashboard/">software</a> and <a href="http://cache.gawker.com/assets/images/4/2010/02/roncassel.jpg">hardware</a>, remember that history tends to iRepeat itself.</p>

<p>Personally, I&#8217;m looking forward to iChat and <a href="http://daringfireball.net/linked/2010/02/02/fox-widgets">Dashboard widgets on  iPad</a>.</p>

<p><b>Update:</b> Felipe makes a good point in the comments. On June 18, 2007, 11 days before the iPhone launch, Apple also upgraded the display hardware from <a href="http://www.apple.com/pr/library/2007/06/18iphone.html">plastic to glass</a>. Glass display parts are $16 today, while camera parts are roughly $10.</p>

<p>Technorati Tags: <a href="http://technorati.com/tag/iPad" rel="tag">iPad</a>, <a href="http://technorati.com/tag/YouTube" rel="tag"> YouTube</a>, <a href="http://technorati.com/tag/Apple" rel="tag"> Apple</a></p>

]]></content:encoded>
			<wfw:commentRss>http://www.satine.org/archives/2010/02/02/the-lost-ipad-icon/feed/</wfw:commentRss>
		<slash:comments>22</slash:comments>
		</item>
		<item>
		<title>The Tablet Specs</title>
		<link>http://www.satine.org/archives/2010/01/26/the-tablet-specs/</link>
		<comments>http://www.satine.org/archives/2010/01/26/the-tablet-specs/#comments</comments>
		<pubDate>Wed, 27 Jan 2010 06:32:17 +0000</pubDate>
		<dc:creator>Charles Ying</dc:creator>
				<category><![CDATA[Life]]></category>

		<guid isPermaLink="false">http://www.satine.org/archives/2010/01/26/the-tablet-specs/</guid>
		<description><![CDATA[Revisiting my predictions from December 2008, here&#8217;s what I think we&#8217;ll see tomorrow. Guesses, instead of insider intel.


1440 x 960 10&#8243; multi-touch display &#8211; Even multiples of iPhone OS resolution for easy app scaling up
ARM Cortex A9 CPU &#8211; Fast with long battery life
PowerVR SGX 545 GPU &#8211; OpenCL, baby!
iPhone OS 4.0 &#8211; With tablet [...]]]></description>
			<content:encoded><![CDATA[<p>Revisiting <a href="http://www.satine.org/archives/2008/12/30/macworld-2009-predictions/">my predictions from December 2008</a>, here&#8217;s what I think we&#8217;ll see tomorrow. Guesses, instead of insider intel.</p>

<ul>
<li><strong>1440 x 960 10&#8243; multi-touch display</strong> &#8211; Even multiples of iPhone OS resolution for easy app scaling up</li>
<li><strong>ARM Cortex A9 CPU</strong> &#8211; Fast with long battery life</li>
<li><strong>PowerVR SGX 545 GPU</strong> &#8211; <a href="http://www.imgtec.com/news/release/index.asp?newsid=516">OpenCL, baby!</a></li>
<li><strong>iPhone OS 4.0</strong> &#8211; With tablet frameworks and multitasking</li>
<li><strong>$599 / $699</strong> &#8211; Quoting <a href="http://bits.blogs.nytimes.com/2008/10/21/read-my-lips/">Steve Jobs</a>, &#8220;We don&#8217;t know how to make a sub-$500 computer that&#8217;s not a piece of junk&#8221;.</li>
<li><strong>Names: iBook, Canvas&#8230; or iDroid XP 2010 Tablet Edition</strong></li>
</ul>

<p>Technorati Tags: <a href="http://technorati.com/tag/Apple" rel="tag">Apple</a>, <a href="http://technorati.com/tag/tablet" rel="tag"> tablet</a>, <a href="http://technorati.com/tag/finally" rel="tag"> finally</a>, <a href="http://technorati.com/tag/PowerVR" rel="tag"> PowerVR</a>, <a href="http://technorati.com/tag/GPU" rel="tag"> GPU</a>, <a href="http://technorati.com/tag/iPhone" rel="tag"> iPhone</a></p>

]]></content:encoded>
			<wfw:commentRss>http://www.satine.org/archives/2010/01/26/the-tablet-specs/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Can I get a JooJoo with a GPU?</title>
		<link>http://www.satine.org/archives/2009/12/08/gpu-my-joojoo/</link>
		<comments>http://www.satine.org/archives/2009/12/08/gpu-my-joojoo/#comments</comments>
		<pubDate>Tue, 08 Dec 2009 16:17:08 +0000</pubDate>
		<dc:creator>Charles Ying</dc:creator>
				<category><![CDATA[Life]]></category>

		<guid isPermaLink="false">http://www.satine.org/?p=415</guid>
		<description><![CDATA[From watching videos of JooJoo, UI latency and scrolling performance look awful.

It seems that all rendering is done on the CPU, when it should&#8217;ve been on a GPU accelerated compositor or tiled surface manager. 

That would save significant battery life (which we haven&#8217;t heard anything about) and really kick ass at performance.

Offloading rendering to the [...]]]></description>
			<content:encoded><![CDATA[<p>From <a href="http://www.engadget.com/2009/12/08/joojoo-tablet-hands-on-video/">watching videos of JooJoo</a>, UI latency and scrolling performance look awful.</p>

<p>It seems that all rendering is done on the CPU, when it should&#8217;ve been on a <a href="http://en.wikipedia.org/wiki/Core_Animation">GPU accelerated compositor</a> or <a href="http://developer.apple.com/iphone/library/documentation/UIKit/Reference/UIScrollView_Class/Reference/UIScrollView.html">tiled surface manager</a>. </p>

<p>That would save significant battery life (which we haven&#8217;t heard anything about) and really kick ass at performance.</p>

<p>Offloading rendering to the GPU also frees you up to, oh, say, reliably detect touch input events.</p>

<p>System on Chip GPU + CPU combos are fairly inexpensive parts these days. Even with a GPU as simple as the first gen iPhone PowerVR MBX lite would&#8217;ve had reasonable performance.</p>

<p>UI latency and scrolling performance make all the difference in multi-touch form factor devices. A true multi-touch contender needs to get this right. </p>

<h2>Update:</h2>

<p>I just realized that JooJoo plays video smoothly at 1080p. So they definitely have a GPU or DSP in there. They&#8217;re so close, they just need to get the software up to snuff, maybe with <a href="http://www.clutter-project.org/">Clutter</a>?</p>

<p>More Reading:
<a href="http://www.satine.org/archives/2009/12/02/mobile-phone-gpu/">On Mobile Phone OS Design and GPUs</a></p>

<p>Technorati Tags: <a href="http://technorati.com/tag/JooJoo" rel="tag"> JooJoo</a>, <a href="http://technorati.com/tag/GPU" rel="tag"> GPU</a>, <a href="http://technorati.com/tag/CrunchPad" rel="tag"> CrunchPad</a>, <a href="http://technorati.com/tag/Arrington" rel="tag"> Arrington</a>, <a href="http://technorati.com/tag/TechCrunch" rel="tag"> TechCrunch </a></p>

]]></content:encoded>
			<wfw:commentRss>http://www.satine.org/archives/2009/12/08/gpu-my-joojoo/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>On Mobile Phone OS Design and GPUs</title>
		<link>http://www.satine.org/archives/2009/12/02/mobile-phone-gpu/</link>
		<comments>http://www.satine.org/archives/2009/12/02/mobile-phone-gpu/#comments</comments>
		<pubDate>Thu, 03 Dec 2009 05:35:19 +0000</pubDate>
		<dc:creator>Charles Ying</dc:creator>
				<category><![CDATA[Life]]></category>

		<guid isPermaLink="false">http://www.satine.org/?p=402</guid>
		<description><![CDATA[Mobile phones have really big screens.

Tablets will have even bigger screens.

If you want your mobile phone OS to matter in 2010, you&#8217;d better optimize for rendering graphics on the GPU.

GPUs are far more power efficient and faster at drawing graphics. As mobile device screens get really large, drawing the graphics &#8220;old school&#8221; on the CPU [...]]]></description>
			<content:encoded><![CDATA[<p>Mobile phones have really big screens.</p>

<p>Tablets will have even bigger screens.</p>

<p><b>If you want your mobile phone OS to matter in 2010, you&#8217;d better optimize for rendering graphics on the GPU.</b></p>

<p>GPUs are far more power efficient and faster at drawing graphics. As mobile device screens get really large, drawing the graphics &#8220;old school&#8221; on the CPU is moving from &#8220;unacceptable&#8221; to &#8220;impossible&#8221; pretty quickly.</p>

<p>Today, Motorola Droid runs at about half the frame rate of iPhone 3GS. The GPU in both is a PowerVR SGX 530 series chip.*</p>

<p>A PowerVR SGX 530 has a fill rate of 200 million pixels per second. That means Motorola Droid&#8217;s GPU could theoretically drive 8 full screen refreshes at 60 fps on a Droid-sized (WVGA) screen. All without the CPU&#8217;s help.</p>

<p>Parts of <a href="http://developer.android.com/reference/android/view/Surface.html">Android&#8217;s graphics subsystem</a> seem to be GPU accelerated, but <a href="http://alsop-louie.com/gadgets/droid-doesnt-its-not-ready-for-prime-time/">more is needed.</a></p>

<p>Imagine if the Android UX ran at a rock solid 60 fps. Then, I think we&#8217;d have something pretty sexy.</p>

<p>I wonder if Apple&#8217;s PA Semiconductor unit is designing GPUs instead of CPUs?</p>

<p><i>&#42; It&#8217;s unclear what the exact model of the iPhone 3GS GPU is, and so the exact fill rate is not known&#8230; (though if it were, say, a PowerVR SGX 535, its fill rate would be 400 million pixels per second)</i></p>

<p>Technorati Tags: <a href="http://technorati.com/tag/Android" rel="tag">Android</a>, <a href="http://technorati.com/tag/Droid" rel="tag"> Droid</a>, <a href="http://technorati.com/tag/Motorola" rel="tag"> Motorola</a>, <a href="http://technorati.com/tag/Apple" rel="tag"> Apple</a>, <a href="http://technorati.com/tag/Google+iPhone" rel="tag"> Google iPhone</a>, <a href="http://technorati.com/tag/GPU" rel="tag"> GPU</a>, <a href="http://technorati.com/tag/PowerVR" rel="tag"> PowerVR</a>, <a href="http://technorati.com/tag/graphics" rel="tag"> graphics</a></p>

]]></content:encoded>
			<wfw:commentRss>http://www.satine.org/archives/2009/12/02/mobile-phone-gpu/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Chocolux for WebGL = GPU raytracing in browser</title>
		<link>http://www.satine.org/archives/2009/10/18/chocolux-webgl/</link>
		<comments>http://www.satine.org/archives/2009/10/18/chocolux-webgl/#comments</comments>
		<pubDate>Mon, 19 Oct 2009 06:41:28 +0000</pubDate>
		<dc:creator>Charles Ying</dc:creator>
				<category><![CDATA[Life]]></category>

		<guid isPermaLink="false">http://www.satine.org/?p=394</guid>
		<description><![CDATA[I&#8217;ve just finished my port of Chocolux for WebGL (click for demo page).

Chocolux is a real-time recursive GPU raytracer using four spheres by Auld. Today, Chocolux now can run in your web browser.



The implications of this are pretty mind blowing. WebGL now allows compiled code to run on the GPU. Imagine what games, image processing, [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve just finished my port of <a href="http://satine.org/research/webkit/webgl/chocolux.html">Chocolux for WebGL</a> (click for demo page).</p>

<p>Chocolux is a real-time recursive GPU raytracer using four spheres by Auld. Today, Chocolux now can run in your web browser.</p>

<p><object width="320" height="265"><param name="movie" value="http://www.youtube.com/v/au1j1hV9H5U&#038;hl=en&#038;fs=1&#038;"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/au1j1hV9H5U&#038;hl=en&#038;fs=1&#038;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="320" height="265"></embed></object></p>

<p>The implications of this are pretty mind blowing. WebGL now allows compiled code to run on the GPU. Imagine what games, image processing, and applications will be possible with compiled shaders and general GPU computing (OpenCL?) now in the browser. And with WebGL gaining widespread adoption, it&#8217;s going to be here fairly soon.*</p>

<p>For more information about cutting edge fragment shader GPU raytracing and rendering, check out <a href="http://www.iquilezles.org/www/material/nvscene2008/rwwtt.pdf">Rendering Worlds with Two Triangles</a> (PDF).</p>

<p>*pending completion of a stable WebGL spec, naturally.</p>

<p>Technorati Tags: <a href="http://technorati.com/tag/OpenGL" rel="tag">OpenGL</a>, <a href="http://technorati.com/tag/WebGL" rel="tag"> WebGL</a>, <a href="http://technorati.com/tag/graphics" rel="tag"> graphics</a>, <a href="http://technorati.com/tag/GPU" rel="tag"> GPU</a>, <a href="http://technorati.com/tag/raytracing" rel="tag"> raytracing</a>, <a href="http://technorati.com/tag/OpenCL" rel="tag"> OpenCL</a></p>

]]></content:encoded>
			<wfw:commentRss>http://www.satine.org/archives/2009/10/18/chocolux-webgl/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Wuh Working Group</title>
		<link>http://www.satine.org/archives/2009/10/16/wuh-working-group/</link>
		<comments>http://www.satine.org/archives/2009/10/16/wuh-working-group/#comments</comments>
		<pubDate>Fri, 16 Oct 2009 21:42:23 +0000</pubDate>
		<dc:creator>Charles Ying</dc:creator>
				<category><![CDATA[Life]]></category>

		<guid isPermaLink="false">http://www.satine.org/?p=377</guid>
		<description><![CDATA[
cying: how is WHATWG pronounced?
cying: &#8220;what working group&#8221; ?
tantek: or &#8220;what double you gee&#8221;
Hixie: i pronounce it &#8220;whatwuhjee&#8221;
cying: Hixie: interesting&#8230; wuhjee?
tantek: Hixie, makes sense, like &#8220;wuh wuh wuh dot &#8230;&#8221;
Hixie: yeah
Hixie: or wuhwuhstyle for www-style
gavin: weird!
AryehGregor: &#8220;www&#8221; is remarkable, as an abbreviation that takes like twice as long to say as the thing it ostensibly [...]]]></description>
			<content:encoded><![CDATA[<div style="font-family: Monaco, sans-serif">
cying: how is WHATWG pronounced?<br/>
cying: &#8220;what working group&#8221; ?<br/>
tantek: or &#8220;what double you gee&#8221;<br/>
Hixie: i pronounce it &#8220;whatwuhjee&#8221;<br/>
cying: Hixie: interesting&#8230; wuhjee?<br/>
tantek: Hixie, makes sense, like &#8220;wuh wuh wuh dot &#8230;&#8221;<br/>
Hixie: yeah<br/>
Hixie: or wuhwuhstyle for www-style<br/>
gavin: weird!<br/>
AryehGregor: &#8220;www&#8221; is remarkable, as an abbreviation that takes like twice as long to say as the thing it ostensibly abbreviates.<br/>
Hixie: it&#8217;s an abbreviation for writing<br/>
Hixie: not talking<br/>
Philip: AryehGregor: How do you get &#8220;twice&#8221;?<br/>
Philip: given that &#8220;w&#8221; is three syllables<br/>
AryehGregor: &#8220;like&#8221;<br/>
AryehGregor: Closer to three times, it&#8217;s true.<br/>
Philip: Two is not much like three<br/>
TabAtkins: I pronounce WHATWG as &#8220;what&#8221;+&#8221;wig&#8221;.<br/>
TabAtkins: And when pronouncing &#8220;www&#8221; I say &#8220;dub dub dub&#8221;.<br/>
TabAtkins: (A shortening of &#8220;dubya&#8221;, the texan way to pronounce that letter.)<br/>
• Philip pronounces WHATWG as &#8220;what&#8221;+mumble, because he never actually says it out loud and in his own brain he doesn&#8217;t need to 
pronounce the entire word to know what he&#8217;s thinking of<br/>
TabAtkins: I pronounce all of my acronyms as words.  HTML is &#8220;heh teh mul&#8221;, CSS is &#8220;sess es&#8221;, etc.<br/>
Philip: TabAtkins: You&#8217;re weird<br/>
Philip: I thought everyone said &#8220;HTML&#8221; as four letters <br/>
TabAtkins: Philip: I save a syllable, and the leftover syllables are easier to say quickly too.<br/>
Philip: TabAtkins: If the primary requirement is saving syllables, you could just grunt<br/>
TabAtkins: But then other people don&#8217;t have a chance of understanding me.  Plus my language organ isn&#8217;t trained to recognize or 
produce meaningfully grunting beyond the existing near-primal sounds we all make.<br/>
</div>

]]></content:encoded>
			<wfw:commentRss>http://www.satine.org/archives/2009/10/16/wuh-working-group/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Chrome Frame</title>
		<link>http://www.satine.org/archives/2009/09/22/google-chrome-fram/</link>
		<comments>http://www.satine.org/archives/2009/09/22/google-chrome-fram/#comments</comments>
		<pubDate>Wed, 23 Sep 2009 00:48:24 +0000</pubDate>
		<dc:creator>Charles Ying</dc:creator>
				<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://www.satine.org/?p=373</guid>
		<description><![CDATA[Google Chrome Frame is huge.

Revisiting my post on Google Chrome Lite from February:


  In 2009, Google should embed Google Chrome into Google Toolbar, which has a HUGE install base. This would be a huge driver to accelerate Google&#8217;s web platform, convert more folks over to a modern browser experience. Imagine a Chrome &#8220;Lite&#8221; running [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://blog.chromium.org/2009/09/introducing-google-chrome-frame.html">Google Chrome Frame is huge.</a></p>

<p>Revisiting my post on <a href="http://www.satine.org/archives/2009/02/19/on-google-chrome-lite/">Google Chrome Lite from February</a>:</p>

<blockquote>
  <p>In 2009, Google should embed Google Chrome into Google Toolbar, which has a HUGE install base. This would be a huge driver to accelerate Google&#8217;s web platform, convert more folks over to a modern browser experience. Imagine a Chrome &#8220;Lite&#8221; running inside Toolbar inside IE, billed as a &#8220;web accelerator&#8221;.</p>
</blockquote>

<p>(Insert humorous smug remark here. Okay, it&#8217;s out of my system.)</p>

<p>This is the right strategy for Google to use against Microsoft in the browser wars. Google&#8217;s 2009 playbook probably looks similar to this:</p>

<ol>
<li>Let Google Chrome Frame mature in open source into a completely awesome (and hopefully secure) web plugin. Web developers get excited and really start using HTML5 instead of talking about it. Security issues are vetted and addressed.</li>
<li>Bundle Chrome Frame 1.0 into Google Toolbar (hell, Google everything), with huge established (and unpublicized to date) distribution.</li>
<li>Launch both as part of a multi-prong &#8220;death by a thousand cuts&#8221; attack (Chrome standalone, OEM, Chrome OS, Chrome Mobile, YouTube HTML5 video, etc.) on Internet Explorer.</li>
<li>???</li>
<li>Profit!</li>
</ol>

<p>What should Microsoft do? Get busy. Find a differentiator (graphics, JavaScript, sync, hardware port, XBOX, etc.), <a href="http://gizmodo.com/5079630/ballmer-on-webkit-we-may-look-at-that">stop looking at WebKit</a> and start shipping it already.</p>

<p><object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/sjW0Bchdj-w&#038;color1=0xb1b1b1&#038;color2=0xcfcfcf&#038;feature=player_embedded&#038;fs=1"></param><param name="allowFullScreen" value="true"></param><param name="allowScriptAccess" value="always"></param><embed src="http://www.youtube.com/v/sjW0Bchdj-w&#038;color1=0xb1b1b1&#038;color2=0xcfcfcf&#038;feature=player_embedded&#038;fs=1" type="application/x-shockwave-flash" allowfullscreen="true" allowScriptAccess="always" width="425" height="344"></embed></object></p>

<p>Technorati Tags: <a href="http://technorati.com/tag/Google+Chrome+Frame" rel="tag">Google Chrome Frame</a>, <a href="http://technorati.com/tag/Chrome" rel="tag"> Chrome</a>, <a href="http://technorati.com/tag/WebKit" rel="tag"> WebKit</a>, <a href="http://technorati.com/tag/Microsoft" rel="tag"> Microsoft</a>, <a href="http://technorati.com/tag/Internet+Explorer" rel="tag"> Internet Explorer</a></p>

]]></content:encoded>
			<wfw:commentRss>http://www.satine.org/archives/2009/09/22/google-chrome-fram/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Does iTunes 9 use WebKit?</title>
		<link>http://www.satine.org/archives/2009/09/09/does-itunes-9-use-webkit/</link>
		<comments>http://www.satine.org/archives/2009/09/09/does-itunes-9-use-webkit/#comments</comments>
		<pubDate>Wed, 09 Sep 2009 19:26:42 +0000</pubDate>
		<dc:creator>Charles Ying</dc:creator>
				<category><![CDATA[Life]]></category>

		<guid isPermaLink="false">http://www.satine.org/?p=368</guid>
		<description><![CDATA[So, was John Gruber right? This is what I found while browsing the new iTunes Store (cool stuff, btw!):

User-Agent: iTunes/9.0 (Macintosh; Intel Mac OS X 10.5.8) AppleWebKit/531.9

Survey says: Yes. 

It&#8217;s important to understand that iTunes is only using WebKit to render the iTunes Store and iTunes LP. The rest of the iTunes UI still remains [...]]]></description>
			<content:encoded><![CDATA[<p>So, was <a href="http://daringfireball.net/2009/09/rock_and_roll_prelude">John Gruber</a> right? This is what I found while browsing the new iTunes Store (cool stuff, btw!):</p>

<p><code>User-Agent: iTunes/9.0 (Macintosh; Intel Mac OS X 10.5.8) AppleWebKit/531.9</code></p>

<p>Survey says: <b>Yes.</b> </p>

<p>It&#8217;s important to understand that iTunes is only using WebKit to render the iTunes Store and iTunes LP. The rest of the iTunes UI still remains native in Carbon.</p>

<p>Previous versions of iTunes had a custom native UI for viewing the iTunes Store and were definitely not WebKit based prior to iTunes 9.</p>

<p>Technorati Tags: <a href="http://technorati.com/tag/Apple" rel="tag">Apple</a>, <a href="http://technorati.com/tag/iTunes" rel="tag"> iTunes</a>, <a href="http://technorati.com/tag/WebKit" rel="tag"> WebKit</a></p>

]]></content:encoded>
			<wfw:commentRss>http://www.satine.org/archives/2009/09/09/does-itunes-9-use-webkit/feed/</wfw:commentRss>
		<slash:comments>35</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic page generated in 0.490 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2010-09-02 09:39:03 -->
