<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: And they all agreed it was the merriest Christmas ever</title>
	<atom:link href="http://www.macalope.com/2008/12/11/and-they-all-agreed-it-was-the-merriest-christmas-ever/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.macalope.com/2008/12/11/and-they-all-agreed-it-was-the-merriest-christmas-ever/</link>
	<description>Full of sound and furry</description>
	<lastBuildDate>Mon, 19 Dec 2011 18:20:28 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Blain</title>
		<link>http://www.macalope.com/2008/12/11/and-they-all-agreed-it-was-the-merriest-christmas-ever/#comment-3009</link>
		<dc:creator>Blain</dc:creator>
		<pubDate>Mon, 15 Dec 2008 22:48:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.macalope.com/?p=326#comment-3009</guid>
		<description>@Oliver
If only my responses weren&#039;t so typo-ridden, but yes, the assumption that the iPhone is comparable to a modern laptop is the source of a lot of misunderstanding. That was the pure technical performance reason.

I myself am not fond of flash, and can see Gruber&#039;s POV on this in some ways. But since this topic is about the iPhone, the situation is that it&#039;s better for Apple to focus on the technologies that flash competes with. This arises because Apple has a moderate amount of control about these others&#039; performance and quality, as opposed to being at Adobe&#039;s mercy. Adobe has very little incentive to optimize Flash for the ARM chip. For video, they can focus on H264 decompression. There&#039;s a cheap and common chip to run H264. For games and the like, they can focus on the Cocoa API (Pandora for the iPhone is an example; it&#039;s rewritten in Cocoa). It&#039;s already there, it&#039;s low-level enough where necessary, and they can change it to their liking. For web app interface, focusing on AJAX is best. Apple can come out with &lt;a href=&quot;http://webkit.org/blog/189/announcing-squirrelfish/&quot; rel=&quot;nofollow&quot;&gt;significantly-faster engines&lt;/a&gt; for javascript.

This also does not address the issue that the user event model for flash is incompatible with the iPhone. How do you indicate a mouseover? And how&#039;s it different from a click-drag? How do you trap keyboard events, short of always having a keyboard open? And even if it is, what do you do for the arrow and tab keys, which aren&#039;t on the iPhone keyboard? These same issues are at the heart of Java not being on the iPhone as well. And if pure, un-lite flash or java is not an option on the iPhone, what reason* is there for an incompatible version?

* For the users. The fact that there&#039;s developers familiar with the API &#039;in general&#039; does not help Apple&#039;s bottom line, compared to focusing on one API.

@Jay
That&#039;s a neat solution, but I fear that it again collapses to a non-flash solution to flash. If the flash is simply an animation, then converting it to H264 or .gif seems the shorter path. If it were something interactive, the lag from event interaction would be prohibitive, and converting it to cocoa would be the best option. And in all cases, the constant communications necessary would make short work of the battery.

Re: Flash in general, and explaining part of the reason for such.
Yes, as you mentioned before, a lot of Flash&#039;s bad rep comes from buggy apps written by others. But while the sentiment&#039;s aim is slightly off, the target remains struck. An OS which is bug-free, but designed such that a single app can bring it down, is considered bad. Remember MacOS 9.1 and Windows 3.1&#039;s flaws. Flash may not be a resource or crashy, but it facilitates apps that can be such. And as a result, its mere presence becomes a threat to other web pages on the same web browser; I best not visit a flash-heavy site when filling out an important form, for fear of losing data if a flash app locks up the program.

Re: Flash as a desktop app platform.
My biggest beef with Flash is that it&#039;s cross-platform. &quot;That&#039;s a feature!&quot; one might cry. The problem is that it&#039;s always someone else&#039;s platform. I&#039;ve seen too many apps with the close box on the right as opposed to Mac&#039;s left, buttons that resemble XP&#039;s instead of Aqua, and other practices that are frowned upon for a real Mac app. Added to that, by its very nature, it can&#039;t take advantage of the OS-specific features.

Open up textedit. Type a word. Let&#039;s go with &quot;shoen&quot;. Yes, I know it&#039;s not a real word. Right-click it. The Spell-checker suggestions you see are OS-wide, and it&#039;s functionality a Mac cocoa app gets for free. Okay, choose &quot;Shoe&quot;. Right-click again. Under &quot;Speech&quot;, choose &quot;Start speaking&quot;. This is also something OS-wide, and you get it for free with a cocoa app. Now, with the mouse over the word shoe, hit Command-Control-D. A pop-up window will appear under the word, with the definition and a way to launch the dictionary app with that word. Again, for free in Mac Cocoa. These are very cool, and very useful.

