<?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>Manousos Bouloukakis Blog &#187; google</title>
	<atom:link href="http://blog.bouloukakis.com/archives/tag/google/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.bouloukakis.com</link>
	<description>Adventures in information technology, music and life…</description>
	<lastBuildDate>Mon, 30 Aug 2010 13:26:12 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Google from inside ( Computer Rooms )</title>
		<link>http://blog.bouloukakis.com/archives/272</link>
		<comments>http://blog.bouloukakis.com/archives/272#comments</comments>
		<pubDate>Wed, 03 Feb 2010 15:08:30 +0000</pubDate>
		<dc:creator>mboulou</dc:creator>
				<category><![CDATA[IT]]></category>
		<category><![CDATA[tech / science]]></category>
		<category><![CDATA[computer room]]></category>
		<category><![CDATA[google]]></category>

		<guid isPermaLink="false">http://blog.bouloukakis.com/?p=272</guid>
		<description><![CDATA[Video: Tour durch Googles Container-Rechenzentrum&#160;(6:36)]]></description>
			<content:encoded><![CDATA[<p><img alt="" src="http://www.wired.com/images_blogs/gadgetlab/2009/12/4175840101_5f98070d27_o.jpeg" title="CR" class="alignleft" width="580" height="452" /></p>
<p><object width="480" height="270"><param name="movie" value="http://video.golem.de/player/videoplayer.swf?id=1970&#038;autoPl=false"></param><param name="allowFullScreen" value="true"></param><param name="AllowScriptAccess" value="always"><embed src="http://video.golem.de/player/videoplayer.swf?id=1970&#038;autoPl=false" type="application/x-shockwave-flash" allowfullscreen="true" AllowScriptAccess="always" width="480" height="270"></embed></param></object>
<div style="width:480px; text-align:center; font-family:verdana,sans-serif; font-size:0.8em;"><a href="http://video.golem.de/internet/1970/tour-durch-googles-container-rechenzentrum.html">Video: Tour durch Googles Container-Rechenzentrum</a>&nbsp;(6:36)</div>
]]></content:encoded>
			<wfw:commentRss>http://blog.bouloukakis.com/archives/272/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Go Programming Language</title>
		<link>http://blog.bouloukakis.com/archives/248</link>
		<comments>http://blog.bouloukakis.com/archives/248#comments</comments>
		<pubDate>Tue, 24 Nov 2009 13:49:25 +0000</pubDate>
		<dc:creator>mboulou</dc:creator>
				<category><![CDATA[IT]]></category>
		<category><![CDATA[tech / science]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[programming languages]]></category>

		<guid isPermaLink="false">http://blog.bouloukakis.com/?p=248</guid>
		<description><![CDATA[New Programming language from Google (Go Programming Language Home) : No major systems language has emerged in over a decade, but over that time the computing landscape has changed tremendously. There are several trends: Computers are enormously quicker but software (&#8230;)</p><p><a href="http://blog.bouloukakis.com/archives/248">Read the rest of this entry &#187;</a></p>]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" src="http://golang.org/doc/go-logo-black.png" alt="" width="220" height="77" /></p>
<p>New Programming language from Google (<a href="http://golang.org/" target="_blank">Go Programming Language Home</a>) :</p>
<p>No major systems language has emerged in over a decade, but over that time the computing landscape has changed tremendously. There are several trends:</p>
<ul>
<li> Computers are enormously quicker but software development is not faster.</li>
<li> Dependency management is a big part of software development today but the “header files” of languages in the C tradition are antithetical to clean dependency analysis—and fast compilation.</li>
<li> There is a growing rebellion against cumbersome type systems like those of Java and C++, pushing people towards dynamically typed languages such as Python and JavaScript.</li>
<li> Some fundamental concepts such as garbage collection and parallel computation are not well supported by popular systems languages.</li>
<li> The emergence of multicore computers has generated worry and confusion.</li>
</ul>
<p>Regarding the points above:</p>
<ul>
<li> It is possible to compile a large Go program in a few seconds on a single computer.</li>
<li> Go provides a model for software construction that makes dependency analysis easy and avoids much of the overhead of C-style include files and libraries.</li>
<li> Go&#8217;s type system has no hierarchy, so no time is spent defining the relationships between types. Also, although Go has static types the language attempts to make types feel lighter weight than in typical OO languages.</li>
<li> Go is fully garbage-collected and provides fundamental support for concurrent execution and communication.</li>
<li> By its design, Go proposes an approach for the construction of system software on multicore machines.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://blog.bouloukakis.com/archives/248/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The next generation of Google Search</title>
		<link>http://blog.bouloukakis.com/archives/210</link>
		<comments>http://blog.bouloukakis.com/archives/210#comments</comments>
		<pubDate>Wed, 14 Oct 2009 13:28:46 +0000</pubDate>
		<dc:creator>mboulou</dc:creator>
				<category><![CDATA[IT]]></category>
		<category><![CDATA[google]]></category>

		<guid isPermaLink="false">http://blog.bouloukakis.com/archives/210</guid>
		<description><![CDATA[Goolge secretly working on a new project: the next generation of Google Search &#8211; http://www2.sandbox.google.com/. This isn’t just some minor upgrade, but an entire new infrastructure for the world’s largest search engine. In other words: it’s a new version of (&#8230;)</p><p><a href="http://blog.bouloukakis.com/archives/210">Read the rest of this entry &#187;</a></p>]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" src="http://lab.77agency.com/wp-content/uploads/google_2.jpg" alt="" width="500" height="375" />Goolge secretly working on a new project: <strong>the next generation of <span>Google Search &#8211; </span></strong><a class="linkification-ext" title="Linkification: http://www2.sandbox.google.com/" href="http://www2.sandbox.google.com/">http://www2.sandbox.google.com/</a>.</p>
<p>This isn’t just some minor upgrade, but an entire new infrastructure for the world’s largest search engine.  In other words: <strong>it’s a new version of Google</strong>.</p>
<p>The project’s still under construction, but Google’s now confident enough in the new version of its search engine that it has <a href="http://www2.sandbox.google.com/" target="_blanked">released the development version for public consumption</a>.</p>
<p>It’s a completely upgraded Google search. Google specifically states that its goal for the new version of Google Search is to improve its indexing speed, accuracy, size, and comprehensiveness.</p>
<p>To simplify using this new engine I whipped up a plugin to add the new engine to the Firefox search bar.</p>
<h3><a onclick="window.external.AddSearchProvider('http://kylehasegawa.com/sites/default/files/google2.xml');return false;" href="http://kylehasegawa.com/new-google-search-engine-for-firefox-search-bar#">Install Google Caffeine dev search engine</a></h3>
]]></content:encoded>
			<wfw:commentRss>http://blog.bouloukakis.com/archives/210/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
