<?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>My Google Walk</title>
	<atom:link href="http://mygooglewalk.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://mygooglewalk.wordpress.com</link>
	<description>Just another another WordPress.com weblog</description>
	<lastBuildDate>Wed, 03 Feb 2010 14:57:51 +0000</lastBuildDate>
	<language>fr</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='mygooglewalk.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>My Google Walk</title>
		<link>http://mygooglewalk.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://mygooglewalk.wordpress.com/osd.xml" title="My Google Walk" />
	<atom:link rel='hub' href='http://mygooglewalk.wordpress.com/?pushpress=hub'/>
		<item>
		<title>First call</title>
		<link>http://mygooglewalk.wordpress.com/2010/02/03/first-call/</link>
		<comments>http://mygooglewalk.wordpress.com/2010/02/03/first-call/#comments</comments>
		<pubDate>Wed, 03 Feb 2010 14:57:51 +0000</pubDate>
		<dc:creator>David Fauthoux</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://mygooglewalk.wordpress.com/?p=41</guid>
		<description><![CDATA[Cool! Google Zurich called me today! I didn&#8217;t think to ask if I can blog about this first interview, so I don&#8217;t write anything yet&#8230;<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mygooglewalk.wordpress.com&amp;blog=9693325&amp;post=41&amp;subd=mygooglewalk&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Cool! Google Zurich called me today! I didn&#8217;t think to ask if I can blog about this first interview, so I don&#8217;t write anything yet&#8230;</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mygooglewalk.wordpress.com/41/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mygooglewalk.wordpress.com/41/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mygooglewalk.wordpress.com/41/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mygooglewalk.wordpress.com/41/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/mygooglewalk.wordpress.com/41/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/mygooglewalk.wordpress.com/41/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/mygooglewalk.wordpress.com/41/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/mygooglewalk.wordpress.com/41/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mygooglewalk.wordpress.com/41/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mygooglewalk.wordpress.com/41/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mygooglewalk.wordpress.com/41/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mygooglewalk.wordpress.com/41/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mygooglewalk.wordpress.com/41/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mygooglewalk.wordpress.com/41/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mygooglewalk.wordpress.com&amp;blog=9693325&amp;post=41&amp;subd=mygooglewalk&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://mygooglewalk.wordpress.com/2010/02/03/first-call/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/dbb177b333039eee911285eb16ca8ba3?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">davidfauthoux</media:title>
		</media:content>
	</item>
		<item>
		<title>Sort and Complexity</title>
		<link>http://mygooglewalk.wordpress.com/2009/10/13/sort-and-complexity/</link>
		<comments>http://mygooglewalk.wordpress.com/2009/10/13/sort-and-complexity/#comments</comments>
		<pubDate>Tue, 13 Oct 2009 22:30:31 +0000</pubDate>
		<dc:creator>David Fauthoux</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://mygooglewalk.wordpress.com/?p=37</guid>
		<description><![CDATA[I got a free hour to recall the sort algorithms and their complexities. http://en.wikipedia.org/wiki/Stable_sort I remembered how to &#171;&#160;guess&#160;&#187; the complexity with intuition, but I was wondering how (I forgot) to effectively calculate complexity of an algorithm. I read the following slides: http://ace.cs.ohiou.edu/~razvan/courses/cs404/lecture03.pdf In France &#8211; and if I find them &#8211; I will take [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mygooglewalk.wordpress.com&amp;blog=9693325&amp;post=37&amp;subd=mygooglewalk&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I got a free hour to recall the sort algorithms and their complexities.</p>
<p><a href="http://en.wikipedia.org/wiki/Stable_sort">http://en.wikipedia.org/wiki/Stable_sort</a></p>
<p><a href="http://en.wikipedia.org/wiki/Stable_sort"></a>I remembered how to &laquo;&nbsp;guess&nbsp;&raquo; the complexity with intuition, but I was wondering how (I forgot) to effectively calculate complexity of an algorithm. I read the following slides:</p>
<p><a href="http://ace.cs.ohiou.edu/~razvan/courses/cs404/lecture03.pdf">http://ace.cs.ohiou.edu/~razvan/courses/cs404/lecture03.pdf</a></p>
<p>In France &#8211; and if I find them &#8211; I will take a quick look at my old lessons about complexity and proof. I have to map what I read in English to what I learned in French.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mygooglewalk.wordpress.com/37/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mygooglewalk.wordpress.com/37/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mygooglewalk.wordpress.com/37/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mygooglewalk.wordpress.com/37/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/mygooglewalk.wordpress.com/37/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/mygooglewalk.wordpress.com/37/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/mygooglewalk.wordpress.com/37/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/mygooglewalk.wordpress.com/37/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mygooglewalk.wordpress.com/37/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mygooglewalk.wordpress.com/37/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mygooglewalk.wordpress.com/37/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mygooglewalk.wordpress.com/37/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mygooglewalk.wordpress.com/37/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mygooglewalk.wordpress.com/37/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mygooglewalk.wordpress.com&amp;blog=9693325&amp;post=37&amp;subd=mygooglewalk&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://mygooglewalk.wordpress.com/2009/10/13/sort-and-complexity/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/dbb177b333039eee911285eb16ca8ba3?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">davidfauthoux</media:title>
		</media:content>
	</item>
		<item>
		<title>Low-Level Google App Engine Talks</title>
		<link>http://mygooglewalk.wordpress.com/2009/10/06/low-level-google-app-engine-talks/</link>
		<comments>http://mygooglewalk.wordpress.com/2009/10/06/low-level-google-app-engine-talks/#comments</comments>
		<pubDate>Tue, 06 Oct 2009 08:02:48 +0000</pubDate>
		<dc:creator>David Fauthoux</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://mygooglewalk.wordpress.com/?p=34</guid>
		<description><![CDATA[Tonight I attended a Google App Engine developers meeting, with 2 googlers talking and a few lightning talks. It was very technical, very advanced (not yet in beta technologies) and very interesting! Just like a &#171;&#160;developers think tank&#160;&#187;. We don&#8217;t have that in France, do we? I discussed a few minutes with one of the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mygooglewalk.wordpress.com&amp;blog=9693325&amp;post=34&amp;subd=mygooglewalk&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Tonight I attended a Google App Engine developers meeting, with 2 googlers talking and a few lightning talks. It was very technical, very advanced (not yet in beta technologies) and very interesting! Just like a &laquo;&nbsp;developers think tank&nbsp;&raquo;. We don&#8217;t have that in France, do we?</p>
<p>I discussed a few minutes with one of the two Google App Engine engineer. Just great!</p>
<p>But now I finally think it is easy to meet Googlers here. So I am actually not yet on the first step in my Google walk. Maybe will the first step be sending my résumé? The zero-and-a-half step will be being happy of my résumé.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mygooglewalk.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mygooglewalk.wordpress.com/34/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mygooglewalk.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mygooglewalk.wordpress.com/34/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/mygooglewalk.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/mygooglewalk.wordpress.com/34/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/mygooglewalk.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/mygooglewalk.wordpress.com/34/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mygooglewalk.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mygooglewalk.wordpress.com/34/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mygooglewalk.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mygooglewalk.wordpress.com/34/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mygooglewalk.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mygooglewalk.wordpress.com/34/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mygooglewalk.wordpress.com&amp;blog=9693325&amp;post=34&amp;subd=mygooglewalk&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://mygooglewalk.wordpress.com/2009/10/06/low-level-google-app-engine-talks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/dbb177b333039eee911285eb16ca8ba3?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">davidfauthoux</media:title>
		</media:content>
	</item>
		<item>
		<title>Silicon Valley Code Camp</title>
		<link>http://mygooglewalk.wordpress.com/2009/10/05/silicon-valley-code-camp/</link>
		<comments>http://mygooglewalk.wordpress.com/2009/10/05/silicon-valley-code-camp/#comments</comments>
		<pubDate>Mon, 05 Oct 2009 19:34:44 +0000</pubDate>
		<dc:creator>David Fauthoux</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://mygooglewalk.wordpress.com/?p=30</guid>
		<description><![CDATA[This weekend was the most motivating weekend for me for years! The Silicon Valley Code Camp &#8217;09 was very very interesting. The Saturday day was a little bit disappointing because too lightweight, but the second day, at least at the Googlers&#8217; talks (the only ones I attend!), was perfect. Overviews and deep technical points were [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mygooglewalk.wordpress.com&amp;blog=9693325&amp;post=30&amp;subd=mygooglewalk&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>This weekend was the most motivating weekend for me for years! The <a href="http://www.siliconvalley-codecamp.com/">Silicon Valley Code Camp &#8217;09</a> was very very interesting. The Saturday day was a little bit disappointing because too lightweight, but the second day, at least at the Googlers&#8217; talks (the only ones I attend!), was perfect. Overviews and deep technical points were well balanced. Answers were sharp and accurate.</p>
<p>And, well, for me that&#8217;s fact now, the Googlers (at least the advocates) are intelligent, smart, know how to present and how to play with the audience to keep it aware.</p>
<p>I met two of them but more heavily discussed with Fred Sauer, GWT developer and advocate. It was a great moment. A little bit stressful of course (thinking &laquo;&nbsp;I am talking with a real Googler!&nbsp;&raquo;) but simple and social. We even talked about Holland, Holland houses, France, bread and Perpignan!</p>
<p>I have now to raise Dayrama from death (I wanted to move the servlet part to GAE but I did not finish), to update my Olipo blog, and of course to create my current résumé. I have some ideas about that point (to make it more interesting than a piece of paper)&#8230;</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mygooglewalk.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mygooglewalk.wordpress.com/30/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mygooglewalk.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mygooglewalk.wordpress.com/30/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/mygooglewalk.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/mygooglewalk.wordpress.com/30/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/mygooglewalk.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/mygooglewalk.wordpress.com/30/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mygooglewalk.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mygooglewalk.wordpress.com/30/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mygooglewalk.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mygooglewalk.wordpress.com/30/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mygooglewalk.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mygooglewalk.wordpress.com/30/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mygooglewalk.wordpress.com&amp;blog=9693325&amp;post=30&amp;subd=mygooglewalk&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://mygooglewalk.wordpress.com/2009/10/05/silicon-valley-code-camp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/dbb177b333039eee911285eb16ca8ba3?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">davidfauthoux</media:title>
		</media:content>
	</item>
		<item>
		<title>A Googler in front of the Googleplex</title>
		<link>http://mygooglewalk.wordpress.com/2009/10/01/a-googler-in-front-of-the-googleplex/</link>
		<comments>http://mygooglewalk.wordpress.com/2009/10/01/a-googler-in-front-of-the-googleplex/#comments</comments>
		<pubDate>Thu, 01 Oct 2009 23:49:29 +0000</pubDate>
		<dc:creator>David Fauthoux</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://mygooglewalk.wordpress.com/?p=27</guid>
		<description><![CDATA[Yesterday, I saw the Googleplex with my real eyes (or I should say, with the real sunlight in my eyes) and not with Google Street View. It is&#8230; more real. It exists. It does really exist. I rapidly talked to a googler waiting for his (free) bus to home. Maybe it would be a good [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mygooglewalk.wordpress.com&amp;blog=9693325&amp;post=27&amp;subd=mygooglewalk&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Yesterday, I saw the Googleplex with my real eyes (or I should say, with the real sunlight in my eyes) and not with Google Street View. It is&#8230; more real. It exists. It does really exist.</p>
<p>I rapidly talked to a googler waiting for his (free) bus to home. Maybe it would be a good idea to come back one day and talk again with people around. He was really nice. And, err&#8230;, I don&#8217;t know if my point of view is distorted, but he looked very intelligent. He works here for one year and has spent three year to get the job. I don&#8217;t think I have that time in front of me&#8230;</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mygooglewalk.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mygooglewalk.wordpress.com/27/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mygooglewalk.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mygooglewalk.wordpress.com/27/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/mygooglewalk.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/mygooglewalk.wordpress.com/27/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/mygooglewalk.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/mygooglewalk.wordpress.com/27/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mygooglewalk.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mygooglewalk.wordpress.com/27/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mygooglewalk.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mygooglewalk.wordpress.com/27/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mygooglewalk.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mygooglewalk.wordpress.com/27/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mygooglewalk.wordpress.com&amp;blog=9693325&amp;post=27&amp;subd=mygooglewalk&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://mygooglewalk.wordpress.com/2009/10/01/a-googler-in-front-of-the-googleplex/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/dbb177b333039eee911285eb16ca8ba3?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">davidfauthoux</media:title>
		</media:content>
	</item>
		<item>
		<title>Today I read</title>
		<link>http://mygooglewalk.wordpress.com/2009/09/29/today-i-read/</link>
		<comments>http://mygooglewalk.wordpress.com/2009/09/29/today-i-read/#comments</comments>
		<pubDate>Tue, 29 Sep 2009 22:42:02 +0000</pubDate>
		<dc:creator>David Fauthoux</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://mygooglewalk.wordpress.com/?p=21</guid>
		<description><![CDATA[Here are the posts I read today. They gave me an idea of what is a Google interview and what the questions look like. Not so surprising after all. But a little bit scaring&#8230; I think I have a lot of work before being confident in algorithm and data structure problems, because I forgot a [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mygooglewalk.wordpress.com&amp;blog=9693325&amp;post=21&amp;subd=mygooglewalk&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Here are the posts I read today. They gave me an idea of what is a Google interview and what the questions look like. Not so surprising after all. But a little bit scaring&#8230; I think I have a lot of work before being confident in algorithm and data structure problems, because I forgot a lot of stuff and because I don&#8217;t know the English words.</p>
<p>Deeply read:</p>
<ul>
<li><a href="http://www.catonmat.net/blog/my-job-interview-at-google/">Peteris Krumins&#8217;s Google Interview</a></li>
<li><a href="http://ifdefined.com/blog/post/2008/03/Google-interview.aspx">Corey Trager’s Google Interview</a></li>
<li><a href="http://www.nomachetejuggling.com/2006/12/30/my-interview-with-google/">Rod Hilton’s Google Interview</a></li>
<li><a href="http://www.philosophicalgeek.com/2007/08/12/my-interview-experience-with-google/">Ben Watson’s Google Interview</a></li>
<li><a href="http://steve-yegge.blogspot.com/2008/03/get-that-job-at-google.html">Get That Job at Google by Steve Yegge</a> (good reference for Math Books in comments)</li>
<li><a href="http://www.theregister.co.uk/2007/01/05/google_interview_tales/">Tales from the Google’s interview room</a></li>
<li><a href="http://www.drizzle.com/~jpaint/google.html">Google Interview Questions</a></li>
<li><a href="http://jhorna.wordpress.com/2007/09/08/google-interview-questions-fun-brain-teasers/">Google Interview Questions — Fun Brain Teasers!</a></li>
<li><a href="http://ferozeh.com/Interviews/Google/phone1,2,3.php">Ferozeh&#8217;s Google interview</a></li>
</ul>
<p>This one can be interesting too. I quickly flew over the questions:</p>
<ul>
<li><a href="http://www.gowrikumar.com/interview/index.html">The Best Answers to Tough Interview Questions</a></li>
</ul>
<p>And here the real contents of the interviews (the questions), not read yet:</p>
<ul>
<li><a href="http://placementsindia.blogspot.com/2007/09/google-interview-questions.html">Google Interview Questions</a></li>
<li><a href="http://java-interviewquestions.blogspot.com/">Java Interview Questions</a></li>
<li><a href="http://placementsindia.blogspot.com/2007/08/google-freshers-latest-interview.html">Google Fresher&#8217;s latest Interview Questions</a></li>
<li><a href="http://placementsindia.blogspot.com/2007/09/google-top-interview-puzzles.html">Google Top Interview Puzzles</a></li>
<li><a href="http://googlepuzzles.blogspot.com/">Google Puzzles</a></li>
<li><a href="http://www.topcoder.com/tc?module=Static&amp;d1=tutorials&amp;d2=alg_index">Algorithm Tutorials</a></li>
</ul>
<p><a href="http://placementsindia.blogspot.com/2007/09/google-interview-questions.html"></a></p>
<p><a href="http://java-interviewquestions.blogspot.com/"></a></p>
<p><a href="http://placementsindia.blogspot.com/2007/08/google-freshers-latest-interview.html"></a></p>
<p><a href="http://placementsindia.blogspot.com/2007/09/google-top-interview-puzzles.html"></a></p>
<p><a href="http://googlepuzzles.blogspot.com/"></a></p>
<p>Oh! and yes, the Visa is a problem. The one I need is an H-1B one.</p>
<ul>
<li><span style="color:#000000;"> </span><a href="http://en.wikipedia.org/wiki/H-1B_visa">H-1B visa</a></li>
</ul>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mygooglewalk.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mygooglewalk.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mygooglewalk.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mygooglewalk.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/mygooglewalk.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/mygooglewalk.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/mygooglewalk.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/mygooglewalk.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mygooglewalk.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mygooglewalk.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mygooglewalk.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mygooglewalk.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mygooglewalk.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mygooglewalk.wordpress.com/21/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mygooglewalk.wordpress.com&amp;blog=9693325&amp;post=21&amp;subd=mygooglewalk&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://mygooglewalk.wordpress.com/2009/09/29/today-i-read/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/dbb177b333039eee911285eb16ca8ba3?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">davidfauthoux</media:title>
		</media:content>
	</item>
		<item>
		<title>Looking by recruiters&#8217; eyes</title>
		<link>http://mygooglewalk.wordpress.com/2009/09/29/looking-by-recruiters-eyes/</link>
		<comments>http://mygooglewalk.wordpress.com/2009/09/29/looking-by-recruiters-eyes/#comments</comments>
		<pubDate>Tue, 29 Sep 2009 19:27:09 +0000</pubDate>
		<dc:creator>David Fauthoux</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://mygooglewalk.wordpress.com/?p=19</guid>
		<description><![CDATA[Interesting to look for a minute by recruiters&#8217; eyes&#8230; (Joel Spolsky) &#160;&#187;English. Scoring resumes by English skills was a hard decision for us to make, because computer programming is one of those fields where an immigrant who doesn’t speak English can still be a brilliant programmer. That said, years of experience working with programmers have taught [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mygooglewalk.wordpress.com&amp;blog=9693325&amp;post=19&amp;subd=mygooglewalk&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Interesting to look for a minute by recruiters&#8217; eyes&#8230;</p>
<p>(Joel Spolsky) &nbsp;&raquo;English. Scoring resumes by English skills was a hard decision for us to make, because computer programming is one of those fields where an immigrant who doesn’t speak English can still be a brilliant programmer. That said, years of experience working with programmers have taught me that programmers who can communicate their ideas clearly are going to be far, far more effective than programmers who can only really communicate well with the compiler. It is crucial for documenting code, it is crucial for writing specifications and technical design documents that other people can review, and it’s crucial even for those meetings where you sit around discussing how to do something best: brilliant programmers who have trouble explaining their ideas just can’t make as much of a contribution.&nbsp;&raquo; [<a href="http://www.joelonsoftware.com/articles/SortingResumes.html">source</a>]</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mygooglewalk.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mygooglewalk.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mygooglewalk.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mygooglewalk.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/mygooglewalk.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/mygooglewalk.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/mygooglewalk.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/mygooglewalk.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mygooglewalk.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mygooglewalk.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mygooglewalk.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mygooglewalk.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mygooglewalk.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mygooglewalk.wordpress.com/19/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mygooglewalk.wordpress.com&amp;blog=9693325&amp;post=19&amp;subd=mygooglewalk&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://mygooglewalk.wordpress.com/2009/09/29/looking-by-recruiters-eyes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/dbb177b333039eee911285eb16ca8ba3?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">davidfauthoux</media:title>
		</media:content>
	</item>
		<item>
		<title>Balance</title>
		<link>http://mygooglewalk.wordpress.com/2009/09/29/balance/</link>
		<comments>http://mygooglewalk.wordpress.com/2009/09/29/balance/#comments</comments>
		<pubDate>Tue, 29 Sep 2009 18:32:58 +0000</pubDate>
		<dc:creator>David Fauthoux</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://mygooglewalk.wordpress.com/?p=16</guid>
		<description><![CDATA[Good for me that: (Laura, engineer at Google) &#160;&#187;We like to find people who are entreprenurial, and we especially like to find smart, skilled generalists who can pick up new technologies quickly and work on any of the huge number of projects we have going on at any given time.&#160;&#187; [source] Reading blog posts about Google [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mygooglewalk.wordpress.com&amp;blog=9693325&amp;post=16&amp;subd=mygooglewalk&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Good for me that:</p>
<p>(Laura, engineer at Google) &nbsp;&raquo;We like to find people who are entreprenurial, and we especially like to find smart, skilled generalists who can pick up new technologies quickly and work on any of the huge number of projects we have going on at any given time.&nbsp;&raquo; [<a href="http://www.nomachetejuggling.com/2006/12/30/my-interview-with-google/">source</a>]</p>
<p>Reading blog posts about Google interviews, my mind balances between &laquo;&nbsp;Oh my god! I&#8217;m so far away from being able to even just *apply* for a Google job&nbsp;&raquo; (bad English, disability to understand fast speaking, computer science mathematical skills lost in my old cloudy brain) and &laquo;&nbsp;Maybe it&#8217;d be a great idea to apply *now*, I&#8217;m quite ready, right?&nbsp;&raquo;</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mygooglewalk.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mygooglewalk.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mygooglewalk.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mygooglewalk.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/mygooglewalk.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/mygooglewalk.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/mygooglewalk.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/mygooglewalk.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mygooglewalk.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mygooglewalk.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mygooglewalk.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mygooglewalk.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mygooglewalk.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mygooglewalk.wordpress.com/16/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mygooglewalk.wordpress.com&amp;blog=9693325&amp;post=16&amp;subd=mygooglewalk&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://mygooglewalk.wordpress.com/2009/09/29/balance/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/dbb177b333039eee911285eb16ca8ba3?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">davidfauthoux</media:title>
		</media:content>
	</item>
		<item>
		<title>Web Links and Real Life Links Strategy, Step One</title>
		<link>http://mygooglewalk.wordpress.com/2009/09/28/web-links-and-real-life-links-strategy-step-one/</link>
		<comments>http://mygooglewalk.wordpress.com/2009/09/28/web-links-and-real-life-links-strategy-step-one/#comments</comments>
		<pubDate>Mon, 28 Sep 2009 20:39:52 +0000</pubDate>
		<dc:creator>David Fauthoux</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://mygooglewalk.wordpress.com/?p=13</guid>
		<description><![CDATA[Here my researches start: Craigslist The Google Code Jam I missed this year A Google interview experienced user blog My first thoughts: it looks usual Google contacts you to apply for a job. Err&#8230; Google for sure will not contact me, I&#8217;m invisible on the net. Is it a first wall to break? I will [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mygooglewalk.wordpress.com&amp;blog=9693325&amp;post=13&amp;subd=mygooglewalk&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Here my researches start:</p>
<ul>
<li><a href="http://sfbay.craigslist.org/pen/sof/1396623408.html">Craigslist</a></li>
<li><a href="http://code.google.com/codejam/">The Google Code Jam</a> I missed this year</li>
<li>A <a href="http://www.catonmat.net/blog/my-job-interview-at-google/">Google interview experienced user blog</a></li>
</ul>
<p>My first thoughts: it looks usual Google contacts you to apply for a job. Err&#8230; Google for sure will not contact me, I&#8217;m invisible on the net. Is it a first wall to break?</p>
<p>I will go to the <a href="http://www.meetup.com/appengine/fr/calendar/11447316/">Low-Level App Engine conference</a> on Oct., 5th. Rafe Kaplan and Guido van Rossum from Google App Engine team will be there. I&#8217;ll see what they look like. Big brains for sure. And I will try to understand what they say. Technical stuff will be OK I hope, but fast English speaking is a problem for me.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mygooglewalk.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mygooglewalk.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mygooglewalk.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mygooglewalk.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/mygooglewalk.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/mygooglewalk.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/mygooglewalk.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/mygooglewalk.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mygooglewalk.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mygooglewalk.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mygooglewalk.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mygooglewalk.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mygooglewalk.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mygooglewalk.wordpress.com/13/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mygooglewalk.wordpress.com&amp;blog=9693325&amp;post=13&amp;subd=mygooglewalk&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://mygooglewalk.wordpress.com/2009/09/28/web-links-and-real-life-links-strategy-step-one/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/dbb177b333039eee911285eb16ca8ba3?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">davidfauthoux</media:title>
		</media:content>
	</item>
		<item>
		<title>The Purpose of this Blog</title>
		<link>http://mygooglewalk.wordpress.com/2009/09/28/the-purpose-of-this-blog/</link>
		<comments>http://mygooglewalk.wordpress.com/2009/09/28/the-purpose-of-this-blog/#comments</comments>
		<pubDate>Mon, 28 Sep 2009 20:10:28 +0000</pubDate>
		<dc:creator>David Fauthoux</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://mygooglewalk.wordpress.com/?p=3</guid>
		<description><![CDATA[Let me give the rules here: I can abort this blog at any time, simply because I am too bad in English, too disappointed to write anything more, too busy, too far away from an internet connection or too old and rheumatoidish. This blog is only a personal story, full of personal thoughts, full of [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mygooglewalk.wordpress.com&amp;blog=9693325&amp;post=3&amp;subd=mygooglewalk&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Let me give the rules here:</p>
<ul>
<li>I can abort this blog at any time, simply because I am too bad in English, too disappointed to write anything more, too busy, too far away from an internet connection or too old and <a href="http://en.wikipedia.org/wiki/Rheumatoid_arthritis">rheumatoid</a>ish.</li>
<li>This blog is only a personal story, full of personal thoughts, full of hope and disenchantments. I can do it not interesting at all. Very possible. At least probable. Sorry.</li>
</ul>
<p>And let me give the purpose now. I am in a very special step in my life. I&#8217;ve spent five years of my life trying to build a startup. I was naively hoping this very hard work would get into a success but it failed. Maybe I will give more details about this past story in another later post.</p>
<p>Now my startup is quite dying. I am alone working. I have no clear goal to raise my startup from near death. I have ideas but don&#8217;t know if they are good, or even innovative ones. Maybe I will give more details about these ideas in another later post.</p>
<p>A few months ago, I chose to teleport myself to San Francisco to see what&#8217;s up here. In San Francisco for two months. To see. I hoped &laquo;&nbsp;to connect&nbsp;&raquo;. And I weirdly hoped &laquo;&nbsp;to answer my questions&nbsp;&raquo;. Do I try again a startup adventure? Do I look for a job in a startup here? Do I look for a job at Google? Am I able to get a job at Google?</p>
<p>And then, after three weeks here, visiting like a tourist, or visiting randomly walking, reading, trying to connect to people, testing myself by trying to start another GWT/GAE project, improving my bad English, thinking of my brand new startup ideas, the scales lean towards a quite clear goal: I want to try to get a job at Google. The reasons, the pros and cons, the arguments in another later post.</p>
<p>The adventure looking for a Google job starts now for me. I want to tell you the story.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mygooglewalk.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mygooglewalk.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mygooglewalk.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mygooglewalk.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/mygooglewalk.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/mygooglewalk.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/mygooglewalk.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/mygooglewalk.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mygooglewalk.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mygooglewalk.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mygooglewalk.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mygooglewalk.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mygooglewalk.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mygooglewalk.wordpress.com/3/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mygooglewalk.wordpress.com&amp;blog=9693325&amp;post=3&amp;subd=mygooglewalk&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://mygooglewalk.wordpress.com/2009/09/28/the-purpose-of-this-blog/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/dbb177b333039eee911285eb16ca8ba3?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">davidfauthoux</media:title>
		</media:content>
	</item>
	</channel>
</rss>
