<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>google on S Anand</title>
    <link>https://www.s-anand.net/blog/tag/google/</link>
    <description>Recent content in google on S Anand</description>
    <generator>Hugo -- 0.156.0</generator>
    <language>en-us</language>
    <lastBuildDate>Fri, 18 Apr 2025 13:10:15 +0000</lastBuildDate>
    <atom:link href="https://www.s-anand.net/blog/tag/google/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title></title>
      <link>https://www.s-anand.net/blog/gemini-envelopes-llm-frontier/</link>
      <pubDate>Fri, 18 Apr 2025 13:10:15 +0000</pubDate>
      <guid>https://www.s-anand.net/blog/gemini-envelopes-llm-frontier/</guid>
      <description>&lt;p&gt;With the Gemini 2.5 Flash release, Google envelopes the entire cost-quality frontier of LLMs. In other words, at any cost or quality level, today, the best model to use according to the LM Arena score is a Gemini model.&lt;/p&gt;
&lt;p&gt;Results for O3, O4 Mini, and GPT 4.1 are not yet on LM Arena. But until then, #Google dominates. Nice work!&lt;/p&gt;
&lt;p&gt;Link: &lt;a href=&#34;https://sanand0.github.io/llmpricing/&#34;&gt;https://sanand0.github.io/llmpricing/&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;img loading=&#34;lazy&#34; src=&#34;https://files.s-anand.net/images/2025-04-18-gemini-envelopes-llm-frontier-linkedin.jpg&#34;&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;https://www.linkedin.com/feed/update/urn%3Ali%3Ashare%3A7318984207161049088&#34;&gt;LinkedIn&lt;/a&gt;&lt;/p&gt;
</description>
    </item>
    <item>
      <title></title>
      <link>https://www.s-anand.net/blog/structure-prompts-as-xml/</link>
      <pubDate>Fri, 20 Sep 2024 04:07:16 +0000</pubDate>
      <guid>https://www.s-anand.net/blog/structure-prompts-as-xml/</guid>
      <description>&lt;p&gt;Looks like XML tags are the best way to structure prompts and separate sections for an #LLM. It&amp;rsquo;s the only format that all of Anthropic, Google, and OpenAI LLMs encourage.&lt;/p&gt;
&lt;p&gt;For example:&lt;/p&gt;
&lt;p&gt;&lt;instructions&gt;&amp;hellip;&lt;/instructions&gt;
&lt;question&gt;&amp;hellip;&lt;/question&gt;
&lt;example&gt;&amp;hellip;&lt;/example&gt;
&lt;example&gt;&amp;hellip;&lt;/example&gt;&lt;/p&gt;
&lt;p&gt;Anthropic Docs: &lt;a href=&#34;https://docs.anthropic.com/en/docs/build-with-claude/prompt-engineering/use-xml-tags&#34;&gt;https://docs.anthropic.com/en/docs/build-with-claude/prompt-engineering/use-xml-tags&lt;/a&gt;
OpenAI Docs: &lt;a href=&#34;https://platform.openai.com/docs/guides/prompt-engineering/strategy-write-clear-instructions&#34;&gt;https://platform.openai.com/docs/guides/prompt-engineering/strategy-write-clear-instructions&lt;/a&gt;
Google Docs: &lt;a href=&#34;https://cloud.google.com/vertex-ai/generative-ai/docs/learn/prompts/structure-prompts&#34;&gt;https://cloud.google.com/vertex-ai/generative-ai/docs/learn/prompts/structure-prompts&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Alternatives are using JSON, Markdown, templating formats like Mustache/Jinja, etc.&lt;/p&gt;
&lt;p&gt;Even Llama&amp;rsquo;s system tokens seem a little XML-like.
&lt;a href=&#34;https://github.com/meta-llama/llama3/blob/main/llama/tokenizer.py#L61-L74&#34;&gt;https://github.com/meta-llama/llama3/blob/main/llama/tokenizer.py#L61-L74&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Personally, I&amp;rsquo;ve been using Markdown so far. But it&amp;rsquo;s time to switch over. (Only on the prompt side. On the generation side, Markdown still seems the best.)&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;https://www.linkedin.com/feed/update/urn%3Ali%3Ashare%3A7242746111097012225&#34;&gt;LinkedIn&lt;/a&gt;&lt;/p&gt;
</description>
    </item>
    <item>
      <title>Short notes</title>
      <link>https://www.s-anand.net/blog/short-notes/</link>
      <pubDate>Wed, 20 May 2009 05:15:32 +0000</pubDate>
      <guid>https://www.s-anand.net/blog/short-notes/</guid>
      <description>&lt;p&gt;I&amp;rsquo;m quite busy on a project right now, and don&amp;rsquo;t get time to write long articles. So for a while, I&amp;rsquo;m going to stick to short notes on interesting stuff.&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Peter Bregman has a very interesting piece on &lt;a href=&#34;http://blogs.harvardbusiness.org/bregman/2009/05/why-you-should-encourage-weakn.html&#34;&gt;Why You Should Encourage Weakness&lt;/a&gt;. It boils down to a choice: &lt;strong&gt;do you focus on on improving strengths or minimising weaknesses?&lt;/strong&gt; Conventional performance evaluations focus on the latter. I very strongly support Bregman’s view on this. &lt;strong&gt;The weakness isn’t why you hired the person!&lt;/strong&gt; Unless it’s killing the organisation, just leave them to focus on their strengths.&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;http://www.google.com/analytics/&#34;&gt;Google Analytics&lt;/a&gt; has a fairly interesting &lt;a href=&#34;http://code.google.com/apis/analytics/docs/&#34;&gt;API&lt;/a&gt; that I hadn’t explored until recently. Picked up [Advanced Web Metrics with Google Analytics](&lt;a href=&#34;http://www.s-anand.net/amazon-browser.html#advanced&#34;&gt;http://www.s-anand.net/amazon-browser.html#advanced&lt;/a&gt; web metrics with google analytics) and learnt that you can track outbound clicks, page load times, Javascript events and error logs, almost anything at all using Google Analytics. You can also mirror the logging on your local server using pageTracker._setLocalRemoteServerMode()&lt;/li&gt;
