<?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 &#187; Apple</title>
	<atom:link href="http://www.satine.org/archives/tag/apple/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.satine.org</link>
	<description>by Charles Ying</description>
	<lastBuildDate>Thu, 02 Feb 2012 00:47:59 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>The Care and Feeding of the Android GPU</title>
		<link>http://www.satine.org/archives/2011/01/01/the-care-and-feeding-of-the-android-gpu/</link>
		<comments>http://www.satine.org/archives/2011/01/01/the-care-and-feeding-of-the-android-gpu/#comments</comments>
		<pubDate>Sat, 01 Jan 2011 23:33:57 +0000</pubDate>
		<dc:creator>Charles Ying</dc:creator>
				<category><![CDATA[Life]]></category>
		<category><![CDATA[Android]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[GPU]]></category>
		<category><![CDATA[Mobile]]></category>

		<guid isPermaLink="false">http://www.satine.org/?p=471</guid>
		<description><![CDATA[Android has two major technical UX problems: animation performance and touch responsiveness. Android&#8217;s UX architecture needs work. UI compositing and the view system are both primarily done in software. Garbage collection and async operations frequently block UI rendering. Android team members are still in denial on the importance of GPU acceleration. They recommend eliminating garbage [...]]]></description>
			<content:encoded><![CDATA[<p>Android has two major technical UX problems: animation performance and touch responsiveness. </p>

<p>Android&#8217;s UX architecture needs work. UI compositing and the view system are both primarily done in software. Garbage collection and async operations frequently block UI rendering. </p>

<p>Android team members are still <a href="http://code.google.com/p/android/issues/detail?id=6914">in denial on the importance of GPU acceleration</a>. They recommend <a href="http://www.curious-creature.org/2010/12/02/android-graphics-animations-and-tips-tricks/">eliminating garbage collection to improve animation performance</a>. They say <a href="http://twitter.com/romainguy/status/26376917124">drawing isn&#8217;t the bottleneck</a> and GPU accelerated 2D drawing won&#8217;t yield good results:</p>

<p><blockquote class="lengthy">
&#8220;It is very naive to think that using the GPU to render text and bitmaps is suddenly going to fix every issue you may see. There are <em>many</em> things that can be done to improve performance of the UI without using the GPU. Notably improving touch events dispatching, reducing garbage collection pauses, asynchronous operations to avoid blocking the UI thread, etc. A one year old NexusOne (and other devices before) is perfectly capable of scrolling a list at close to 60fps (limited by the display’s refresh rate.) Using GPUs to do 2D rendering can introduce other types of inefficiencies (fillrate can be an issue, some primitives like arbitrary shapes are complicated to render with antialiasing, textures need to be uploaded, shaders compiled, etc.) I am not saying we won’t do GPU rendering for the UI (I have worked on it myself a couple of times to test it) but please stop assuming that this is what has to be done <em>right now</em>.&#8221;
</blockquote><cite>&mdash; <a href="http://www.curious-creature.org/2010/12/02/android-graphics-animations-and-tips-tricks/comment-page-1/#comment-4877">Romain Guy</a>, Android software engineer</cite></p>

<p>No one is saying that Android&#8217;s &#8220;2D primitive drawing&#8221; needs GPU acceleration. It&#8217;s Android&#8217;s view system and animation compositor that needs GPU acceleration. To compare, Core Graphics is still mostly software based while Core Animation is entirely GPU accelerated.</p>

<p>Look at <a href="http://www.youtube.com/watch?v=MkZZXeF5uV8">Samsung&#8217;s Galaxy S browser</a>. <a href="http://code.google.com/p/android/issues/detail?id=13404&amp;q=GPU&amp;colspec=ID%20Type%20Status%20Owner%20Summary%20Stars">GPU accelerated and tile-based</a>. I&#8217;m told it&#8217;s a result of Samsung&#8217;s <a href="http://androidandme.com/2010/03/news/samsung-galaxy-s-hummingbird-chip-to-have-3x-gpu-power-of-snapdragon/">PowerVR</a> GPU optimizations. Smooth as butter, runs circles around the Nexus S Gingerbread browser on the same hardware!</p>

<p>Stop executing Dalvik Java VM code on every animation frame. Use the programmable GPU graphics pipeline. Add a scene graph if it makes sense. Run it on a separate thread. You might even get <a href="http://www.curious-creature.org/2010/12/04/gingerbread-and-32-bits-windows/">32-bit graphics</a> along the way.</p>

<p>Android engineers say that better hardware will eventually solve the problem &mdash; an insane rationale for the problem. On mobile, <strong>power efficiency is king</strong>. Throwing dual cores or more GHz at the problem is just going to get you more average performance with zero battery life, and even then, <a href="http://www.satine.org/archives/2009/12/02/mobile-phone-gpu/">as long as your screen doesn&#8217;t get too big</a>.</p>

<p>Wake up, Android team. <a href="http://www.anandtech.com/show/2969/windows-phone-7-series-the-anandtech-guide/13">Windows Phone 7 just lapped you</a>.</p>

<p><strong>Update:</strong> <a href="http://news.ycombinator.com/item?id=2061722">Additional discussion</a> on Hacker News.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.satine.org/archives/2011/01/01/the-care-and-feeding-of-the-android-gpu/feed/</wfw:commentRss>
		<slash:comments>78</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>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[iPad]]></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 [...]]]></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>26</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>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[iTunes]]></category>
		<category><![CDATA[webkit]]></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 [...]]]></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>
		<item>
		<title>The Real Truth about Apple, Google and CrunchPad</title>
		<link>http://www.satine.org/archives/2009/08/22/the-real-truth-about-apple-google-and-crunchpad/</link>
		<comments>http://www.satine.org/archives/2009/08/22/the-real-truth-about-apple-google-and-crunchpad/#comments</comments>
		<pubDate>Sat, 22 Aug 2009 19:17:54 +0000</pubDate>
		<dc:creator>Charles Ying</dc:creator>
				<category><![CDATA[Life]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[TechCrunch]]></category>

		<guid isPermaLink="false">http://www.satine.org/archives/2009/08/22/the-real-truth-about-apple-google-and-crunchpad/</guid>
		<description><![CDATA[Just remember that CrunchPad, a Michael Arrington company, competes with Apple in the portable computing market. TechCrunch, a Michael Arrington company, is likely biased when reporting Apple and Google portable computing news, especially when reported by Michael Arrington. Technorati Tags: Apple, Google, CrunchPad, TechCrunch]]></description>
			<content:encoded><![CDATA[<p>Just remember that <a href="http://en.wikipedia.org/wiki/CrunchPad">CrunchPad</a>, a Michael Arrington company, competes with Apple in the portable computing market. TechCrunch, a Michael Arrington company, is likely biased when reporting Apple and Google portable computing news, especially when reported by Michael Arrington.</p>

<p>Technorati Tags: <a href="http://technorati.com/tag/Apple" rel="tag">Apple</a>, <a href="http://technorati.com/tag/Google" rel="tag"> Google</a>, <a href="http://technorati.com/tag/CrunchPad" rel="tag"> CrunchPad</a>, <a href="http://technorati.com/tag/TechCrunch" rel="tag"> TechCrunch</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.satine.org/archives/2009/08/22/the-real-truth-about-apple-google-and-crunchpad/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Apple iPhone Developer Program Extended</title>
		<link>http://www.satine.org/archives/2009/03/13/apple-iphone-developer-program-extended/</link>
		<comments>http://www.satine.org/archives/2009/03/13/apple-iphone-developer-program-extended/#comments</comments>
		<pubDate>Sat, 14 Mar 2009 00:00:27 +0000</pubDate>
		<dc:creator>Charles Ying</dc:creator>
				<category><![CDATA[Life]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[Developers]]></category>
		<category><![CDATA[iphone]]></category>

		<guid isPermaLink="false">http://www.satine.org/archives/2009/03/13/apple-iphone-developer-program-extended/</guid>
		<description><![CDATA[Apple wrote to me today, letting me know that the iPhone Developer program renewal has been extended until July 11 with 60 days to renew. That hopefully should put people&#8217;s minds at ease who are worried about their programs expiring. Code onward! Technorati Tags: Apple, iPhone, Developers, iPhone SDK, App Store]]></description>
			<content:encoded><![CDATA[<p>Apple wrote to me today, letting me know that the iPhone Developer program renewal has been extended until July 11 with 60 days to renew. That hopefully should put people&#8217;s minds at ease who are worried about their programs expiring. Code onward!</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/Developers" rel="tag"> Developers</a>, <a href="http://technorati.com/tag/iPhone+SDK" rel="tag"> iPhone SDK</a>, <a href="http://technorati.com/tag/App+Store" rel="tag"> App Store</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.satine.org/archives/2009/03/13/apple-iphone-developer-program-extended/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

