<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>GigaOM &#187; Google I/O 2012</title>
	<atom:link href="http://gigaom.com/tag/google-io-2012/feed/" rel="self" type="application/rss+xml" />
	<link>http://gigaom.com</link>
	<description></description>
	<lastBuildDate>Wed, 22 May 2013 16:30:32 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='gigaom.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://0.gravatar.com/blavatar/0db8f6557d022075dbbf010c54d46d93?s=96&#038;d=http%3A%2F%2Fs2.wp.com%2Fi%2Fbuttonw-com.png</url>
		<title>GigaOM &#187; Google I/O 2012</title>
		<link>http://gigaom.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://gigaom.com/osd.xml" title="GigaOM" />
	<atom:link rel='hub' href='http://gigaom.com/?pushpress=hub'/>
		<item>
		<title>By the numbers: How Google Compute Engine stacks up to Amazon EC2</title>
		<link>http://gigaom.com/2013/03/15/by-the-numbers-how-google-compute-engine-stacks-up-to-amazon-ec2/</link>
		<comments>http://gigaom.com/2013/03/15/by-the-numbers-how-google-compute-engine-stacks-up-to-amazon-ec2/#comments</comments>
		<pubDate>Fri, 15 Mar 2013 17:30:45 +0000</pubDate>
		<dc:creator>Sebastian Stadil, Scalr</dc:creator>
				<category><![CDATA[Amazon EC2]]></category>
		<category><![CDATA[Amazon Web Services]]></category>
		<category><![CDATA[EC2]]></category>
		<category><![CDATA[google compute engine]]></category>
		<category><![CDATA[Google I/O 2012]]></category>
		<category><![CDATA[infrastructure]]></category>
		<category><![CDATA[multi-cloud management software]]></category>
		<category><![CDATA[Scalr]]></category>
		<category><![CDATA[Structure Data 2013]]></category>

		<guid isPermaLink="false">http://gigaom.com/?p=620328</guid>
		<description><![CDATA[When Google launched its EC2 rival, Google Compute Engine, last June, it set some high expectations. Sebastian Standil's team at Scalr put the cloud infrastructure service through its paces -- and were pleasantly surprised at what they found.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gigaom.com&#038;blog=14960843&#038;post=620328&#038;subd=gigaom2&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p><strong>Update:</strong> as a follow up to the preliminary benchmarks obtained and cited below, we are working on a new set of benchmarks that are more accurate and reflective of real-world use cases. In these tentative new benchmarks, the performance difference is less significant, and in some cases AWS may hold a lead. More to come and here: <a href="https://github.com/Scalr/perf-benchmarks/" target="_blank">https://github.com/Scalr/perf-benchmarks/</a> .</p>
<p>At Scalr, we’ve been happy customers of Amazon’s infrastructure service, EC2, since 2007. In fact, we’ve built our tools for EC2 because we saw an opportunity to leverage its flexibility to help AWS customers easily design and manage resilient services. But as competitors spring up, we always test them to see how they compare, especially in regards to io performance.</p>
<p>On a warm June day in San Francisco, the Scalr team attended Google I/O 2012. Google was rumored to be launching a EC2 competitor, which we were interested in for our multi-cloud management software. It launched. And boy did it sound good. You see, EC2 and GCE offer pretty much the same core service, but Amazon has been plagued by poor network and disk performance, so Google’s promise to offer both higher and more consistent performance struck a real chord.</p>
<p>Not ones to be fooled by marketing-driven, hyped-up software, we applied for early access and were let in so we could start testing it ourselves. Once we got in, we felt like kids in a candy store. Google Compute Engine is not just fast. It’s Google fast. In fact, it’s a class of fast that enables new service architectures entirely. Here are the results from our tests, along with explanations of how GCE and EC2 differ, as well as comments and use cases.</p>
<p>A note about our data: The benchmarks run to collect the data presented here were taken twice a day, over four days, then averaged. When a high variance was observed, we took note of it and present it here as intervals for which 80 percent of observed data points fall into.</p>
<h2 id="api">API</h2>
<p>First off, GCE’s API is beautifully simple, explicit and easy to work with. Just take a look at it. Their firewalls are called “firewalls,” vlans are “networks,” and kernels are “kernels” (AKIs, anyone?). Anyone familiar with Unix will feel right at home.</p>
<h2 id="fast-boot">Fast boot</h2>
<p>Second, VMs are deployed and started with impressive speed (and we’ve extensively used 10 clouds). It routinely takes less than 30 seconds to login as root after making the insert call to launch a VM. As a reference point, this is the amount of time it takes AWS to get to the running state, after which you still need to wait for the OS to boot, for a total of 120 seconds on a good day, and 300 on a bad one (data points taken from us-east-1).</p>
<div id="attachment_620341" class="wp-caption aligncenter" style="width: 294px"><a href="http://gigaom2.files.wordpress.com/2013/03/boot.png"><img alt="GCE vs. EC2: Boot times chart" src="http://gigaom2.files.wordpress.com/2013/03/boot.png?w=284&#038;h=300" width="284" height="300" class="size-medium wp-image-620341"></a><p class="wp-caption-text">Boot times are measured in seconds.</p></div>
<p>We don’t know what sort of sorcery Google does here, but they clearly demonstrate engineering prowess. That’s 4-10x faster.</p>
<h2 id="volumes">Volumes</h2>
<p>Those of you familiar with Amazon’s EBS volumes know that you can attach and detach volumes to any instance, anytime. On GCE, you can’t (at least not yet). This precludes you from switching drives to minimize downtime: attaching a volume on a running server allows you to skip the boot and configure stages of bringing a new node up, which is useful when promoting an existing mysql slave to master and you just need to swap out storage devices.</p>
<p>While GCE’s “disks” (as they call them) have that one disadvantage, they offer some unique advantages over Amazon volumes. For example, disks can be mounted read-only on multiple instances, which makes for more convenient fileserving than object stores, especially for software such as WordPress (see disclosure) or Drupal that expect a local filesystem. Disks are really fast too, and don’t seem to have the variable performance that plagued EBS before the introduction of Provisioned IOPS. See for yourself in the following benchmarks.</p>
<table border="0"><tbody><tr><th></th>
<th>GCE</th>
<th>EC2</th>
</tr><tr><td>Writes on ephemeral disk</td>
<td>157 MB/s</td>
<td>38-45 MB/s</td>
</tr><tr><td>Reads on ephemeral disk</td>
<td>93.3 MB/s</td>
<td>100-110 MB/s</td>
</tr><tr><td>Writes on persistent disks</td>
<td>84.5 MB/s</td>
<td>35-45 MB/s</td>
</tr><tr><td>Reads on persistent disks</td>
<td>98.9 MB/s</td>
<td>80-100 MB/s</td>
</tr></tbody></table><p>As you can see, GCE and EC2 are equivalent on reads, but GCE is 2-4x faster on writes.</p>
<div id="attachment_620340" class="wp-caption aligncenter" style="width: 310px"><a href="http://gigaom2.files.wordpress.com/2013/03/volumes.png"><img alt="GCE vs. EC2: Read/write speeds" src="http://gigaom2.files.wordpress.com/2013/03/volumes.png?w=300&#038;h=220" width="300" height="220" class="size-medium wp-image-620340"></a><p class="wp-caption-text">Read/write speeds are measured in MB/s. Higher numbers mean faster throughput.</p></div>
<h2 id="network">Network</h2>
<p>A short note about multi-cloud. I’m talking here about services that span multiple clouds, such as replicating a database from us-east-1 to us-west-1, for disaster recovery or latency-lowering purposes, not the multi-cloud management capabilities widely used in the enterprise. I believe that first kind of multi-cloud is a myth driven by the industry’s less tech-savvy folks. I’ve seen too many people attempt it unsuccessfully to recommend it: what usually happens is the slave database falls behind on the master, with an ever-increasing inconsistency window, because the load on the master exceeds the meager bandwidth available between master and slave. Our friends at Continuent are doing great work with Tungsten to accelerate that, but still.</p>
<p>Google’s network is so fast, however, that this kind of multi-cloud might just be possible. To illustrate the difference in speeds, we ran a bandwidth benchmark in which we copied a single, 500 Mb file between two regions. It took 242 seconds on AWS at an average speed of 15 Mbit/s, and 15 seconds on GCE with an average speed of 300Mbit/s. GCE came out 20x faster.</p>
<div id="attachment_620339" class="wp-caption aligncenter" style="width: 207px"><a href="http://gigaom2.files.wordpress.com/2013/03/bandwidth.png"><img alt="GCE vs. EC2: Bandwidth chart" src="http://gigaom2.files.wordpress.com/2013/03/bandwidth.png?w=197&#038;h=300" width="197" height="300" class="size-medium wp-image-620339"></a><p class="wp-caption-text">Higher bandwidth is better and means faster up and downlinks.</p></div>
<p>After being so very much impressed, we made a latency benchmark between the same regions. We got an average of 20ms for GCE and 86ms for AWS. GCE came out 4x faster.</p>
<div id="attachment_620337" class="wp-caption aligncenter" style="width: 230px"><a href="http://gigaom2.files.wordpress.com/2013/03/latency.png"><img alt="GCE vs. EC2: Latency benchmark chart" src="http://gigaom2.files.wordpress.com/2013/03/latency.png?w=220&#038;h=300" width="220" height="300" class="size-medium wp-image-620337"></a><p class="wp-caption-text">Lower latency is better and means shorter wait times.</p></div>
<p>This might allow new architectures, and high-load replicated databases might just become possible. Put a slave in different regions of the US (and if/when GCE goes international, why not different regions of the world?) to dramatically speed up SaaS applications for read performance.</p>
<p>Of course, unless Amazon and Google work together to enable Direct Connect, bandwidth from GCE to EC2 will still be slow. I also hear that Amazon is working on creating a private backbone between regions to enable the same use cases, which would be an expected smart move from them.</p>
<h2 id="multi-region-images">Multi-region images</h2>
<p>We’re not quite sure why AWS doesn’t support this, but images on GCE are multi-region (“multi-zone” in their terms), that is to say when you snapshot an instance into an image, you can immediately launch new instances from that image in any region. This makes disaster recovery that much easier and makes their scheduled region maintenance (which occurs a couple of times a year) less of a problem. On that note, I’d also like to add that it forces people to plan their infrastructure to be multi-region, similar to what AWS did for instance failure by making local disk storage ephemeral.</p>
<h2 id="so-should-you-switch">So should you switch?</h2>
<p>AWS offers an extremely comprehensive cloud service, with everything from DNS to database. Google does not. This makes building applications on AWS easier, since you have bigger building blocks. So if you don’t mind locking yourself into a vendor, you’ll be more productive on AWS.</p>
<p>But that said, with Google Compute Engine, AWS has a formidable new competitor in the public cloud space, and we’ll likely be moving some of Scalr’s production workloads from our hybrid aws-rackspace-softlayer setup to it when it leaves beta. There’s a strong technical case for migrating heavy workloads to GCE, and I’ll be grabbing popcorn to eagerly watch as the battle unfolds between the giants.</p>
<p><em>Sebastian Stadil is the founder of Scalr, a simple, powerful cloud management suite, and SVCCG, the world’s largest cloud computing user group. When not working on cloud, Sebastian enjoys making sushi and playing rugby.</em></p>
<p><em>Note: Data scientists from LinkedIn, Continuuity, Quantcast and NASA will talk about their hardware and software stacks at our “guru panel” at <a href="http://event.gigaom.com/structuredata/?utm_source=cloud&amp;utm_medium=editorial&amp;utm_campaign=intext&amp;utm_term=620328+by-the-numbers-how-google-compute-engine-stacks-up-to-amazon-ec2&amp;utm_content=gigaguest">Structure:Data</a> next week, March 20-21, in New York City.</em></p>
<p><em>Disclosure: Automattic, maker of WordPress.com, is backed by True Ventures, a venture capital firm that is an investor in the parent company of this blog, GigaOM. Om Malik, founder of GigaOM, is also a venture partner at True.</em></p>
<p><em><strong>Update:</strong> This story was updated at 7:34 a.m. PDT on May 15, 2013 to note that Scalr is working on a new set of benchmarks and will publish those results soon.</em></p>
<br />  <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gigaom.com&#038;blog=14960843&#038;post=620328&#038;subd=gigaom2&#038;ref=&#038;feed=1" width="1" height="1" /><p><a href="http://pubads.g.doubleclick.net/gampad/jump?iu=/1008864/GigaOM_RSS_300x250&#038;sz=300x250&#038;c=875708"><img src="http://pubads.g.doubleclick.net/gampad/ad?iu=/1008864/GigaOM_RSS_300x250&#038;sz=300x250&#038;c=875708" /></a></p><p><strong>Related research and analysis from GigaOM Pro:</strong><br />Subscriber content. <a href="http://pro.gigaom.com/?utm_source=cloud&utm_medium=editorial&utm_campaign=auto3&utm_term=620328+by-the-numbers-how-google-compute-engine-stacks-up-to-amazon-ec2&utm_content=gigaguest">Sign up for a free trial</a>.</p><ul><li><a href="http://pro.gigaom.com/2011/12/migrating-media-applications-to-the-private-cloud-best-practices-for-businesses/?utm_source=cloud&utm_medium=editorial&utm_campaign=auto3&utm_term=620328+by-the-numbers-how-google-compute-engine-stacks-up-to-amazon-ec2&utm_content=gigaguest">Migrating media applications to the private cloud: best practices for businesses</a></li><li><a href="http://pro.gigaom.com/2012/07/cloud-and-data-second-quarter-2012-analysis-and-outlook-2/?utm_source=cloud&utm_medium=editorial&utm_campaign=auto3&utm_term=620328+by-the-numbers-how-google-compute-engine-stacks-up-to-amazon-ec2&utm_content=gigaguest">Takeaways from the second quarter in cloud and data</a></li><li><a href="http://pro.gigaom.com/2012/10/metered-it-the-path-to-utility-computing/?utm_source=cloud&utm_medium=editorial&utm_campaign=auto3&utm_term=620328+by-the-numbers-how-google-compute-engine-stacks-up-to-amazon-ec2&utm_content=gigaguest">Metered IT: the path to utility computing</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://gigaom.com/2013/03/15/by-the-numbers-how-google-compute-engine-stacks-up-to-amazon-ec2/feed/</wfw:commentRss>
		<slash:comments>74</slash:comments>
	
		<media:thumbnail url="http://gigaom2.files.wordpress.com/2013/03/gcevec2.jpg?w=150" />
		<media:content url="http://gigaom2.files.wordpress.com/2013/03/gcevec2.jpg?w=150" medium="image">
			<media:title type="html">Google Compute Engine vs. Amazon EC2</media:title>
		</media:content>

		<media:content url="http://1.gravatar.com/avatar/4411542bbd7a2a9a2fc2a1b38809e45c?s=96&#38;d=retro&#38;r=PG" medium="image">
			<media:title type="html">gigaguest</media:title>
		</media:content>

		<media:content url="http://gigaom2.files.wordpress.com/2013/03/boot.png?w=284" medium="image">
			<media:title type="html">GCE vs. EC2: Boot times chart</media:title>
		</media:content>

		<media:content url="http://gigaom2.files.wordpress.com/2013/03/volumes.png?w=300" medium="image">
			<media:title type="html">GCE vs. EC2: Read/write speeds</media:title>
		</media:content>

		<media:content url="http://gigaom2.files.wordpress.com/2013/03/bandwidth.png?w=197" medium="image">
			<media:title type="html">GCE vs. EC2: Bandwidth chart</media:title>
		</media:content>

		<media:content url="http://gigaom2.files.wordpress.com/2013/03/latency.png?w=220" medium="image">
			<media:title type="html">GCE vs. EC2: Latency benchmark chart</media:title>
		</media:content>
	</item>
		<item>
		<title>Android this week: Nexus 7 tablet arrives; Jelly Bean is sweet; Apple fights back</title>
		<link>http://gigaom.com/2012/06/30/android-this-week-nexus-7-tablet-arrives-jelly-bean-is-sweet-apple-fights-back/</link>
		<comments>http://gigaom.com/2012/06/30/android-this-week-nexus-7-tablet-arrives-jelly-bean-is-sweet-apple-fights-back/#comments</comments>
		<pubDate>Sat, 30 Jun 2012 12:49:03 +0000</pubDate>
		<dc:creator>Kevin C. Tofel</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[Galaxy Nexus]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Google I/O 2012]]></category>
		<category><![CDATA[Jelly Bean]]></category>
		<category><![CDATA[Nexus 7]]></category>
		<category><![CDATA[Nvidia]]></category>
		<category><![CDATA[Samsung]]></category>
		<category><![CDATA[smartphones]]></category>
		<category><![CDATA[tablets]]></category>

		<guid isPermaLink="false">http://gigaom.com/?p=538513</guid>
		<description><![CDATA[For the Android crowd, this was an eventful week, thanks to the many announcements at Google I/O. Here's my first look at the Nexus 7 tablet and Android 4.1 on the Galaxy Nexus, which is temporarily unable to be sold due to Apple winning an injunction.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gigaom.com&#038;blog=14960843&#038;post=538513&#038;subd=gigaom2&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p><a href="http://gigaom2.files.wordpress.com/2011/05/android-this-week.jpeg"><img  title="android-this-week" src="http://gigaom2.files.wordpress.com/2011/05/android-this-week.jpeg?w=210&#038;h=139" alt="" width="210" height="139" class="alignleft  wp-image-348624" /></a>For the Android crowd, this was an eventful week, thanks to the many announcements and developments at the Google I/O event. <a href="http://gigaom.com/mobile/our-google-io-2012-live-coverage-is-here/">Our full recap is here</a>, but a few bits stood out from the crowd in terms of both hardware and software. The Nexus 7 tablet went from rumor to reality, with Google debuting the Asus-built 7-inch slate at a low price of $199. <a href="http://gigaom.com/mobile/nexus-7-first-look-its-here-to-snuff-kindles-fire/">My initial impressions of the review unit I received</a>? This will attract potential Kindle Fire purchasers and Android tablet fans alike.</p>
<p><a href="http://gigaom2.files.wordpress.com/2012/06/nexus-7-unboxed.jpg"><img  title="nexus-7-unboxed" src="http://gigaom2.files.wordpress.com/2012/06/nexus-7-unboxed.jpg?w=180&#038;h=240" alt="" width="180" height="240" class="alignright  wp-image-538317" /></a>Few, if any, of the hardware components will surprise those that follow Android as the leaked specifications proved true. The 7-inch slate is<a href="http://blogs.nvidia.com/2012/06/tegra-3-brings-googles-nexus-7-tablet-to-the-masses-2/"> built on Nvidia&#8217;s low cost Kai platform</a>, using the Tegra 3 system on a chip: a quad-core processor with a low powered fifth core and 12 graphics cores. The 1280 x 800 resolution screen looks good and has wide viewing angles. There&#8217;s no rear camera sensor, but the front facing camera works well for video chats. So far, the package is peppy in my limited testing.</p>
<p>Part of the reason for that is surely the new software: Nexus 7 is the first device to ship with Android 4.1, also known as Jelly Bean. This too was introduced at Google I/O with <a href="http://gigaom.com/mobile/jelly-bean-what-you-need-to-know-about-android-4-1/">a number of refinements and new features</a> that help make the platform more useful with a smoother user experience to boot. Google outlines the <a href="http://developer.android.com/about/versions/jelly-bean.html">many new features on its developer blog here</a>.</p>
<p>I&#8217;m already impressed by Google Now, which is part Google Search, part personal assistant, and all controlled by voice. Google Now is contextual in that it learns about you over time and begins personalizing information, sometimes in advance. For example, the software will quickly learn where your home is and when you leave work it can proactively inform you of the commute time. In addition, if there is a way to route around any traffic issues to get you home sooner, Google Now will do that for you as well.</p>
<p><a href="http://gigaom2.files.wordpress.com/2012/06/jelly-bean-notifications.jpg"><img  title="jelly-bean-notifications" src="http://gigaom2.files.wordpress.com/2012/06/jelly-bean-notifications.jpg?w=206&#038;h=240" alt="" width="206" height="240" class="alignleft  wp-image-538521" /></a>Also included in Jelly Bean are welcome notification improvements. In the past, you could only swipe away a group of unread emails, but now you can wipe individual messages away from your notifications or take immediate action on them. And developers can allow for up to three actions on any notification so you may be able to respond to a Twitter message right from the notification pane, for example.</p>
<p>Jelly Bean also adds some core system optimizations, which Google calls &#8220;Butter&#8221;, to speed up the overall experience. I&#8217;ve already installed Android 4.1 on my Galaxy Nexus, plus I&#8217;m using it on the Nexus 7, and see the difference. I wouldn&#8217;t say that Android becomes twice as fast as before with Jelly Bean, but it&#8217;s a noticeable speed boost for navigation, program switching and all around use.</p>
<p><a href="http://gigaom2.files.wordpress.com/2011/10/galaxy-nexus-featured.jpg"><img  title="galaxy-nexus-featured" src="http://gigaom2.files.wordpress.com/2011/10/galaxy-nexus-featured.jpg?w=210&#038;h=140" alt="" width="210" height="140" class="alignright size-thumbnail wp-image-423190" /></a>Unfortunately for those considering to use Jelly Bean on a brand new Galaxy Nexus, there may be a wait. Late in the week, <a href="http://gigaom.com/apple/apple-gets-another-injunction-this-time-on-samsungs-galaxy-nexus/">Apple won a preliminary injunction against Samsung for the handset</a>. The unlocked GSM handset dropped in price, now at $349,  just a few days before the injunction.</p>
<p>This is less of an issue for Samsung, however, than it is for Google. Samsung&#8217;s Galaxy S III, which could also be targeted for patent violation, is surely a better seller. Google is trying to crack the direct handset sale market with the Galaxy Nexus, so I suspect that the company will finally get involved in the legal spats to help out its hardware partners as a result.</p>
<br />  <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gigaom.com&#038;blog=14960843&#038;post=538513&#038;subd=gigaom2&#038;ref=&#038;feed=1" width="1" height="1" /><p><a href="http://pubads.g.doubleclick.net/gampad/jump?iu=/1008864/GigaOM_RSS_300x250&#038;sz=300x250&#038;c=109888"><img src="http://pubads.g.doubleclick.net/gampad/ad?iu=/1008864/GigaOM_RSS_300x250&#038;sz=300x250&#038;c=109888" /></a></p><p><strong>Related research and analysis from GigaOM Pro:</strong><br />Subscriber content. <a href="http://pro.gigaom.com/?utm_source=mobile&utm_medium=editorial&utm_campaign=auto3&utm_term=538513+android-this-week-nexus-7-tablet-arrives-jelly-bean-is-sweet-apple-fights-back&utm_content=kevintofel">Sign up for a free trial</a>.</p><ul><li><a href="http://pro.gigaom.com/2012/02/forecasting-the-tablet-market-over-366-million-units-by-2016/?utm_source=mobile&utm_medium=editorial&utm_campaign=auto3&utm_term=538513+android-this-week-nexus-7-tablet-arrives-jelly-bean-is-sweet-apple-fights-back&utm_content=kevintofel">Tablet market to hit over 377 million units by 2016</a></li><li><a href="http://pro.gigaom.com/2012/02/ces-2012-a-recap-and-analysis/?utm_source=mobile&utm_medium=editorial&utm_campaign=auto3&utm_term=538513+android-this-week-nexus-7-tablet-arrives-jelly-bean-is-sweet-apple-fights-back&utm_content=kevintofel">CES 2012: a recap and analysis</a></li><li><a href="http://pro.gigaom.com/2013/01/mobile-fourth-quarter-2012-analysis/?utm_source=mobile&utm_medium=editorial&utm_campaign=auto3&utm_term=538513+android-this-week-nexus-7-tablet-arrives-jelly-bean-is-sweet-apple-fights-back&utm_content=kevintofel">The fourth quarter of 2012 in mobile</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://gigaom.com/2012/06/30/android-this-week-nexus-7-tablet-arrives-jelly-bean-is-sweet-apple-fights-back/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
	
		<media:thumbnail url="http://gigaom2.files.wordpress.com/2011/05/android-this-week.jpeg?w=150" />
		<media:content url="http://gigaom2.files.wordpress.com/2011/05/android-this-week.jpeg?w=150" medium="image">
			<media:title type="html">android-this-week</media:title>
		</media:content>

		<media:content url="http://0.gravatar.com/avatar/6cbb45abac59965c2626e40155358d1b?s=96&#38;d=retro&#38;r=PG" medium="image">
			<media:title type="html">Kevin C. Tofel</media:title>
		</media:content>

		<media:content url="http://gigaom2.files.wordpress.com/2011/05/android-this-week.jpeg?w=300" medium="image">
			<media:title type="html">android-this-week</media:title>
		</media:content>

		<media:content url="http://gigaom2.files.wordpress.com/2012/06/nexus-7-unboxed.jpg?w=225" medium="image">
			<media:title type="html">nexus-7-unboxed</media:title>
		</media:content>

		<media:content url="http://gigaom2.files.wordpress.com/2012/06/jelly-bean-notifications.jpg?w=257" medium="image">
			<media:title type="html">jelly-bean-notifications</media:title>
		</media:content>

		<media:content url="http://gigaom2.files.wordpress.com/2011/10/galaxy-nexus-featured.jpg?w=210" medium="image">
			<media:title type="html">galaxy-nexus-featured</media:title>
		</media:content>
	</item>
		<item>
		<title>Google scrambles to fix Events after celebs yelp</title>
		<link>http://gigaom.com/2012/06/28/google-scrambles-to-fix-events-after-celebs-complain/</link>
		<comments>http://gigaom.com/2012/06/28/google-scrambles-to-fix-events-after-celebs-complain/#comments</comments>
		<pubDate>Fri, 29 Jun 2012 04:23:07 +0000</pubDate>
		<dc:creator>Staci D. Kramer</dc:creator>
				<category><![CDATA[Google]]></category>
		<category><![CDATA[Google I/O 2012]]></category>
		<category><![CDATA[Google+ Events]]></category>
		<category><![CDATA[John Scalzi]]></category>
		<category><![CDATA[Robert Scoble]]></category>
		<category><![CDATA[Vic Gundotra]]></category>
		<category><![CDATA[Wil Wheaton]]></category>

		<guid isPermaLink="false">http://gigaom.com/?p=538015</guid>
		<description><![CDATA[Despite the "Google+ is a ghost town" mantra, a number of high-profile people are active users. They also yelp when they're unhappy and when Google+ Events went live, flooding feeds, that's what some of them did -- drawing attention to a launch for all the wrong reasons.
<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gigaom.com&#038;blog=14960843&#038;post=538015&#038;subd=gigaom2&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p><a href="http://gigaom.com/collaboration/7-steps-to-prepare-your-business-for-a-forced-closure/flood-2/" rel="attachment wp-att-343795"><img  title="flood" src="http://gigaom2.files.wordpress.com/2011/05/flood.jpg?w=300&#038;h=199" alt="" width="300" height="199" class="alignright size-medium wp-image-343795" /></a>Despite the &#8220;Google+ is a ghost town&#8221; mantra, a number of high-profile or widely connected people are active users who promote what they like. They also yelp when they&#8217;re unhappy and when Google+ Events went live during the week&#8217;s Google I/O, flooding feeds and stuffing calendars, that&#8217;s what some of them did &#8212; drawing attention to a launch for all the wrong reasons.</p>
<p>Actor/geek Wil Wheaton <a href="https://plus.google.com/u/1/108176814619778619437/posts/fD5JRgQo3mk">started to see</a> the results almost immediately, posting late Wednesday afternoon:</p>
<blockquote><p>Did G+ roll out some new &#8220;invite everyone you follow to an event&#8221; thing? My feed is completely overwhelmed with &#8220;everyone&#8217;s invited to XXXXX event&#8221; notices, and I&#8217;m having a hard time actually seeing posts from people I&#8217;m following. &#8230; Is there a way to opt-out of event invites from people I don&#8217;t follow or have circled? Is this yet another thing Google rolled out without thinking it through clearly?</p></blockquote>
<p>A little later, he was getting a better understanding of the new feature but it was too late:</p>
<blockquote><p>It&#8217;s too bad that I&#8217;ll never use it, and will kill it with fire, because Google has, yet again, made a product that may be useful and cool, but forced it upon users without giving users any control over how invasive it is.</p></blockquote>
<p>Wheaton not only has a large following, he&#8217;s an active poster and checkers his Google+ feed every half hour or so when he&#8217;s online. He likes Google+ and is just as frustrated by what he sees as Google&#8217;s failure with it as he was with this feature gone awry:</p>
<blockquote><p>Instead of talking about how cool this thing is, and how excited we are to use it, a significant number of G+ users &#8212; and people like Linus Torvalds, who are way more influential than I am are among them &#8212; are talking about how annoyed they are and how much they hate it.</p>
<p>Is that the rollout that Google was hoping for? Has Google learned nothing from doing things like this in the past? I&#8217;m starting to believe that this isn&#8217;t an accident, or poor planning, but by design; I just can&#8217;t figure out why.</p></blockquote>
<p>Author John Scalzi was irked enough <a href="https://plus.google.com/u/1/103519862018798239865/posts/6c61X8m7XpM">to post</a> around midnight Wednesday:</p>
<blockquote><p>My newest circle is &#8220;People who send me a &#8216;test&#8217; Google Events Invite, and must therefore be torn apart by ravenous bears.&#8221; Try not to be in it. The bears are getting tired.</p></blockquote>
<p>By Thursday, Wheaton was trying again, <a href="https://plus.google.com/u/1/108176814619778619437/posts/BC8NZR8bTAW">providing examples</a>, to back up his contention that only people in your own circles should be allowed to send you Events. Among them: unwanted invitations and messages about the <em>Guild Wars 2</em> release date. The last straw was someone who set up a fake event with Wheaton&#8217;s name in it, prompting him to warn &#8220;the system as it&#8217;s set up right now is ripe for abuse.&#8221;</p>
<p>That finally drew a chagrined response in Wheaton&#8217;s comments from <a href="https://plus.google.com/u/1/107117483540235115863/posts">Vic Gundotra</a>, the Google SVP of engineering responsible for Google+:</p>
<blockquote><p>&#8220;We are doing exactly what you requested. We should have contemplated and anticipated how people would abuse this and how painful this could be for celebrities with large followings.</p>
<p>We have pushed a number of fixes yesterday (some were bug fixes that showed up at scale). Expect more fixes today. Sorry for the trouble Will.&#8221;</p></blockquote>
<p>The right response, although Gundotra shouldn&#8217;t have limited it to &#8220;celebrities&#8221; and should have been more clear about the fixes and bugs.</p>
<p>An exasperated Robert Scoble was still dealing with the aftereffects late Thursday afternoon <a href="https://plus.google.com/111091089527727420853/posts/LTr6RedEeVF">when he broadcast</a> on Google+ and Twitter that Google+ Events was &#8220;The worst social launch ever. WTF were you thinking Google?&#8221; He called out Gundotra directly, adding a new twist:</p>
<blockquote><p>Not only did it spam the crap out of my notifications and my Google+ events page but it added events &#8212; hundreds of them &#8212; onto my calendar.</p>
<p>My calendar is MINE. Not yours. You should NEVER put anything on it that I don&#8217;t approve of.</p></blockquote>
<p>Scoble said declining the events didn&#8217;t make them disappear, requiring hundreds of entries to be deleted by one by one. It&#8217;s not the end of the world but it&#8217;s the kind of tech time sink that can frustrate to the point of a primal scream.</p>
<p>Google also is showing an Events opt-in screen on Google Calendar. I was in a rush when I first saw it and decided to adhere to a rule I&#8217;ve been trying to follow: don&#8217;t opt in if you don&#8217;t have time to read the fine print.</p>
<p>Even now, it&#8217;s difficult to see from the splash screen or the &#8220;learn more&#8221; page just how much noise you might be agreeing to if you opt in.</p>
<p><a href="http://gigaom.com/2012/06/28/google-scrambles-to-fix-events-after-celebs-complain/google-events-opt-in/" rel="attachment wp-att-538045"><img  title="Google Events Opt In" src="http://gigaom2.files.wordpress.com/2012/06/google-events-opt-in.png?w=210&#038;h=118" alt="" width="210" height="118" class="alignright size-thumbnail wp-image-538045" /></a></p>
<p>If you look at events through Google+ instead of your Google calendar, you can start to figure it out by choosing settings and scrolling around a lot. There is still no simple or direct way to set parameters specifically for events, as far as I can tell.</p>
<p>Google needs Google+ Events to work for a number of reasons: it encourages interaction between features like Google+, calendar and Gmail; it&#8217;s social so should bring more Google+ users together; it encourages photo sharing; and it should bring new users in.</p>
<p>If Google can manage the <a href="http://youtu.be/D7TB8b2t3QE">parachute-bike-rappel routine</a> that wowed the Moscone Center crowd, someone there ought to be able to figure out how to introduce new features without alienating its users.</p>
<br />  <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gigaom.com&#038;blog=14960843&#038;post=538015&#038;subd=gigaom2&#038;ref=&#038;feed=1" width="1" height="1" /><p><a href="http://pubads.g.doubleclick.net/gampad/jump?iu=/1008864/GigaOM_RSS_300x250&#038;sz=300x250&#038;c=739344"><img src="http://pubads.g.doubleclick.net/gampad/ad?iu=/1008864/GigaOM_RSS_300x250&#038;sz=300x250&#038;c=739344" /></a></p><p><strong>Related research and analysis from GigaOM Pro:</strong><br />Subscriber content. <a href="http://pro.gigaom.com/?utm_source=tech&utm_medium=editorial&utm_campaign=auto3&utm_term=538015+google-scrambles-to-fix-events-after-celebs-complain&utm_content=stacidk">Sign up for a free trial</a>.</p><ul><li><a href="http://pro.gigaom.com/2013/01/the-2013-task-management-tools-market/?utm_source=tech&utm_medium=editorial&utm_campaign=auto3&utm_term=538015+google-scrambles-to-fix-events-after-celebs-complain&utm_content=stacidk">The 2013 task management tools market</a></li><li><a href="http://pro.gigaom.com/2012/12/connected-consumer-2013-how-2012-laid-the-groundwork-for-change/?utm_source=tech&utm_medium=editorial&utm_campaign=auto3&utm_term=538015+google-scrambles-to-fix-events-after-celebs-complain&utm_content=stacidk">How consumer media will change in 2013</a></li><li><a href="http://pro.gigaom.com/2012/12/social-2013-the-enterprise-strikes-back/?utm_source=tech&utm_medium=editorial&utm_campaign=auto3&utm_term=538015+google-scrambles-to-fix-events-after-celebs-complain&utm_content=stacidk">Social 2013: The enterprise strikes back</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://gigaom.com/2012/06/28/google-scrambles-to-fix-events-after-celebs-complain/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
	
		<media:thumbnail url="http://gigaom2.files.wordpress.com/2011/05/flood.jpg?w=150" />
		<media:content url="http://gigaom2.files.wordpress.com/2011/05/flood.jpg?w=150" medium="image">
			<media:title type="html">flood</media:title>
		</media:content>

		<media:content url="http://0.gravatar.com/avatar/fb49fb413e2c5f5fcc46b30453cccf6c?s=96&#38;d=retro&#38;r=PG" medium="image">
			<media:title type="html">stacidk</media:title>
		</media:content>

		<media:content url="http://gigaom2.files.wordpress.com/2011/05/flood.jpg?w=300" medium="image">
			<media:title type="html">flood</media:title>
		</media:content>

		<media:content url="http://gigaom2.files.wordpress.com/2012/06/google-events-opt-in.png?w=210" medium="image">
			<media:title type="html">Google Events Opt In</media:title>
		</media:content>
	</item>
		<item>
		<title>Google Docs goes offline while Drive comes to iOS</title>
		<link>http://gigaom.com/2012/06/28/google-docs-goes-offline-while-drive-comes-to-ios/</link>
		<comments>http://gigaom.com/2012/06/28/google-docs-goes-offline-while-drive-comes-to-ios/#comments</comments>
		<pubDate>Thu, 28 Jun 2012 19:11:38 +0000</pubDate>
		<dc:creator>Kevin C. Tofel</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[Chrome]]></category>
		<category><![CDATA[Chrome OS]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Google Docs]]></category>
		<category><![CDATA[Google Drive]]></category>
		<category><![CDATA[Google I/O 2012]]></category>
		<category><![CDATA[iOS]]></category>

		<guid isPermaLink="false">http://gigaom.com/?p=537830</guid>
		<description><![CDATA[The hits keep coming from day two of Google I/O: The company announced the long awaited Google Docs offline capability, allowing users to edit docs without a connection to the web. Apple iOS gained the Chrome browser earlier in the day, but also get Google Drive.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gigaom.com&#038;blog=14960843&#038;post=537830&#038;subd=gigaom2&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>The hits keep coming from <a href="http://gigaom.com/2012/06/28/our-google-io-day-two-live-coverage-is-here/">day two of Google I/O</a>: The company announced Google Docs finally works offline, allowing users to edit docs without a connection to the web. Apple iPhones, iPods and iPod touch devices <a href="http://gigaom.com/2012/06/28/google-releases-chrome-for-iphone-and-ipad/">not only got the Chrome browser earlier in the day</a>, but also <a href="http://googledocs.blogspot.com/2012/06/announcing-your-two-most-requested.html">gain a native Google Drive application</a>, which was improved for all platforms with integrated search features.</p>
<p>To use offline document editing in Google Docs, users will have to enable in it the applications settings while online. Docs will then download local copies of all documents for editing without a connection. Once that step is complete, edits can take place offline and when Docs senses that a connection is available, it will automatically sync the changed documents with the files in Google&#8217;s cloud.</p>
<p style="text-align: center;"><a href="http://gigaom2.files.wordpress.com/2012/06/google-docs-offline.jpg"><img  style="border: 1px solid black;" title="google-docs-offline" src="http://gigaom2.files.wordpress.com/2012/06/google-docs-offline.jpg?w=544&#038;h=172" alt="" width="544" height="172" class="aligncenter  wp-image-537840" /></a></p>
<p>Of course, Google Docs is going away in favor of Google Drive: Google recently announced the change in an effort put file storage and editing capabilities under one name. But there&#8217;s more to Google Drive than just the name and iOS device owners can start to take advantage of Google&#8217;s storage service with a native iOS app for Drive. There is one caveat: It&#8217;s just a file viewer for now.</p>
<p><a href="http://gigaom2.files.wordpress.com/2012/06/iphone-google-drive.jpg"><img  title="iphone-google-drive" src="http://gigaom2.files.wordpress.com/2012/06/iphone-google-drive.jpg?w=604&#038;h=377" alt="" width="604" height="377" class="aligncenter size-large wp-image-537842" /></a></p>
<p>All Google Drive users gain a nifty new feature: A vastly improved search function. On stage at Google I/O, the company demonstrated this and it was impressive. About two dozen PDF files of scanned images were shown in a Google Drive account and none were labeled. Yet one out of the bunch was a shipping receipt.</p>
<p>A quick search for &#8220;certified mail&#8221; pulled up the proper image thanks to optical scanning recognition of the file contents, making Google Drive much more useful and easier to use: Why label what you don&#8217;t have to?</p>
<br />  <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gigaom.com&#038;blog=14960843&#038;post=537830&#038;subd=gigaom2&#038;ref=&#038;feed=1" width="1" height="1" /><p><a href="http://pubads.g.doubleclick.net/gampad/jump?iu=/1008864/GigaOM_RSS_300x250&#038;sz=300x250&#038;c=241106"><img src="http://pubads.g.doubleclick.net/gampad/ad?iu=/1008864/GigaOM_RSS_300x250&#038;sz=300x250&#038;c=241106" /></a></p><p><strong>Related research and analysis from GigaOM Pro:</strong><br />Subscriber content. <a href="http://pro.gigaom.com/?utm_source=mobile&utm_medium=editorial&utm_campaign=auto3&utm_term=537830+google-docs-goes-offline-while-drive-comes-to-ios&utm_content=kevintofel">Sign up for a free trial</a>.</p><ul><li><a href="http://pro.gigaom.com/2012/07/new-strategies-in-consumer-media-cloud-storage/?utm_source=mobile&utm_medium=editorial&utm_campaign=auto3&utm_term=537830+google-docs-goes-offline-while-drive-comes-to-ios&utm_content=kevintofel">The evolution of consumer-media cloud storage</a></li><li><a href="http://pro.gigaom.com/2012/07/the-wearable-computing-market-a-global-analysis/?utm_source=mobile&utm_medium=editorial&utm_campaign=auto3&utm_term=537830+google-docs-goes-offline-while-drive-comes-to-ios&utm_content=kevintofel">Analyzing the wearable computing market</a></li><li><a href="http://pro.gigaom.com/2012/04/how-scribbling-on-an-ipad-makes-your-work-life-easier/?utm_source=mobile&utm_medium=editorial&utm_campaign=auto3&utm_term=537830+google-docs-goes-offline-while-drive-comes-to-ios&utm_content=kevintofel">How scribbling on an iPad makes your work life easier</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://gigaom.com/2012/06/28/google-docs-goes-offline-while-drive-comes-to-ios/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:thumbnail url="http://gigaom2.files.wordpress.com/2012/06/iphone-google-drive-e1340909844343.jpg?w=150" />
		<media:content url="http://gigaom2.files.wordpress.com/2012/06/iphone-google-drive-e1340909844343.jpg?w=150" medium="image">
			<media:title type="html">iphone-google-drive</media:title>
		</media:content>

		<media:content url="http://0.gravatar.com/avatar/6cbb45abac59965c2626e40155358d1b?s=96&#38;d=retro&#38;r=PG" medium="image">
			<media:title type="html">Kevin C. Tofel</media:title>
		</media:content>

		<media:content url="http://gigaom2.files.wordpress.com/2012/06/google-docs-offline.jpg?w=604" medium="image">
			<media:title type="html">google-docs-offline</media:title>
		</media:content>

		<media:content url="http://gigaom2.files.wordpress.com/2012/06/iphone-google-drive.jpg?w=604" medium="image">
			<media:title type="html">iphone-google-drive</media:title>
		</media:content>
	</item>
		<item>
		<title>Google releases Chrome for iPhone and iPad</title>
		<link>http://gigaom.com/2012/06/28/google-releases-chrome-for-iphone-and-ipad/</link>
		<comments>http://gigaom.com/2012/06/28/google-releases-chrome-for-iphone-and-ipad/#comments</comments>
		<pubDate>Thu, 28 Jun 2012 17:30:13 +0000</pubDate>
		<dc:creator>Janko Roettgers</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Crhome]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Google I/O 2012]]></category>
		<category><![CDATA[iOS]]></category>

		<guid isPermaLink="false">http://gigaom.com/?p=537717</guid>
		<description><![CDATA[Google's Chrome browser is coming to iOS devices: The browser will be available both for iPhone and iPad via iTunes later today. This brings cross-device Chrome synching to iOS - and for Google represents a significant step towards capturing the mobile browser market.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gigaom.com&#038;blog=14960843&#038;post=537717&#038;subd=gigaom2&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p><strong>Updated.</strong> <a href="http://gigaom2.files.wordpress.com/2012/05/chrome-ios.jpg"><img  title="chrome-ios" src="http://gigaom2.files.wordpress.com/2012/05/chrome-ios.jpg?w=300&#038;h=189" alt="" width="300" height="189" class="alignleft size-medium wp-image-521536" /></a>Google unveiled its Chrome browser for iOS at its Google I/O developer conference in San Francisco Thursday, making the browser available on the iPhone and iPad. Brian Rakowski, Vice President, Chrome, said that the new browser will be available in iTunes later today.</p>
<p>The new browser brings cross-device syncing to iOS, making it possible for users of the Chrome desktop browser to access any of the tabs they have opened on their PC on their iOS mobile device as well. Chrome also synchronizes browser history, making it possible to use the back button to access previously opened sites.</p>
<p>Google’s Sundar Pichai said earlier during the keynote that mobile will be the biggest growth market for Chrome. Three billion people already access the web, he said, but half of the world’s population still have yet to come online. “And those we reach via mobile,” he said, with Chrome being key to these effort. “Chrome is the most popular browser in the world, globally,” he declared.</p>
<p>Update: The release coincides with Google making Google Drive available on iOS. More on this <a href="http://gigaom.com/2012/06/28/our-google-io-day-two-live-coverage-is-here/">in our live blog.</a></p>
<br />  <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gigaom.com&#038;blog=14960843&#038;post=537717&#038;subd=gigaom2&#038;ref=&#038;feed=1" width="1" height="1" /><p><a href="http://pubads.g.doubleclick.net/gampad/jump?iu=/1008864/GigaOM_RSS_300x250&#038;sz=300x250&#038;c=79311"><img src="http://pubads.g.doubleclick.net/gampad/ad?iu=/1008864/GigaOM_RSS_300x250&#038;sz=300x250&#038;c=79311" /></a></p><p><strong>Related research and analysis from GigaOM Pro:</strong><br />Subscriber content. <a href="http://pro.gigaom.com/?utm_source=tech&utm_medium=editorial&utm_campaign=auto3&utm_term=537717+google-releases-chrome-for-iphone-and-ipad&utm_content=jroettgers">Sign up for a free trial</a>.</p><ul><li><a href="http://pro.gigaom.com/2012/07/the-wearable-computing-market-a-global-analysis/?utm_source=tech&utm_medium=editorial&utm_campaign=auto3&utm_term=537717+google-releases-chrome-for-iphone-and-ipad&utm_content=jroettgers">Analyzing the wearable computing market</a></li><li><a href="http://pro.gigaom.com/2011/12/carrier-iq-and-the-continued-erosion-of-operator-trust/?utm_source=tech&utm_medium=editorial&utm_campaign=auto3&utm_term=537717+google-releases-chrome-for-iphone-and-ipad&utm_content=jroettgers">Carrier IQ and the continued erosion of operator trust</a></li><li><a href="http://pro.gigaom.com/2011/09/the-future-of-mobile-a-segment-analysis-by-gigaom-pro/?utm_source=tech&utm_medium=editorial&utm_campaign=auto3&utm_term=537717+google-releases-chrome-for-iphone-and-ipad&utm_content=jroettgers">The future of mobile: a segment analysis by GigaOM Pro</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://gigaom.com/2012/06/28/google-releases-chrome-for-iphone-and-ipad/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:thumbnail url="http://gigaom2.files.wordpress.com/2012/05/chrome-ios.jpg?w=150" />
		<media:content url="http://gigaom2.files.wordpress.com/2012/05/chrome-ios.jpg?w=150" medium="image">
			<media:title type="html">chrome-ios</media:title>
		</media:content>

		<media:content url="http://0.gravatar.com/avatar/08bc62ecf138202f06b74dfa01376e74?s=96&#38;d=retro&#38;r=PG" medium="image">
			<media:title type="html">jroettgers</media:title>
		</media:content>

		<media:content url="http://gigaom2.files.wordpress.com/2012/05/chrome-ios.jpg?w=300" medium="image">
			<media:title type="html">chrome-ios</media:title>
		</media:content>
	</item>
		<item>
		<title>Our Google I/O Day Two live coverage is here</title>
		<link>http://gigaom.com/2012/06/28/our-google-io-day-two-live-coverage-is-here/</link>
		<comments>http://gigaom.com/2012/06/28/our-google-io-day-two-live-coverage-is-here/#comments</comments>
		<pubDate>Thu, 28 Jun 2012 16:30:57 +0000</pubDate>
		<dc:creator>Tom Krazit</dc:creator>
				<category><![CDATA[Google I/O 2012]]></category>

		<guid isPermaLink="false">http://gigaom.com/?p=537479</guid>
		<description><![CDATA[Google is expected to focus much more on the Web during the second day of its Google I/O show, with news expected about a new cloud service that you first heard from GigaOM. Just like yesterday, we'll be providing live coverage of the event here.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gigaom.com&#038;blog=14960843&#038;post=537479&#038;subd=gigaom2&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p><a href="http://gigaom.com/?attachment_id=537739"><img  title="Google I/O at 10.26.23 AM" src="http://gigaom2.files.wordpress.com/2012/06/screen-shot-2012-06-28-at-10-26-23-am.png?w=604&#038;h=305" alt="" width="604" height="305" class="aligncenter size-large wp-image-537739" /></a></p>
<p>With an epic Day One of Google I/O in the rearview mirror &#8212; a day that included a major new release to Android, a new Google-branded tablet and home entertainment device, and a wacky high-wire stunt act involving sky divers and Google Glasses &#8212; Day Two might find itself with a hard act to follow. However, Google is expected to focus much more on the Web during the second day of its Google I/O show, with news expected from its Chrome and Chrome OS divisions as well as a new cloud service that you first heard about here at GigaOM.</p>
<p>Just like yesterday, we&#8217;ll be providing live coverage of the event here, with frequent updates over the course of the morning&#8217;s keynote session as well as links to our coverage throughout the day. The live updates will begin (hopefully) around 10 a.m. PT, assuming Google irons out the kinks in the crowd-control measures for the Google I/O keynotes as to permit everyone to enter the third floor of the Moscone Center in a timely fashion.</p>
<p>During the morning events, this page will refresh automatically every five minutes with the latest updates starting at 10 a.m., and we&#8217;ll plug in links to our coverage as stories emerge.</p>
<p>Update: Several sessions for developers remain over the rest of today and tomorrow, but that&#8217;s it for the keynote presentations. Here are the stories that have emerged from Google I/O on Thursday:</p>
<ul>
<li><a href="http://gigaom.com/2012/06/28/google-releases-chrome-for-iphone-and-ipad/">Google releases Chrome for iPhone and iPad</a></li>
<li><a href="http://gigaom.com/cloud/taking-on-amazon-google-launches-compute-on-demand-rival-to-ec2/">Taking on Amazon, Google launches EC2 rival Compute Engine</a></li>
<li><a href="http://gigaom.com/mobile/google-docs-goes-offline-while-drive-comes-to-ios/">Google Docs goes offline while Drive comes to iOS</a></li>
</ul>
<p><strong>9:53 a.m.</strong>: Either there are a lot less people here today for Day Two of Google I/O, or Google figured out how to manage huge crowds, because getting onto the third floor of Moscone Center was a breeze today. The hall is filling, and we&#8217;re waiting for Google to start.</p>
<p><strong>10:07 a.m.</strong>: Google&#8217;s kicking off the second day with a deafening countdown. We&#8217;re all awake now. Vic Gundotra is going to be the master of ceremonies for today&#8217;s event as well. Vic&#8217;s rocking the baby blue Google Glasses on stage today.</p>
<p><a href="http://gigaom.com/?attachment_id=537725"><img  title="Google I/O 10.07.45 AM" src="http://gigaom2.files.wordpress.com/2012/06/screen-shot-2012-06-28-at-10-07-45-am.png?w=604&#038;h=329" alt="" width="604" height="329" class="aligncenter size-large wp-image-537725" /></a></p>
<p><strong>10:11 a.m.</strong>: As expected, this is going to be a Chrome and Chrome OS day, which means that Sundar Pichai, <a href="http://gigaom.com/cloud/googles-pichai-apps-are-the-seed-for-a-chromebook-future/">last seen at Structure 2012 last week</a>, is out to talk about what&#8217;s new. He says he&#8217;s going to focus on the cloud and Chrome OS, as well as services for developers. If you&#8217;ve been reading Om&#8217;s stories lately, you&#8217;ve got a pretty good idea what he means by that last one. Network connectivity is exploding, he said, as mobile devices become the primary way of getting onto the Internet for lots of people.</p>
<p><strong>10:14 a.m.</strong>: There are 310 million people using Chrome right now, Pichai said. He&#8217;s claiming that Chrome is the most popular browser in the world, which is a bit controversial an assertion at the moment given the way recent market-share stats from StatCounter were presented.</p>
<p><strong>10:17 a.m.</strong>: Brian Rakowski, vp president for Chrome, has taken the stage to talk about how Chrome can be used across multiple devices. Most people switch between home and work devices every day, and Chrome settings can of course be synced across different computers. Nothing ground-breaking so far, which makes it really easy to tell where the Google employees are seated in the keynote hall when wild cheers and applause greet the notion of synced bookmarks.</p>
<p><strong>10:20 a.m.</strong>: Rakowski also demonstrates how this feature works on mobile devices running Chrome, which is still a new notion of course, but Chrome will be the default browser on the Nexus 7 tablet unveiled yesterday now that it is ready to come out of beta.</p>
<p>But now we&#8217;re getting something new: Google is releasing Chrome for the iPhone. It will arrive in the App Store later today.</p>
<p><a href="http://gigaom.com/?attachment_id=537731"><img  title="Google I/O at 10.16.05 AM" src="http://gigaom2.files.wordpress.com/2012/06/screen-shot-2012-06-28-at-10-16-05-am.png?w=300&#038;h=150" alt="" width="300" height="150" class="alignright size-medium wp-image-537731" /></a></p>
<p><strong>10:24 a.m.</strong>: There will also be a version for the iPad. It works pretty much the same as the regular version of Chrome, with synced settings between different devices and &#8220;icognito mode.&#8221; &#8220;No matter which device you are using, we are working really hard across all software platforms,&#8221; Pichai says upon returning to the stage.</p>
<p><strong>10:27 a.m.</strong>: Pichai is now shifting into Google Apps mode, talking about the various apps that Google has introduced since 2004 and Google&#8217;s pitch to get more businesses using Google Apps internally. Five million businesses have signed up for Google&#8217;s application services, he said. Enterprise computing has switched from maximizing individual productivity to fostering collaboration among employees, which means that new computers and new services are needed. And now, it&#8217;s time for a Google Apps commercial!</p>
<p><strong>10:31 a.m.</strong>: I actually kind of like the Hall and Oates one, if you haven&#8217;t seen that yet. We&#8217;re now going to get an update on Google Drive from Clay Bavor, director of product management for Google Apps. Starting to sense a theme: Google Drive will now be available for iOS and Chrome OS. Bavor moves into a demonstration of Google Drive on the iPad, showing how you can search for documents and files stored in remote locations.</p>
<p><a href="http://gigaom.com/?attachment_id=537759"><img  title="Screen Shot 2012-06-28 at 10.36.04 AM" src="http://gigaom2.files.wordpress.com/2012/06/screen-shot-2012-06-28-at-10-36-04-am.png?w=300&#038;h=162" alt="" width="300" height="162" class="alignleft size-medium wp-image-537759" /></a></p>
<p><strong>10:35 a.m.</strong>: Google Drive for iOS will be available later today. Bavor moves over to a Chromebook, which is a little different because Chromebooks don&#8217;t have internal storage, so Google Drive is really like the file system for Chrome OS. He also demonstrates Google Docs on the Chromebook, and finally solves one of the big issues with Chrome OS: Google Docs will now work offline.</p>
<p><strong>10:40 a.m.</strong>: There&#8217;s a new SDK available for Google Drive, which allows third-party developers to integrate Google Drive into their apps. The guys from HelloFax (an initial Google Drive partner) get a shout-out in the keynote, and LucidChart is also used as an example. Developers report that Google Drive integration makes for more engaged users than those developers see from folks coming directly to their apps, Bavor claims. A second version of the software is being released today, with explanatory sessions to follow.</p>
<p><strong>10:42 a.m.</strong>: Pichai is back to talk about Chrome OS. He&#8217;s focusing on the speed of the second-generation Chromebooks, which were much faster than the initial version, as well as the automatic updating of the software. Chromebooks are coming to physical retail stores through a partnership with Best Buy in the U.S. and Dixons in the U.K. A new lineup of devices seems planned for the holiday shopping season.</p>
<p><strong>10:47 a.m.</strong>: Urs Holzle is out to talk about cloud applications and web developers. He starts out with some updates on Google App Engine, <a href="http://gigaom.com/cloud/google-app-engine-gets-more-global/">some of which Barb Darrow covered yesterday</a>. &#8220;Many of you have said you want even more options,&#8221; he said, noting that folks are calling for &#8220;many virtual machines.&#8221; He announces Google Compute Engine, a service that will let developers run their apps on Google&#8217;s cloud.</p>
<p><strong>10:50 a.m.</strong>: Urs is showing how the Institute for Systems Biology, a Compute Engine beta tester, used the service. This was a pretty complex app called Genome Explorer, and it could take up to 10 minutes to process tasks on the group&#8217;s in-house infrastructure. On Google&#8217;s service, those tasks were reduced to seconds.</p>
<p><a href="http://gigaom.com/?attachment_id=537778"><img  title="Google I/O at 10.49.42 AM" src="http://gigaom2.files.wordpress.com/2012/06/screen-shot-2012-06-28-at-10-49-42-am.png?w=300&#038;h=218" alt="" width="300" height="218" class="alignright size-medium wp-image-537778" /></a></p>
<p><strong>10:54 a.m.</strong>: Google is selling Compute Engine on &#8220;scale, performance, and value,&#8221; taking the first clear shot at Amazon&#8217;s rival service. It&#8217;s open now in a limited preview: &#8220;10,000 cores, I think that&#8217;s really cool. But you know what&#8217;s really cool,&#8221; Holzle asks with a smile? Google can scale higher if needed, referring to a counter that has been running behind Holzle&#8217;s presentation. It stops at 771,886 cores, which are apparently available to app developers. The Institute for Systems Biology demonstration pops when given 600,00 cores to use, as compared to the 100,000 it was using before.</p>
<p><strong>10:59 a.m.</strong>: Pichai is back. He&#8217;s talking about games at the moment, demonstrating how games can be streamed online. Of course, they demonstrate a shooter. The game takes advantage of Native Client on a Chromebox to deliver the performance without crushing the internet connection. He&#8217;s running down the different games and other apps available in the Chrome App Store. Like Docs, Google is working to make other Chrome apps available offline and deliver more full-screen apps.</p>
<p><a href="http://gigaom.com/?attachment_id=537791"><img  title="Google I/O at 11.03.18 AM" src="http://gigaom2.files.wordpress.com/2012/06/screen-shot-2012-06-28-at-11-03-18-am.png?w=300&#038;h=155" alt="" width="300" height="155" class="alignleft size-medium wp-image-537791" /></a></p>
<p><strong>11:03 a.m.</strong>: Two representatives from Cirque du Soleil have come out on stage, talking about how they have been trying to create the same experience of their live shows on the web. We&#8217;re getting a demo of the web app that they created: it&#8217;s sort of like playing a game with Cirque du Soleil characters, only it doesn&#8217;t cost $139 a ticket.</p>
<p><strong>11:06 a.m.</strong>: Everything was created with standard web technologies, according to the group, which impresses the developers in the crowd. It&#8217;s a very realistic simulation, which has been very hard (if not impossible) to do without dedicated hardware for years. This is still a work in progress, but it&#8217;s a nice endorsement for web technologies at the heart of things like Chrome OS.</p>
<p><strong>11:07 a.m.</strong>: While I&#8217;m busy not paying attention to this Chrome OS commercial currently airing on stage, <a href="http://gigaom.com/cloud/taking-on-amazon-google-launches-compute-on-demand-rival-to-ec2/">check out Om Malik&#8217;s in-depth look at Google Compute Engine</a>.</p>
<p><strong>11:12 a.m.</strong>: We&#8217;re all getting Samsung Chromeboxes! The roar from the crowd is a little less deafening then it was yesterday for the Galaxy Nexus and Nexus 7 tablets. But we&#8217;re not done: Sergey Brin is back with a live video from the roof of the Moscone Center, where yesterday Google pulled off a tech conference demo for the ages of its Google Glass project. Brin is demoing the Glasses and they are apparently going to do this again.</p>
<p><a href="http://gigaom.com/?attachment_id=537804"><img  title="Google I/O at 11.13.56 AM" src="http://gigaom2.files.wordpress.com/2012/06/screen-shot-2012-06-28-at-11-13-56-am.png?w=604&#038;h=333" alt="" width="604" height="333" class="aligncenter size-large wp-image-537804" /></a></p>
<p><strong>11:16 a.m.</strong>: Brin makes sure to note that Google coordinated this stunt with the city of San Francisco and the FAA. They&#8217;ve got more cameras in place today and they&#8217;re going to show this again as a Google Hangout, with Brin&#8217;s Glasses giving the perspective from the roof and Glasses on the jumpers showing the view on the way down. We&#8217;re waiting for the jumpmaster to give the all-clear.</p>
<p><strong>11:20 a.m.</strong>: Google brought out special radios for the stunt today, which apparently will improve connectivity to the Glasses. Brin is giving a play-by-play from the roof, as opposed to his perch onstage yesterday. The jumpers all made it down safely, and the picture was a little clearer today because of the improved connectivity. A little anti-climactic, perhaps, but still pretty amazing.</p>
<p><a href="http://gigaom.com/?attachment_id=537809"><img  title="Screen Shot 2012-06-28 at 11.16.59 AM" src="http://gigaom2.files.wordpress.com/2012/06/screen-shot-2012-06-28-at-11-16-59-am.png?w=300&#038;h=163" alt="" width="300" height="163" class="alignleft size-medium wp-image-537809" /></a></p>
<p><strong>11:23 a.m.</strong>: Brin is walking us through a bit of the behind-the-scenes stuff, but we&#8217;re otherwise getting basically the same stunt as yesterday. A poor camera guy just walked into a pole on the roof of the building, which got a sympathetic groan out of Sergey. Perhaps most interesting at this point is the addition of shades to Google Glasses.</p>
<p><strong>11:27 a.m.</strong>: They basically repeated the same whole stunt from yesterday, with bikers and rappelling and all. Not sure what the point of doing that again was, but if you haven&#8217;t seen the video from yesterday, it&#8217;s worth checking out. That&#8217;s going to be all for today&#8217;s announcements, thanks again for hanging out with us.</p>
<br />  <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gigaom.com&#038;blog=14960843&#038;post=537479&#038;subd=gigaom2&#038;ref=&#038;feed=1" width="1" height="1" /><p><a href="http://pubads.g.doubleclick.net/gampad/jump?iu=/1008864/GigaOM_RSS_300x250&#038;sz=300x250&#038;c=984943"><img src="http://pubads.g.doubleclick.net/gampad/ad?iu=/1008864/GigaOM_RSS_300x250&#038;sz=300x250&#038;c=984943" /></a></p><p><strong>Related research and analysis from GigaOM Pro:</strong><br />Subscriber content. <a href="http://pro.gigaom.com/?utm_source=tech&utm_medium=editorial&utm_campaign=auto3&utm_term=537479+our-google-io-day-two-live-coverage-is-here&utm_content=tkrazit">Sign up for a free trial</a>.</p><ul><li><a href="http://pro.gigaom.com/2012/03/a-near-term-outlook-for-big-data/?utm_source=tech&utm_medium=editorial&utm_campaign=auto3&utm_term=537479+our-google-io-day-two-live-coverage-is-here&utm_content=tkrazit">A near-term outlook for big data</a></li><li><a href="http://pro.gigaom.com/2011/11/dissecting-the-data-5-issues-for-our-digital-future/?utm_source=tech&utm_medium=editorial&utm_campaign=auto3&utm_term=537479+our-google-io-day-two-live-coverage-is-here&utm_content=tkrazit">Dissecting the data: 5 issues for our digital future</a></li><li><a href="http://pro.gigaom.com/2011/07/newnet-q2-google-closes-the-quarter-with-a-bang/?utm_source=tech&utm_medium=editorial&utm_campaign=auto3&utm_term=537479+our-google-io-day-two-live-coverage-is-here&utm_content=tkrazit">NewNet Q2: Google closes the quarter with a bang</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://gigaom.com/2012/06/28/our-google-io-day-two-live-coverage-is-here/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:thumbnail url="http://gigaom2.files.wordpress.com/2012/06/io-keynote-sergey-brin.jpg?w=150" />
		<media:content url="http://gigaom2.files.wordpress.com/2012/06/io-keynote-sergey-brin.jpg?w=150" medium="image">
			<media:title type="html">io keynote sergey brin</media:title>
		</media:content>

		<media:content url="http://0.gravatar.com/avatar/98a6e059487f51246e6d79c13e773447?s=96&#38;d=retro&#38;r=PG" medium="image">
			<media:title type="html">tkrazit</media:title>
		</media:content>

		<media:content url="http://gigaom2.files.wordpress.com/2012/06/screen-shot-2012-06-28-at-10-26-23-am.png?w=604" medium="image">
			<media:title type="html">Google I/O at 10.26.23 AM</media:title>
		</media:content>

		<media:content url="http://gigaom2.files.wordpress.com/2012/06/screen-shot-2012-06-28-at-10-07-45-am.png?w=604" medium="image">
			<media:title type="html">Google I/O 10.07.45 AM</media:title>
		</media:content>

		<media:content url="http://gigaom2.files.wordpress.com/2012/06/screen-shot-2012-06-28-at-10-16-05-am.png?w=300" medium="image">
			<media:title type="html">Google I/O at 10.16.05 AM</media:title>
		</media:content>

		<media:content url="http://gigaom2.files.wordpress.com/2012/06/screen-shot-2012-06-28-at-10-36-04-am.png?w=300" medium="image">
			<media:title type="html">Screen Shot 2012-06-28 at 10.36.04 AM</media:title>
		</media:content>

		<media:content url="http://gigaom2.files.wordpress.com/2012/06/screen-shot-2012-06-28-at-10-49-42-am.png?w=300" medium="image">
			<media:title type="html">Google I/O at 10.49.42 AM</media:title>
		</media:content>

		<media:content url="http://gigaom2.files.wordpress.com/2012/06/screen-shot-2012-06-28-at-11-03-18-am.png?w=300" medium="image">
			<media:title type="html">Google I/O at 11.03.18 AM</media:title>
		</media:content>

		<media:content url="http://gigaom2.files.wordpress.com/2012/06/screen-shot-2012-06-28-at-11-13-56-am.png?w=604" medium="image">
			<media:title type="html">Google I/O at 11.13.56 AM</media:title>
		</media:content>

		<media:content url="http://gigaom2.files.wordpress.com/2012/06/screen-shot-2012-06-28-at-11-16-59-am.png?w=300" medium="image">
			<media:title type="html">Screen Shot 2012-06-28 at 11.16.59 AM</media:title>
		</media:content>
	</item>
		<item>
		<title>Google I/O: Day One by the numbers</title>
		<link>http://gigaom.com/2012/06/27/google-io-day-one-by-the-numbers/</link>
		<comments>http://gigaom.com/2012/06/27/google-io-day-one-by-the-numbers/#comments</comments>
		<pubDate>Thu, 28 Jun 2012 04:04:55 +0000</pubDate>
		<dc:creator>Om Malik</dc:creator>
				<category><![CDATA[Google]]></category>
		<category><![CDATA[google i/o]]></category>
		<category><![CDATA[Google I/O 2012]]></category>

		<guid isPermaLink="false">http://gigaom.com/?p=537458</guid>
		<description><![CDATA[Google I/O got off to an eventful start thanks to keynote delays, pre-release of news on Google's websites before it was announced on stage and an epic skydiving stunt. Here is a quick run-down of day one by the numbers:<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gigaom.com&#038;blog=14960843&#038;post=537458&#038;subd=gigaom2&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p><a href="http://gigaom.com/2012/06/27/google-io-day-one-by-the-numbers/27-09_31_26-01-img_0060/" rel="attachment wp-att-537499"><img  title="27-09_31_26-01-IMG_0060" src="http://gigaom2.files.wordpress.com/2012/06/27-09_31_26-01-img_0060.jpeg?w=708" alt=""   class="aligncenter size-full wp-image-537499" /></a><br />
Google I/O got off to an eventful start thanks to keynote delays, the pre-release of news on Google&#8217;s websites before it was announced on stage and an epic skydiving stunt. Here is a quick run-down of day one by the numbers:</p>
<ul>
<li>400 million active Android devices worldwide. Around this time last year, there were 100 million active Android devices.</li>
<li>Google is activating 1 million Android devices daily.</li>
<li>A million NFC-enabled devices are being activated every week.</li>
<li>South Korea and Japan saw 200 percent year over year growth in activations of Android devices.</li>
<li>India, Thailand and Brazil saw 400 percent increase in activations on a year-over-year basis.</li>
<li>There are 600,000 Android apps.</li>
<li>There have been 20 billion app installs to date.</li>
<li>Two-third of Play revenue comes from outside of the US.</li>
<li>Google has more than 4 million books in the Play store.</li>
<li>YouTube has 800 million monthly users.</li>
<li>There are 350 million mobile devices with YouTube installed on them.</li>
<li>Twitter users share 700 YouTube videos every minute.</li>
</ul>
<p>And now for the Google+ numbers.</p>
<ul>
<li>250 million accounts.</li>
<li>150 million monthly active Google+ users.</li>
<li>75 million daily active users.</li>
<li>Apparently daily actives spend more than 12 minutes per day.</li>
</ul>
<p><a href="http://gigaom.com/mobile/our-google-io-2012-live-coverage-is-here/">Here&#8217;s our recap of Day One as it unfolded</a>.</p>
<br />  <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gigaom.com&#038;blog=14960843&#038;post=537458&#038;subd=gigaom2&#038;ref=&#038;feed=1" width="1" height="1" /><p><a href="http://pubads.g.doubleclick.net/gampad/jump?iu=/1008864/GigaOM_RSS_300x250&#038;sz=300x250&#038;c=997527"><img src="http://pubads.g.doubleclick.net/gampad/ad?iu=/1008864/GigaOM_RSS_300x250&#038;sz=300x250&#038;c=997527" /></a></p><p><strong>Related research and analysis from GigaOM Pro:</strong><br />Subscriber content. <a href="http://pro.gigaom.com/?utm_source=tech&utm_medium=editorial&utm_campaign=auto3&utm_term=537458+google-io-day-one-by-the-numbers&utm_content=om">Sign up for a free trial</a>.</p><ul><li><a href="http://pro.gigaom.com/2012/10/the-state-of-cross-platform-measurement-across-tv-online-and-social/?utm_source=tech&utm_medium=editorial&utm_campaign=auto3&utm_term=537458+google-io-day-one-by-the-numbers&utm_content=om">The state of cross-platform media measurement</a></li><li><a href="http://pro.gigaom.com/2011/11/connected-world-the-consumer-technology-revolution/?utm_source=tech&utm_medium=editorial&utm_campaign=auto3&utm_term=537458+google-io-day-one-by-the-numbers&utm_content=om">Connected world: the consumer technology revolution</a></li><li><a href="http://pro.gigaom.com/2011/10/newnet-q3-facebook-remakes-headlines-in-social-media/?utm_source=tech&utm_medium=editorial&utm_campaign=auto3&utm_term=537458+google-io-day-one-by-the-numbers&utm_content=om">NewNet Q3: Facebook remakes headlines in social media</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://gigaom.com/2012/06/27/google-io-day-one-by-the-numbers/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
	
		<media:thumbnail url="http://gigaom2.files.wordpress.com/2012/06/27-09_31_26-01-img_0060.jpeg?w=150" />
		<media:content url="http://gigaom2.files.wordpress.com/2012/06/27-09_31_26-01-img_0060.jpeg?w=150" medium="image">
			<media:title type="html">27-09_31_26-01-IMG_0060</media:title>
		</media:content>

		<media:content url="http://2.gravatar.com/avatar/89c6ff98059617751fcf312690965fa0?s=96&#38;d=retro&#38;r=PG" medium="image">
			<media:title type="html">om</media:title>
		</media:content>

		<media:content url="http://gigaom2.files.wordpress.com/2012/06/27-09_31_26-01-img_0060.jpeg" medium="image">
			<media:title type="html">27-09_31_26-01-IMG_0060</media:title>
		</media:content>
	</item>
		<item>
		<title>Want to speed up mobile YouTube? Google makes it easy</title>
		<link>http://gigaom.com/2012/06/27/want-to-speed-up-mobile-youtube-google-makes-it-easy/</link>
		<comments>http://gigaom.com/2012/06/27/want-to-speed-up-mobile-youtube-google-makes-it-easy/#comments</comments>
		<pubDate>Wed, 27 Jun 2012 22:00:34 +0000</pubDate>
		<dc:creator>Kevin C. Tofel</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Google I/O 2012]]></category>
		<category><![CDATA[Mobile Apps]]></category>
		<category><![CDATA[online video]]></category>
		<category><![CDATA[YouTube]]></category>

		<guid isPermaLink="false">http://gigaom.com/?p=537351</guid>
		<description><![CDATA[As Android improves, so too does YouTube. Google updated its video application for devices running Android 4.0 or better by focusing on subscriptions and channels in the mobile interface. And you can now pre-load certain videos to help reduce the amount of buffering while mobile.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gigaom.com&#038;blog=14960843&#038;post=537351&#038;subd=gigaom2&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p><a href="http://gigaom2.files.wordpress.com/2012/06/you-tube-android-4.jpg"><img  title="You-Tube-Android-4" src="http://gigaom2.files.wordpress.com/2012/06/you-tube-android-4.jpg?w=168&#038;h=298" alt="" width="168" height="298" class="alignright  wp-image-537360" /></a>The first day of <a href="http://gigaom.com/mobile/our-google-io-2012-live-coverage-is-here/">Google&#8217;s I/O 2012 event was nearly all about Android</a>, so it&#8217;s fitting that the mobile YouTube app is getting improvements too. A revamped interface helps turn smartphones running YouTube into portable television-like devices that can pre-load some content to reduce video load times. And that &#8220;little TV&#8221; will eventually hook up to your larger set at home: Google says it&#8217;s working on better ways to do that too.</p>
<p>With the update, YouTube channels and subscriptions appear on the left side of a mobile device screen, highlighting the content you&#8217;re most likely interested in. You can still search for videos or catch the hottest movie short of the day, but for those that follow certain channels or video producers, this makes it easier to stay in tune.</p>
<p>Also included in the updated version of YouTube is a method to pre-load videos from your Subscriptions or Watch Later list into cache memory. You can&#8217;t watch them offline &#8212; Google says you&#8217;ll still need a connection to view the content &#8212; however, this should eliminate much of that spinning circle when the video file loads. Since a good portion of the video is local, your connection can grab any remaining parts of the video while you watch.</p>
<p>This is all good news for Android users who are YouTube addicts, but there&#8217;s a somewhat expected downside as well: The updated YouTube features are for Android 4.0 devices or better. That means unless you have a Google Nexus S or Galaxy Nexus phone &#8212; or one of the other handsets that have recently seen the Android 4.0 upgrade &#8212; you&#8217;re still stuck with that spinning circle on a slow connection. Don&#8217;t turn that dial though: Google says it will bring these features to older Android versions in the coming months.</p>
<br />  <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gigaom.com&#038;blog=14960843&#038;post=537351&#038;subd=gigaom2&#038;ref=&#038;feed=1" width="1" height="1" /><p><a href="http://pubads.g.doubleclick.net/gampad/jump?iu=/1008864/GigaOM_RSS_300x250&#038;sz=300x250&#038;c=623214"><img src="http://pubads.g.doubleclick.net/gampad/ad?iu=/1008864/GigaOM_RSS_300x250&#038;sz=300x250&#038;c=623214" /></a></p><p><strong>Related research and analysis from GigaOM Pro:</strong><br />Subscriber content. <a href="http://pro.gigaom.com/?utm_source=video&utm_medium=editorial&utm_campaign=auto3&utm_term=537351+want-to-speed-up-mobile-youtube-google-makes-it-easy&utm_content=kevintofel">Sign up for a free trial</a>.</p><ul><li><a href="http://pro.gigaom.com/2010/08/got-a-cable-subscription-there%E2%80%99ll-be-an-app-for-that/?utm_source=video&utm_medium=editorial&utm_campaign=auto3&utm_term=537351+want-to-speed-up-mobile-youtube-google-makes-it-easy&utm_content=kevintofel">Got a Cable Subscription? There’ll Be an App for That</a></li><li><a href="http://pro.gigaom.com/2012/04/connected-consumer-q1-controversy-courtrooms-and-the-cloud/?utm_source=video&utm_medium=editorial&utm_campaign=auto3&utm_term=537351+want-to-speed-up-mobile-youtube-google-makes-it-easy&utm_content=kevintofel">Controversy, courtrooms and the cloud in Q1</a></li><li><a href="http://pro.gigaom.com/2012/02/netflix-may-suffer-from-limited-mobility/?utm_source=video&utm_medium=editorial&utm_campaign=auto3&utm_term=537351+want-to-speed-up-mobile-youtube-google-makes-it-easy&utm_content=kevintofel">Netflix may suffer from limited mobility</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://gigaom.com/2012/06/27/want-to-speed-up-mobile-youtube-google-makes-it-easy/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:thumbnail url="http://gigaom2.files.wordpress.com/2012/06/you-tube-buffer-e1340830798725.jpg?w=150" />
		<media:content url="http://gigaom2.files.wordpress.com/2012/06/you-tube-buffer-e1340830798725.jpg?w=150" medium="image">
			<media:title type="html">you-tube-buffer</media:title>
		</media:content>

		<media:content url="http://0.gravatar.com/avatar/6cbb45abac59965c2626e40155358d1b?s=96&#38;d=retro&#38;r=PG" medium="image">
			<media:title type="html">Kevin C. Tofel</media:title>
		</media:content>

		<media:content url="http://gigaom2.files.wordpress.com/2012/06/you-tube-android-4.jpg?w=168" medium="image">
			<media:title type="html">You-Tube-Android-4</media:title>
		</media:content>
	</item>
		<item>
		<title>Google wants developers to take a leap with Project Glass</title>
		<link>http://gigaom.com/2012/06/27/project-glass-preorders/</link>
		<comments>http://gigaom.com/2012/06/27/project-glass-preorders/#comments</comments>
		<pubDate>Wed, 27 Jun 2012 20:12:41 +0000</pubDate>
		<dc:creator>Janko Roettgers</dc:creator>
				<category><![CDATA[Google I/O 2012]]></category>
		<category><![CDATA[Project Glass]]></category>
		<category><![CDATA[Sergey Brin]]></category>
		<category><![CDATA[wearable computing]]></category>

		<guid isPermaLink="false">http://gigaom.com/?p=537221</guid>
		<description><![CDATA[Google doesn't mess around: The company demoed its Project Glass hardware with a live skydiving demo at Google I/O Wednesday. It also announced that developers are going to be able to pre-order Glass for $1500 - but said little about what Glass will actually offer.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gigaom.com&#038;blog=14960843&#038;post=537221&#038;subd=gigaom2&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p><a href="http://gigaom2.files.wordpress.com/2012/06/p1060468-e1340826887517.jpg"><img  title="project glass" src="http://gigaom2.files.wordpress.com/2012/06/p1060468-e1340826887517.jpg?w=300&#038;h=199" alt="" width="300" height="199" class="alignleft size-medium wp-image-537319" /></a>Sergey Brin’s extreme sports demonstration of Project Glass at Google I/O will likely go down in history as one of the most daring tech conference stunts of all time: The Google co-founder stormed on stage Wednesday, interrupting the regular keynote to show off Google’s wearable computing project by joining a live Hangout session with a bunch of skydivers, who proceeded to jump out of a plane.</p>
<p>Their descent was streamed in real time and culminated in them landing on the roof of the Moscone center, where they handed off a package to some mountain bikers, only to have it handed to guys climbing down the face of the building. Words don’t really do it justice, so you might want to check the video out yourself. However, the big show couldn’t really conceal that Google had little news to offer about the actual glasses.</p>
<p>Check out the Project Glass demo from Google I/O:</p>
<span class='embed-youtube' style='text-align:center; display: block;'><iframe class='youtube-player' type='text/html' width='604' height='370' src='http://www.youtube.com/embed/eM3pRlQAvFM?version=3&#038;rel=1&#038;fs=1&#038;showsearch=0&#038;showinfo=1&#038;iv_load_policy=1&#038;wmode=transparent' frameborder='0'></iframe></span>
<p>Google did start taking pre-orders on site, offering developers in attendance of the conference a chance to put their name down on a priority list for the device. But even those pre-orders won’t likely ship till early next year. Brin said that the version they’re going to make available to developers will be rough around the edges, but that the company is trying to get it into the hands of developers as early as possible. Developers that are willing to pay a premium, one should add: The first version of Glass, called &#8220;Explorer Edition&#8221;, will cost a whopping $1500. There’s no word on how much glass will set back the average consumer when it becomes more widely available, or when this will happen.</p>
<p>But the biggest omission during Wednesday’s Glass presentation was any peek at the current Glass UI, or any of the features it will offer end users, save for one or two: Glass will be able to record photos and video, and users will be able to share these via Google+ and also join Google+ Hangouts.</p>
<p>That’s remarkably less than what the company shared <a href="http://gigaom.com/mobile/google-glasses-make-sense-as-the-next-mobile-device/">when it first publicly unveiled Glass in April</a>. Back then, Google released a conceptual video that was meant to show off some of the ideas behind Glass. The video featured an augmented reality experience, letting the wearer of Glass know about interesting spaces he was visiting, notifying him of the location of his friends and allowing him to answer phone calls without distracting too much from the real world.</p>
<span class='embed-youtube' style='text-align:center; display: block;'><iframe class='youtube-player' type='text/html' width='604' height='370' src='http://www.youtube.com/embed/9c6W4CCU9M4?version=3&#038;rel=1&#038;fs=1&#038;showsearch=0&#038;showinfo=1&#038;iv_load_policy=1&#038;wmode=transparent' frameborder='0'></iframe></span>
<p>But ever since this first glimpse, Google has only been showing off the device’s photo and video capture capability. Brin joked on stage Wednesday that it would be hard to show off the Glass UI because it might require him to wear two glasses at the same time. Of course, the Glass experience is far from ready &#8211; and that goes far beyond the UI.</p>
<p>Even with as little as Google has shared so far about the project, it’s becoming obvious that Glass will offer a completely different computing experience. It’s taking computing away from the screen, and into the real world. That poses numerous challenges, as it requires Google to completely rethink the way it has been presenting information. <a href="http://gigaom.com/2012/06/27/with-google-now-google-search-is-getting-ready-for-project-glass/">Its new Google Now mobile search takes a first step into this direction</a>, away from making information searchable, to more instinctively surfacing things you want to know in any given situation. Of course, there are also privacy and basic safety implications &#8211; things Google apparently wants to work out before giving us a closer look at Glass.</p>
<p>It makes perfect sense for the company to involve developers in this process &#8211; but it’s less certain what developers who commit to pre-order are getting out of it. Will they be able to run their own apps on Glass? Will Glass work in concert with other Android devices? Will it lead to the birth of a new generation of online services that combine location with image recognition and other types of sensory input? We just don’t know yet, and Google won’t tell.</p>
<p>But judging from the lines at the pre-order table, this doesn’t seem to stop developers. We’ve heard that people pre-ordering the device now won’t have to pay until it actually ships next year &#8211; but nonetheless, Google is asking developers to take a leap of faith for Project Glass. Maybe the whole jumping out of the airplane was more than just a stunt, after all.</p>
<br />  <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gigaom.com&#038;blog=14960843&#038;post=537221&#038;subd=gigaom2&#038;ref=&#038;feed=1" width="1" height="1" /><p><a href="http://pubads.g.doubleclick.net/gampad/jump?iu=/1008864/GigaOM_RSS_300x250&#038;sz=300x250&#038;c=877482"><img src="http://pubads.g.doubleclick.net/gampad/ad?iu=/1008864/GigaOM_RSS_300x250&#038;sz=300x250&#038;c=877482" /></a></p><p><strong>Related research and analysis from GigaOM Pro:</strong><br />Subscriber content. <a href="http://pro.gigaom.com/?utm_source=tech&utm_medium=editorial&utm_campaign=auto3&utm_term=537221+project-glass-preorders&utm_content=jroettgers">Sign up for a free trial</a>.</p><ul><li><a href="http://pro.gigaom.com/2012/07/the-wearable-computing-market-a-global-analysis/?utm_source=tech&utm_medium=editorial&utm_campaign=auto3&utm_term=537221+project-glass-preorders&utm_content=jroettgers">Analyzing the wearable computing market</a></li><li><a href="http://pro.gigaom.com/2012/08/how-emerging-technologies-are-influencing-collaboration/?utm_source=tech&utm_medium=editorial&utm_campaign=auto3&utm_term=537221+project-glass-preorders&utm_content=jroettgers">How emerging technologies will influence collaboration</a></li><li><a href="http://pro.gigaom.com/2011/12/carrier-iq-and-the-continued-erosion-of-operator-trust/?utm_source=tech&utm_medium=editorial&utm_campaign=auto3&utm_term=537221+project-glass-preorders&utm_content=jroettgers">Carrier IQ and the continued erosion of operator trust</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://gigaom.com/2012/06/27/project-glass-preorders/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:thumbnail url="http://gigaom2.files.wordpress.com/2012/06/p1060468-e1340826887517.jpg?w=150" />
		<media:content url="http://gigaom2.files.wordpress.com/2012/06/p1060468-e1340826887517.jpg?w=150" medium="image">
			<media:title type="html">project glass</media:title>
		</media:content>

		<media:content url="http://0.gravatar.com/avatar/08bc62ecf138202f06b74dfa01376e74?s=96&#38;d=retro&#38;r=PG" medium="image">
			<media:title type="html">jroettgers</media:title>
		</media:content>

		<media:content url="http://gigaom2.files.wordpress.com/2012/06/p1060468-e1340826887517.jpg?w=300" medium="image">
			<media:title type="html">project glass</media:title>
		</media:content>
	</item>
		<item>
		<title>Jelly Bean: What you need to know about Android 4.1</title>
		<link>http://gigaom.com/2012/06/27/jelly-bean-what-you-need-to-know-about-android-4-1/</link>
		<comments>http://gigaom.com/2012/06/27/jelly-bean-what-you-need-to-know-about-android-4-1/#comments</comments>
		<pubDate>Wed, 27 Jun 2012 18:04:44 +0000</pubDate>
		<dc:creator>Ryan Kim</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Google I/O 2012]]></category>
		<category><![CDATA[Jelly Bean]]></category>
		<category><![CDATA[smartphones]]></category>
		<category><![CDATA[tablets]]></category>

		<guid isPermaLink="false">http://gigaom.com/?p=537134</guid>
		<description><![CDATA[At its I/O conference Google unveiled the next update to Android, version 4.1, aka Jelly Bean. The update, which will first become available as an over-the-air download next month, brings a lot of nice improvements and some cool enhancements to search, notifications and navigation.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gigaom.com&#038;blog=14960843&#038;post=537134&#038;subd=gigaom2&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p><a href="http://gigaom2.files.wordpress.com/2012/06/screen-shot-2012-06-27-at-10-52-22-am.png"><img  title="Screen Shot 2012-06-27 at 10.52.22 AM" src="http://gigaom2.files.wordpress.com/2012/06/screen-shot-2012-06-27-at-10-52-22-am-e1340819661758.png?w=300&#038;h=199" alt="" width="300" height="199" class="alignleft size-medium wp-image-537216" /></a>At its I/O conference Google unveiled the <a href="http://developer.android.com/about/versions/jelly-bean.html">next update to Android version 4.1, also known as Jelly Bean</a>. The update, which will first become available as an over-the-air download next month for the Galaxy Nexus and Nexus S, brings a lot of nice improvements and some cool enhancements to search, notifications and navigation.</p>
<p>There was nothing earth-shattering, but with more than half of the market, Google just needs to keep refining the platform and staying competitive with Apple. A bigger question will be how long it will take for existing Android users to get 4.1, since only <a href="http://developer.android.com/about/dashboards/index.html">about 7 percent of Android users are on Ice Cream Sandwich</a>.</p>
<p>The update does help Android compete better with iOS, bringing some cool features that stack up well against Siri. It also makes Android more of a one-stop shop for users, who don&#8217;t have to turn to other apps in some cases.</p>
<p>Here&#8217;s a rundown of the biggest improvements:</p>
<p>The biggest advances are in improvements to the way users utilize Google Search on Android. Now users can take advantage of Google&#8217;s Knowledge Graph along with voice search to get instant spoken answers via Google. So users can ask specific questions with voice search and Google will spit back specific answers on an individual &#8220;card.&#8221; Users can also access the same information using a regular text search. That gives users direct answers, kind of like Siri, but it also allows people to access regular Google search results with one swipe.</p>
<p><a href="http://gigaom2.files.wordpress.com/2012/06/androidnotification.jpg"><img  title="androidnotification" src="http://gigaom2.files.wordpress.com/2012/06/androidnotification.jpg?w=153&#038;h=300" alt="" width="153" height="300" class="alignright size-medium wp-image-537220" /></a>Google is also introducing Google Now, a new way to search that is like a contextual personal assistant. From the Google Search page or with a swipe up from the bottom of the screen, users can access Google Now. The idea is to give people instant access to information based on a person&#8217;s location, time of day and search history. So if Google knows you commute to work every day at the same time, it will provide a card showing how long it will take to get to work, offering faster alternatives if the usual route is slow. For appointments, it will tell you how long it takes to get there on time and will show options to get there. If you&#8217;re catching a flight, it will tell you if the plane is delayed, what terminal it&#8217;s in, and when to leave.</p>
<p>Google Now will also look at a person&#8217;s location and show interesting restaurants and places to visit nearby. Users can peruse a restaurant&#8217;s menu or check out the best things to eat there. When a user is at a bus stop or transit station, it can show when the next bus or train is coming. The location feature can also tell when a user is traveling and can surface cards with information on currency exchange rates and the local time at home. Sports fans can see sports scores for their favorite teams. This can lessen the need for users to consult other apps such as Yelp, Foursquare, ESPN and other travel and transit apps.</p>
<p><a href="http://gigaom2.files.wordpress.com/2012/06/androidwidget.jpg"><img  title="androidwidget" src="http://gigaom2.files.wordpress.com/2012/06/androidwidget.jpg?w=153&#038;h=300" alt="" width="153" height="300" class="alignleft size-medium wp-image-537222" /></a>Google&#8217;s voice-recognition service for text input has been enabled for offline use so users can dictate messages without having to be connected. The text-entry system has also been improved to include predictive typing. There&#8217;s also automatic widget resizing when you move one around, so a widget can shrink when you relocate it to a crowded page.</p>
<p>Android notifications are getting a lot more powerful. Users will be able to call back people, see emails, control music apps, email upcoming meeting participants, and do other actions right in the notifications pane. Each notification can be enabled with up to three actions. Notifications can also be resized with a two-finger gesture.</p>
<p>Performance-wise, Jelly Bean provides some subtle performance upgrades such as improved system frame rate, triple buffering and making everything work in lock-step to vsync, which runs across all the drawings and animations. That makes rendering smoother and quicker.</p>
<p>Google also introduced Google Cloud Messaging for Android, a service that lets developers send short message data to their users on Android devices. The service, which doesn&#8217;t require any special syncing, will order and deliver messages, with up to 1,000 devices able to be reached with a single request.</p>
<p>Other improvements include the ability to transfer videos and photos among devices using Android Beam and Bluetooth and better accessibility for gestures with more tutorials and bidirectional text support for languages that move right to left.</p>
<p>Here&#8217;s a video showing how Google Now works:</p>
<p><span class='embed-youtube' style='text-align:center; display: block;'><iframe class='youtube-player' type='text/html' width='604' height='370' src='http://www.youtube.com/embed/pPqliPzHYyc?version=3&#038;rel=1&#038;fs=1&#038;showsearch=0&#038;showinfo=1&#038;iv_load_policy=1&#038;wmode=transparent' frameborder='0'></iframe></span></p>
<br />  <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gigaom.com&#038;blog=14960843&#038;post=537134&#038;subd=gigaom2&#038;ref=&#038;feed=1" width="1" height="1" /><p><a href="http://pubads.g.doubleclick.net/gampad/jump?iu=/1008864/GigaOM_RSS_300x250&#038;sz=300x250&#038;c=571353"><img src="http://pubads.g.doubleclick.net/gampad/ad?iu=/1008864/GigaOM_RSS_300x250&#038;sz=300x250&#038;c=571353" /></a></p><p><strong>Related research and analysis from GigaOM Pro:</strong><br />Subscriber content. <a href="http://pro.gigaom.com/?utm_source=mobile&utm_medium=editorial&utm_campaign=auto3&utm_term=537134+jelly-bean-what-you-need-to-know-about-android-4-1&utm_content=oryankim">Sign up for a free trial</a>.</p><ul><li><a href="http://pro.gigaom.com/2012/07/the-wearable-computing-market-a-global-analysis/?utm_source=mobile&utm_medium=editorial&utm_campaign=auto3&utm_term=537134+jelly-bean-what-you-need-to-know-about-android-4-1&utm_content=oryankim">Analyzing the wearable computing market</a></li><li><a href="http://pro.gigaom.com/2013/01/mobile-fourth-quarter-2012-analysis/?utm_source=mobile&utm_medium=editorial&utm_campaign=auto3&utm_term=537134+jelly-bean-what-you-need-to-know-about-android-4-1&utm_content=oryankim">The fourth quarter of 2012 in mobile</a></li><li><a href="http://pro.gigaom.com/2013/01/the-2013-task-management-tools-market/?utm_source=mobile&utm_medium=editorial&utm_campaign=auto3&utm_term=537134+jelly-bean-what-you-need-to-know-about-android-4-1&utm_content=oryankim">The 2013 task management tools market</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://gigaom.com/2012/06/27/jelly-bean-what-you-need-to-know-about-android-4-1/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:thumbnail url="http://gigaom2.files.wordpress.com/2012/06/screen-shot-2012-06-27-at-10-52-22-am-e1340819661758.png?w=150" />
		<media:content url="http://gigaom2.files.wordpress.com/2012/06/screen-shot-2012-06-27-at-10-52-22-am-e1340819661758.png?w=150" medium="image">
			<media:title type="html">Screen Shot 2012-06-27 at 10.52.22 AM</media:title>
		</media:content>

		<media:content url="http://2.gravatar.com/avatar/81c4fca1b2d82a7fb9c8657de52386d1?s=96&#38;d=retro&#38;r=PG" medium="image">
			<media:title type="html">oryankim</media:title>
		</media:content>

		<media:content url="http://gigaom2.files.wordpress.com/2012/06/screen-shot-2012-06-27-at-10-52-22-am-e1340819661758.png?w=300" medium="image">
			<media:title type="html">Screen Shot 2012-06-27 at 10.52.22 AM</media:title>
		</media:content>

		<media:content url="http://gigaom2.files.wordpress.com/2012/06/androidnotification.jpg?w=153" medium="image">
			<media:title type="html">androidnotification</media:title>
		</media:content>

		<media:content url="http://gigaom2.files.wordpress.com/2012/06/androidwidget.jpg?w=153" medium="image">
			<media:title type="html">androidwidget</media:title>
		</media:content>
	</item>
	</channel>
</rss>