&lt;li&gt;The whole concept of a Sandbox environment seems to be picking up within Google. There’s a &lt;a href=&#34;https://sandbox.google.com/checkout/&#34;&gt;Checkout sandbox&lt;/a&gt;, an &lt;a href=&#34;http://code.google.com/apis/ajax/playground/&#34;&gt;AJAX API playground&lt;/a&gt;, an &lt;a href=&#34;http://adwordsapi.blogspot.com/2009/05/adwords-api-on-app-engine-python.html&#34;&gt;AdWords sandbox&lt;/a&gt;, an &lt;a href=&#34;http://code.google.com/apis/adsense/developer/adsense_api_sandbox.html&#34;&gt;AdSense API sandbox&lt;/a&gt;, the &lt;a href=&#34;http://mapstraction.appspot.com/&#34;&gt;Mapstraction API sandbox&lt;/a&gt;, even an event called &lt;a href=&#34;http://code.google.com/events/io/sandbox.html&#34;&gt;Developer Sandbox&lt;/a&gt;. (After saying Sandbox 6 times, I feel a bit like Hobbes.)&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;&lt;img loading=&#34;lazy&#34; src=&#34;http://picayune.uclick.com/comics/ch/1992/ch920623.gif&#34;&gt;&lt;/p&gt;
</description>
    </item>
    <item>
      <title>Attack of the bots</title>
      <link>https://www.s-anand.net/blog/attack-of-the-bots/</link>
      <pubDate>Sun, 31 Aug 2008 12:00:00 +0000</pubDate>
      <guid>https://www.s-anand.net/blog/attack-of-the-bots/</guid>
      <description>&lt;p&gt;One out of every 5 hits to my site is from a &lt;a href=&#34;http://en.wikipedia.org/wiki/Internet_bot&#34;&gt;bot&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;I spent a fair bit of time this weekend analysing my log file for last month (which runs to gigabytes, and I ended up learning a few things about file system optimisation, but more on that later). 80% of the hits were from regular browsers. 20% were from robots. Here&#39;s a sample of the user-agents:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-text&#34; data-lang=&#34;text&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;Mozilla/5.0 (compatible; Yahoo! Slurp; &amp;lt;a href=&amp;#34;http://help.yahoo.com/help/us/ysearch/slurp)&amp;#34;&amp;gt;http://help.yahoo.com/help/us/ysearch/slurp)&amp;lt;/a&amp;gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;Mozilla/5.0 (compatible; Googlebot/2.1; +&amp;lt;a href=&amp;#34;http://www.google.com/bot.html)&amp;#34;&amp;gt;http://www.google.com/bot.html)&amp;lt;/a&amp;gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;Mediapartners-Google
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;DotBot/1.0.1 (&amp;lt;a href=&amp;#34;http://www.dotnetdotcom.org/#info&amp;#34;&amp;gt;http://www.dotnetdotcom.org/#info&amp;lt;/a&amp;gt;, crawler@dotnetdotcom.org)
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;Mozilla/5.0 (Twiceler-0.9 &amp;lt;a href=&amp;#34;http://www.cuill.com/twiceler/robot.html)&amp;#34;&amp;gt;http://www.cuill.com/twiceler/robot.html)&amp;lt;/a&amp;gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;msnbot/1.1 (+&amp;lt;a href=&amp;#34;http://search.msn.com/msnbot.htm)&amp;#34;&amp;gt;http://search.msn.com/msnbot.htm)&amp;lt;/a&amp;gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;FeedBurner/1.0 (&amp;lt;a href=&amp;#34;http://www.FeedBurner.com)&amp;#34;&amp;gt;http://www.FeedBurner.com)&amp;lt;/a&amp;gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;Mozilla/5.0 (compatible; attributor/1.13.2 +&amp;lt;a href=&amp;#34;http://www.attributor.com)&amp;#34;&amp;gt;http://www.attributor.com)&amp;lt;/a&amp;gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;WebAlta Crawler/2.0 (&amp;lt;a href=&amp;#34;http://www.webalta.net/ru/about_webmaster.html)&amp;#34;&amp;gt;http://www.webalta.net/ru/about_webmaster.html)&amp;lt;/a&amp;gt; (Windows; U; Windows NT 5.1; ru-RU)
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;Yandex/1.01.001 (compatible; Win16; I)
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;...
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;You get the idea. The bulk of these are search engines. Over two-thirds of the bot requests were from &lt;a href=&#34;http://help.yahoo.com/l/us/yahoo/search/webcrawler/&#34;&gt;Yahoo Slurp&lt;/a&gt;. Now, this struck me as weird. If I take the top 3 search engines that are sending traffic my way, &lt;/p&gt;
&lt;table&gt;&lt;tbody&gt;
&lt;tr&gt;&lt;td&gt;&amp;#160;&lt;/td&gt;&lt;td&gt;Referral %&lt;/td&gt;&lt;td&gt;Crawl %&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;&lt;a href=&#34;http://www.google.com/&#34;&gt;Google&lt;/a&gt;&lt;/td&gt;&lt;td&gt;90%&lt;/td&gt;&lt;td&gt;24%&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;&lt;a href=&#34;http://search.yahoo.com/&#34;&gt;Yahoo&lt;/a&gt;&lt;/td&gt;&lt;td&gt;6%&lt;/td&gt;&lt;td&gt;66%&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;&lt;a href=&#34;http://search.live.com/&#34;&gt;Microsoft&lt;/a&gt;&lt;/td&gt;&lt;td&gt;3%&lt;/td&gt;&lt;td&gt;0.3%&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;Others&lt;/td&gt;&lt;td&gt;1%&lt;/td&gt;&lt;td&gt;9%&lt;/td&gt;&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
&lt;p&gt;The search engine that sends me the most traffic is being reasonably conservative, while Yahoo is just eating up the bandwidth on my site. Actually, this shouldn&#39;t bother me too much. It&#39;s not taking up too much bandwidth, or even CPU usage, given that all the bots put together make up only 20% of my traffic. But somehow... it&#39;s sub-optimal. Inelegant, even.&lt;/p&gt;
&lt;p&gt;So I decided to take a closer look. Just how often are they crawling my site?&lt;/p&gt;
&lt;table&gt;&lt;tbody&gt;
&lt;tr&gt;&lt;td&gt;&lt;a href=&#34;http://search.yahoo.com/&#34;&gt;Yahoo&lt;/a&gt;&lt;/td&gt;&lt;td&gt;&lt;b&gt;&lt;i&gt;Every 5 seconds&lt;/i&gt;&lt;/b&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;&lt;a href=&#34;http://www.google.com/&#34;&gt;Google&lt;/a&gt;&lt;/td&gt;&lt;td&gt;Every 13 seconds&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;&lt;a href=&#34;http://www.dotnetdotcom.org/#info&#34;&gt;DotBot&lt;/a&gt;&lt;/td&gt;&lt;td&gt;Every 9 minutes&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;&lt;a href=&#34;http://www.cuill.com/twiceler/robot.html&#34;&gt;Cuill&lt;/a&gt;&lt;/td&gt;&lt;td&gt;Every 9 minutes&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;&lt;a href=&#34;http://search.live.com/&#34;&gt;Microsoft&lt;/a&gt;&lt;/td&gt;&lt;td&gt;Every 18 minutes&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;&lt;a href=&#34;http://www.FeedBurner.com&#34;&gt;Feedburner&lt;/a&gt;&lt;/td&gt;&lt;td&gt;Every 18 minutes&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;&lt;a href=&#34;http://www.attributor.com/&#34;&gt;Attributor&lt;/a&gt;&lt;/td&gt;&lt;td&gt;Every 23 minutes&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;&lt;a href=&#34;http://www.yandex.ru/&#34;&gt;Yandex&lt;/a&gt;&lt;/td&gt;&lt;td&gt;Every 27 minutes&lt;/td&gt;&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
&lt;p&gt;Look at those numbers. Yahoo is hitting my site once &lt;b&gt;&lt;i&gt;every 5 seconds&lt;/i&gt;&lt;/b&gt;. No wonder there&#39;s a help page at Yahoo titled &lt;a href=&#34;http://help.yahoo.com/l/us/yahoo/search/webcrawler/slurp-03.html&#34;&gt;How can I reduce the number of requests you make on my web site?&lt;/a&gt; I followed their advice and set the crawl-delay to 60, so at least it slows down to once a minute. &lt;/p&gt;
&lt;p&gt;Just that one little line change should (hopefully) reduce the load on my site by around 15%.&lt;/p&gt;
&lt;p&gt;As for the other engines, I don&#39;t mind that much in terms of load.&lt;/p&gt;
&lt;ul&gt;
  &lt;li&gt;Google, for all that it crawls every 13 seconds, has faithfully reported that it has only 11% of my site under its index, so I&#39;ve no idea what they&#39;re doing, but I&#39;m not complaining about the traffic that&#39;s coming my way.&lt;/li&gt;
  &lt;li&gt;&lt;a href=&#34;http://www.dotnetdotcom.org/#info&#34;&gt;DotBot&lt;/a&gt;. Today was the first I&#39;d heard of them. Visited the site, and smiled. These guys can do all the crawling of my site that they like, and I hope something interesting comes out of their work.&lt;/li&gt;
  &lt;li&gt;&lt;a href=&#34;http://www.cuill.com/twiceler/robot.html&#34;&gt;Cuill&lt;/a&gt;, sends me 0.2% of my traffic, but it&#39;s a new search engine, I&#39;m happy to give it time.&lt;/li&gt;
  &lt;li&gt;&lt;a href=&#34;http://search.live.com/&#34;&gt;Microsoft&lt;/a&gt;&#39;s OK, sends me a tiny stream of traffic.&lt;/li&gt;
  &lt;li&gt;&lt;a href=&#34;http://www.FeedBurner.com&#34;&gt;Feedburner&lt;/a&gt; is just pinging my RSS feed every 18 minutes. &lt;/li&gt;
  &lt;li&gt;&lt;a href=&#34;http://www.attributor.com/&#34;&gt;Attributor&lt;/a&gt; and &lt;a href=&#34;http://www.yandex.ru/&#34;&gt;Yandex&lt;/a&gt; I&#39;m hearing of for the first time, again. Not too much load on a system, so that&#39;s OK.&lt;/li&gt;
&lt;/ul&gt;
&lt;hr /&gt;
&lt;p&gt;What&#39;s amazing is the sheer number of bots out there. Last month, I counted over 600 distinct &lt;a href=&#34;http://en.wikipedia.org/wiki/User_agent&#34;&gt;user-agent&lt;/a&gt; strings just representing bots. So it&#39;s true. The Web is &lt;a href=&#34;http://en.wikipedia.org/wiki/Semantic_web#Purpose&#34;&gt;no longer just for humans&lt;/a&gt;. We do need a &lt;a href=&#34;http://en.wikipedia.org/wiki/Semantic_Web&#34;&gt;Semantic Web&lt;/a&gt;.&lt;/p&gt;
&lt;hr&gt;
&lt;h2 id=&#34;comments&#34;&gt;Comments&lt;/h2&gt;
&lt;!-- wp-comments-start --&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Dhar&lt;/strong&gt; &lt;em&gt;31 Aug 2008 9:09 pm&lt;/em&gt;:
Hmmm, curious as to:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Why the bots should crawl your site every 5 seconds or so?&lt;/li&gt;
&lt;li&gt;How you can find out how much of your site has been indexed by Google.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;Cheers,
D.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;S Anand&lt;/strong&gt; &lt;em&gt;1 Sep 2008 12:11 am&lt;/em&gt;:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;I think Yahoo&amp;rsquo;s crawler is aggressive in any case. My site doesn&amp;rsquo;t seem to be an exception: there are a lot of threads discussing this problem.&lt;/li&gt;
&lt;li&gt;Google&amp;rsquo;s webmaster tools tells you how many URLs have been indexed from your sitemap.&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;!-- wp-comments-end --&gt;
</description>
    </item>
    <item>
      <title>The Next Big Language</title>
      <link>https://www.s-anand.net/blog/the-next-big-language/</link>
      <pubDate>Sun, 11 Feb 2007 12:00:00 +0000</pubDate>
      <guid>https://www.s-anand.net/blog/the-next-big-language/</guid>
      <description>&lt;p&gt;Steve Yegge at Google talks about the &lt;a href=&#34;http://steve-yegge.blogspot.com/2007/02/next-big-language.html&#34;&gt;features of the Next Big Language&lt;/a&gt;. He apparantly has inside information about the language corporates are likely to make a big push for. The comments seem to suggest &lt;a href=&#34;http://developer.mozilla.org/presentations/xtech2006/javascript/&#34;&gt;Javascript 2&lt;/a&gt;.&lt;/p&gt;
</description>
    </item>
    <item>
      <title>Timeline of Microsoft Google and Yahoo acquisitions</title>
      <link>https://www.s-anand.net/blog/timeline-of-microsoft-google-and-yahoo-acquisitions/</link>
      <pubDate>Mon, 13 Nov 2006 12:00:00 +0000</pubDate>
      <guid>https://www.s-anand.net/blog/timeline-of-microsoft-google-and-yahoo-acquisitions/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://www.shmula.com/blog/timelines/google-microsoft-yahoo/g-y-m.htm&#34;&gt;A timeline of Microsoft, Google and Yahoo acquisitions&lt;/a&gt;.&lt;/p&gt;
</description>
    </item>
    <item>
      <title>London Test Automation Conference at Google</title>
      <link>https://www.s-anand.net/blog/london-test-automation-conference-at-google/</link>
      <pubDate>Sun, 24 Sep 2006 12:00:00 +0000</pubDate>
      <guid>https://www.s-anand.net/blog/london-test-automation-conference-at-google/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://www.google.co.uk/intl/en/events/londontesters/speakers.html&#34;&gt;Presentations&lt;/a&gt; and &lt;a href=&#34;http://video.google.co.uk/videosearch?q=LTAC&#34;&gt;videos&lt;/a&gt; from Google&amp;rsquo;s conference on test automation at London. I was at the event, and learned a lot.&lt;/p&gt;
</description>
    </item>
    <item>
      <title>Google internal subdomains</title>
      <link>https://www.s-anand.net/blog/google-internal-subdomains/</link>
      <pubDate>Wed, 20 Sep 2006 12:00:00 +0000</pubDate>
      <guid>https://www.s-anand.net/blog/google-internal-subdomains/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://blog.outer-court.com/archive/2006-09-20-n72.html&#34;&gt;Google&amp;rsquo;s internal subdomains&lt;/a&gt;.&lt;/p&gt;
</description>
    </item>
    <item>
      <title>Google Master Plan</title>
      <link>https://www.s-anand.net/blog/google-master-plan/</link>
      <pubDate>Tue, 22 Aug 2006 12:00:00 +0000</pubDate>
      <guid>https://www.s-anand.net/blog/google-master-plan/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://googlesystem.blogspot.com/2006/08/googles-master-plan.html&#34;&gt;Google&amp;rsquo;s master plan&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;https://www.s-anand.net/blog/assets/flickr-google-master-plan-1_222328392_o-jpg.webp&#34;&gt;&lt;img alt=&#34;Google Master Plan 1&#34; loading=&#34;lazy&#34; src=&#34;https://www.s-anand.net/blog/assets/flickr-google-master-plan-1_222328392_o-jpg.webp&#34;&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;https://www.s-anand.net/blog/assets/flickr-google-master-plan-2_222326753_o-jpg.webp&#34;&gt;&lt;img alt=&#34;Google Master Plan 2&#34; loading=&#34;lazy&#34; src=&#34;https://www.s-anand.net/blog/assets/flickr-google-master-plan-2_222326753_o-jpg.webp&#34;&gt;&lt;/a&gt;&lt;/p&gt;
</description>
    </item>
    <item>
      <title>Videos you can learn from</title>
      <link>https://www.s-anand.net/blog/videos-you-can-learn-from/</link>
      <pubDate>Thu, 20 Jul 2006 12:00:00 +0000</pubDate>
      <guid>https://www.s-anand.net/blog/videos-you-can-learn-from/</guid>
      <description>&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;http://webcast.berkeley.edu/courses/index.php&#34;&gt;Berkeley webcasts&lt;/a&gt; of their courses.&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;http://video.google.com/videosearch?q=type%3Agoogle+engEDU&#34;&gt;Google TechTalks&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;http://video.google.com/videosearch?q=type%3Agoogle+%22authors%40google%22&#34;&gt;Authors@Google&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;http://www.longnow.org/projects/seminars/&#34;&gt;LongNow seminars&lt;/a&gt; about long term thinking.&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;http://www.uctv.tv/ondemand/&#34;&gt;UCTV Video on Demand&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;http://www.pbs.org/wgbh/nova/&#34;&gt;Nova&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;http://video.google.com/videosearch?q=Computer+History+Museum&#34;&gt;Computer History Museum&lt;/a&gt;.&lt;/li&gt;
&lt;/ul&gt;
&lt;hr&gt;
&lt;h2 id=&#34;comments&#34;&gt;Comments&lt;/h2&gt;
&lt;!-- wp-comments-start --&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Michelle&lt;/strong&gt; &lt;em&gt;5 Dec 2006 12:39 pm&lt;/em&gt;:
Do you have books I can learn From? Top 10 non-fiction books?&lt;/li&gt;
&lt;/ul&gt;
&lt;!-- wp-comments-end --&gt;
</description>
    </item>
    <item>
      <title>How Google was named Google</title>
      <link>https://www.s-anand.net/blog/how-google-was-named-google/</link>
      <pubDate>Fri, 07 Jul 2006 12:00:00 +0000</pubDate>
      <guid>https://www.s-anand.net/blog/how-google-was-named-google/</guid>
      <description>&lt;p&gt;5 different stories about &lt;a href=&#34;http://googlesystem.blogspot.com/2006/07/5-different-stories-about-googles-name.html&#34;&gt;how Google was named Google&lt;/a&gt;. This is mentioned as the probably correct version:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&amp;ldquo;Lucas Pereira: &amp;lsquo;You idiots, you spelled [Googol] wrong!&amp;rsquo; But this was good, because google.com was available and googol.com was not. Now most people spell &amp;lsquo;Googol&amp;rsquo; &amp;lsquo;Google&amp;rsquo;, so it worked out OK in the end.&amp;rdquo;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;hr&gt;
&lt;h2 id=&#34;comments&#34;&gt;Comments&lt;/h2&gt;
&lt;!-- wp-comments-start --&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;OverSkies&lt;/strong&gt; &lt;em&gt;11 Dec 2008 8:29 am&lt;/em&gt;:
Google&amp;rsquo;s founder&amp;rsquo;s son&amp;rsquo;s first words were : google.That is why they named it google&lt;/li&gt;
&lt;/ul&gt;
&lt;!-- wp-comments-end --&gt;
</description>
    </item>
    <item>
      <title>Google meta search</title>
      <link>https://www.s-anand.net/blog/google-meta-search/</link>
      <pubDate>Tue, 04 Jul 2006 12:00:00 +0000</pubDate>
      <guid>https://www.s-anand.net/blog/google-meta-search/</guid>
      <description>&lt;p&gt;What do you find when you &lt;a href=&#34;http://googlesystem.blogspot.com/2006/06/search-google-searches.html&#34;&gt;search Google searches&lt;/a&gt;?&lt;/p&gt;
&lt;hr&gt;
&lt;h2 id=&#34;comments&#34;&gt;Comments&lt;/h2&gt;
&lt;!-- wp-comments-start --&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Sheikh&lt;/strong&gt; &lt;em&gt;14 Dec 2006 3:09 pm&lt;/em&gt;:
Thank You Anand. It was very useful&lt;/li&gt;
&lt;/ul&gt;
&lt;!-- wp-comments-end --&gt;
</description>
    </item>
    <item>
      <title>55 ways to have fun with Google</title>
      <link>https://www.s-anand.net/blog/55-ways-to-have-fun-with-google/</link>
      <pubDate>Fri, 23 Jun 2006 12:00:00 +0000</pubDate>
      <guid>https://www.s-anand.net/blog/55-ways-to-have-fun-with-google/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://www.55fun.com/&#34;&gt;55 ways to have fun with Google&lt;/a&gt;.&lt;/p&gt;
&lt;hr&gt;
&lt;h2 id=&#34;comments&#34;&gt;Comments&lt;/h2&gt;
&lt;!-- wp-comments-start --&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Dhar&lt;/strong&gt; &lt;em&gt;25 Jun 2006 7:59 am&lt;/em&gt;:
Just finished the book, didn&amp;rsquo;t find it too interesting. :((&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;S Anand&lt;/strong&gt; &lt;em&gt;25 Jun 2006 8:52 am&lt;/em&gt;:
Me neither. :-(&lt;/li&gt;
&lt;/ul&gt;
&lt;!-- wp-comments-end --&gt;
</description>
    </item>
    <item>
      <title>Sketchup is free</title>
      <link>https://www.s-anand.net/blog/sketchup-is-free/</link>
      <pubDate>Thu, 27 Apr 2006 12:00:00 +0000</pubDate>
      <guid>https://www.s-anand.net/blog/sketchup-is-free/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://www.atlastsoftware.com/&#34;&gt;Sketchup&lt;/a&gt; (from Google) is now available for free download. It&amp;rsquo;s a 3D modelling tool.&lt;/p&gt;
</description>
    </item>
    <item>
      <title>Determine a sex by name</title>
      <link>https://www.s-anand.net/blog/determine-a-sex-by-name/</link>
      <pubDate>Mon, 17 Apr 2006 12:00:00 +0000</pubDate>
      <guid>https://www.s-anand.net/blog/determine-a-sex-by-name/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://www.lifehacker.com/software/google-school/google-school-determine-a-sex-by-name-167650.php&#34;&gt;Determine a sex by name&lt;/a&gt;. If you don&amp;rsquo;t know if a name is male or female, just search for the name on Google images. (e.g. &amp;ldquo;&lt;a href=&#34;http://images.google.com/images?q=Priti&#34;&gt;Priti&lt;/a&gt;&amp;rdquo;)&lt;/p&gt;
&lt;hr&gt;
&lt;h2 id=&#34;comments&#34;&gt;Comments&lt;/h2&gt;
&lt;!-- wp-comments-start --&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Umasuthan&lt;/strong&gt; &lt;em&gt;18 Apr 2006 5:36 pm&lt;/em&gt;:
That is not always true. Try &amp;lsquo;Kiran&amp;rsquo;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;S Anand&lt;/strong&gt; &lt;em&gt;18 Apr 2006 10:17 pm&lt;/em&gt;:
You&amp;rsquo;re right. The article does warn of unisex names!&lt;/li&gt;
&lt;/ul&gt;
&lt;!-- wp-comments-end --&gt;
</description>
    </item>
    <item>
      <title>Google web authoring statistics</title>
      <link>https://www.s-anand.net/blog/google-web-authoring-statistics/</link>
      <pubDate>Wed, 25 Jan 2006 12:00:00 +0000</pubDate>
      <guid>https://www.s-anand.net/blog/google-web-authoring-statistics/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://code.google.com/webstats/index.html&#34;&gt;Google web authoring statistics&lt;/a&gt;. An analysis of over a billion pages to see how people use HTML markup.&lt;/p&gt;
</description>
    </item>
    <item>
      <title>Who is afraid of Google</title>
      <link>https://www.s-anand.net/blog/who-is-afraid-of-google/</link>
      <pubDate>Sat, 03 Dec 2005 12:00:00 +0000</pubDate>
      <guid>https://www.s-anand.net/blog/who-is-afraid-of-google/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://wired.com/wired/archive/13.12/google.html&#34;&gt;Who&amp;rsquo;s afraid of Google? Everyone&lt;/a&gt;&lt;/p&gt;
</description>
    </item>
    <item>
      <title>Blind Search Engine Test</title>
      <link>https://www.s-anand.net/blog/blind-search-engine-test/</link>
      <pubDate>Mon, 28 Nov 2005 12:00:00 +0000</pubDate>
      <guid>https://www.s-anand.net/blog/blind-search-engine-test/</guid>
      <description>&lt;p&gt;The &lt;a href=&#34;http://www.webmasterbrain.com/seo-tools/seo-experiments/the-search-engine-experiment/test-results/&#34;&gt;Blind Search Engine Test&lt;/a&gt;. My vote turned out to be for Google.&lt;/p&gt;
</description>
    </item>
    <item>
      <title>Google may acquire Riya</title>
      <link>https://www.s-anand.net/blog/google-may-acquire-riya/</link>
      <pubDate>Thu, 17 Nov 2005 12:00:00 +0000</pubDate>
      <guid>https://www.s-anand.net/blog/google-may-acquire-riya/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://blog.searchenginewatch.com/blog/051117-154647&#34;&gt;Google may acquire Riya&lt;/a&gt;. &lt;a href=&#34;http://www.riya.com/&#34;&gt;Riya&lt;/a&gt; can recognise faces and lettering in your pictures.&lt;/p&gt;
&lt;hr&gt;
&lt;h2 id=&#34;comments&#34;&gt;Comments&lt;/h2&gt;
&lt;!-- wp-comments-start --&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Sai&lt;/strong&gt; &lt;em&gt;8 Dec 2005 11:50 pm&lt;/em&gt;:
Hi, do post the rest of the tips for excel when you get the time. Good Stuff.&lt;/li&gt;
&lt;/ul&gt;
&lt;!-- wp-comments-end --&gt;
</description>
    </item>
    <item>
      <title>Talent Wars</title>
      <link>https://www.s-anand.net/blog/talent-wars/</link>
      <pubDate>Mon, 31 Oct 2005 12:00:00 +0000</pubDate>
      <guid>https://www.s-anand.net/blog/talent-wars/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://www.forbes.com/forbes/2005/1031/045.html&#34;&gt;Talent wars&lt;/a&gt;. The interesting part was the first three paragraphs.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Flying on the Delta Shuttle with Bill Gates 12 years ago, I asked, &amp;ldquo;What Microsoft competitor worries you most?&amp;rdquo;&lt;/p&gt;
&lt;p&gt;&amp;ldquo;Goldman Sachs.&amp;rdquo; I gave Gates a startled look. Was Microsoft about to try the investment banking business? &amp;ldquo;Software,&amp;rdquo; he said, &amp;ldquo;is an IQ business. Microsoft must win the IQ war, or we won&amp;rsquo;t have a future. I don&amp;rsquo;t worry about Lotus or IBM, because the smartest guys would rather come to work for Microsoft. Our competitors for IQ are investment banks such as Goldman Sachs and Morgan Stanley.&amp;rdquo;&lt;/p&gt;
&lt;p&gt;I spent five days traveling the country with Gates, and he must have talked about IQ a hundred times. Getting the brightest bulbs to work at Microsoft has always been his obsession. It&amp;rsquo;s paid off. Microsoft does close to $40 billion in sales and has some 60,000 employees. That&amp;rsquo;s a whopping $650,000-plus of revenue per employee, topping IBM&amp;rsquo;s sales per employee twofold.&lt;/p&gt;
&lt;p&gt;Along comes Google, with its revenue run rate of $6 billion and about 4,000 employees. Google&amp;rsquo;s sales per employee are $1.5 million, or 2.3 times that of Microsoft. This is like comparing Babe Ruth to Home Run Baker. Google now beats Microsoft in the IQ war.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;hr&gt;
&lt;h2 id=&#34;comments&#34;&gt;Comments&lt;/h2&gt;
&lt;!-- wp-comments-start --&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Jayant&lt;/strong&gt; &lt;em&gt;3 Nov 2005 2:46 am&lt;/em&gt;:
Just an opinion. I think there is subtle difference between the two talents. Both are sharp but one is more commercially driven. I do think lot of behaviour changes happen due to that orientation&lt;/li&gt;
&lt;/ul&gt;
&lt;!-- wp-comments-end --&gt;
</description>
    </item>
  </channel>
</rss>
