<?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 &#187; Google</title>
	<atom:link href="http://robert.accettura.com/blog/category/google/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>Thu, 09 Feb 2012 01:43:47 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<atom:link rel='hub' href='http://robert.accettura.com/?pushpress=hub'/>
<cloud domain='robert.accettura.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
		<item>
		<title>Google Wants To Make TCP Faster</title>
		<link>http://robert.accettura.com/blog/2012/01/24/google-wants-to-make-tcp-faster/</link>
		<comments>http://robert.accettura.com/blog/2012/01/24/google-wants-to-make-tcp-faster/#comments</comments>
		<pubDate>Wed, 25 Jan 2012 02:20:30 +0000</pubDate>
		<dc:creator>Robert</dc:creator>
				<category><![CDATA[Google]]></category>
		<category><![CDATA[Networking]]></category>
		<category><![CDATA[fastsoft]]></category>
		<category><![CDATA[fasttcp]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[performance]]></category>
		<category><![CDATA[spdy]]></category>
		<category><![CDATA[tcp]]></category>

		<guid isPermaLink="false">http://robert.accettura.com/?p=7281</guid>
		<description><![CDATA[Google has been pushing SPDY for a little while now, and so far I haven&#8217;t really seen a good argument against SPDY. Firefox 11 will ship with it, though disabled by default until the bugs are worked out. Now Google &#8230; <a href="http://robert.accettura.com/blog/2012/01/24/google-wants-to-make-tcp-faster/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Google has been pushing <a href="http://www.chromium.org/spdy">SPDY</a> for a little while now, and so far I haven&#8217;t really seen a good argument against SPDY.  Firefox 11 <a href="https://bugzilla.mozilla.org/show_bug.cgi?id=528288">will ship with it</a>, though disabled by default until the bugs are worked out.  Now Google is turning its eyes towards <a href="http://googlecode.blogspot.com/2012/01/lets-make-tcp-faster.html">TCP</a>.  Very logical.</p>
<p>While there are a variety of proposals to speed up TCP floating around, I wonder if Google would be better off just buying <a href="http://www.fastsoft.com">FastSoft</a> for <a href="http://www.fastsoft.com/technology/">Fast TCP</a> and pulling a VP8 style opening up.  The reason being that it&#8217;s already in use on the web, Google could capitalize on that overnight.  There are several <a href="http://en.wikipedia.org/wiki/TCP_congestion_avoidance_algorithm#Other_TCP_congestion_avoidance_algorithms">TCP congestion algorithms</a> out there, however Fast TCP seems to have the most established customer base, including CDN <a href="http://www.fastsoft.com/fastsoft-nabs-limelight-2/">Limelight</a> who uses it to upload to them.
<div id="rja_commentCountImage"><a href="http://robert.accettura.com/?p=7281#comments"><img src="http://robert.accettura.com/wp-content/commentCount/2012/01/701d804.gif" alt="Comment Count" style="border:0;" /></a></div>
]]></content:encoded>
			<wfw:commentRss>http://robert.accettura.com/blog/2012/01/24/google-wants-to-make-tcp-faster/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Google Open Sesame</title>
		<link>http://robert.accettura.com/blog/2012/01/16/google-open-sesame/</link>
		<comments>http://robert.accettura.com/blog/2012/01/16/google-open-sesame/#comments</comments>
		<pubDate>Tue, 17 Jan 2012 01:01:27 +0000</pubDate>
		<dc:creator>Robert</dc:creator>
				<category><![CDATA[Google]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[authentication]]></category>
		<category><![CDATA[qrcode]]></category>

		<guid isPermaLink="false">http://robert.accettura.com/?p=7191</guid>
		<description><![CDATA[Google quietly put up a new login method via QR code. Essentially the way it works is you view the QR code viewed on a computer or tablet. Then use your smartphone to open the QR code and login via &#8230; <a href="http://robert.accettura.com/blog/2012/01/16/google-open-sesame/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Google quietly put up a <a href="https://accounts.google.com/sesame">new login method</a> via QR code.  Essentially the way it works is you view the QR code viewed on a computer or tablet.  Then use your smartphone to open the QR code and login via your browser.  That process remotely validates the session and that computer can then access your account until you logout.  Essentially eliminating the need to enter a password on that computer.</p>
<p>Presumably the idea is to work around keyloggers that may record passwords.  However, if you don&#8217;t trust a computer enough to use a password, do you really trust that it&#8217;s not watching everything you are doing?  If the computer hardware or software is compromised not even SSL will save you.  This might be <em>better</em>, but I&#8217;d think it&#8217;s only marginally so.  I personally just make a rule of not using computers I don&#8217;t trust.  Given I have a smartphone in my pocket, this is pretty easy to live by these days.  Given computers are getting smaller and cheaper, I question if encouraging the use of shady terminals is worthwhile.</p>
<p>Regardless, pretty innovative and clever.
<div id="rja_commentCountImage"><a href="http://robert.accettura.com/?p=7191#comments"><img src="http://robert.accettura.com/wp-content/commentCount/2012/01/f060485.gif" alt="Comment Count" style="border:0;" /></a></div>
]]></content:encoded>
			<wfw:commentRss>http://robert.accettura.com/blog/2012/01/16/google-open-sesame/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How Google Music Works</title>
		<link>http://robert.accettura.com/blog/2011/11/16/how-google-music-works/</link>
		<comments>http://robert.accettura.com/blog/2011/11/16/how-google-music-works/#comments</comments>
		<pubDate>Thu, 17 Nov 2011 04:05:54 +0000</pubDate>
		<dc:creator>Robert</dc:creator>
				<category><![CDATA[Google]]></category>
		<category><![CDATA[audio]]></category>
		<category><![CDATA[google music]]></category>
		<category><![CDATA[html5]]></category>

		<guid isPermaLink="false">http://robert.accettura.com/?p=6541</guid>
		<description><![CDATA[Google announced Google Music. Needless to say I was curious how they implemented an audio player in the browser. Most of the application is your run of the mill modern Web Application with lots of JavaScript. It looks like pretty &#8230; <a href="http://robert.accettura.com/blog/2011/11/16/how-google-music-works/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Google announced <a href="http://music.google.com">Google Music</a>.  Needless to say I was curious how they implemented an audio player in the browser.  Most of the application is your run of the mill modern Web Application with lots of JavaScript.  It looks like pretty much anything Google&#8217;s built in recent years.  It doesn&#8217;t do anything really out of the ordinary for the most part.  Until you get to the audio playback.</p>
<p>How the audio is played is interesting:</p>
<pre>

&lt;div id=&quot;embed-container&quot;&gt;
  &lt;audio autoplay=&quot;autoplay&quot; id=&quot;html5Player&quot;&gt;&lt;/audio&gt;
  &lt;div class=&quot;goog-ui-media-flash&quot;&gt;
    &lt;embed wmode=&quot;window&quot; pluginspage=&quot;http://www.macromedia.com/go/getflashplayer&quot; type=&quot;application/x-shockwave-flash&quot; seamlesstabbing=&quot;false&quot; allowfullscreen=&quot;true&quot; allowscriptaccess=&quot;sameDomain&quot; bgcolor=&quot;#000000&quot; flashvars=&quot;&quot; src=&quot;r/musicplayer.swf&quot; class=&quot;goog-ui-media-flash-object&quot; name=&quot;:0&quot; id=&quot;:0&quot; quality=&quot;high&quot; style=&quot;width: 1px; height: 1px;&quot;&gt;&lt;/embed&gt;
  &lt;/div&gt;
&lt;/div&gt;
</pre>
<p>You&#8217;re reading that right.  That&#8217;s a HTML5 <code>&lt;audio/&gt;</code> tag.  First time I&#8217;ve seen it appear in a major product.  However as of this writing in Firefox, Safari, and Chrome on Mac OS X the Flash player seems to be used.  I suspect, but can&#8217;t confirm that this may indicate a future intent of using HTML5 <code>&lt;audio/&gt;</code> in place of Flash.  Flash is likely the default for now.  But it&#8217;s still very interesting to see.</p>
<p>The audio itself seems to be 44,100 Hz 320 kb/s MPEG Layer 3 (MP3) audio.  The samples I&#8217;ve looked at were encoded with LAME 3.98.2.  Obviously if they intend to use HTML5 audio they will need to offer something other than MP3 at least for Firefox users.  It&#8217;s not currently possible to serve everyone <a href="http://diveintohtml5.info/video.html">without multiple encodings</a>.  I don&#8217;t see that changing anytime soon.</p>
<p>The servers serving the media seem very similar to YouTube&#8217;s delivery servers for H.264 video.  It&#8217;s progressive download, again just like YouTube.  No DRM.  I suspect there&#8217;s a shared history between this delivery system and YouTube or a very strong influence.  But knowing how Google works, there&#8217;s likely a shared backend.</p>
<p>It&#8217;s pretty good stuff.  I highly recommend checking it out.  Google built a decent mp3 player in the cloud.
<div id="rja_commentCountImage"><a href="http://robert.accettura.com/?p=6541#comments"><img src="http://robert.accettura.com/wp-content/commentCount/2011/11/751f915.gif" alt="Comment Count" style="border:0;" /></a></div>
]]></content:encoded>
			<wfw:commentRss>http://robert.accettura.com/blog/2011/11/16/how-google-music-works/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Quick Thoughts On Dart</title>
		<link>http://robert.accettura.com/blog/2011/10/11/quick-thoughts-on-dart/</link>
		<comments>http://robert.accettura.com/blog/2011/10/11/quick-thoughts-on-dart/#comments</comments>
		<pubDate>Tue, 11 Oct 2011 14:02:08 +0000</pubDate>
		<dc:creator>Robert</dc:creator>
				<category><![CDATA[Google]]></category>
		<category><![CDATA[Mozilla]]></category>
		<category><![CDATA[dash]]></category>
		<category><![CDATA[go]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://robert.accettura.com/?p=6352</guid>
		<description><![CDATA[Google yesterday officially took the wraps off Dart. Google decided to stop short of outright calling it a replacement for JavaScript, however that does seem to be one of the goals. I&#8217;m still looking at it myself, but my first &#8230; <a href="http://robert.accettura.com/blog/2011/10/11/quick-thoughts-on-dart/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Google yesterday officially took the wraps off <a href="http://www.dartlang.org">Dart</a>.  Google decided to stop short of outright calling it a replacement for JavaScript, however that does seem to be one of the goals.</p>
<p>I&#8217;m still looking at it myself, but my first impression is that the point of another language is buried in the details of the <a href="http://googlecode.blogspot.com/2011/10/dart-language-for-structured-web.html">announcement</a>.  This particular sentence I think is the focal point (emphasis mine):</p>
<blockquote cite="http://googlecode.blogspot.com/2011/10/dart-language-for-structured-web.html">
<ul>
<li>Ensure that Dart delivers high performance on all modern web browsers and environments ranging from small handheld devices <strong>to server-side execution</strong>.</li>
</ul>
</blockquote>
<p>I suspect the real goal behind Dart is to unify the stack as much as possible.  Web Development today is one of the most convoluted things you can do in Computer Science.  Think about just the technologies/languages you are going to deal with to create a &#8220;typical&#8221; application:</p>
<ul>
<li>SQL</li>
<li>Server Side Language</li>
<li>HTML</li>
<li>CSS</li>
<li>JavaScript</li>
</ul>
<p>That&#8217;s actually a <em>very</em> simple stack and almost academic in nature.  &#8220;In real life&#8221; Most stacks are even more complicated, especially when dealing with big data.  Most professions deal with a handful of technologies. Web Development deals with whatever is at hand.  I&#8217;m not even getting into supporting multiple versions of multiple browsers on multiple OS&#8217;s.</p>
<p>Google even said in a <a href="http://pastebin.com/NUMTTrKj">leaked internal memo</a>:</p>
<blockquote cite="http://pastebin.com/NUMTTrKj"><p>
- Front-end Server &#8212; Dash will be designed as a language that can be used server-side for things up to the size of Google-scale Front Ends.  This will allow large scale applications to unify on a single language for client and front end code.
</p></blockquote>
<p>Additionally:</p>
<blockquote><p>
What happened to Joy?<br />
The Joy templating and MVC systems are higher-level frameworks that will be built on top of Dash.
</p></blockquote>
<p>By using one language you&#8217;d reduce what a developer needs to know and specialize in to build an application.  This means higher productivity and more innovation and less knowledge overhead.</p>
<p>This wouldn&#8217;t be the first attempt at this either for Google.  <a href="https://code.google.com/webtoolkit/">GWT</a> is another Google effort to let developers write Java that&#8217;s transformed into JavaScript.  This however <a href="http://ryandoherty.net/2007/04/29/why-google-web-toolkit-rots-your-brain/">doesn&#8217;t always work well</a> and has limitations.</p>
<p>The web community has actually been working on this in the other direction via <a href="http://nodejs.org/">node.js</a> which instead takes JS and puts it on the server side, rather than inventing a language that seems almost server side and wanting to put it in the browser.</p>
<p>Google still seems to have plans for <a href="http://golang.org/">Go</a>:</p>
<blockquote><p>
What about Go?<br />
Go is a very promising systems-programming language in the vein of C++.  We fully hope and expect that Go becomes the standard back-end language at Google over the next few years.   Dash is focused on client (and eventually Front-end server development).  The needs there are different (flexibility vs. stability) and therefore a different programming language is warranted.
</p></blockquote>
<p>It seems like Go would be used where C++ or other high performance compiled languages are used today and Dart would be used for higher level front-end application servers as well as the client side, either directly or through a compiler which would turn it into JavaScript.</p>
<p>Would other browsers (Safari, Firefox, IE) consider adopting it?  I&#8217;m unsure.  Safari would likely have a lead as the memo states &#8220;Harmony will be implemented in V8 and JSC (Safari) simultaneously to avoid a WebKit compatibility gap&#8221;.  Presumably IE and Firefox would be on their own to implement or adapt that work.</p>
<p>New languages rarely succeed in adoption.  On the internet the barrier is even higher.
<div id="rja_commentCountImage"><a href="http://robert.accettura.com/?p=6352#comments"><img src="http://robert.accettura.com/wp-content/commentCount/2011/10/9f16b57.gif" alt="Comment Count" style="border:0;" /></a></div>
]]></content:encoded>
			<wfw:commentRss>http://robert.accettura.com/blog/2011/10/11/quick-thoughts-on-dart/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Version Numbers Still Matter</title>
		<link>http://robert.accettura.com/blog/2011/09/28/version-numbers-still-matter/</link>
		<comments>http://robert.accettura.com/blog/2011/09/28/version-numbers-still-matter/#comments</comments>
		<pubDate>Thu, 29 Sep 2011 01:01:42 +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[life-cycle]]></category>

		<guid isPermaLink="false">http://robert.accettura.com/?p=6271</guid>
		<description><![CDATA[I ran into an interesting situation today not unlike one I&#8217;ve encountered hundreds of times before but this time with Google Chrome. One person was able to reproduce the bug on an internal tool with ease. Nobody else was able &#8230; <a href="http://robert.accettura.com/blog/2011/09/28/version-numbers-still-matter/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://robert.accettura.com/blog/2011/09/28/version-numbers-still-matter/google_doesnt_care/" rel="attachment wp-att-6272"><img src="http://robert.accettura.com/wp-content/uploads/2011/09/google_doesnt_care-300x298.jpg" alt="Google Doesn&#039;t Care About Web Developers" title="Google Doesn&#039;t Care About Web Developers" width="300" height="298" class="alignleft size-medium wp-image-6272" /></a>I ran into an interesting situation today not unlike one I&#8217;ve encountered hundreds of times before but this time with Google Chrome.  One person was able to reproduce the bug on an internal tool with ease. Nobody else was able to.  Eventually upon getting the version number it clicked.  This particular computer had Chrome 10 installed.  </p>
<p>For my younger readers, Chrome 10 is an &#8220;ancient&#8221; version from March 2011.  This is back when Obama was still in office, the United States was in a recession, there was a debt problem in Europe, hipsters carried their iPads in <a href="http://www.youtube.com/watch?v=iuygRWVwuUI">man purses</a>&#8230; These were crazy times.</p>
<p>For whatever reason this Chrome install, like a number out there didn&#8217;t update.  It could be security permissions, it could have been disabled for some reason.  I really don&#8217;t know, or care terribly much.  The reality is not everyone can update on release day regardless of opinions on the matter.</p>
<p>Go try and find Chrome 10 Mac OS X on the internet.  Try using a search engine like Google.  Now try and find it for any platform.  Good luck.  It&#8217;s a pain.  I can get a <a href="http://ftp.mozilla.org/pub/mozilla.org/phoenix/releases/0.1/">Phoenix 0.1 binary</a> from Sept 2002 (this was my primary browser for part of fall 2002, I used it before Firefox was cool), but I couldn&#8217;t find Chrome 10 from way back in 2011.  I was eventually able to trace down a Chrome 10 binary, work around the problem and move forward however it took way more time than it should have.</p>
<p>This to me illustrates a few key points:</p>
<ul>
<li><strong>Version numbers still matter</strong> &#8211; They matter.  Simple enough.  Even in a rather sterile environment that this was, I had to deal with an older browser.  They exist in larger quantities out in the wild web.  Saying they don&#8217;t matter anymore is naive. Idealistic, but naive.</li>
<li><strong>Make old platforms available</strong> &#8211; Just because you ship a new version doesn&#8217;t mean the old one has no relevance or need anymore.  Google lost some serious credit in my mind for making it nearly impossible to get an &#8220;older&#8221; version of Chrome to test with.  This shouldn&#8217;t be difficult.  Google is said to have approximately <a href="http://www.datacenterknowledge.com/archives/2011/08/01/report-google-uses-about-900000-servers/">900,000 servers</a>.  Surely they can setup an archive with an explicit notice it&#8217;s an archive and user should download the latest. Mozilla&#8217;s got less than that.</li>
</ul>
<p>The web is a fluid platform.  Browsers are evolving platform<strong>s</strong>.  Versions still matter as long as two things, the web at large, and the platform that is the browser need to interact.  When version numbers no longer exist, it will likely be because monoculture is so strong it doesn&#8217;t matter.  Until then, knowing what browser and what version will matter.  Browsers will likely never agree 100% on what to implement and a timetable for implementation.</p>
<p><small>That image is a joke if you can&#8217;t tell.  Google Chrome Developers are good people, they just need to put together an archive page for web developers.</small>
<div id="rja_commentCountImage"><a href="http://robert.accettura.com/?p=6271#comments"><img src="http://robert.accettura.com/wp-content/commentCount/2011/09/a1b63b3.gif" alt="Comment Count" style="border:0;" /></a></div>
]]></content:encoded>
			<wfw:commentRss>http://robert.accettura.com/blog/2011/09/28/version-numbers-still-matter/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Google Voice: Hello Yeah GoDaddy</title>
		<link>http://robert.accettura.com/blog/2011/07/15/google-voice-hello-yeah-godaddy/</link>
		<comments>http://robert.accettura.com/blog/2011/07/15/google-voice-hello-yeah-godaddy/#comments</comments>
		<pubDate>Fri, 15 Jul 2011 15:22:10 +0000</pubDate>
		<dc:creator>Robert</dc:creator>
				<category><![CDATA[Funny]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[godaddy]]></category>
		<category><![CDATA[google voice]]></category>

		<guid isPermaLink="false">http://robert.accettura.com/?p=5860</guid>
		<description><![CDATA[This just hit my inbox. Google Voice transcribed the important parts right, but also added a certain flare that seems very appropriate for GoDaddy. The only modifications made were stripping the phone number. Couldn&#8217;t do this better if I tried.]]></description>
			<content:encoded><![CDATA[<p>This just hit my inbox.  Google Voice transcribed the important parts right, but also added a certain flare that seems very appropriate for GoDaddy.  The only modifications made were stripping the phone number.</p>
<p><img src="http://robert.accettura.com/wp-content/uploads/2011/07/godaddy_helloyea-620x246.png" alt="GoDaddy Hello Yeah" title="GoDaddy Hello Yeah" width="620" height="246" class="aligncenter size-Blog2011 wp-image-5861" /></p>
<p>Couldn&#8217;t do this better if I tried.
<div id="rja_commentCountImage"><a href="http://robert.accettura.com/?p=5860#comments"><img src="http://robert.accettura.com/wp-content/commentCount/2011/07/32508f5.gif" alt="Comment Count" style="border:0;" /></a></div>
]]></content:encoded>
			<wfw:commentRss>http://robert.accettura.com/blog/2011/07/15/google-voice-hello-yeah-godaddy/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Googlebot on Facebook?</title>
		<link>http://robert.accettura.com/blog/2011/03/26/googlebot-on-facebook/</link>
		<comments>http://robert.accettura.com/blog/2011/03/26/googlebot-on-facebook/#comments</comments>
		<pubDate>Sat, 26 Mar 2011 19:08:32 +0000</pubDate>
		<dc:creator>Robert</dc:creator>
				<category><![CDATA[Google]]></category>
		<category><![CDATA[app]]></category>
		<category><![CDATA[facebook]]></category>

		<guid isPermaLink="false">http://robert.accettura.com/?p=5487</guid>
		<description><![CDATA[I&#8217;ve got a few Facebook Applications I&#8217;ve played around with developing that are not actually for use (read: they do nothing). I&#8217;ve noticed over the past few days their canvas URL&#8217;s are seeing traffic in the form of 1 hit &#8230; <a href="http://robert.accettura.com/blog/2011/03/26/googlebot-on-facebook/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve got a few Facebook Applications I&#8217;ve played around with developing that are not actually for use (read: they do nothing).  I&#8217;ve noticed over the past few days their canvas URL&#8217;s are seeing traffic in the form of 1 hit approximately every 24 hours.  Previously they saw no traffic at all.  At first I thought this was just Facebook with some new process to check for malicious apps, which sounds like a good idea.  Then I did some digging and found something surprising:</p>
<p>The first thing I found was the hostname where the request originated was <code>out-sw251.tfbnw.net</code> which is obviously owned by Facebook.  That&#8217;s not terribly interesting and supports my theory up above.  </p>
<p>Then I found these two curious bits in the request:</p>
<pre>
X-FB-USER-REMOTE-ADDR: 66.249.67.211
USER-AGENT: Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)
</pre>
<p>That IP address is <code>crawl-66-249-67-211.googlebot.com</code>.  That UserAgent is very telling and needs no introduction.  </p>
<p>The request is otherwise pretty unremarkable other than no query string which a normal person would generate when hitting that canvas URL.  However <code>fb_sig_request_method</code> is set to <code>GET</code> which suggests to me it&#8217;s actually using <code>POST</code> despite that what it claims.  There&#8217;s no <code>fb_sig_user</code> or anything else that would suggest an actual user, which makes sense because <code>fb_sig_logged_out_facebook</code> is set to <code>1</code>.</p>
<p>It appears as of March 20, 2011 Google has started crawling Facebook Apps.  I&#8217;ve got no idea what it&#8217;s intent, abilities or relationship is.  I can tell you that I&#8217;ve monitored since at least April 2010 and this only started a few days ago.
<div id="rja_commentCountImage"><a href="http://robert.accettura.com/?p=5487#comments"><img src="http://robert.accettura.com/wp-content/commentCount/2011/03/139042a.gif" alt="Comment Count" style="border:0;" /></a></div>
]]></content:encoded>
			<wfw:commentRss>http://robert.accettura.com/blog/2011/03/26/googlebot-on-facebook/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Async AdSense</title>
		<link>http://robert.accettura.com/blog/2011/03/17/async-adsense/</link>
		<comments>http://robert.accettura.com/blog/2011/03/17/async-adsense/#comments</comments>
		<pubDate>Thu, 17 Mar 2011 23:40:25 +0000</pubDate>
		<dc:creator>Robert</dc:creator>
				<category><![CDATA[Google]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[adsense]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[performance]]></category>

		<guid isPermaLink="false">http://robert.accettura.com/?p=5421</guid>
		<description><![CDATA[About a year ago I asked where the async Google AdSense was. It finally arrived, and you need to do nothing to gain the performance. Awesome!]]></description>
			<content:encoded><![CDATA[<p>About a year ago I asked where the <a href="http://robert.accettura.com/blog/2010/02/11/where-is-the-asynchronous-adsense-google/">async Google AdSense</a> was.  It <a href="http://adsense.blogspot.com/2011/03/making-web-faster-for-all-adsense-for.html">finally arrived</a>, and you need to do nothing to gain the performance.  Awesome!
<div id="rja_commentCountImage"><a href="http://robert.accettura.com/?p=5421#comments"><img src="http://robert.accettura.com/wp-content/commentCount/2011/03/07dbd9a.gif" alt="Comment Count" style="border:0;" /></a></div>
]]></content:encoded>
			<wfw:commentRss>http://robert.accettura.com/blog/2011/03/17/async-adsense/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>On Chrome Dropping H.264</title>
		<link>http://robert.accettura.com/blog/2011/01/11/on-chrome-dropping-h-264/</link>
		<comments>http://robert.accettura.com/blog/2011/01/11/on-chrome-dropping-h-264/#comments</comments>
		<pubDate>Wed, 12 Jan 2011 01:49:31 +0000</pubDate>
		<dc:creator>Robert</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Mozilla]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[firefox 4]]></category>
		<category><![CDATA[google chrome]]></category>
		<category><![CDATA[h.264]]></category>
		<category><![CDATA[video]]></category>
		<category><![CDATA[webm]]></category>

		<guid isPermaLink="false">http://robert.accettura.com/?p=5198</guid>
		<description><![CDATA[The Chrome team announced they are dropping support for H.264. WebM Support WebM support will be growing quickly as Firefox 4 rolls out (Firefox upgrade adoption is legendary). Chrome commands sizable market share and is pushing the Chrome OS platform. &#8230; <a href="http://robert.accettura.com/blog/2011/01/11/on-chrome-dropping-h-264/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>The Chrome team announced <a href="http://blog.chromium.org/2011/01/html-video-codec-support-in-chrome.html">they are dropping support for H.264</a>.  </p>
<h3>WebM Support</h3>
<p>WebM support will be growing quickly as Firefox 4 rolls out (Firefox upgrade adoption is legendary).  Chrome commands sizable market share and is pushing the <a href="http://www.google.com/chromeos/">Chrome OS platform</a>.  Opera is also supporting WebM.</p>
<p>Apple and Microsoft could join the party and bundle WebM support along with the other codecs they support at any time, though they are <a href="http://www.mpegla.com/main/programs/AVC/Pages/Licensors.aspx">licensors</a> for H.264 and wouldn&#8217;t benefit from WebM market penetration.  Microsoft&#8217;s implementation does allow for VP8 support <a href="http://blogs.msdn.com/b/ie/archive/2010/05/19/another-follow-up-on-html5-video-in-ie9.aspx">if a codec is installed</a>.  I&#8217;m not aware of anything for Safari and am rather certain nothing can be done for the iPhone without Apple intervening.</p>
<p>On the hardware side <a href="http://www.theregister.co.uk/2010/05/19/google_chrome_announcement/">AMD, ARM, Nvidia</a> are backing WebM.  <a href="http://investor.broadcom.com/releasedetail.cfm?ReleaseID=471536">Broadcom</a> announced support, as did <a href="http://www.qualcomm.com/blog/2010/05/19/web-video-google">Qualicomm</a> and <a href="http://e2e.ti.com/blogs_/b/mobile_momentum/archive/2010/05/19/our-omap-processors-embrace-webm-and-vp8-with-open-arms.aspx">TI</a>.  These are major vendors for mobile chips.  <a href="https://twitter.com/shaver/status/24998154805977088">Intel is working on stuff too</a>.</p>
<h3>H.264  Trouble</h3>
<p>H.264 is problematic and bad for the web for many reasons I&#8217;ve mentioned here before as well as great posts by <a href="http://weblogs.mozillazine.org/roc/archives/2010/01/video_freedom_a.html">roc</a> and <a href="http://shaver.off.net/diary/2010/01/23/html5-video-and-codecs/">shaver</a>.  I&#8217;ll leave it at that rather than rehash.</p>
<p>There was buzz a while back about H.264 being &#8220;free&#8221; (quotes intentional), but it&#8217;s not really &#8220;free&#8221; if you read the fine print.  As Peter Csathy of Sorenson Media <a href="http://blog.sorensonmedia.com/2010/09/think-h-264-is-now-royalty-free-think-again-and-the-open-source-defense-is-no-defense-to-mpeg-la/">notes</a>:</p>
<blockquote cite="http://blog.sorensonmedia.com/2010/09/think-h-264-is-now-royalty-free-think-again-and-the-open-source-defense-is-no-defense-to-mpeg-la/"><p>
But, you say, MPEG LA recently announced that it will no longer charge royalties for the use of H.264. Yes, it’s true – MPEG LA recently bowed to mounting pressure from, and press surrounding, WebM and announced something that kind of sounds that way. But, I caution you to read the not-too-fine print. <strong>H.264 is royalty-free only in one limited case – for Internet video that is delivered free to end users. Read again: for (1) Internet delivery that is (2) delivered free to end users. In the words of MPEG LA’s own press release, “Products and services other than [those] continue to be royalty-bearing.”</strong>
</p></blockquote>
<p>That&#8217;s hardly &#8220;free&#8221;.  That&#8217;s just one potential use case that&#8217;s now royalty exempt.  The reason they are doing that is presumably if they can get H.264 adoption high enough, all the other cases will be paying and therefore subsidizing this one case.</p>
<p>WebM is licensed a little different: Patent wise, it&#8217;s irrevocably royalty free.  License <a href="http://www.webmproject.org/about/faq/#licensing">is about as liberal as you can get</a>.</p>
<p>There&#8217;s no proprietary html, css, or images (GIF was, now it&#8217;s dead) used across the web.  Why should video be any different? The key to success and growth has always been an open platform that&#8217;s low cost and encourages innovation.</p>
<h3>Implementing Today</h3>
<p>For anyone who suggests that this further fragments the market, that&#8217;s not really true.  Adobe Flash actually creates an excellent shim to help migrate away from Flash to <code>&lt;video/&gt;</code>.  Allow me to explain:  </p>
<p>Adobe will soon be <a href="http://blogs.adobe.com/flashplatform/2010/05/adobe_support_for_vp8.html">supporting WebM through Flash</a>.  Adobe already support H.264 in Flash.  For legacy browsers and those who won&#8217;t support WebM, you have the option of delivering a Flash experience just like most websites do today.  There are websites doing this today via Flash and H.264.  For modern browsers you can just use <code>&lt;video/&gt;</code>.  Once your non-WebM market share drops low enough, you can get rid of the Flash experience.  Soon enough you&#8217;ll be able to push WebM to your Flash users.  The benefit of switching your Flash experience to WebM as a middle step would be one encoding for both delivery mechanisms vs. using H.264 and WebM in parallel.  Of course if you&#8217;re supporting mobile you likely need H.264 for a bit longer but likely use a smaller resolution and different profile for mobile consumption.  </p>
<p>No matter what there will be two delivery mechanisms for those looking to push video using HTML5 to users today.  The only thing that changes is the lean towards standardizing on the actively developed WebM codec vs. H.264.</p>
<p>All new technology has <a href="http://techblog.netflix.com/2010/12/html5-and-video-streaming.html">speed bumps</a>, that&#8217;s the cost of being on the bleeding edge.  However this is a positive turn as things are now starting to line up.  The most awesome thing is that the codec, HTML5 specs, and some of the most popular browsers in the world are open and inviting feedback and contributions to improve things.
<div id="rja_commentCountImage"><a href="http://robert.accettura.com/?p=5198#comments"><img src="http://robert.accettura.com/wp-content/commentCount/2011/01/a428bc2.gif" alt="Comment Count" style="border:0;" /></a></div>
]]></content:encoded>
			<wfw:commentRss>http://robert.accettura.com/blog/2011/01/11/on-chrome-dropping-h-264/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>Google Instant = Web Command Line Interface</title>
		<link>http://robert.accettura.com/blog/2010/09/08/google-instant-web-command-line-interface/</link>
		<comments>http://robert.accettura.com/blog/2010/09/08/google-instant-web-command-line-interface/#comments</comments>
		<pubDate>Thu, 09 Sep 2010 01:18:47 +0000</pubDate>
		<dc:creator>Robert</dc:creator>
				<category><![CDATA[Google]]></category>
		<category><![CDATA[command line interface]]></category>
		<category><![CDATA[user experience]]></category>
		<category><![CDATA[user-interface]]></category>

		<guid isPermaLink="false">http://robert.accettura.com/?p=4621</guid>
		<description><![CDATA[&#8220;What&#8217;s old is new again&#8221; the saying goes. Google Instant is a pretty interesting UI change. One of the big things mentioned is that all you need to do is type &#8220;w&#8221; and you&#8217;ll see the local weather. A way &#8230; <a href="http://robert.accettura.com/blog/2010/09/08/google-instant-web-command-line-interface/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>&#8220;What&#8217;s old is new again&#8221; the saying goes.  Google Instant is a pretty interesting UI change.  One of the big things mentioned is that all you need to do is type &#8220;w&#8221; and you&#8217;ll see the local weather.  A way to get information by just typing&#8230; some of us know that as command line interface.</p>
<p>Essentially we&#8217;re seeing Google move from a point &#038; click UI to almost a command line UI.  For ages the focus was automatically set on the search box, no need to click on it.  Just type, press enter or as I&#8217;m sure many (if not the majority did) mouse over the &#8220;search&#8221; button and click on it and you got search results.  It&#8217;s just another step forward in simplifying the process.  This is one less interaction (pressing search).</p>
<p>It&#8217;s interesting to see a less mouse centric UI develop after decades of anti-keyboard UI.  For those of us comfortable typing quickly and using keyboard shortcuts constantly it&#8217;s a constant nuisance when applications don&#8217;t handle shortcuts nicely.  We&#8217;re now seeing an effort to reduce use of the mouse, even if it&#8217;s just to press the &#8220;Search&#8221; button.   One less reason to take your hands off the keyboard.</p>
<p>One interesting quirk I&#8217;ve noticed is Google&#8217;s calculator (the ability to type a math problem into Google and get an answer) just feels awkward and unpolished.  I suspect they will improve upon that shortly.  This can vastly improve the utility of these little applications.  Google has several little apps built into its search (try typing &#8220;movies&#8221; for example).  It&#8217;s just that much easier to use.
<div id="rja_commentCountImage"><a href="http://robert.accettura.com/?p=4621#comments"><img src="http://robert.accettura.com/wp-content/commentCount/2010/09/5739fb4.gif" alt="Comment Count" style="border:0;" /></a></div>
]]></content:encoded>
			<wfw:commentRss>http://robert.accettura.com/blog/2010/09/08/google-instant-web-command-line-interface/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

