<?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>Robert Accettura&#039;s Fun With Wordage</title>
	<atom:link href="http://robert.accettura.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://robert.accettura.com</link>
	<description>Robert Accettura&#039;s Personal Blog on Web Development and Tech</description>
	<lastBuildDate>Wed, 03 Feb 2010 02:30:00 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='robert.accettura.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
		<item>
		<title>Facebook&#8217;s HipHop for PHP</title>
		<link>http://robert.accettura.com/blog/2010/02/02/facebooks-hiphop-for-php/</link>
		<comments>http://robert.accettura.com/blog/2010/02/02/facebooks-hiphop-for-php/#comments</comments>
		<pubDate>Wed, 03 Feb 2010 02:30:00 +0000</pubDate>
		<dc:creator>Robert</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[hiphop]]></category>
		<category><![CDATA[llvm]]></category>
		<category><![CDATA[nanojit]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://robert.accettura.com/?p=3588</guid>
		<description><![CDATA[I mentioned the other day that Facebook was about to open source a method for speeding up PHP.  Today they announced HipHop a code transformation tool  that converts PHP into C++ and compiles using g++.  There is apparently a server component to this strategy as well.
I&#8217;m slightly skeptical that this approach will [...]]]></description>
			<content:encoded><![CDATA[<p>I <a href="http://robert.accettura.com/blog/2010/01/31/facebooks-new-php-runtime/">mentioned the other day</a> that Facebook was about to open source a method for speeding up PHP.  Today they announced <a href="http://developers.facebook.com/news.php?blog=1&#038;story=358">HipHop</a> a code transformation tool  that converts PHP into C++ and compiles using g++.  There is apparently a <a href="http://www.developer.com/lang/php/article.php/3862461/Facebooks-HipHop-Goes-Public-With-a-New-PHP-Runtime.htm">server component</a> to this strategy as well.</p>
<p>I&#8217;m slightly skeptical that this approach will have much more success than the other attempts in the past.  This approach may make sense for Facebook, but I don&#8217;t think it will pay off for most smaller (relatively speaking) sites.</p>
<p>I think for most users doing something similar to the <a href="http://code.google.com/p/unladen-swallow/">Unladen Swallow</a>, an effort for Python which is trying to build a custom virtual machine with a JIT built on top of LLVM would be best.  Perhaps even <a href="https://developer.mozilla.org/En/Nanojit">Nanojit</a> could be a potential option.</p>
<p>I suspect HipHop will be a fork more than anything else.  Regardless it&#8217;s a pretty cool project and some really interesting technology.
<div id="rja_commentCountImage"><a href="http://robert.accettura.com/?p=3588#comments"><img src="http://robert.accettura.com/wp-content/commentCount/2010/02/77afe7f.gif" alt="Comment Count" style="border:0;" /></a></div>
]]></content:encoded>
			<wfw:commentRss>http://robert.accettura.com/blog/2010/02/02/facebooks-hiphop-for-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mark Pilgrim On iPad Freedoms</title>
		<link>http://robert.accettura.com/blog/2010/01/31/mark-pilgrim-on-ipad-freedoms/</link>
		<comments>http://robert.accettura.com/blog/2010/01/31/mark-pilgrim-on-ipad-freedoms/#comments</comments>
		<pubDate>Mon, 01 Feb 2010 00:46:18 +0000</pubDate>
		<dc:creator>Robert</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Mozilla]]></category>
		<category><![CDATA[apple tablet]]></category>
		<category><![CDATA[ipad]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[mark pilgrim]]></category>

		<guid isPermaLink="false">http://robert.accettura.com/?p=3585</guid>
		<description><![CDATA[Mark Pilgrim has a brilliant blog post on the iPad and the freedoms it&#8217;s taking away from tomorrow&#8217;s programmers.  My favorite part:

Now, I am aware that you will be able to develop your own programs for the iPad, the same way you can develop for the iPhone today. Anyone can develop! All you need [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://diveintomark.org/archives/2010/01/29/tinkerers-sunset">Mark Pilgrim</a> has a brilliant blog post on the iPad and the freedoms it&#8217;s taking away from tomorrow&#8217;s programmers.  My favorite part:</p>
<blockquote cite="http://diveintomark.org/archives/2010/01/29/tinkerers-sunset"><p>
Now, I am aware that you will be able to develop your own programs for the iPad, the same way you can develop for the iPhone today. Anyone can develop! All you need is a Mac, XCode, an iPhone “simulator,” and $99 for an auto-expiring developer certificate. The “developer certificate” is really a cryptographic key that (temporarily) allows you (slightly) elevated access to&#8230; your own computer. And that’s fine — or at least workable — for the developers of today, because they already know that they’re developers. But the developers of tomorrow don’t know it yet. And without the freedom to tinker, some of them never will.
</p></blockquote>
<p>I&#8217;m not sure how we got here, but it does now cost $99 to tinker with your iPhone and soon iPad.  While your computer is still pretty open, it&#8217;s only a matter of time before the iPad can be used for development via Xcode and a new UI builder.  Want to share your creation with someone?  You need Apple&#8217;s permission (App Store) or you can&#8217;t easily do so.  Back in my day you took a copy of Stuffit (you can use the 30 day demo) and put it on a server with a web page explaining it to the rest of the world.</p>
<p>However the web is still open.  This is exactly why HTML5 and the open web is so important.  The web is playing catchup to desktop computing and is <a href="http://hacks.mozilla.org/">accelerating</a>.  Browsers like Gecko and WebKit are making it more compelling than ever.  The iPad like the iPhone is an awesome way to browse the web.  Making the web powerful enough to take advantage of the hardware is the near future of personal computing.
<div id="rja_commentCountImage"><a href="http://robert.accettura.com/?p=3585#comments"><img src="http://robert.accettura.com/wp-content/commentCount/2010/02/43dc4a0.gif" alt="Comment Count" style="border:0;" /></a></div>
]]></content:encoded>
			<wfw:commentRss>http://robert.accettura.com/blog/2010/01/31/mark-pilgrim-on-ipad-freedoms/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Facebook&#8217;s New PHP &#8220;Runtime&#8221;</title>
		<link>http://robert.accettura.com/blog/2010/01/31/facebooks-new-php-runtime/</link>
		<comments>http://robert.accettura.com/blog/2010/01/31/facebooks-new-php-runtime/#comments</comments>
		<pubDate>Sun, 31 Jan 2010 22:44:06 +0000</pubDate>
		<dc:creator>Robert</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[performance]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://robert.accettura.com/?p=3581</guid>
		<description><![CDATA[According to SDTimes Facebook is about to release a new open source project where it has either re-written the PHP Runtime (unlikely) or built a PHP compiler (more likely).
There is another possibility.  It could be a Zend extension acting as an opcode cache (APC, XCache, etc.) and a FastCGI replacement.
It&#8217;s also possible they used [...]]]></description>
			<content:encoded><![CDATA[<p>According to <a href="http://www.sdtimes.com/blog/post/2010/01/30/Facebook-rewrites-PHP-runtime.aspx">SDTimes</a> Facebook is about to release a new open source project where it has either re-written the PHP Runtime (unlikely) or built a PHP compiler (more likely).</p>
<p>There is another possibility.  It could be a Zend extension acting as an opcode cache (APC, XCache, etc.) and a FastCGI replacement.</p>
<p>It&#8217;s also possible they used <a href="http://www.caucho.com/resin-3.0/quercus/">Quercus</a> as either a starting point or inspiration and it&#8217;s actually Java based, but that sounds unlikely.</p>
<p>Regardless, it will be interesting to see what comes of this.
<div id="rja_commentCountImage"><a href="http://robert.accettura.com/?p=3581#comments"><img src="http://robert.accettura.com/wp-content/commentCount/2010/01/dcaa36c.gif" alt="Comment Count" style="border:0;" /></a></div>
]]></content:encoded>
			<wfw:commentRss>http://robert.accettura.com/blog/2010/01/31/facebooks-new-php-runtime/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Apple iPad Thoughts</title>
		<link>http://robert.accettura.com/blog/2010/01/27/apple-ipad-thoughts/</link>
		<comments>http://robert.accettura.com/blog/2010/01/27/apple-ipad-thoughts/#comments</comments>
		<pubDate>Thu, 28 Jan 2010 03:08:39 +0000</pubDate>
		<dc:creator>Robert</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[apple tablet]]></category>
		<category><![CDATA[ipad]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[tablet computer]]></category>

		<guid isPermaLink="false">http://robert.accettura.com/?p=3572</guid>
		<description><![CDATA[So the iPad is now official (like it was yesterday).
The most interesting thing is they bumped the OS version to 3.2.  I suspect this summer we&#8217;ll see a 4.0 for a much more radically changed iPhone than we&#8217;ve seen in the past 2 revisions.  Otherwise I think they would have called this 4.0.
Some [...]]]></description>
			<content:encoded><![CDATA[<p>So the <a href="http://www.apple.com/ipad/">iPad</a> is now official (like it was <a href="http://robert.accettura.com/blog/2010/01/26/confirmation-of-the-tablet/">yesterday</a>).</p>
<p>The most interesting thing is they bumped the OS version to 3.2.  I suspect this summer we&#8217;ll see a 4.0 for a much more radically changed iPhone than we&#8217;ve seen in the past 2 revisions.  Otherwise I think they would have called this 4.0.</p>
<p>Some semi-random thoughts:</p>
<ul>
<li>It&#8217;s an oversized iPhone/iPod touch.  It&#8217;s software really isn&#8217;t revolutionary, at least so far.</li>
<li>It will be hard to compete with the Kindle.  The Kindle&#8217;s screen isn&#8217;t back-lit hence it&#8217;s easier on the eyes.  Don&#8217;t underestimate this.</li>
<li>Typing on a solid surface can&#8217;t be that comfortable, especially if you touch type.  It works on the iPhone since you use your more padded thumbs.  It&#8217;s not a laptop replacement.</li>
<li>It may be thin and light, but it&#8217;s not as mobile as phone.  It&#8217;s not a mobile replacement.</li>
<li>It has the potential to be a GREAT gaming device.</li>
<li>It has the potential to hurt netbook sales by serving as a handy &#8220;around the house&#8221; internet device.</li>
<li>It&#8217;s wireless pricing and iTunes are combined to make it feel cheap to own/operate but will still get expensive quickly.</li>
<li>It&#8217;s sold unlocked.  They are catching up with Google in that regard.  I wouldn&#8217;t be shocked if the iPhone is soon sold on similar terms this summer.  UMTS/HSDPA.</li>
<li>That black bezel will likely disappear once they can shrink the internals in future revisions.  It will eventually become closer to the iPhone.</li>
<li>Still a mostly closed platform.  The justification on the iPhone was security since it&#8217;s a safety device as well.  Why the iPad?</li>
</ul>
<div id="rja_commentCountImage"><a href="http://robert.accettura.com/?p=3572#comments"><img src="http://robert.accettura.com/wp-content/commentCount/2010/01/5690813.gif" alt="Comment Count" style="border:0;" /></a></div>
]]></content:encoded>
			<wfw:commentRss>http://robert.accettura.com/blog/2010/01/27/apple-ipad-thoughts/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Confirmation of the Tablet</title>
		<link>http://robert.accettura.com/blog/2010/01/26/confirmation-of-the-tablet/</link>
		<comments>http://robert.accettura.com/blog/2010/01/26/confirmation-of-the-tablet/#comments</comments>
		<pubDate>Wed, 27 Jan 2010 02:36:13 +0000</pubDate>
		<dc:creator>Robert</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[apple tablet]]></category>
		<category><![CDATA[iphone os]]></category>
		<category><![CDATA[macbook-pro]]></category>
		<category><![CDATA[mcgraw-hill]]></category>
		<category><![CDATA[tablet computer]]></category>

		<guid isPermaLink="false">http://robert.accettura.com/?p=3569</guid>
		<description><![CDATA[The tablet was a foregone conclusion.  Since late last year even if Apple didn&#8217;t want to build one, investors pretty much forced it upon them with the hype.  Failure to produce at least a proof of concept by the end of the quarter would really hurt the stock.
Terry McGraw, CEO of McGraw-Hill decided [...]]]></description>
			<content:encoded><![CDATA[<p>The tablet was a foregone conclusion.  Since late last year even if Apple didn&#8217;t want to build one, investors pretty much forced it upon them with the hype.  Failure to produce at least a proof of concept by the end of the quarter would really hurt the stock.</p>
<p>Terry McGraw, CEO of McGraw-Hill <a href="http://www.macrumors.com/2010/01/26/mcgraw-hill-ceo-confirms-apple-tablet-iphone-os-based-going-to-be-terrific/">decided to announce it a day early</a>.  Newsweek <a href="http://www.macrumors.com/2004/07/17/ipod-to-be-on-newsweek-cover/">jumped the gun</a> in 2004 with an iPod update.  I&#8217;m sure their legal team is working late tonight.</p>
<p>With it presumably comes iPhone OS 4.0 preview for developers.  </p>
<p>Either tomorrow or next month Apple will announce an update to the MacBook Pro lineup.  It&#8217;s now <a href="http://buyersguide.macrumors.com/#MacBook_Pro">232 days since the last update</a> (avg 200) and will likely get Core i5 and Core i7&#8217;s and slight hardware tweaks.  I think Blu-Ray is still 50/50.  Apple might hold this until early or mid February so it&#8217;s not overshadowed by the tablet announcement.</p>
<p>Likely a few other tweaks to the lineups, perhaps a CPU bump on the Mac Pro&#8217;s and perhaps a small tweak to the iPod lineup (more storage, new colors nothing major) though I expect the iPod/iPhone focus to be in June not now.
<div id="rja_commentCountImage"><a href="http://robert.accettura.com/?p=3569#comments"><img src="http://robert.accettura.com/wp-content/commentCount/2010/01/9ecccd1.gif" alt="Comment Count" style="border:0;" /></a></div>
]]></content:encoded>
			<wfw:commentRss>http://robert.accettura.com/blog/2010/01/26/confirmation-of-the-tablet/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>JavaScript Flash Implementation</title>
		<link>http://robert.accettura.com/blog/2010/01/25/javascript-flash-implementation/</link>
		<comments>http://robert.accettura.com/blog/2010/01/25/javascript-flash-implementation/#comments</comments>
		<pubDate>Tue, 26 Jan 2010 02:37:21 +0000</pubDate>
		<dc:creator>Robert</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[javascript]]></category>

		<guid isPermaLink="false">http://robert.accettura.com/?p=3565</guid>
		<description><![CDATA[I meant to post this last week already.  Gordon is a JavaScript implementation of Flash.  You read that right.  It&#8217;s written in JavaScript and executes swf files.  It&#8217;s performance isn&#8217;t the same as the Flash player, but it&#8217;s surprisingly good.
This is really cool stuff.  With JavaScript performance improving people are [...]]]></description>
			<content:encoded><![CDATA[<p>I meant to post this last week already.  <a href="http://paulirish.com/work/gordon/demos/">Gordon</a> is a JavaScript implementation of Flash.  You read that right.  It&#8217;s <a href="http://github.com/tobeytailor/gordon">written in JavaScript</a> and executes swf files.  It&#8217;s performance isn&#8217;t the same as the Flash player, but it&#8217;s surprisingly good.</p>
<p>This is really cool stuff.  With JavaScript performance improving people are really starting to demo things that a few years ago were laughable.</p>
<p><small>Yes I know this is the second Flash related post today, but this is pretty cool.</small>
<div id="rja_commentCountImage"><a href="http://robert.accettura.com/?p=3565#comments"><img src="http://robert.accettura.com/wp-content/commentCount/2010/01/5bdb71a.gif" alt="Comment Count" style="border:0;" /></a></div>
]]></content:encoded>
			<wfw:commentRss>http://robert.accettura.com/blog/2010/01/25/javascript-flash-implementation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Apple, Adobe, Flash, and MPEG LA</title>
		<link>http://robert.accettura.com/blog/2010/01/25/apple-adobe-flash-and-mpeg-la/</link>
		<comments>http://robert.accettura.com/blog/2010/01/25/apple-adobe-flash-and-mpeg-la/#comments</comments>
		<pubDate>Tue, 26 Jan 2010 02:30:54 +0000</pubDate>
		<dc:creator>Robert</dc:creator>
				<category><![CDATA[Mozilla]]></category>
		<category><![CDATA[adobe]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[mpeg la]]></category>
		<category><![CDATA[ogg]]></category>
		<category><![CDATA[theora]]></category>

		<guid isPermaLink="false">http://robert.accettura.com/?p=3560</guid>
		<description><![CDATA[John Gruber has a great post explaining why Apple has been so adamant about the keeping Flash off of the iPhone and presumably the upcoming tablet device.  He&#8217;s right that Flash performance is sub par and most people just want video.  99% of the other Flash experiences you see are just ads that [...]]]></description>
			<content:encoded><![CDATA[<p>John Gruber has a <a href="http://daringfireball.net/2010/01/apple_adobe_flash">great post</a> explaining why Apple has been so adamant about the keeping Flash off of the iPhone and presumably the upcoming tablet device.  He&#8217;s right that Flash performance is sub par and most people just want video.  99% of the other Flash experiences you see are just ads that suck precious battery life and CPU.</p>
<p>He is also right that third-party plug-ins do cause architectural issues for browser vendors.  As of 10/2009 plug-ins accounted for <a href="http://blog.mozilla.com/webdev/2009/10/13/plugin-checker-launched/">at least 30% of Firefox crashes</a>, a motivating factor for the new plug-in checker.</p>
<p>I will however object to a sentence:</p>
<blockquote cite="http://daringfireball.net/2010/01/apple_adobe_flash"><p>
Why? At the core, because Flash is the only de facto web standard based on a proprietary technology. There are numerous proprietary web content plugins — including Apple’s QuickTime — but Flash is the only one that’s so ubiquitous that it’s a de facto standard. Flash is the way video is delivered over the web, and Adobe completely controls Flash. No other aspect of the web works like this. HTML, CSS, and JavaScript are all open standards, with numerous implementations, including several that are open source.</p>
<p>&#8230;</p>
<p><strong>Apple isn’t trying to replace Flash with its own proprietary thing. They’re replacing it with H.264 and HTML5. This is good for everyone but Adobe.</strong>
</p></blockquote>
<p>I included an earlier paragraph since I think the context is important.  h.264 is not like HTML, CSS, and JavaScript.  It&#8217;s <a href="http://shaver.off.net/diary/2010/01/23/html5-video-and-codecs/">patent-encumbered</a> much like GIF was.  Your trading Adobe for MPEG LA.  The difference between H.264 and Flash is browser/OS vendors can control the implementation.  It&#8217;s still proprietary technology.</p>
<p>I should note that I&#8217;m not a fan of Flash either, as a result there&#8217;s none on this blog.  Even videos I link to are static images for performance and aesthetic reasons.
<div id="rja_commentCountImage"><a href="http://robert.accettura.com/?p=3560#comments"><img src="http://robert.accettura.com/wp-content/commentCount/2010/01/f606c55.gif" alt="Comment Count" style="border:0;" /></a></div>
]]></content:encoded>
			<wfw:commentRss>http://robert.accettura.com/blog/2010/01/25/apple-adobe-flash-and-mpeg-la/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Google Conversion Madness</title>
		<link>http://robert.accettura.com/blog/2010/01/24/google-conversion-madness/</link>
		<comments>http://robert.accettura.com/blog/2010/01/24/google-conversion-madness/#comments</comments>
		<pubDate>Mon, 25 Jan 2010 01:22:27 +0000</pubDate>
		<dc:creator>Robert</dc:creator>
				<category><![CDATA[Google]]></category>
		<category><![CDATA[measures]]></category>
		<category><![CDATA[mib]]></category>
		<category><![CDATA[weights]]></category>

		<guid isPermaLink="false">http://robert.accettura.com/?p=3538</guid>
		<description><![CDATA[Google&#8217;s calculator is starting to bug me because it has some rather odd gaps.  I finally decided to dig a little deeper.  Take these conversions for example:
2 hogsheads in tierces &#8211; Works

1 chain in inches &#8211; Works

1 league in furlong &#8211; Works

1 MiB in MB &#8211; Fail

MiB is likely the most common unit [...]]]></description>
			<content:encoded><![CDATA[<p>Google&#8217;s calculator is starting to bug me because it has some rather odd gaps.  I finally decided to dig a little deeper.  Take these conversions for example:</p>
<h3>2 hogsheads in tierces &#8211; Works</h3>
<p><a href="http://www.google.com/#hl=en&#038;q=2+hogsheads+in+tierces&#038;aq=f&#038;aql=&#038;aqi=&#038;oq=&#038;"><img src="http://robert.accettura.com/wp-content/uploads/2010/01/20100124_2_hogsheads_in_tierces.png" alt="2 hogsheads in tierces" title="2 hogsheads in tierces" width="692" height="244" class="centered aligncenter size-full wp-image-3547" /></a></p>
<h3>1 chain in inches &#8211; Works</h3>
<p><a href="http://www.google.com/#hl=en&amp;q=1+chain+in+inches&amp;aq=f&amp;aql=&amp;aqi=&amp;oq=&amp;"><img src="http://robert.accettura.com/wp-content/uploads/2010/01/20100124_1_chain_in_inches.png" alt="1 chain in inches" title="1 chain in inches" width="692" height="244" class="centered aligncenter size-full wp-image-3548" /></a></p>
<h3>1 league in furlong &#8211; Works</h3>
<p><a href="http://www.google.com/#hl=en&amp;q=1+league+in+furlong&amp;aq=f&amp;aql=&amp;aqi=&amp;oq=&amp;"><img src="http://robert.accettura.com/wp-content/uploads/2010/01/20100124_1_league_in_furlong.png" alt="1 league in furlong" title="1 league in furlong" width="692" height="244" class="centered aligncenter size-full wp-image-3549" /></a></p>
<h3>1 MiB in MB &#8211; Fail</h3>
<p><a href="http://www.google.com/webhp?hl=en#hl=en&#038;source=hp&#038;q=74+MiB+in+MB&#038;aq=f&#038;aql=&#038;aqi=&#038;oq=&#038;fp=1&#038;cad=b"><img src="http://robert.accettura.com/wp-content/uploads/2010/01/20100124_1_MiB_in_MB.png" alt="1 MiB in MB" title="1 MiB in MB" width="692" height="244" class="centered aligncenter size-full wp-image-3555" /></a></p>
<p>MiB is likely the most common unit of measure in this list.  It&#8217;s also <abbr title="Institute of Electrical and Electronics Engineers ">IEEE</abbr> and <abbr title="International Committee for Weights and Measures">CIPM</abbr> endorsed I&#8217;m perplexed why this doesn&#8217;t actually work.  Besides for Google engineers likely using that more themselves.</p>
<p>I know some Googlers read this blog.  Please forward this appropriately.
<div id="rja_commentCountImage"><a href="http://robert.accettura.com/?p=3538#comments"><img src="http://robert.accettura.com/wp-content/commentCount/2010/01/85cc991.gif" alt="Comment Count" style="border:0;" /></a></div>
]]></content:encoded>
			<wfw:commentRss>http://robert.accettura.com/blog/2010/01/24/google-conversion-madness/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>YouTube HTML5 + Firefox</title>
		<link>http://robert.accettura.com/blog/2010/01/21/youtube-html5-firefox/</link>
		<comments>http://robert.accettura.com/blog/2010/01/21/youtube-html5-firefox/#comments</comments>
		<pubDate>Fri, 22 Jan 2010 02:05:27 +0000</pubDate>
		<dc:creator>Robert</dc:creator>
				<category><![CDATA[Google]]></category>
		<category><![CDATA[Mozilla]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[google chrome]]></category>
		<category><![CDATA[h.264]]></category>
		<category><![CDATA[video]]></category>
		<category><![CDATA[youtube]]></category>

		<guid isPermaLink="false">http://robert.accettura.com/?p=3519</guid>
		<description><![CDATA[Google has been a long time supporter of HTML5.  They recently launched a HTML5 beta of YouTube however it will only work in Safari and Chrome.  The reason for this is not due to the actual markup but the video codec chosen.  YouTube is using h.264, the same codec used for YouTube [...]]]></description>
			<content:encoded><![CDATA[<p>Google has been a long time supporter of HTML5.  They recently launched a <a href="http://www.youtube.com/html5">HTML5 beta of YouTube</a> however it will only work in Safari and Chrome.  The reason for this is not due to the actual markup but the video codec chosen.  YouTube is using h.264, the same codec used for YouTube HD via Flash.  This works in Safari and Chrome because Safari uses QuickTime to render <code>&lt;video/&gt;</code> and Google licensed h.264 for Chrome.  Firefox however doesn&#8217;t include the proprietary codec for licensing reasons.  It&#8217;s not a matter of cost but principle.</p>
<p>IE is supported through &#8220;Chrome Frame&#8221; which is essentially the Chrome browser in IE&#8217;s chrome.  Your really just browsing the YouTube site with Chrome.  Google could use this as a way to get people away from Flash and IE and onto Chrome one way or another.</p>
<p>I discussed the <a href="http://robert.accettura.com/blog/2009/07/06/debating-ogg-theora-and-h-264/">h.264 debate</a> in more depth a few months ago.</p>
<p>You have to wonder why we don&#8217;t want anything proprietary slipping into HTML5, or want proprietary image formats (GIF turned us off to that) but exceptions are made for video.</p>
<p><strong>Edit 1/23/2010:</strong> More on the topic:</p>
<ul>
<li>Robert O&#8217;Callahan&#8217;s <a href="http://weblogs.mozillazine.org/roc/archives/2010/01/video_freedom_a.html">Video, Freedom And Mozilla</a></li>
<li>Mike Shaver&#8217;s <a href="http://shaver.off.net/diary/2010/01/23/html5-video-and-codecs/">HTML5 video and codecs</a></li>
</ul>
<div id="rja_commentCountImage"><a href="http://robert.accettura.com/?p=3519#comments"><img src="http://robert.accettura.com/wp-content/commentCount/2010/01/60155a4.gif" alt="Comment Count" style="border:0;" /></a></div>
]]></content:encoded>
			<wfw:commentRss>http://robert.accettura.com/blog/2010/01/21/youtube-html5-firefox/feed/</wfw:commentRss>
		<slash:comments>19</slash:comments>
		</item>
		<item>
		<title>Firefox 3.6</title>
		<link>http://robert.accettura.com/blog/2010/01/21/firefox-3-6/</link>
		<comments>http://robert.accettura.com/blog/2010/01/21/firefox-3-6/#comments</comments>
		<pubDate>Thu, 21 Jan 2010 16:38:30 +0000</pubDate>
		<dc:creator>Robert</dc:creator>
				<category><![CDATA[Mozilla]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[firefox 3.6]]></category>

		<guid isPermaLink="false">http://robert.accettura.com/?p=3513</guid>
		<description><![CDATA[
Firefox 3.6 is out.  Go download it!  If you need a reason, here&#8217;s a few things you&#8217;ll love about Firefox 3.6.

]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.spreadfirefox.com/?q=affiliates&#038;id=51&#038;t=85"><img src="http://robert.accettura.com/wp-content/uploads/2010/01/20100120_firefox_3.6.jpg" alt="Firefox 3.6" title="Firefox 3.6" width="351" height="439" class="centered noborder aligncenter size-full wp-image-3514" /></a></p>
<p>Firefox 3.6 is out.  Go download it!  If you need a reason, here&#8217;s a few <a href="http://robert.accettura.com/things-youll-love-about-firefox-3-6/">things you&#8217;ll love about Firefox 3.6</a>.
<div id="rja_commentCountImage"><a href="http://robert.accettura.com/?p=3513#comments"><img src="http://robert.accettura.com/wp-content/commentCount/2010/01/a83e0b0.gif" alt="Comment Count" style="border:0;" /></a></div>
]]></content:encoded>
			<wfw:commentRss>http://robert.accettura.com/blog/2010/01/21/firefox-3-6/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