None of these standard, Mac-like features will make it into a flash-based RIA, even if it was so desired, because such features aren&#039;t opened up in the flash API, because they&#039;re not cross-platform. And in that aspect, Mac users get a significantly lower quality of app compared to a native version.</description>
		<content:encoded><![CDATA[<p>@Oliver<br />
If only my responses weren&#8217;t so typo-ridden, but yes, the assumption that the iPhone is comparable to a modern laptop is the source of a lot of misunderstanding. That was the pure technical performance reason.</p>
<p>I myself am not fond of flash, and can see Gruber&#8217;s POV on this in some ways. But since this topic is about the iPhone, the situation is that it&#8217;s better for Apple to focus on the technologies that flash competes with. This arises because Apple has a moderate amount of control about these others&#8217; performance and quality, as opposed to being at Adobe&#8217;s mercy. Adobe has very little incentive to optimize Flash for the ARM chip. For video, they can focus on H264 decompression. There&#8217;s a cheap and common chip to run H264. For games and the like, they can focus on the Cocoa API (Pandora for the iPhone is an example; it&#8217;s rewritten in Cocoa). It&#8217;s already there, it&#8217;s low-level enough where necessary, and they can change it to their liking. For web app interface, focusing on AJAX is best. Apple can come out with <a href="http://webkit.org/blog/189/announcing-squirrelfish/" rel="nofollow">significantly-faster engines</a> for javascript.</p>
<p>This also does not address the issue that the user event model for flash is incompatible with the iPhone. How do you indicate a mouseover? And how&#8217;s it different from a click-drag? How do you trap keyboard events, short of always having a keyboard open? And even if it is, what do you do for the arrow and tab keys, which aren&#8217;t on the iPhone keyboard? These same issues are at the heart of Java not being on the iPhone as well. And if pure, un-lite flash or java is not an option on the iPhone, what reason* is there for an incompatible version?</p>
<p>* For the users. The fact that there&#8217;s developers familiar with the API &#8216;in general&#8217; does not help Apple&#8217;s bottom line, compared to focusing on one API.</p>
<p>@Jay<br />
That&#8217;s a neat solution, but I fear that it again collapses to a non-flash solution to flash. If the flash is simply an animation, then converting it to H264 or .gif seems the shorter path. If it were something interactive, the lag from event interaction would be prohibitive, and converting it to cocoa would be the best option. And in all cases, the constant communications necessary would make short work of the battery.</p>
<p>Re: Flash in general, and explaining part of the reason for such.<br />
Yes, as you mentioned before, a lot of Flash&#8217;s bad rep comes from buggy apps written by others. But while the sentiment&#8217;s aim is slightly off, the target remains struck. An OS which is bug-free, but designed such that a single app can bring it down, is considered bad. Remember MacOS 9.1 and Windows 3.1&#8242;s flaws. Flash may not be a resource or crashy, but it facilitates apps that can be such. And as a result, its mere presence becomes a threat to other web pages on the same web browser; I best not visit a flash-heavy site when filling out an important form, for fear of losing data if a flash app locks up the program.</p>
<p>Re: Flash as a desktop app platform.<br />
My biggest beef with Flash is that it&#8217;s cross-platform. &#8220;That&#8217;s a feature!&#8221; one might cry. The problem is that it&#8217;s always someone else&#8217;s platform. I&#8217;ve seen too many apps with the close box on the right as opposed to Mac&#8217;s left, buttons that resemble XP&#8217;s instead of Aqua, and other practices that are frowned upon for a real Mac app. Added to that, by its very nature, it can&#8217;t take advantage of the OS-specific features.</p>
<p>Open up textedit. Type a word. Let&#8217;s go with &#8220;shoen&#8221;. Yes, I know it&#8217;s not a real word. Right-click it. The Spell-checker suggestions you see are OS-wide, and it&#8217;s functionality a Mac cocoa app gets for free. Okay, choose &#8220;Shoe&#8221;. Right-click again. Under &#8220;Speech&#8221;, choose &#8220;Start speaking&#8221;. This is also something OS-wide, and you get it for free with a cocoa app. Now, with the mouse over the word shoe, hit Command-Control-D. A pop-up window will appear under the word, with the definition and a way to launch the dictionary app with that word. Again, for free in Mac Cocoa. These are very cool, and very useful.</p>
<p>None of these standard, Mac-like features will make it into a flash-based RIA, even if it was so desired, because such features aren&#8217;t opened up in the flash API, because they&#8217;re not cross-platform. And in that aspect, Mac users get a significantly lower quality of app compared to a native version.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jay</title>
		<link>http://www.macalope.com/2008/12/11/and-they-all-agreed-it-was-the-merriest-christmas-ever/#comment-3013</link>
		<dc:creator>Jay</dc:creator>
		<pubDate>Mon, 15 Dec 2008 15:05:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.macalope.com/?p=326#comment-3013</guid>
		<description>A Skyfire-type solution for playing Flash video would be very useful. In this type of solution, a back-end server actually performs all of the processing and a browser running on the device only has to display sequences of images. Although it has limited resources, the iPhone could do this very well. However, I am sure that Apple would never allow the Skyfire browser, if it was ever ported to the iPhone, to be distributed via the App Store. Apple would claim that Skyfire duplicates the functions of Safari, which it doesn&#039;t, of course.</description>
		<content:encoded><![CDATA[<p>A Skyfire-type solution for playing Flash video would be very useful. In this type of solution, a back-end server actually performs all of the processing and a browser running on the device only has to display sequences of images. Although it has limited resources, the iPhone could do this very well. However, I am sure that Apple would never allow the Skyfire browser, if it was ever ported to the iPhone, to be distributed via the App Store. Apple would claim that Skyfire duplicates the functions of Safari, which it doesn&#8217;t, of course.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Oliver</title>
		<link>http://www.macalope.com/2008/12/11/and-they-all-agreed-it-was-the-merriest-christmas-ever/#comment-3012</link>
		<dc:creator>Oliver</dc:creator>
		<pubDate>Mon, 15 Dec 2008 01:29:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.macalope.com/?p=326#comment-3012</guid>
		<description>@Blain - Thank you for a very comprehensive response: that&#039;s *exactly* what I was looking for.  It&#039;ll be interesting to see how the vendors overcome the limitstions of the platform.

(My basic objection about mindlessly bashing Flash - Gruber&#039;s &lt;cite&gt;The lack of flash on the iPhone is a feature&lt;/cite&gt; is just &lt;cite&gt;&quot;zomgbbq - flash is teh suxxor!1!one!&quot;&lt;/cite&gt; run through Babelfish for literate people - remains the same though.)</description>
		<content:encoded><![CDATA[<p>@Blain &#8211; Thank you for a very comprehensive response: that&#8217;s *exactly* what I was looking for.  It&#8217;ll be interesting to see how the vendors overcome the limitstions of the platform.</p>
<p>(My basic objection about mindlessly bashing Flash &#8211; Gruber&#8217;s <cite>The lack of flash on the iPhone is a feature</cite> is just <cite>&#8220;zomgbbq &#8211; flash is teh suxxor!1!one!&#8221;</cite> run through Babelfish for literate people &#8211; remains the same though.)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Blain</title>
		<link>http://www.macalope.com/2008/12/11/and-they-all-agreed-it-was-the-merriest-christmas-ever/#comment-3019</link>
		<dc:creator>Blain</dc:creator>
		<pubDate>Sun, 14 Dec 2008 20:01:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.macalope.com/?p=326#comment-3019</guid>
		<description>@Oliver
True, a lot of Flash&#039;s bad rep comes from banner ads and animations by people who aren&#039;t exactly high-end developers, nor should they need to be. But also consider the system. Like any good dev, you&#039;ve got a high-end workstation, that can crunch the numbers with ease, because who wants to wait on compiling?

Imagine that flash playing, but first, let&#039;s remove one of the cores. And remove half it&#039;s power (ARM is 32bit, not 64 bit), and underclock it down to a fifth of its CPU (The iphone ARM is less than 500Mhz (iPod touch, 2nd gen reaches a blazing fast 600Mhz)). In all fairness, this is probably still faster than the ARM, simply because of the fancy tricks Intel does.

Fair enough, you know someone with an 8-year-old iBook which is comparable to the iPhone and they can play flash on their computers. At least, the old flashes. The new stuff runs slow, but it&#039;s theoretically possible. Now, let&#039;s further amend that macbook pro. You&#039;ve probably got it maxed at 4GB RAM. Obviously, the 16GB of the iPhone is treated as RAM. No, that&#039;s all hard drive. The iPhone has 128MB.

Okay, you say, so it&#039;s only 128MB. It might cause some thrashing at times, but it&#039;s doable. But that&#039;s 128MB total. Your app only gets 42MB or so of it, if you&#039;re lucky. If it&#039;s an iPhone, and Safari or the phone&#039;s doing work, that number can get into the low 30s.

Okay, so it&#039;ll run slow, and cause thrashing, but it&#039;s theoretically possible. But there&#039;s no thrashing allowed. The memory system on the iPhone doesn&#039;t allow for any virtual memory (mapping files to memory is allowed, but that&#039;s different). And if the system starts to run low on memory, a message is sent to make your app desperately try to free up ram. If not enough is freed, the app is forced to quit (kill -9 style).

This seems rather strict, almost impossible, given that the iPhone plays videos and music. But the secret is that it&#039;s not the CPU that does it. There&#039;s a dedicated sound chip to do most of the audio work, and there&#039;s a video accelerator chip that does H264 decompression. Because of this, the iPhone can&#039;t play flv files, or even many quicktime&#039;s own formats! The youtube app only works because Google&#039;s converted the videos to H264 for the iPhone.

Now, a lot of iPhones are 3G. And there&#039;s wifi. So as long as you&#039;re in a city or at home, you will have download speeds faster than dialup (Okay, twice the speed of dialup on EDGE). But given the carriers, and prices, you shouldn&#039;t have any download larger than 10MB (That&#039;s the limit of iPhone apps through the app store via EDGE or 3G). Oh, and actively using the network is a massive drain on the battery, almost as much as fully using the CPU. So you should keep the network communications down to half or a third of the time the program&#039;s running, at most.

So. A fifth the clock, half the cores, half the bus width, a tenth the RAM, and touching the page file is an automatic crash. Only twice dial-up, an upper bound of 10MB apps, and network communications should be more limited than that. Since the point of flash support is compatibility with websites out there, (IE, you won&#039;t be able to talk people into redesigning their stuff for flash lite) can you see why Apple doesn&#039;t even bother with Flash, especially when there&#039;s still a lot of work to be done on the native API?</description>
		<content:encoded><![CDATA[<p>@Oliver<br />
True, a lot of Flash&#8217;s bad rep comes from banner ads and animations by people who aren&#8217;t exactly high-end developers, nor should they need to be. But also consider the system. Like any good dev, you&#8217;ve got a high-end workstation, that can crunch the numbers with ease, because who wants to wait on compiling?</p>
<p>Imagine that flash playing, but first, let&#8217;s remove one of the cores. And remove half it&#8217;s power (ARM is 32bit, not 64 bit), and underclock it down to a fifth of its CPU (The iphone ARM is less than 500Mhz (iPod touch, 2nd gen reaches a blazing fast 600Mhz)). In all fairness, this is probably still faster than the ARM, simply because of the fancy tricks Intel does.</p>
<p>Fair enough, you know someone with an 8-year-old iBook which is comparable to the iPhone and they can play flash on their computers. At least, the old flashes. The new stuff runs slow, but it&#8217;s theoretically possible. Now, let&#8217;s further amend that macbook pro. You&#8217;ve probably got it maxed at 4GB RAM. Obviously, the 16GB of the iPhone is treated as RAM. No, that&#8217;s all hard drive. The iPhone has 128MB.</p>
<p>Okay, you say, so it&#8217;s only 128MB. It might cause some thrashing at times, but it&#8217;s doable. But that&#8217;s 128MB total. Your app only gets 42MB or so of it, if you&#8217;re lucky. If it&#8217;s an iPhone, and Safari or the phone&#8217;s doing work, that number can get into the low 30s.</p>
<p>Okay, so it&#8217;ll run slow, and cause thrashing, but it&#8217;s theoretically possible. But there&#8217;s no thrashing allowed. The memory system on the iPhone doesn&#8217;t allow for any virtual memory (mapping files to memory is allowed, but that&#8217;s different). And if the system starts to run low on memory, a message is sent to make your app desperately try to free up ram. If not enough is freed, the app is forced to quit (kill -9 style).</p>
<p>This seems rather strict, almost impossible, given that the iPhone plays videos and music. But the secret is that it&#8217;s not the CPU that does it. There&#8217;s a dedicated sound chip to do most of the audio work, and there&#8217;s a video accelerator chip that does H264 decompression. Because of this, the iPhone can&#8217;t play flv files, or even many quicktime&#8217;s own formats! The youtube app only works because Google&#8217;s converted the videos to H264 for the iPhone.</p>
<p>Now, a lot of iPhones are 3G. And there&#8217;s wifi. So as long as you&#8217;re in a city or at home, you will have download speeds faster than dialup (Okay, twice the speed of dialup on EDGE). But given the carriers, and prices, you shouldn&#8217;t have any download larger than 10MB (That&#8217;s the limit of iPhone apps through the app store via EDGE or 3G). Oh, and actively using the network is a massive drain on the battery, almost as much as fully using the CPU. So you should keep the network communications down to half or a third of the time the program&#8217;s running, at most.</p>
<p>So. A fifth the clock, half the cores, half the bus width, a tenth the RAM, and touching the page file is an automatic crash. Only twice dial-up, an upper bound of 10MB apps, and network communications should be more limited than that. Since the point of flash support is compatibility with websites out there, (IE, you won&#8217;t be able to talk people into redesigning their stuff for flash lite) can you see why Apple doesn&#8217;t even bother with Flash, especially when there&#8217;s still a lot of work to be done on the native API?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Oliver</title>
		<link>http://www.macalope.com/2008/12/11/and-they-all-agreed-it-was-the-merriest-christmas-ever/#comment-3011</link>
		<dc:creator>Oliver</dc:creator>
		<pubDate>Sat, 13 Dec 2008 22:34:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.macalope.com/?p=326#comment-3011</guid>
		<description>@Huxley
Perhaps the fact that I responded to another poster would give some indication as to whether I had read any of the comments.

Moving on, and accepting that I lack your expertise on how donkeys like to have their balls sucked, all that seems to be being said is that Flash doesn&#039;t perform well under OS X... which makes me wonder whether maybe Apple has at least some share of the blame?

You say that it&#039;s &lt;cite&gt;a slow resource-hungry, buggy nightmare&lt;/cite&gt; but right now I&#039;ve got Eclipse, Flash CS4, Traktor, Path Finder and NetNewsWire running concurrently on my MBP and I&#039;m getting around 58 FPS (60 FPS being the browser-imposed limit) on a fairly complex RIA I&#039;m developing.  No howling, no parrot impressions... just decent solid performance.  None of my Mac-based clients seem to have the issues you speak of either.

Could it be that you&#039;re mistaking the performance of badly-written applications for the quality of the technoilogy as a whole?</description>
		<content:encoded><![CDATA[<p>@Huxley<br />
Perhaps the fact that I responded to another poster would give some indication as to whether I had read any of the comments.</p>
<p>Moving on, and accepting that I lack your expertise on how donkeys like to have their balls sucked, all that seems to be being said is that Flash doesn&#8217;t perform well under OS X&#8230; which makes me wonder whether maybe Apple has at least some share of the blame?</p>
<p>You say that it&#8217;s <cite>a slow resource-hungry, buggy nightmare</cite> but right now I&#8217;ve got Eclipse, Flash CS4, Traktor, Path Finder and NetNewsWire running concurrently on my MBP and I&#8217;m getting around 58 FPS (60 FPS being the browser-imposed limit) on a fairly complex RIA I&#8217;m developing.  No howling, no parrot impressions&#8230; just decent solid performance.  None of my Mac-based clients seem to have the issues you speak of either.</p>
<p>Could it be that you&#8217;re mistaking the performance of badly-written applications for the quality of the technoilogy as a whole?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: huxley</title>
		<link>http://www.macalope.com/2008/12/11/and-they-all-agreed-it-was-the-merriest-christmas-ever/#comment-3008</link>
		<dc:creator>huxley</dc:creator>
		<pubDate>Sat, 13 Dec 2008 05:15:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.macalope.com/?p=326#comment-3008</guid>
		<description>@Oliver,

Did you read the other comments? Flash under Adobe has become a slow resource-hungry, buggy nightmare. It&#039;s a misbegotten piece of detritus. It renders browsers into Norwegian Blue Parrots.

Flash can sure do a lot but the implementation of the technology -- not just the sad flashy websites and stupid ads that use it -- sucks donkey balls (and not in a loving sensual way either).</description>
		<content:encoded><![CDATA[<p>@Oliver,</p>
<p>Did you read the other comments? Flash under Adobe has become a slow resource-hungry, buggy nightmare. It&#8217;s a misbegotten piece of detritus. It renders browsers into Norwegian Blue Parrots.</p>
<p>Flash can sure do a lot but the implementation of the technology &#8212; not just the sad flashy websites and stupid ads that use it &#8212; sucks donkey balls (and not in a loving sensual way either).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Oliver</title>
		<link>http://www.macalope.com/2008/12/11/and-they-all-agreed-it-was-the-merriest-christmas-ever/#comment-3010</link>
		<dc:creator>Oliver</dc:creator>
		<pubDate>Sat, 13 Dec 2008 00:21:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.macalope.com/?p=326#comment-3010</guid>
		<description>@Church of Apple
Pandora is written in OpenLaszlo which runs in the Flash player

Not flamebaiting here, but what precisely blows about Flash?  I don&#039;t mean the implementation - no one likes annoying ads or &quot;click to skip intro&quot; - but the technology itself?

Being able to watch video in the browser seems to appeal to some people. File transfer is a bit nicer when you can see the progress of the upload. Some online games work well in 3D.  There are ways to do  these things without Flash but not nearly as easily.

Put another way, somebody should alert the &lt;a href=&#039;http://www.adobe.com/products/player_census/flashplayer/version_penetration.html&#039; rel=&quot;nofollow&quot;&gt;98%&lt;/a&gt; of people who have it installed on their machines that it sucks / blows because they don’t seem to know.</description>
		<content:encoded><![CDATA[<p>@Church of Apple<br />
Pandora is written in OpenLaszlo which runs in the Flash player</p>
<p>Not flamebaiting here, but what precisely blows about Flash?  I don&#8217;t mean the implementation &#8211; no one likes annoying ads or &#8220;click to skip intro&#8221; &#8211; but the technology itself?</p>
<p>Being able to watch video in the browser seems to appeal to some people. File transfer is a bit nicer when you can see the progress of the upload. Some online games work well in 3D.  There are ways to do  these things without Flash but not nearly as easily.</p>
<p>Put another way, somebody should alert the <a href='http://www.adobe.com/products/player_census/flashplayer/version_penetration.html' rel="nofollow">98%</a> of people who have it installed on their machines that it sucks / blows because they don’t seem to know.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: AppBeacon</title>
		<link>http://www.macalope.com/2008/12/11/and-they-all-agreed-it-was-the-merriest-christmas-ever/#comment-3024</link>
		<dc:creator>AppBeacon</dc:creator>
		<pubDate>Fri, 12 Dec 2008 22:58:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.macalope.com/?p=326#comment-3024</guid>
		<description>&quot; particularly given the already unoptimized state of Flash on OS X&quot;  - I agree with this completely.  I&#039;ve got a MacBook Pro that howls on almost all sites that have flash.

The last thing I need is my iPod Touch burning my hand as it tries to chug through a flash video.</description>
		<content:encoded><![CDATA[<p>&#8221; particularly given the already unoptimized state of Flash on OS X&#8221;  &#8211; I agree with this completely.  I&#8217;ve got a MacBook Pro that howls on almost all sites that have flash.</p>
<p>The last thing I need is my iPod Touch burning my hand as it tries to chug through a flash video.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ¿Porqué no hay Flash ni Java en el iPhone? &#124; iPhones.es</title>
		<link>http://www.macalope.com/2008/12/11/and-they-all-agreed-it-was-the-merriest-christmas-ever/#comment-3018</link>
		<dc:creator>¿Porqué no hay Flash ni Java en el iPhone? &#124; iPhones.es</dc:creator>
		<pubDate>Fri, 12 Dec 2008 18:18:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.macalope.com/?p=326#comment-3018</guid>
		<description>[...] Vía &#124; The Macalope [...]</description>
		<content:encoded><![CDATA[<p>[...] Vía | The Macalope [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Collin</title>
		<link>http://www.macalope.com/2008/12/11/and-they-all-agreed-it-was-the-merriest-christmas-ever/#comment-3016</link>
		<dc:creator>Collin</dc:creator>
		<pubDate>Fri, 12 Dec 2008 15:01:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.macalope.com/?p=326#comment-3016</guid>
		<description>&quot;WE HAVE ENDERLE. REPEAT: WE HAVE ENDERLE.&quot;

Best part!</description>
		<content:encoded><![CDATA[<p>&#8220;WE HAVE ENDERLE. REPEAT: WE HAVE ENDERLE.&#8221;</p>
<p>Best part!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

