<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Felipe Alfaro Solana &#187; Google</title>
	<atom:link href="http://www.felipe-alfaro.org/blog/category/google/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.felipe-alfaro.org/blog</link>
	<description>A little bit of technology, security and networking with Linux, FreeBSD and Mac OS X, plus some personal opinions.</description>
	<lastBuildDate>Sun, 23 Oct 2011 16:46:32 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>Chromium and ERR_NAME_NOT_RESOLVED</title>
		<link>http://www.felipe-alfaro.org/blog/2009/07/15/chromium-on-ubuntu-linux-and-err_name_not_resolved/</link>
		<comments>http://www.felipe-alfaro.org/blog/2009/07/15/chromium-on-ubuntu-linux-and-err_name_not_resolved/#comments</comments>
		<pubDate>Wed, 15 Jul 2009 09:35:24 +0000</pubDate>
		<dc:creator>Felipe Alfaro Solana</dc:creator>
				<category><![CDATA[Chromium]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.felipe-alfaro.org/blog/?p=372</guid>
		<description><![CDATA[While trying to use Chromium on a Ubuntu 64-bit machine, I discovered I wasn&#8217;t able to browse to any web page. I always got the following error message: This webpage is not available. The webpage at http://www.google.com/ might be temporarily down or it may have moved permanently to a new web address. Here are some [...]]]></description>
			<content:encoded><![CDATA[<p>While trying to use Chromium on a Ubuntu 64-bit machine, I discovered I wasn&#8217;t able to browse to any web page. I always got the following error message:</p>
<blockquote><p>
<strong>This webpage is not available.</strong></p>
<p>The webpage at http://www.google.com/ might be temporarily down or it may have moved permanently to a new web address.</p>
<p>Here are some suggestions:<br />
Reload this web page later.<br />
More information on this error<br />
Below is the original error message</p>
<p>Error 105 (net::ERR_NAME_NOT_RESOLVED): The server could not be found.
</p></blockquote>
<p>DNS name resolution was working properly, so it was something else. I searched for this error and most of the search results were about Chrome on Windows having problems with proxy or firewall configuration. But, who cares about Windows? So, after spending a little bit more, I found the following <a href="http://code.google.com/p/chromium/issues/detail?id=13409">issue</a> in the official Google Code web site.</p>
<p>In the end, it was just a matter of:</p>
<div>
<pre>
$ sudo apt-get install lib32nss-mdns
</pre>
</div>
<p>Why Chromium has a an explicit dependency on mDNS is something that still puzzles me out.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.felipe-alfaro.org/blog/2009/07/15/chromium-on-ubuntu-linux-and-err_name_not_resolved/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Warehouse-scale computers</title>
		<link>http://www.felipe-alfaro.org/blog/2009/05/25/warehouse-scale-computers/</link>
		<comments>http://www.felipe-alfaro.org/blog/2009/05/25/warehouse-scale-computers/#comments</comments>
		<pubDate>Mon, 25 May 2009 00:17:33 +0000</pubDate>
		<dc:creator>Felipe Alfaro Solana</dc:creator>
				<category><![CDATA[Google]]></category>

		<guid isPermaLink="false">http://www.felipe-alfaro.org/blog/?p=358</guid>
		<description><![CDATA[Interesting paper by Urs and Luiz, from Google Inc., named Warehouse-scale computers about building big-scale computing clusters, datacenters, power efficiency, cooling, performance, parallel computing, modeling costs, dealing with failures, etc.]]></description>
			<content:encoded><![CDATA[<p>Interesting paper by Urs and Luiz, from Google Inc., named <a href="http://www.morganclaypool.com/doi/abs/10.2200/S00193ED1V01Y200905CAC006">Warehouse-scale computers</a> about building big-scale computing clusters, datacenters, power efficiency, cooling, performance, parallel computing, modeling costs, dealing with failures, etc.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.felipe-alfaro.org/blog/2009/05/25/warehouse-scale-computers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Official Chromium builds for Mac OS X</title>
		<link>http://www.felipe-alfaro.org/blog/2009/05/16/official-chromium-builds-for-mac-os-x/</link>
		<comments>http://www.felipe-alfaro.org/blog/2009/05/16/official-chromium-builds-for-mac-os-x/#comments</comments>
		<pubDate>Fri, 15 May 2009 20:52:05 +0000</pubDate>
		<dc:creator>Felipe Alfaro Solana</dc:creator>
				<category><![CDATA[Chromium]]></category>
		<category><![CDATA[Mac OS X]]></category>

		<guid isPermaLink="false">http://www.felipe-alfaro.org/blog/?p=344</guid>
		<description><![CDATA[Recently, the Chromium team has started to provide official builds of Chromium for Mac OS X. Looks to me these builds are just the output of the continuous build process &#8212; also known as waterfall. In any case, these are good news and to me a proof that Chromium for Mac OS X keeps evolving [...]]]></description>
			<content:encoded><![CDATA[<p>Recently, the Chromium team has started to provide  <a href="http://build.chromium.org/buildbot/snapshots/sub-rel-mac/">official builds of Chromium for Mac OS X</a>. Looks to me these builds are just the output of the continuous build process &#8212; also known as <a href="http://build.chromium.org/buildbot/waterfall/waterfall">waterfall</a>.</p>
<p>In any case, these are good news and to me a proof that Chromium for Mac OS X keeps evolving at a fast pace and that it is making very good progress. As a consequence, a few days ago, I switched to Chromium as my main browser (also in Linux) and I must say it feels great so far.</p>
<p>PS: This post was written entirely under Chromium for Mac OS X. No crashes or any strange behavior were experienced.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.felipe-alfaro.org/blog/2009/05/16/official-chromium-builds-for-mac-os-x/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

