<?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>india on S Anand</title>
    <link>https://www.s-anand.net/blog/tag/india/</link>
    <description>Recent content in india on S Anand</description>
    <generator>Hugo -- 0.156.0</generator>
    <language>en-us</language>
    <lastBuildDate>Thu, 01 Jan 2026 03:14:11 +0000</lastBuildDate>
    <atom:link href="https://www.s-anand.net/blog/tag/india/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>The Jamnagar Chokepoint - Data Story</title>
      <link>https://www.s-anand.net/blog/the-jamnagar-chokepoint-data-story/</link>
      <pubDate>Thu, 01 Jan 2026 03:14:11 +0000</pubDate>
      <guid>https://www.s-anand.net/blog/the-jamnagar-chokepoint-data-story/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;https://sanand0.github.io/datastories/exim/&#34;&gt;&lt;img alt=&#34;The Jamnagar Chokepoint&#34; loading=&#34;lazy&#34; src=&#34;https://sanand0.github.io/datastories/exim/screenshot.webp&#34;&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;https://github.com/Vonter/&#34;&gt;Vivek&lt;/a&gt; published an &lt;a href=&#34;https://github.com/Vonter/india-export-import&#34;&gt;Indian commodity export/import dataset&lt;/a&gt; on 31 Dec 2025.&lt;/p&gt;
&lt;p&gt;Codex and Claude increased their rate limits for the holiday season, so I had:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;&lt;a href=&#34;https://github.com/sanand0/datastories/blob/main/exim/codex-analysis.md&#34;&gt;Codex analyze the data&lt;/a&gt; (OpenAI models are a bit more rigorous) and create an &lt;a href=&#34;https://github.com/sanand0/datastories/blob/main/exim/ANALYSIS.md&#34;&gt;ANALYSIS.md&lt;/a&gt; file.&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://github.com/sanand0/datastories/blob/main/exim/claude-story-verge.md&#34;&gt;Claude create a visual story&lt;/a&gt; based on the analysis. (Claude narrates and visualizes better).&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;&lt;a href=&#34;https://sanand0.github.io/datastories/exim/&#34;&gt;Here is the data story&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;https://github.com/sanand0/datastories/blob/main/exim/prompts.md&#34;&gt;Here are the prompts&lt;/a&gt; used.&lt;/p&gt;
&lt;h3 id=&#34;analyze&#34;&gt;Analyze&lt;/h3&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-markdown&#34; data-lang=&#34;markdown&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;I downloaded export-import.parquet from https://github.com/Vonter/india-export-import which has data sourced from the Indian [&lt;span class=&#34;nt&#34;&gt;Foreign Trade Data Dissemination Portal&lt;/span&gt;](&lt;span class=&#34;na&#34;&gt;https://ftddp.dgciskol.gov.in/dgcis/principalcommditysearch.html&lt;/span&gt;)
&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;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;Each row in the dataset represents a trade entry for a single commodity, country, port, year, month, and type (import or export).
&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;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;k&#34;&gt;-&lt;/span&gt; &lt;span class=&#34;sb&#34;&gt;`Commodity`&lt;/span&gt; string: Name of the commodity
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;k&#34;&gt;-&lt;/span&gt; &lt;span class=&#34;sb&#34;&gt;`Country`&lt;/span&gt; string: Name of the foreign country
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;k&#34;&gt;-&lt;/span&gt; &lt;span class=&#34;sb&#34;&gt;`Port`&lt;/span&gt; string: Name of the port in India
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;k&#34;&gt;-&lt;/span&gt; &lt;span class=&#34;sb&#34;&gt;`Year`&lt;/span&gt; int32: Year for the import/export activity
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;k&#34;&gt;-&lt;/span&gt; &lt;span class=&#34;sb&#34;&gt;`Month`&lt;/span&gt; int32: Month for the import/export activity
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;k&#34;&gt;-&lt;/span&gt; &lt;span class=&#34;sb&#34;&gt;`Type`&lt;/span&gt; category: Type of trade (Import or Export)
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;k&#34;&gt;-&lt;/span&gt; &lt;span class=&#34;sb&#34;&gt;`Quantity`&lt;/span&gt; int64: Quantity of the commodity
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;k&#34;&gt;-&lt;/span&gt; &lt;span class=&#34;sb&#34;&gt;`Unit`&lt;/span&gt; string: Unit for the quantity
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;k&#34;&gt;-&lt;/span&gt; &lt;span class=&#34;sb&#34;&gt;`INR Value`&lt;/span&gt; int64: Value of the commodity in INR
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;k&#34;&gt;-&lt;/span&gt; &lt;span class=&#34;sb&#34;&gt;`USD Value`&lt;/span&gt; int64: Value of the commodity in USD
&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;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;Analyze data like an investigative journalist hunting for stories that make smart readers lean forward and say &amp;#34;wait, really?&amp;#34;
&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;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;k&#34;&gt;-&lt;/span&gt; Understand the Data: Identify dimensions &amp;amp; measures, types, granularity, ranges, completeness, distribution, trends. Map extractable features, derived metrics, and what sophisticated analyses might serve the story (statistical, geospatial, network, NLP, time series, cohort analysis, etc.).
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;k&#34;&gt;-&lt;/span&gt; Define What Matters: List audiences and their key questions. What problems matter? What&amp;#39;s actually actionable? What would contradict conventional wisdom or reveal hidden patterns?
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;k&#34;&gt;-&lt;/span&gt; Hunt for Signal: Analyze extreme/unexpected distributions, breaks in patterns, surprising correlations. Look for stories that either confirm something suspected but never proven, or overturn something everyone assumes is true. Connect dots that seem unrelated at first glance.
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;k&#34;&gt;-&lt;/span&gt; Segment &amp;amp; Discover: Cluster/classify/segment to find unusual, extreme, high-variance groups. Where are the hidden populations? What patterns emerge when you slice the data differently?
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;k&#34;&gt;-&lt;/span&gt; Find Leverage Points: Hypothesize small changes yielding big effects. Look for underutilization, phase transitions, tipping points. What actions would move the needle?
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;k&#34;&gt;-&lt;/span&gt; Verify &amp;amp; Stress-Test:
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;  &lt;span class=&#34;k&#34;&gt;-&lt;/span&gt; **Cross-check externally**: Find evidence from the outside world that supports, refines, or contradicts your findings
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;  &lt;span class=&#34;k&#34;&gt;-&lt;/span&gt; **Test robustness**: Alternative model specs, thresholds, sub-samples, placebo tests
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;  &lt;span class=&#34;k&#34;&gt;-&lt;/span&gt; **Check for errors/bias**: Examine provenance, definitions, methodology; control for confounders, base rates, uncertainty (The Data Detective lens)
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;  &lt;span class=&#34;k&#34;&gt;-&lt;/span&gt; **Check for fallacies**: Correlation vs. causation, selection/survivorship Bias (what is missing?), incentives &amp;amp; Goodhart’s Law (is the metric gamed?), Simpson&amp;#39;s paradox (segmentation flips trend), Occam’s Razor (simpler is more likely), inversion (try to disprove) regression to mean (extreme values naturally revert), second-order effects (beyond immediate impact), ...
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;  &lt;span class=&#34;k&#34;&gt;-&lt;/span&gt; **Consider limitations**: Data coverage, biases, ambiguities, and what cannot be concluded
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;k&#34;&gt;-&lt;/span&gt; Prioritize &amp;amp; Package: Select insights that are:
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;  &lt;span class=&#34;k&#34;&gt;-&lt;/span&gt; **High-impact** (not incremental) - meaningful effect sizes vs. base rates
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;  &lt;span class=&#34;k&#34;&gt;-&lt;/span&gt; **Actionable** (not impractical) - specific, implementable
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;  &lt;span class=&#34;k&#34;&gt;-&lt;/span&gt; **Surprising** (not obvious) - challenges assumptions, reveals hidden patterns
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;  &lt;span class=&#34;k&#34;&gt;-&lt;/span&gt; **Defensible** (statistically sound) - robust under scrutiny
&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;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;Save your findings in ANALYSIS.md with supporting datasets and code.
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;This will be taken up by another coding agent to create reports, data stories, visualizations, dashboards, presentations, articles, blog posts, etc.
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;Ensure that ANALYSIS.md is documented well enough so that all assets are clear, the approach, intent and implications are understandable.
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;h3 id=&#34;visualize&#34;&gt;Visualize&lt;/h3&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-markdown&#34; data-lang=&#34;markdown&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;I downloaded export-import.parquet from https://github.com/Vonter/india-export-import which has data sourced from the Indian [&lt;span class=&#34;nt&#34;&gt;Foreign Trade Data Dissemination Portal&lt;/span&gt;](&lt;span class=&#34;na&#34;&gt;https://ftddp.dgciskol.gov.in/dgcis/principalcommditysearch.html&lt;/span&gt;)
&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;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;Each row in the dataset represents a trade entry for a single commodity, country, port, year, month, and type (import or export).
&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;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;k&#34;&gt;-&lt;/span&gt; &lt;span class=&#34;sb&#34;&gt;`Commodity`&lt;/span&gt; string: Name of the commodity
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;k&#34;&gt;-&lt;/span&gt; &lt;span class=&#34;sb&#34;&gt;`Country`&lt;/span&gt; string: Name of the foreign country
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;k&#34;&gt;-&lt;/span&gt; &lt;span class=&#34;sb&#34;&gt;`Port`&lt;/span&gt; string: Name of the port in India
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;k&#34;&gt;-&lt;/span&gt; &lt;span class=&#34;sb&#34;&gt;`Year`&lt;/span&gt; int32: Year for the import/export activity
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;k&#34;&gt;-&lt;/span&gt; &lt;span class=&#34;sb&#34;&gt;`Month`&lt;/span&gt; int32: Month for the import/export activity
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;k&#34;&gt;-&lt;/span&gt; &lt;span class=&#34;sb&#34;&gt;`Type`&lt;/span&gt; category: Type of trade (Import or Export)
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;k&#34;&gt;-&lt;/span&gt; &lt;span class=&#34;sb&#34;&gt;`Quantity`&lt;/span&gt; int64: Quantity of the commodity
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;k&#34;&gt;-&lt;/span&gt; &lt;span class=&#34;sb&#34;&gt;`Unit`&lt;/span&gt; string: Unit for the quantity
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;k&#34;&gt;-&lt;/span&gt; &lt;span class=&#34;sb&#34;&gt;`INR Value`&lt;/span&gt; int64: Value of the commodity in INR
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;k&#34;&gt;-&lt;/span&gt; &lt;span class=&#34;sb&#34;&gt;`USD Value`&lt;/span&gt; int64: Value of the commodity in USD
&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;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;Then I had Codex analyze it. The analysis is in ANALYSIS.md.
&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;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;Find the most intesting insights from ANALYSIS.md and create a data story with supporting visualizations.
&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;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;Write as a &lt;span class=&#34;gs&#34;&gt;**Narrative-driven Data Story**&lt;/span&gt;. Write like Malcolm Gladwell. Think like a detective who must defend findings under scrutiny.
&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;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;k&#34;&gt;-&lt;/span&gt; **Compelling hook**: Start with a human angle, tension, or mystery that draws readers in
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;k&#34;&gt;-&lt;/span&gt; **Story arc**: Build the narrative through discovery, revealing insights progressively
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;k&#34;&gt;-&lt;/span&gt; **Integrated visualizations**: Beautiful, interactive charts/maps that are revelatory and advance the story (not decorative)
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;k&#34;&gt;-&lt;/span&gt; **Concrete examples**: Make abstract patterns tangible through specific cases
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;k&#34;&gt;-&lt;/span&gt; **Evidence woven in**: Data points, statistics, and supporting details flow naturally within the prose
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;k&#34;&gt;-&lt;/span&gt; **&amp;#34;Wait, really?&amp;#34; moments**: Position surprising findings for maximum impact
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;k&#34;&gt;-&lt;/span&gt; **So what?**: Clear implications and actions embedded in the narrative
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;k&#34;&gt;-&lt;/span&gt; **Honest caveats**: Acknowledge limitations without undermining the story
&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;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;Visualize like The New York Times Interactives. Ensure that all visualizations interactive and provide revelatory insights as well as some kind of delightful experience.
&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;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;Follow the typography, color &amp;amp; theme, backgrounds, interaction patterns, and animation principles of The Verge&amp;#39;s frontends.
&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;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;Generate a single page index.html + script.js.
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;</description>
    </item>
    <item>
      <title>Things I Learned - 27 Jul 2025</title>
      <link>https://www.s-anand.net/blog/things-i-learned-27-jul-2025/</link>
      <pubDate>Sun, 27 Jul 2025 00:00:00 +0000</pubDate>
      <guid>https://www.s-anand.net/blog/things-i-learned-27-jul-2025/</guid>
      <description>&lt;p&gt;This week, I learned:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Here are some tech community builders in India. &lt;a href=&#34;https://chatgpt.com/share/688787c8-a0b0-800c-8be1-0c18a9c4f23e&#34;&gt;ChatGPT&lt;/a&gt;
&lt;ul&gt;
&lt;li&gt;Atul Chitnis (Bengaluru) – FOSS.IN and Linux Bangalore&lt;/li&gt;
&lt;li&gt;Dr. Nagarjuna G. (Mumbai) – FSF India and ILUG Bombay&lt;/li&gt;
&lt;li&gt;Rushabh Mehta (Mumbai) – FOSS United &amp;amp; ERPNext Community&lt;/li&gt;
&lt;li&gt;Kiran Jonnalagadda &amp;amp; Zainab Bawa (Bengaluru) – HasGeek Tech Conferences&lt;/li&gt;
&lt;li&gt;Kenneth Gonsalves (Nilgiris/Tamil Nadu) – Indian Python Community (deceased)&lt;/li&gt;
&lt;li&gt;Thejesh GN (Bengaluru) – DataMeet Open Data Community&lt;/li&gt;
&lt;li&gt;Varun Aggarwal (Delhi) – ML-India (Machine Learning Forum)&lt;/li&gt;
&lt;li&gt;Prashant Sahu (Pune) – Pune AI Meetup&lt;/li&gt;
&lt;li&gt;Akshay Dashrath (Bengaluru) – BlrDroid Android Group&lt;/li&gt;
&lt;li&gt;Vikrant Singh (Bangalore) – ReactJS&lt;/li&gt;
&lt;li&gt;Sankarshan Mukhopadhyay – Mozilla India and Wikimedia tech outreach&lt;/li&gt;
&lt;li&gt;Neependra Khare (Bengaluru) – Docker/Kubernetes Meetup&lt;/li&gt;
&lt;li&gt;Atul Jha (Bengaluru/Hyderabad) – OpenStack &amp;amp; CNCF Communities&lt;/li&gt;
&lt;li&gt;Aseem Jakhar &amp;amp; Ajit Hatti (Delhi/Pune) – null Open Security Community&lt;/li&gt;
&lt;li&gt;Rohit Srivastwa (Pune) – ClubHack and Hackerspaces&lt;/li&gt;
&lt;li&gt;Anubha Maneshwar (Nagpur) – GirlScript Developer Network&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Digital Public Infrastructure initiatives in India scale if there&amp;rsquo;s a clear use case &lt;em&gt;and&lt;/em&gt; centralized orchestration. &lt;a href=&#34;https://newsletter.iimbaa.com/from-upi-to-ondc-the-role-of-centralised-orchestration-in-dpi-success/&#34;&gt;Prof R Srinivasan&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;The distance between the end of the thumb and little finger, when fullet stretched, is ~9 inches. Between the thumb and pointer, when at a right angle, is ~6 inches. I checked this today - and it&amp;rsquo;s right. A useful rule of thumb for measurement - literally. &lt;a href=&#34;https://www.linkedin.com/in/vasuki-seshadri/&#34;&gt;Vasuki&lt;/a&gt;, ~1985&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://github.com/sponsors/explore&#34;&gt;GitHub Sponsors Explore&lt;/a&gt; shows you which developers code most of your dependencies. You can sponsor them. I sponsored &lt;a href=&#34;https://github.com/sponsors/isaacs&#34;&gt;isaacs&lt;/a&gt; who maintains &lt;a href=&#34;https://node-tap.org/&#34;&gt;node-tap&lt;/a&gt; and &lt;a href=&#34;https://github.com/sponsors/sindresorhus&#34;&gt;sindresorhus&lt;/a&gt; who maintains several NodeJS packages for $50/month each.&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://markmap.js.org/&#34;&gt;markmap&lt;/a&gt; looks like a promising JS-based interactive mindmap from Markdown. More interactive than &lt;a href=&#34;https://docs.mermaidchart.com/mermaid-oss/syntax/mindmap.html#an-example-of-a-mindmap&#34;&gt;Mermaid Mindmap&lt;/a&gt;.
&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;https://github.com/ssshooter/mind-elixir-core&#34;&gt;mind-elixir&lt;/a&gt; is another option that lets you edit mindmaps and serialize in its own format&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://github.com/hizzgdev/jsmind&#34;&gt;jsmind&lt;/a&gt; is yet another but docs are in Chinese&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://github.com/kieler/elkjs&#34;&gt;elkjs&lt;/a&gt; seems a good option for laying out nodes in an architecture-style flow diagram&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;⭐ O3 seems a better data scientist than I am. &lt;a href=&#34;https://sanand0.github.io/datastories/google-searches/&#34;&gt;Based on my Google Searches&lt;/a&gt;, I have 3 persona: developer, AI-builder, and India/Singapore geo-culturist. A great example of an analysis from O3 that&amp;rsquo;s better than anything I could have come up with. &lt;a href=&#34;https://chatgpt.com/share/6883b1eb-dc14-800c-8be8-87cb559e69e2&#34;&gt;ChatGPT&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;⭐ Fast review of AI be a powerful skill &lt;em&gt;and&lt;/em&gt; enabler. I built an &lt;a href=&#34;https://tools.s-anand.net/imagegen/&#34;&gt;Image Editing tool&lt;/a&gt; with &lt;a href=&#34;https://chatgpt.com/s/cd_6885abae24a0819195e7536480909260&#34;&gt;Codex&lt;/a&gt; in ~4 hours, with 11 prompts taking 3.5 - 7.5 minutes each. 3 hours human review, 1 hour LLM coding. I&amp;rsquo;m 3X slower at reviews while AI will keep improving. &lt;a href=&#34;https://chatgpt.com/share/6885b832-3d00-800c-87eb-7e49f8999c8d&#34;&gt;ChatGPT: Faster LLM review techniques&lt;/a&gt; #ai-coding
&lt;ul&gt;
&lt;li&gt;Auditize: citations, rationale, output screens, diffs, test results, risks, unknowns&lt;/li&gt;
&lt;li&gt;Auto validate. Evals, tests&lt;/li&gt;
&lt;li&gt;Prioritize. High z-values, big-useful-surprising areas&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;At the &lt;a href=&#34;https://hasgeek.com/VizChitra/2025/schedule/whose-analysis-is-it-anyway-the-role-of-ai-and-humans-in-data-analysis-and-visualization-XvyZtNt5RsAhTENMsQvFLj&#34;&gt;VizChitra Birds of a Feature session&lt;/a&gt;, here&amp;rsquo;s what people said AI enables:
&lt;ul&gt;
&lt;li&gt;Complementary skills enable a team of 1. Non-coders can code. Non-domain people get insights from data&lt;/li&gt;
&lt;li&gt;Solves starting trouble. It offers a first draft&lt;/li&gt;
&lt;li&gt;Generation. New ideas (reduces blind spots), scenarios, non-existent people, new data, new persona for surveys&lt;/li&gt;
&lt;li&gt;Hyper-personalization. Parts of YouTube relevant for THIS asset manager. Implication of data for &lt;em&gt;me&lt;/em&gt;&lt;/li&gt;
&lt;li&gt;Automated scaling. Generate 1,000 images. Evaluate 1,000 assignments&lt;/li&gt;
&lt;li&gt;Saves time: debugging, research, validation, documentation, copywriting&lt;/li&gt;
&lt;li&gt;New ways of working. Loading event schedules into my calendar&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://github.com/QwenLM/qwen-code&#34;&gt;Qwen-Code&lt;/a&gt; is a fork of Gemini CLI and uses &lt;a href=&#34;https://github.com/QwenLM/Qwen3-Coder&#34;&gt;qwen3-coder&lt;/a&gt; &amp;ndash; a model that can also be used with Claude Code and Cline. The model is not anywhere near as good as Claude 4 Sonnet. The app is costlier than using Claude Code directly. #ai-coding&lt;/li&gt;
&lt;li&gt;The LLM industry seems to have matured quickly. Early adopters who are open to understand the generic capabilities of LLMs through demos are somewhat saturated. The early majority have come in. They aren&amp;rsquo;t interested in generic capabilities. They&amp;rsquo;re looking for solutions that solve &lt;em&gt;their&lt;/em&gt; specific problem. Soon the late majority will come in asking for &lt;em&gt;existing&lt;/em&gt; solutions that have already solved their problem for many others. &lt;a href=&#34;https://chatgpt.com/share/6885b87b-b30c-800c-8c4e-a5c4218b9906&#34;&gt;ChatGPT: Creating demos for majority&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://www.anthropic.com/solutions/financial-services&#34;&gt;Claude for Financial Services&lt;/a&gt; is an agentic version of Claude available on AWS &amp;amp; Google marketplaces tuned for financial services analysis. &lt;a href=&#34;https://youtu.be/5zd7m3Rh5B0&#34;&gt;Video&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://catbox.moe/&#34;&gt;catbox.moe&lt;/a&gt; is a file hosting service that you can upload a file to without any API key. It&amp;rsquo;s an alternative to &lt;a href=&#34;https://0x0.st/&#34;&gt;0x0.st&lt;/a&gt;. Both can be used for images. Catbox retains files indefinitely and openly publishes costs - might last longer. 0x0 deletes files between 1-12 months based on size.&lt;/li&gt;
&lt;li&gt;Agents face 3 problems: compounding errors, quadratic costs, and poorly designed tools. Start with small scope &amp;amp; strong reviews while you solve these problems. &lt;a href=&#34;https://utkarshkanwat.com/writing/betting-against-agents/&#34;&gt;Betting Against Agents&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Leadership and vision will matter more&lt;/strong&gt;. LLMs iterate fast. They can think for longer. So tasks where people need to work longer independently than LLMs can are what humans will be needed for. That requires understanding the objective. So leadership and specifically vision transfer will become more valuable. You need to be able to tell people what to do well enough that they can work independently for &lt;em&gt;weeks&lt;/em&gt;.&lt;/li&gt;
&lt;li&gt;Having LLMs go through engineering drawings, floor plans, etc. and understand them, find problems, etc. is an emerging use case. People are using Veo 3 to convert a floor plan into a 3D walk through too.&lt;/li&gt;
&lt;li&gt;Digital adoption is slow partly because of a skill gap. &amp;ldquo;Old-timers&amp;rdquo; are slow to let go of traditional approaches.&lt;/li&gt;
&lt;li&gt;Video recordings are used in manufacturing to evaluate quality (e.g. wafer inspection, assembly inspection, component presence) using AI. An interesting by-product of this data is that they can also measure productivity, task time.&lt;/li&gt;
&lt;li&gt;&amp;ldquo;Common sense is a specialization&amp;rdquo;. That&amp;rsquo;s something I said accidentally when seeing that some schools/colleges tend to produce more broad, sensible thinkers (e.g. Naval College @ Goa) while others produce more narrow-thinking specialists (e.g. engineering colleges).&lt;/li&gt;
&lt;li&gt;Three groups control the financial economy. To sell sustainability services, you need to have sold to one of them. via &lt;a href=&#34;https://www.linkedin.com/in/sundeeprm/&#34;&gt;Sundeep&lt;/a&gt;
&lt;ol&gt;
&lt;li&gt;Banks, who will sell a loan against anything they can insure, and look to insurers for long-term thought leadership.&lt;/li&gt;
&lt;li&gt;Insurers, who will insure anything they can re-insure, and re-insurers, who look at real-estate trends as a stable long-term asset&lt;/li&gt;
&lt;li&gt;REITs who own the majority of the world&amp;rsquo;s real-estate&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;We could think of a copilot as an (agentic) LLM chat interface for an artifact. E.g. Code pilot (Claude Code. Cursor.). Data analysis copilot (Google Colab, sort-of. ChatGPT). That allows us to imagine tools that will create/edit artifacts. Here are some I&amp;rsquo;ve encountered as a demand.
&lt;ul&gt;
&lt;li&gt;Documents. E.g. Docsearch, GPTs, Microsoft Copilot, Gemini&lt;/li&gt;
&lt;li&gt;Slides. E.g. Microsoft Copilot, Gemini&lt;/li&gt;
&lt;li&gt;Sheets. E.g. Microsoft Copilot, Gemini&lt;/li&gt;
&lt;li&gt;Code. E.g. Cursor, Claude Code&lt;/li&gt;
&lt;li&gt;Database. Create DB schema, ER diagrams, synthetic data, ingestion scripts, etc.&lt;/li&gt;
&lt;li&gt;Data (analysis). E.g. Datachat, Google Colab, Marimo&lt;/li&gt;
&lt;li&gt;Posters. E.g. Postgen&lt;/li&gt;
&lt;li&gt;Shell. E.g. Warp&lt;/li&gt;
&lt;li&gt;Topic modeling. E.g. classify&lt;/li&gt;
&lt;li&gt;Surveys. E.g. Personagen&lt;/li&gt;
&lt;li&gt;APIs. E.g. &lt;a href=&#34;https://sanand0.github.io/apiagent/&#34;&gt;apiagent&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Drug regulatory submissions.&lt;/li&gt;
&lt;li&gt;Contracts (risk).&lt;/li&gt;
&lt;li&gt;Manufacturing SOPs.&lt;/li&gt;
&lt;li&gt;Curriculum.&lt;/li&gt;
&lt;li&gt;Data quality.&lt;/li&gt;
&lt;li&gt;Support tickets.&lt;/li&gt;
&lt;li&gt;Dashboards.&lt;/li&gt;
&lt;li&gt;IaaC / DevOps.&lt;/li&gt;
&lt;li&gt;Video campaigns.&lt;/li&gt;
&lt;li&gt;Resumes.&lt;/li&gt;
&lt;li&gt;Patents.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;CLI optimization for LLMs will likely emerge. More CLIs (and wrappers / hooks in the shell) will improve output and error contexts for LLMs, e.g. printing current directory, caching slow outputs, suggesting alternate commands, etc. &lt;a href=&#34;https://www.notcheckmark.com/2025/07/rethinking-cli-interfaces-for-ai/&#34;&gt;Ref&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Frequent commits with linting &amp;amp; building seems like a good AI coding strategy, especially for Claude Code. &lt;a href=&#34;https://www.notcheckmark.com/2025/07/rethinking-cli-interfaces-for-ai/&#34;&gt;Ref&lt;/a&gt; #ai-coding
&lt;blockquote&gt;
&lt;p&gt;To keep Claude Code in line on my project, I’ve relied heavily on linters, build scripts, formatters, and git commit hooks.
It’s pretty easy to get Claude Code to commit often by including it in your CLAUDE.md, but it often likes to ignore other commands like “make sure the build doesn’t fail” and “fix any failing tests”.
All my projects have a .git/hooks/pre-commit script that enforces project standards. The hook works really well to keep things in line.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;/li&gt;
&lt;li&gt;Google Apps Scripts are actually a web apps platform in JavaScript more than a macros equivalent. &lt;a href=&#34;https://github.com/tanaikech/taking-advantage-of-Web-Apps-with-google-apps-script&#34;&gt;Ref&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;⭐ DuckDB supports joins based on embedding similarity and even hybrid similarity! &lt;a href=&#34;https://duckdb.org/2025/06/13/text-analytics.html&#34;&gt;Ref&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Human persuasion techniques like Cialdini&amp;rsquo;s work well with LLMs &lt;a href=&#34;https://bsky.app/profile/emollick.bsky.social/post/3luawqzljzc2d&#34;&gt;Ethan Mollick&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://github.com/gitwatch/gitwatch&#34;&gt;gitwatch&lt;/a&gt; is a clean way of auto-committing &amp;amp; pushing files into GitHub. It effectively converts GitHub into a Dropbox-like service.&lt;/li&gt;
&lt;li&gt;Adding &lt;a href=&#34;https://udm14.com/&#34;&gt;&lt;code&gt;?udm=14&lt;/code&gt;&lt;/a&gt; to Google Search URLs removes AI mode and other clutter. &lt;a href=&#34;https://tedium.co/2024/05/17/google-web-search-make-default/&#34;&gt;Ref&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;⭐ Never embed LLM‑generated summaries without a disclaimer, source links, and flag‑as‑wrong feedback button. Build a fast appeal/edit pipeline &lt;em&gt;before&lt;/em&gt; release. via &lt;a href=&#34;https://news.ycombinator.com/item?id=44615801&#34;&gt;Death By AI&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
</description>
    </item>
    <item>
      <title></title>
      <link>https://www.s-anand.net/blog/ai-regulation-attitude-by-country/</link>
      <pubDate>Fri, 09 May 2025 07:37:50 +0000</pubDate>
      <guid>https://www.s-anand.net/blog/ai-regulation-attitude-by-country/</guid>
      <description>&lt;p&gt;I&amp;rsquo;m completely aligned with the small majority in India on whether Regulation of AI is needed.&lt;/p&gt;
&lt;p&gt;&amp;hellip; the majority of people in all countries view AI regulation as a necessity. India is the exception, where just under half (48%) agree regulation is needed.&lt;/p&gt;
&lt;p&gt;Source: Trust, attitudes and use of artificial intelligence - a fascinating report surveying ~1,000 people in every country. &lt;a href=&#34;https://mbs.edu/-/media/PDF/Research/Trust_in_AI_Report.pdf&#34;&gt;https://mbs.edu/-/media/PDF/Research/Trust_in_AI_Report.pdf&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;img loading=&#34;lazy&#34; src=&#34;https://files.s-anand.net/images/2025-05-09-ai-regulation-attitude-by-country-linkedin.jpg&#34;&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;https://www.linkedin.com/feed/update/urn%3Ali%3Ashare%3A7326510696744046592&#34;&gt;LinkedIn&lt;/a&gt;&lt;/p&gt;
</description>
    </item>
    <item>
      <title>Auto vs GPT</title>
      <link>https://www.s-anand.net/blog/auto-vs-gpt/</link>
      <pubDate>Fri, 26 Jan 2024 06:14:09 +0000</pubDate>
      <guid>https://www.s-anand.net/blog/auto-vs-gpt/</guid>
      <description>&lt;p&gt;&lt;img alt=&#34;Auto vs GPT&#34; loading=&#34;lazy&#34; src=&#34;https://www.s-anand.net/blog/assets/auto-vs-gpt.webp&#34;&gt;&lt;/p&gt;
&lt;p&gt;I was crossing a &lt;a href=&#34;https://maps.app.goo.gl/AjePPB8s43xog7rA6&#34;&gt;not-too-busy street&lt;/a&gt; on a &lt;a href=&#34;https://en.wikipedia.org/wiki/Republic_Day_(India)&#34;&gt;not-too-busy day&lt;/a&gt; in Chennai.&lt;/p&gt;
&lt;iframe allowfullscreen=&#34;&#34; height=&#34;450&#34; loading=&#34;lazy&#34; referrerpolicy=&#34;no-referrer-when-downgrade&#34; src=&#34;https://www.google.com/maps/embed?pb=!4v1706245416974!6m8!1m7!1syFq8IdjeEcDuXsIUld_zoA!2m2!1d13.04424052017289!2d80.27056061985334!3f303.75783365164835!4f-10.81709398510506!5f0.7820865974627469&#34; style=&#34;border:0;&#34; width=&#34;600&#34;&gt;&lt;/iframe&gt;
&lt;p&gt;I was having a &lt;a href=&#34;https://openai.com/blog/chatgpt-can-now-see-hear-and-speak&#34;&gt;voice conversation&lt;/a&gt; with ChatGPT (about the log probabilities of tokens on LLMs, if you&#39;re curious) when I was rudely interrupted by an &lt;a href=&#34;https://en.wikipedia.org/wiki/Auto_rickshaw&#34;&gt;auto rikshaw&lt;/a&gt; rapidly honking at me. &#34;Honk honk honk honk honk&#34; in rapid succession.&lt;/p&gt;
&lt;p&gt;Not unusual. Mildly annoying. The street was empty. The auto was empty. The traffic policeman was visible. I gave way and carried on.&lt;/p&gt;
&lt;p&gt;A few seconds later, I heard a voice in my ear.&lt;/p&gt;
&lt;blockquote class=&#34;wp-block-quote&#34;&gt;
&lt;p&gt;&#34;It sounds like you&#39;re in a good mood! Anything else you&#39;d like to discuss or know more about?&#34;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;ChatGPT was still listening (perhaps to background noise) and responding. But I didn&#39;t realize what random noise it thought put me in a good mood. Here&#39;s what I saw on the chat window.&lt;/p&gt;
&lt;p&gt;&lt;img alt=&#34;ChatGPT had transcribed the auto&#39;s honking to &amp;quot;Hee hee hee hee hee!&amp;quot;&#34; loading=&#34;lazy&#34; src=&#34;https://www.s-anand.net/blog/assets/image-78.webp&#34;&gt;&lt;/p&gt;
&lt;p&gt;A client once told me, while visiting Hyderabad, that &#34;these honks in India are a language of their own.&#34; If ChatGPT is to be believed, the autos are laughing at us.&lt;/p&gt;
&lt;p&gt;This is, incidentally, the &lt;em&gt;very first time&lt;/em&gt; ChatGPT added an exclamation point to my words. I&#39;ve never managed to achieve that so far. No matter how emphatically I spoke.&lt;/p&gt;
&lt;p&gt;Also, I&#39;d never have learnt this walking in the streets of Singapore. Friends have warned me about the dangers of long walks on Indian roads. Here&#39;s an example of the lessons we learn -- if only we keep our eyes and ears (and microphones) open.&lt;/p&gt;
&lt;h2 class=&#34;wp-block-heading&#34;&gt;Postscript&lt;/h2&gt;
&lt;p&gt;While cycling in Singapore, ChatGPT interprets the sounds very differently. At least twice, it transcribed the traffic noise into &#34;Thank you. Thank you.&#34; Clearly even traffic noise in Singapore is more graceful than in Chennai!&lt;/p&gt;
&lt;p&gt;&lt;img loading=&#34;lazy&#34; src=&#34;https://www.s-anand.net/blog/assets/image-82.webp&#34;&gt;&lt;/p&gt;
</description>
    </item>
    <item>
      <title></title>
      <link>https://www.s-anand.net/blog/apparently-i-m-one-of-the-top-10-data-scientists-in-india-https-lnkd-in-dbecsbu/</link>
      <pubDate>Thu, 05 Nov 2015 12:25:36 +0000</pubDate>
      <guid>https://www.s-anand.net/blog/apparently-i-m-one-of-the-top-10-data-scientists-in-india-https-lnkd-in-dbecsbu/</guid>
      <description>&lt;p&gt;Apparently, I&amp;rsquo;m one of the top 10 data scientists in India. &lt;a href=&#34;http://analyticsindiamag.com/top-10-data-scientists-in-india-2015/&#34;&gt;http://analyticsindiamag.com/top-10-data-scientists-in-india-2015/&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;https://www.linkedin.com/feed/update/urn%3Ali%3Ashare%3A6068010061538557952&#34;&gt;LinkedIn&lt;/a&gt;&lt;/p&gt;
</description>
    </item>
    <item>
      <title>Motorbike science lab</title>
      <link>https://www.s-anand.net/blog/motorbike-science-lab/</link>
      <pubDate>Thu, 24 Oct 2013 11:48:05 +0000</pubDate>
      <guid>https://www.s-anand.net/blog/motorbike-science-lab/</guid>
      <description>&lt;p&gt;My cousin’s working on an interesting project at the &lt;a href=&#34;http://www.agastya.org/&#34;&gt;Agastya Foundation&lt;/a&gt;. A group of scientifically inclined volunteers go around on a bike to schools, taking with them a science lab kit, and show children in rural schools a variety of experiments.&lt;/p&gt;
&lt;div class=&#34;video-embed&#34;&gt;&lt;iframe src=&#34;https://www.youtube.com/embed/BGyHF7pvtw8&#34; title=&#34;YouTube video&#34; loading=&#34;lazy&#34; allow=&#34;accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture&#34; allowfullscreen&gt;&lt;/iframe&gt;&lt;/div&gt;
&lt;p&gt;Google will award this and 3 other projects (out of 10) Rs 3 crores based on public votes. You can vote for and read more at &lt;a href=&#34;https://impactchallenge.withgoogle.com/india2013#/agastya%7Cvote&#34; title=&#34;https://impactchallenge.withgoogle.com/india2013#/agastya|vote&#34;&gt;https://impactchallenge.withgoogle.com/india2013#/agastya|vote&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;&lt;a href=&#34;http://thej.in/?p=34583&#34;&gt;Motorbike science lab http://t.co/WWsD9YxGEX - Thej Live&lt;/a&gt;&lt;/strong&gt; &lt;em&gt;25 Oct 2013 2:14 pm&lt;/em&gt; &lt;em&gt;(pingback)&lt;/em&gt;:
[&amp;hellip;] Motorbike science lab s-anand.net/blog/motorbike… [&amp;hellip;]&lt;/li&gt;
&lt;/ul&gt;
&lt;!-- wp-comments-end --&gt;
</description>
    </item>
    <item>
      <title>The next chapter of my life</title>
      <link>https://www.s-anand.net/blog/the-next-chapter-of-my-life/</link>
      <pubDate>Fri, 13 Jan 2012 01:01:56 +0000</pubDate>
      <guid>https://www.s-anand.net/blog/the-next-chapter-of-my-life/</guid>
      <description>&lt;p&gt;I&amp;rsquo;m writing this post on a one-way flight from London back to India. I&amp;rsquo;ve moved on from Infosys Consulting, and am starting up on my own.&lt;/p&gt;
&lt;p&gt;I&amp;rsquo;ve wanted to do this for a long time. There&amp;rsquo;s always more freedom in your own company than someone else&amp;rsquo;s. There&amp;rsquo;s often more money in it too, if you&amp;rsquo;re lucky enough. But my upbringing is a bit too conservative to make that bold step. However, given that my father runs his own firm, I figured it was just a question of time for me to do the same.&lt;/p&gt;
&lt;p&gt;Two years ago, in Jan 2010, I picked up Rashmi Bansal&amp;rsquo;s Stay Hungry Stay Foolish at an airport. That book killed the last bit of resistance I had. If the people in that book could succeed, I felt I could too. And if what they did (building small companies, not huge ones) could be called a success, I could be successful too.&lt;/p&gt;
&lt;p&gt;After the flight, it was clear in my mind. I would be an entrepreneur. I would create a small company that would probably fold. Then I&amp;rsquo;d do it again. And again, 10 times, because 1 in 10 companies survive. And finally, I&amp;rsquo;d be running a small business that&amp;rsquo;d be called successful by virtue of having survived. A modest, achievable ambition that I had the courage for.&lt;/p&gt;
&lt;p&gt;I usually make big decisions without analysis, by just sleeping over them. I slept over it and announced it to my family the next day. I&amp;rsquo;m not sure they believed me.&lt;/p&gt;
&lt;p&gt;Two months later, along with a friend, I built a dynamic digital image resizing product. We had our wives start a company in the UK, and tried selling it to retailers. There clearly was a demand. The problem was, we didn&amp;rsquo;t know how to sell. After a year and having spent £500 with no sales, it was clear to us that venture #1 had failed. We eventually shut it down.&lt;/p&gt;
&lt;p&gt;In the middle of this, my ex- boss from IBM told me that he was looking to start a venture, focusing on mobile, rural BPO and energy management. This later on changed to data analytics and visualisation. They all sounded like fun, so I said I&amp;rsquo;ll help out in my spare time.&lt;/p&gt;
&lt;p&gt;A few months later, a classmate told me he&amp;rsquo;d started a business digitising school report cards. That sounded like fun too, so I said I&amp;rsquo;d help out in my spare time.&lt;/p&gt;
&lt;p&gt;Now, if that sounds like I had a lot of spare time on my hands &amp;ndash; you&amp;rsquo;re right, I did. And it&amp;rsquo;s time to talk about the jobs in my life. My first 3 years at IBM were fun. I was coding, learning, and leading a bachelor&amp;rsquo;s life with friends, money, and no responsibilities. My 4 years at BCG were strenuous with 80-hour weeks, but it was interesting and challenging. I was newly married, and between work and home responsibilities, I had no time for fun.&lt;/p&gt;
&lt;p&gt;I moved to Infosys Consulting in the UK with the specific aim of rectifying that (and for health reasons as well). In the last 7 years, the work has (except on occasion) been a bit boring, but very relaxing. On most days, I would spend 4 hours working, and 4 hours learning new stuff. The things I learnt only helped me be more efficient. So I ended up getting even more work done in less time.&lt;/p&gt;
&lt;p&gt;Many things came out of this. Firstly, I recovered my health. We had a daughter, and I spent more time with her. I started coding in earnest again. By 2007, I was writing code as part of my projects &amp;ndash; stuff that others whose job it was were unable to. By 2009, I had a few websites running, like an Indian music search engine, an IMDb Top 250 tracker, a few transliterators, and so on.&lt;/p&gt;
&lt;p&gt;So when I said I&amp;rsquo;d help out with these startups, it wasn&amp;rsquo;t an empty promise. For the last 18 months, I&amp;rsquo;ve had a day job and three night jobs. I never did justice to any of them in my opinion, but I had more fun than ever in my life, I learnt more than ever in my life, and I produced more tangible output than ever in my life. Sometimes, quantity beats quality or reliability.&lt;/p&gt;
&lt;p&gt;Both these startups are doing well today. &lt;a href=&#34;http://gramener.com/&#34;&gt;Gramener.com&lt;/a&gt; offers data visualisation and IT services. I will be joining them as Chief Data Scientist. &lt;a href=&#34;http://www.reportbee.com/&#34;&gt;Reportbee.com&lt;/a&gt; offers a hosted report card solution. I will continue helping them out. And I will continue working with a few NGOs.&lt;/p&gt;
&lt;p&gt;You&amp;rsquo;ll see me a lot more active online now. I can publicly write about my work &amp;ndash; something I&amp;rsquo;ve been unable to do the last 11 years.&lt;/p&gt;
&lt;p&gt;I am relocating to Bangalore. From a professional front, it&amp;rsquo;s an obvious choice. That&amp;rsquo;s where the geeks are. In my last visit to India, I was at Bangalore, Chennai and Hyderabad. In the latter two, it&amp;rsquo;s tough to meet geeks. And when you do, it&amp;rsquo;s no easier to find the next. Bangalore has many more geeks, and they&amp;rsquo;re fairly well networked.&lt;/p&gt;
&lt;p&gt;From a personal front, too, Bangalore works well. It&amp;rsquo;s close enough to Chennai without actually being in Chennai.&lt;/p&gt;
&lt;p&gt;It&amp;rsquo;s 10am on Thu 12th Jan. Our flight is descending into Delhi airport. It&amp;rsquo;s the start of a new chapter in my life. Scary, but exciting. Wish me luck!&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;&lt;a href=&#34;http://thejeshgn.com&#34;&gt;Thejesh GN&lt;/a&gt;&lt;/strong&gt; &lt;em&gt;13 Jan 2012 9:19 am&lt;/em&gt;:
Welcome back.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;AnanthRK&lt;/strong&gt; &lt;em&gt;13 Jan 2012 8:51 am&lt;/em&gt;:
Great to hear that you are taking the plunge full-time. All the very best!!&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Madhur Singhal&lt;/strong&gt; &lt;em&gt;13 Jan 2012 12:47 pm&lt;/em&gt;:
Anand, best wishes!! Well - I never had a doubt that you take only 4 hrs for 8 hrs of work anyway.
I have been guilty of being lazy in calling but thankfully, I travel to Bangalore sometimes. I am at 9873901163 and if you tell me your #, I will call you.
cheers!!&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Ashish&lt;/strong&gt; &lt;em&gt;13 Jan 2012 12:31 pm&lt;/em&gt;:
Hey Anand!
Good to hear that, best of luck for your ventures&amp;hellip;&amp;hellip;happy Independance!! Do let me know if i can be of any help
Ashish&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Raghu&lt;/strong&gt; &lt;em&gt;13 Jan 2012 12:42 pm&lt;/em&gt;:
Enjoy always and lead from the front! All the best and do well!&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Kalpesh&lt;/strong&gt; &lt;em&gt;13 Jan 2012 10:22 am&lt;/em&gt;:
Anand,
I am sure, you have all things needed to do better things in life.
Hopefully, we will meet &amp;amp; work together in future.
Best Wishes
Kalpesh&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Vanaja&lt;/strong&gt; &lt;em&gt;13 Jan 2012 11:28 am&lt;/em&gt;:
All the best Anand! I have always wondered why you were stuck with Infosys when you were so much more. This looks like the way to go. Good Luck and God Bless!&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a href=&#34;http://NA&#34;&gt;Pawan Bhargava&lt;/a&gt;&lt;/strong&gt; &lt;em&gt;13 Jan 2012 9:55 am&lt;/em&gt;:
Hi SAnand, good call. It does not matter how it works out (trading in handsight), but all that matters is enjoying what you do. I am sure it would be immensely satisfying. Good luck.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a href=&#34;http://notmycuppatea!&#34;&gt;Ravish&lt;/a&gt;&lt;/strong&gt; &lt;em&gt;13 Jan 2012 10:00 am&lt;/em&gt;:
People said &amp;ldquo;search&amp;rdquo; was too late for Google.. they also said &amp;ldquo;social networking&amp;rdquo; was too late for Facebook.. good that neither Larry Page nor Mark Zuckerberg listened to them..
All the best Anand.. Good Luck !! Its never too late for new ideas!!&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a href=&#34;http://www.jigsawacademy.in&#34;&gt;Gaurav&lt;/a&gt;&lt;/strong&gt; &lt;em&gt;13 Jan 2012 1:29 pm&lt;/em&gt;:
Way to go Anand! You will love being an entrepreneur - the freedom to try different things and the satisfaction you get when something works&amp;hellip;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;408wij&lt;/strong&gt; &lt;em&gt;13 Jan 2012 2:17 pm&lt;/em&gt;:
Good luck.
&amp;ndash;Joe&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;sriram&lt;/strong&gt; &lt;em&gt;13 Jan 2012 2:49 pm&lt;/em&gt;:
All the best Thala.. :)&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Somnath&lt;/strong&gt; &lt;em&gt;13 Jan 2012 3:35 pm&lt;/em&gt;:
Just goes to show the fan following you have. I am really late in checking your latest post. Welcome back to Bangalore and India. I see couple of batchmates have posted to.
Wish I can join small organization / startup but am hesitant to take the risk.
Then again what is my true skill set :D
Somnath&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a href=&#34;http://www.raremile.com&#34;&gt;Harish Kashyap&lt;/a&gt;&lt;/strong&gt; &lt;em&gt;13 Jan 2012 4:59 pm&lt;/em&gt;:
Welcome to place where you belong! I am sure you will do well. You can reach me at 99010 32469. It will be good to have a cup of coffee with you!&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Suresh&lt;/strong&gt; &lt;em&gt;13 Jan 2012 5:27 pm&lt;/em&gt;:
Wish you success.
&amp;ldquo;Real success comes not from being invited onto the yacht, but from being able to paddle one’s own canoe&amp;rdquo; - Hugh McLeod&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Sridhar&lt;/strong&gt; &lt;em&gt;13 Jan 2012 5:34 pm&lt;/em&gt;:
All the very best Anand! I am sure you&amp;rsquo;ll have no problem adding tremendous value to whatever you produce and that will ensure your success.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a href=&#34;http://praphul.com&#34;&gt;praphul&lt;/a&gt;&lt;/strong&gt; &lt;em&gt;13 Jan 2012 6:54 pm&lt;/em&gt;:
Congratulations!&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a href=&#34;http://sanspace.in&#34;&gt;San&lt;/a&gt;&lt;/strong&gt; &lt;em&gt;13 Jan 2012 9:12 pm&lt;/em&gt;:
You&amp;rsquo;ve always been an inspiration and it seems like you always will. All the best!&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Sathish&lt;/strong&gt; &lt;em&gt;13 Jan 2012 10:13 pm&lt;/em&gt;:
Didn&amp;rsquo;t actually get the technical part you are talking about&amp;hellip; but looks like your are excited and I&amp;rsquo;m happy for you&amp;hellip; ALL THE VERY BEST!!&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Madhu&lt;/strong&gt; &lt;em&gt;14 Jan 2012 2:53 am&lt;/em&gt;:
Good luck, many dream of doing it and few take the bold step. I am glad you did.
Congratulations and wish you the best.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Vasant&lt;/strong&gt; &lt;em&gt;13 Jan 2012 4:25 am&lt;/em&gt;:
Awesome! Welcome back. And best of luck ahead.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Girish&lt;/strong&gt; &lt;em&gt;13 Jan 2012 3:07 am&lt;/em&gt;:
Congratulations for new change Anand :-)
S-Anand.net is always at the back of my mind for the content it has.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;satish&lt;/strong&gt; &lt;em&gt;13 Jan 2012 7:09 am&lt;/em&gt;:
Wow. Good to know sir. Wish you all the very best&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a href=&#34;http://novogeek.com&#34;&gt;Krishna&lt;/a&gt;&lt;/strong&gt; &lt;em&gt;13 Jan 2012 6:43 am&lt;/em&gt;:
Nice to know this Anand. I&amp;rsquo;ve been following your exciting works in our intranet blogs. For sure, this is going to be the best decision you ever made :) Wish you loads of luck!&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Cipher&lt;/strong&gt; &lt;em&gt;13 Jan 2012 6:55 am&lt;/em&gt;:
Congrats and the best for your future Anand.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a href=&#34;http://veerasundar.com/blog&#34;&gt;Veera&lt;/a&gt;&lt;/strong&gt; &lt;em&gt;13 Jan 2012 4:53 am&lt;/em&gt;:
Whoa! that explains the number the data visualization posts in your blog. :)
Congratulations for starting up on your own!
Me too in the same situation, going to work on my own start up from coming March onwards :)&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;harish&lt;/strong&gt; &lt;em&gt;13 Jan 2012 3:44 am&lt;/em&gt;:
Hi Anand&amp;hellip;.. wish you the very best and am sure you will have no problems succeeding&amp;hellip;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a href=&#34;http://twitter.com/Venkatramanan&#34;&gt;Venkatramanan&lt;/a&gt;&lt;/strong&gt; &lt;em&gt;13 Jan 2012 3:51 am&lt;/em&gt;:
Anand
Surprising to see you very late to entrepreneurship! I thought you were managing your business! All the very best! As they say in school &amp;lsquo;you will definitely come with flying colours!&amp;rsquo;
Regards
Venkat&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a href=&#34;http://chaitpress.wordpress.com&#34;&gt;chaitanya&lt;/a&gt;&lt;/strong&gt; &lt;em&gt;13 Jan 2012 1:35 am&lt;/em&gt;:
All The Best, Anand. It was always knowledgable and pleasure to follow you. Good luck.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;saurabh nitin&lt;/strong&gt; &lt;em&gt;13 Jan 2012 4:33 am&lt;/em&gt;:
best of luck brother! cheers&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a href=&#34;http://shijuthomas.blogspot.com&#34;&gt;S_Thomas&lt;/a&gt;&lt;/strong&gt; &lt;em&gt;13 Jan 2012 3:20 am&lt;/em&gt;:
Congratulations Anand, we look forward to hearing more&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Manish&lt;/strong&gt; &lt;em&gt;13 Jan 2012 4:36 am&lt;/em&gt;:
Anand, congrats
I was also struggling with the same thoughts to take up a job or start on own&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Ayyappa&lt;/strong&gt; &lt;em&gt;13 Jan 2012 4:40 am&lt;/em&gt;:
Best of luck Anand!
Btw -I am a daily user of your mixamail for twitter and never said thanks! Thanks a lot for that!
Also, I hope you write your experiences in the startup life for &amp;ldquo;other conservatives who are afraid to jump&amp;rdquo; to learn how it feels to be in the wild outside.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;sadhasivam&lt;/strong&gt; &lt;em&gt;24 Jan 2012 9:33 pm&lt;/em&gt;:
Good Luck Anand. Being associated with you as read for a decades i am thrilled to go through post. We wish a great journey ahead.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;vivek&lt;/strong&gt; &lt;em&gt;22 Jan 2012 5:49 pm&lt;/em&gt;:
Best of luck Anand.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Sankar&lt;/strong&gt; &lt;em&gt;23 Jan 2012 2:05 am&lt;/em&gt;:
All the best Anand!&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;MohaN&lt;/strong&gt; &lt;em&gt;23 Jan 2012 3:26 pm&lt;/em&gt;:
As someone mentioned, I stumbled across on a pursuit&amp;hellip;Life an Unwrapped GIFT&amp;hellip;&amp;hellip;Tear it or Peal it or Break it&amp;hellip;something underneath it&amp;hellip;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a href=&#34;http://twitter.com/karthickk&#34;&gt;Karthick&lt;/a&gt;&lt;/strong&gt; &lt;em&gt;13 Jan 2012 8:41 am&lt;/em&gt;:
All the best.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Naveen&lt;/strong&gt; &lt;em&gt;14 Jan 2012 5:37 am&lt;/em&gt;:
Anand- Congratulations , the day I had been waiting for long time. You will make a big impact where ever you are. Good Luck to you and Gramener&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Rajesh bhura&lt;/strong&gt; &lt;em&gt;14 Jan 2012 2:10 pm&lt;/em&gt;:
Finally! This is teriffic news. From our campus days I always thought that this was the way to go for u.
Remember the digital signature idea which u had come up with as our e-commerce project? It&amp;rsquo;s a big industry now in 10 yrs. I don&amp;rsquo;t have any doubt whatever u do will be successful in it&amp;rsquo;s own way. All the best. Your fan for always - rajesh&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a href=&#34;http://none&#34;&gt;Ashwin&lt;/a&gt;&lt;/strong&gt; &lt;em&gt;14 Jan 2012 5:42 pm&lt;/em&gt;:
Anand - I have been following your blog for several years now. I wish you all the best !!&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a href=&#34;http://connectthedots.wordpress.com&#34;&gt;Nirav Kanakia&lt;/a&gt;&lt;/strong&gt; &lt;em&gt;3 Feb 2012 6:09 pm&lt;/em&gt;:
Good luck&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Shobha&lt;/strong&gt; &lt;em&gt;9 Feb 2012 9:27 am&lt;/em&gt;:
Hi Anand,
You do not know me. But I had read your posts in 2007 and I was inspired by your diverse interests in almost every area. Suddenly I remembered you today and read your recent post and gotta know you are starting your own firm in India. All the best and kudos to you.
-Shobha-&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a href=&#34;http://tildekarthik.blogspot.com&#34;&gt;Karthik A&lt;/a&gt;&lt;/strong&gt; &lt;em&gt;12 Feb 2012 3:30 am&lt;/em&gt;:
All the best - have thought several times of making the leap but never got out of the comfort zone - Very happy you did. Maybe probability of this visualization thing becoming the next infy is 100%
All the best&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Ravindra&lt;/strong&gt; &lt;em&gt;3 Feb 2012 12:17 pm&lt;/em&gt;:
Thaliva&amp;hellip;All the best!
Looking forward the IPO in Year 2015 or earlier!
Cheers&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a href=&#34;http://sramana.in&#34;&gt;Ramana&lt;/a&gt;&lt;/strong&gt; &lt;em&gt;16 Jan 2012 3:13 am&lt;/em&gt;:
All the best Anand!&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a href=&#34;http://www.anands.net&#34;&gt;Anand S&lt;/a&gt;&lt;/strong&gt; &lt;em&gt;16 Jan 2012 1:08 am&lt;/em&gt;:
Anand
Good luck. Our paths are similar (I am anand @ anands.net). After 12 years in silicon valley, I returned to Bangalore an year ago to run my own venture (started this 4 years ago). Let&amp;rsquo;s meet in Bangalore.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Venkataragavan&lt;/strong&gt; &lt;em&gt;25 Jan 2012 5:25 pm&lt;/em&gt;:
Hey Anand,
wish you good luck and great success ahead. I got interested into data visualization after reading your blogs and now I am actively learning it. Hope to move on someday.
Cheers&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;ravi atluri&lt;/strong&gt; &lt;em&gt;13 Jan 2012 2:19 am&lt;/em&gt;:
this is great. Congratulations. Data in India is going to get more exciting :D&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a href=&#34;https://plus.google.com/103962380414689139140&#34;&gt;Ravi&lt;/a&gt;&lt;/strong&gt; &lt;em&gt;13 Jan 2012 6:01 am&lt;/em&gt;:
All the best Anand. I&amp;rsquo;ve loved your site and all the tools you&amp;rsquo;ve built around it. I&amp;rsquo;ve always wondered how you got so much time to do all that you do. Gramener seems to be a happening place now and I am sure you will make it a grand success.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Amitesh Jasrotia&lt;/strong&gt; &lt;em&gt;13 Jan 2012 1:24 am&lt;/em&gt;:
Hey Anand, I was not really inspired by Rashmi Bansal&amp;rsquo;s book but I am mighty inspired by the piece you have written. Nothing else is more self-liberating than becoming the master of your own destiny. I have been following your blogs/site for quite some time now. Something tells me you will be successful. Still, Best of luck for your future endeavors!&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Nithin&lt;/strong&gt; &lt;em&gt;16 Jan 2012 11:50 am&lt;/em&gt;:
All the Best Anand&amp;hellip;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Anuradha Shastry&lt;/strong&gt; &lt;em&gt;16 Jan 2012 3:46 am&lt;/em&gt;:
Lots of good luck!!
Landed on this blog just an hour ago.
best,
another Infoscion&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Sumit Dhar&lt;/strong&gt; &lt;em&gt;16 Jan 2012 6:32 am&lt;/em&gt;:
Now that you have moved to Bangalore, we should exchange numbers and plan on catching up. Where, in Bangalore, are you based out of ?
Cheers,
D.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a href=&#34;http://dhammo.blogspot.com&#34;&gt;D&lt;/a&gt;&lt;/strong&gt; &lt;em&gt;2 Mar 2012 12:10 pm&lt;/em&gt;:
Anand,
Wish you tremendous amount of luck.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Nikhil&lt;/strong&gt; &lt;em&gt;31 Jan 2012 9:31 am&lt;/em&gt;:
Might be of interest to you &lt;a href=&#34;http://kurt.karmalab.org/2012/01/30/building-a-data-team/&#34;&gt;http://kurt.karmalab.org/2012/01/30/building-a-data-team/&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Sreenivasan L&lt;/strong&gt; &lt;em&gt;1 Feb 2012 11:11 am&lt;/em&gt;:
All the best Anand. Wishing you a great success ahead in your new journey.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Judy H&lt;/strong&gt; &lt;em&gt;23 Feb 2012 7:22 am&lt;/em&gt;:
I have no idea how I found your website today for the first time, but I&amp;rsquo;ve enjoyed reading it. I wish you all the best in your endeavors!&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Sri&lt;/strong&gt; &lt;em&gt;19 Jan 2012 2:50 pm&lt;/em&gt;:
Hi Anand
I have followed your blog several years now. It&amp;rsquo;s great to hear about the new venture. Very inspirational post. Good luck and all the best.
Vaalga Valamudan
Sri&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Sajiv&lt;/strong&gt; &lt;em&gt;18 Jan 2012 4:20 pm&lt;/em&gt;:
All the best Anand.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a href=&#34;http://www.pankajnath.in&#34;&gt;pankaj&lt;/a&gt;&lt;/strong&gt; &lt;em&gt;18 Jan 2012 6:39 pm&lt;/em&gt;:
Good luck with your new venture.
Keep us posted. :)&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Ranganathan&lt;/strong&gt; &lt;em&gt;18 Jan 2012 7:53 pm&lt;/em&gt;:
Hey Anand,
I used to follow ur blogs for the past 2 years. I think i came to know about ur blog when i was searching about the tips in excel . Sometimes if I am bored i used to check ur site for the movie list..:-) ..
I just want to say &amp;lsquo;All the very best &amp;rsquo; for ur new journey.. I am sure definitely u will succeed&amp;hellip;..this will be an inspiration for me some day for starting a new company&amp;hellip;.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a href=&#34;http://www.s-anand.net/&#34;&gt;S Anand&lt;/a&gt;&lt;/strong&gt; &lt;em&gt;16 Jan 2012 1:26 pm&lt;/em&gt;:
@Sumit: definitely. Still haven&amp;rsquo;t move into Bangalore just yet, but my contact number is on the home page. Please feel free to call any time,&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Shankar V&lt;/strong&gt; &lt;em&gt;16 Jan 2012 2:04 pm&lt;/em&gt;:
hey Anand
All the very best and trust me&amp;hellip;..I knew this was coming! :)
Welcome back to India and welcome to Bangalore. Hope you continue to post interesting stuff.
Please do stay in touch. I had your Infosys email id. Don&amp;rsquo;t think I have your personal id. Please pass it on.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;ranjit bawa&lt;/strong&gt; &lt;em&gt;16 Jan 2012 4:09 pm&lt;/em&gt;:
hey Anand - great to hear!! good luck with the new chapter and look forward to seeing you soon. hope to follow suit, but till then, shall live vicariously&amp;hellip;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a href=&#34;http://www.s-anand.net/&#34;&gt;S Anand&lt;/a&gt;&lt;/strong&gt; &lt;em&gt;18 Jan 2012 1:46 am&lt;/em&gt;:
@Shankar, I keep my latest phone number at the top of my home page. Will be good to hear from you!&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a href=&#34;http://suddhospeak.blogspot.com/&#34;&gt;Rajesh B&lt;/a&gt;&lt;/strong&gt; &lt;em&gt;18 Jan 2012 7:00 am&lt;/em&gt;:
Great to know you are starting off on your own. Good luck. I took my one way ticket to India 3 years ago. Still burning through my first venture. Inspiring post. Am planning to start 9 other on the side just to be on the correct side of the odds.
Jokes apart, can think of few others more equipped to start off on something. If ever you are interested in doing something on the education space, drop me an email. Will try to make that as my night job. Am good with creating content, abysmal poor in trying to sell it. So, ideal for a night-job.
Best wishes.
Cheers,
Bee&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a href=&#34;http://www.tiruven.com&#34;&gt;Ravi Tiruvaipati&lt;/a&gt;&lt;/strong&gt; &lt;em&gt;18 Jan 2012 1:13 pm&lt;/em&gt;:
Hi Anand, I have been following your posts and your applications&amp;hellip;It is good hear that you are planning to start your own. I wish you all the best!!&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Sriram S&lt;/strong&gt; &lt;em&gt;15 Jan 2012 6:14 am&lt;/em&gt;:
Welcome back and all the best&amp;hellip;I stay in BTM Layout in Bangalore..lets catch up sometime&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a href=&#34;http://sudheernarayan.blogspot.com&#34;&gt;Sudheer&lt;/a&gt;&lt;/strong&gt; &lt;em&gt;15 Jan 2012 9:35 am&lt;/em&gt;:
All the best Anand! Looking forward to hear more and more about you in the coming days from sources other than the blog&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Jitendra&lt;/strong&gt; &lt;em&gt;15 Jan 2012 3:25 pm&lt;/em&gt;:
Wish you luck Anand! I am sure with your attitude and energy you&amp;rsquo;d do well in whatever you try to do!&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Raja&lt;/strong&gt; &lt;em&gt;24 Aug 2012 3:25 am&lt;/em&gt;:
I try to visit you website since 2008 whenever I get a chance and look for what geeks are doing lately :-) and just noticed today that you moved to India starting out your own venture. Hard work pays off for sure. I am sure you will succeed. Good Luck!&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Michael&lt;/strong&gt; &lt;em&gt;22 Oct 2012 7:16 pm&lt;/em&gt;:
Good luck with this Anand. hope it is going well.. Michael&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;mohan&lt;/strong&gt; &lt;em&gt;11 Nov 2012 7:50 am&lt;/em&gt;:
all the best mr anand
keep going
your website is so informative with high entertainment value ,
you will suceed
god bless you
mohan.
you will definitely suceed in&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Amutha&lt;/strong&gt; &lt;em&gt;25 Nov 2013 9:37 pm&lt;/em&gt;:
It&amp;rsquo;s very late if I say gud luck,:) and I hope you are going great with your plans.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Ankur&lt;/strong&gt; &lt;em&gt;15 Apr 2013 8:22 am&lt;/em&gt;:
Hi Anand,
I first heard of you courtesy Rahul Guha during my first year at BCG in Mumbai in 2006. He mentioned you as a Consultant he had a very high opinion of.
I came across you next a couple of years later, as I was trying to index by IMDB 250 list - I used the app you&amp;rsquo;d created and recommended it to many friends too.
Today, I reached your blog while browsing through some data on poverty in India (datastories.in).
Just wanted to let you know. I wish you all the best in your venture(s).
Ankur&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a href=&#34;https://www.s-anand.net/blog/father-of-the-bride/&#34;&gt;Father of the bride - S Anand&lt;/a&gt;&lt;/strong&gt; &lt;em&gt;1 Nov 2023 8:25 pm&lt;/em&gt; &lt;em&gt;(pingback)&lt;/em&gt;:
[…] In 2012, I started Gramener with half a dozen friends. […]&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a href=&#34;https://www.s-anand.net/blog/10-years-later/&#34;&gt;10 years later - S Anand&lt;/a&gt;&lt;/strong&gt; &lt;em&gt;17 Mar 2022 1:24 pm&lt;/em&gt; &lt;em&gt;(pingback)&lt;/em&gt;:
[…] 12 Jan 2012, on a flight back from London, I […]&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a href=&#34;https://www.s-anand.net/blog/moving-to-singapore/&#34;&gt;Moving to Singapore - S Anand&lt;/a&gt;&lt;/strong&gt; &lt;em&gt;2 Aug 2022 6:37 pm&lt;/em&gt; &lt;em&gt;(pingback)&lt;/em&gt;:
[…] “I lost my job. Please don’t tell anyone. Let’s go back to India.” We left 2 weeks later to join […]&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a href=&#34;https://www.s-anand.net/blog/a-challenge-of-blog-questions/&#34;&gt;A challenge of blog questions - S Anand&lt;/a&gt;&lt;/strong&gt; &lt;em&gt;4 Mar 2025 4:44 pm&lt;/em&gt; &lt;em&gt;(pingback)&lt;/em&gt;:
[…] The next chapter of my life, which I wrote on a one-way flight back from the UK to India to start Gramener. […]&lt;/li&gt;
&lt;/ul&gt;
&lt;!-- wp-comments-end --&gt;
</description>
    </item>
    <item>
      <title>India district map</title>
      <link>https://www.s-anand.net/blog/india-district-map/</link>
      <pubDate>Thu, 21 Jul 2011 16:50:33 +0000</pubDate>
      <guid>https://www.s-anand.net/blog/india-district-map/</guid>
      <description>&lt;p&gt;I put together a &lt;a href=&#34;https://bitbucket.org/sanand0/districts/src/tip/districts.svg&#34;&gt;district map of India in SVG&lt;/a&gt; this weekend.&lt;/p&gt;
&lt;h3 id=&#34;so-what&#34;&gt;So what?&lt;/h3&gt;
&lt;p&gt;You can now plot data available at a district level on a map, like the temperature in India over the last century (via &lt;a href=&#34;http://www.indiawaterportal.org/met_data/&#34;&gt;IndiaWaterPortal&lt;/a&gt;). The rows are years (1901, 1911, … 2001) and the columns are months (Jan, Feb, … Dec). Red is hot, green is cold.&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;https://www.s-anand.net/blog/assets/temperature.webp&#34;&gt;&lt;img alt=&#34;temperature&#34; loading=&#34;lazy&#34; src=&#34;https://www.s-anand.net/blog/assets/temperature.webp&#34; title=&#34;temperature&#34;&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;(Yeah, the west coast is a great place to live in, but I probably need to look into the rainfall.)&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;https://bitbucket.org/sanand0/districts/src/tip/districts.svg&#34;&gt;districts.svg&lt;/a&gt; has has 640 districts (I’ve no idea what &lt;a href=&#34;http://en.wikipedia.org/wiki/Chhatrapati_Shahuji_Maharaj_Nagar_district&#34;&gt;the 641st&lt;/a&gt; looks like) and is tagged with the State and District names as titles:&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-xml&#34; data-lang=&#34;xml&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;nt&#34;&gt;&amp;lt;g&lt;/span&gt; &lt;span class=&#34;na&#34;&gt;title=&lt;/span&gt;&lt;span class=&#34;s&#34;&gt;&amp;#34;Madhya Pradesh&amp;#34;&lt;/span&gt;&lt;span class=&#34;nt&#34;&gt;&amp;gt;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;  &lt;span class=&#34;nt&#34;&gt;&amp;lt;path&lt;/span&gt; &lt;span class=&#34;na&#34;&gt;title=&lt;/span&gt;&lt;span class=&#34;s&#34;&gt;&amp;#34;Alirajpur&amp;#34;&lt;/span&gt; &lt;span class=&#34;na&#34;&gt;d=&lt;/span&gt;&lt;span class=&#34;s&#34;&gt;&amp;#34;...&amp;#34;&lt;/span&gt; &lt;span class=&#34;nt&#34;&gt;/&amp;gt;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;  &lt;span class=&#34;nt&#34;&gt;&amp;lt;path&lt;/span&gt; &lt;span class=&#34;na&#34;&gt;title=&lt;/span&gt;&lt;span class=&#34;s&#34;&gt;&amp;#34;Jhabua&amp;#34;&lt;/span&gt; &lt;span class=&#34;na&#34;&gt;d=&lt;/span&gt;&lt;span class=&#34;s&#34;&gt;&amp;#34;...&amp;#34;&lt;/span&gt; &lt;span class=&#34;nt&#34;&gt;/&amp;gt;&lt;/span&gt;
&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;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;nt&#34;&gt;&amp;lt;/g&amp;gt;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;h3 id=&#34;how&#34;&gt;How?&lt;/h3&gt;
&lt;p&gt;I made it from the &lt;a href=&#34;http://www.censusindia.gov.in/2011census/maps/maps2011.html&#34;&gt;2011 census&lt;/a&gt; &lt;a href=&#34;http://www.censusindia.gov.in/2011census/maps/administrative_maps/INDIA2011.pdf&#34;&gt;map&lt;/a&gt; (0.4MB PDF). I opened it in &lt;a href=&#34;http://inkscape.org/&#34;&gt;Inkscape&lt;/a&gt;, removed the labels, added a layer for the districts, and used the &lt;a href=&#34;http://wiki.inkscape.org/wiki/index.php/ReleaseNotes046#Paint_Bucket_tool&#34;&gt;paint bucket&lt;/a&gt; to fill each district’s area. I then saved the districts layer, cleaning it up a big. Then I labelled each district with a title. (Seemed like the easiest way to get this done.)&lt;/p&gt;
&lt;p&gt;Thanks to &lt;a href=&#34;https://twitter.com/planemad&#34;&gt;@planemad&lt;/a&gt;, &lt;a href=&#34;https://twitter.com/gkjohn&#34;&gt;@gkjohn&lt;/a&gt;, &lt;a href=&#34;https://twitter.com/arjunram&#34;&gt;@arjunram&lt;/a&gt; for inputs. Play around. Feedback welcome.&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;&lt;a href=&#34;http://thejeshgn.com&#34;&gt;Thejesh GN&lt;/a&gt;&lt;/strong&gt; &lt;em&gt;22 Jul 2011 9:27 am&lt;/em&gt;:
Thanks for the map. Very useful.
Btw you can cname map your bitbucket account. Its free.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a href=&#34;http://www.s-anand.net/&#34;&gt;S Anand&lt;/a&gt;&lt;/strong&gt; &lt;em&gt;23 Jul 2011 9:39 am&lt;/em&gt;:
@Thej &amp;ndash; AHA! Didn&amp;rsquo;t know about the CNAMEing bitbucket. Thanks.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Rishi&lt;/strong&gt; &lt;em&gt;23 Jul 2011 9:15 am&lt;/em&gt;:
Wonderful stuff Anand!!!
I would say - upload this on Wikipedia - but then we would have several flamewars with our dear neighbours on the borders shown.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a href=&#34;http://tuxcoder.wordpress.com&#34;&gt;Arulalan.T&lt;/a&gt;&lt;/strong&gt; &lt;em&gt;29 Dec 2011 10:17 am&lt;/em&gt;:
Thanks a lot for the India District Map in pdf and svg. From this post I got few ideas to generate shape (shp) files. I edited the India map in CDAT [1] shape files by generate the lat,lon points by hand itself [2]. I want to develop the India district shape file by automatic.
Your project and code lights in my way.
Thanks a lot.
[1] &lt;a href=&#34;http://www2-pcmdi.llnl.gov/cdat&#34;&gt;http://www2-pcmdi.llnl.gov/cdat&lt;/a&gt;
[2] &lt;a href=&#34;http://tuxworld.wordpress.com/2010/02/13/how-to-edit-world-map-in-cdat-documentation/&#34;&gt;http://tuxworld.wordpress.com/2010/02/13/how-to-edit-world-map-in-cdat-documentation/&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Dibyo&lt;/strong&gt; &lt;em&gt;11 Aug 2011 4:29 am&lt;/em&gt;:
Awesome - I&amp;rsquo;ve struggled with this for a while now.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Minh&lt;/strong&gt; &lt;em&gt;12 Dec 2012 8:11 pm&lt;/em&gt;:
Thanks a lot. Do you have the shapefiles for your svg data? I could not find the new district level (2011 census) anywhere? Can you share with me?
Many thanks.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;mahir&lt;/strong&gt; &lt;em&gt;19 Dec 2012 6:11 am&lt;/em&gt;:
Dear Anand,
Great work. I have made a tool to translate these location names using wikipedia&amp;rsquo;s toolserver. people can translate these svg maps from &lt;a href=&#34;http://toolserver.org/~mahir/&#34;&gt;http://toolserver.org/~mahir/&lt;/a&gt;
I have successfully translated India political map from english to tamil for tamil wikipedia.
&lt;a href=&#34;http://ta.wikipedia.org/wiki/&#34;&gt;http://ta.wikipedia.org/wiki/&lt;/a&gt;படிமம்:Ta_India_National_Highway_17.png
Please try once.
thanks&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Arijit Upadhyay&lt;/strong&gt; &lt;em&gt;26 Dec 2013 3:37 am&lt;/em&gt;:
Some district names have changed since you posted this. Do you have an update for this map. Or how to edit them. Linkscape destroys the XML tags.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Prakash&lt;/strong&gt; &lt;em&gt;18 Jan 2014 10:43 am&lt;/em&gt;:
Dear Friend would it be possible to get shp and dbf file of indian state with undivided bihar, up and mp.&lt;/li&gt;
&lt;/ul&gt;
&lt;!-- wp-comments-end --&gt;
</description>
    </item>
    <item>
      <title>What does India search for?</title>
      <link>https://www.s-anand.net/blog/what-does-india-search-for/</link>
      <pubDate>Thu, 02 Dec 2010 14:33:19 +0000</pubDate>
      <guid>https://www.s-anand.net/blog/what-does-india-search-for/</guid>
      <description>&lt;p&gt;Over the last couple of years, I’ve been tracking the top 5 hot searches in India on Google Trends (&lt;a href=&#34;http://www.google.co.in/trends&#34;&gt;http://www.google.co.in/trends&lt;/a&gt;). Here are the results:&lt;/p&gt;&lt;iframe height=&#34;600&#34; src=&#34;https://spreadsheets.google.com/pub?key=0Av599tR_jVYgdE5zTU5QWjcxVWVCaTBuY3d0NkUtc1E&amp;amp;hl=en_GB&amp;amp;single=true&amp;amp;gid=0&amp;amp;output=html&amp;amp;widget=true&#34; frameborder=&#34;0&#34; width=&#34;600&#34;&gt;&lt;/iframe&gt; &lt;p&gt;If you&#39;re interested in making visualisations out of it, please feel free. But there&#39;s one particular thing I&#39;m trying out, which is to categorise these searches and see if there&#39;s a trend around that. I&#39;ve added a &#34;Tag&#34; column.&lt;/p&gt; &lt;p&gt;Could you please help me tag the spreadsheet: &lt;a title=&#34;https://spreadsheets.google.com/ccc?key=0Av599tR_jVYgdE5zTU5QWjcxVWVCaTBuY3d0NkUtc1E&amp;amp;hl=en_GB&#34; href=&#34;https://spreadsheets.google.com/ccc?key=0Av599tR_jVYgdE5zTU5QWjcxVWVCaTBuY3d0NkUtc1E&amp;amp;hl=en_GB&#34;&gt;https://spreadsheets.google.com/ccc?key=0Av599tR_jVYgdE5zTU5QWjcxVWVCaTBuY3d0NkUtc1E&amp;amp;hl=en_GB&lt;/a&gt;  &lt;p&gt;It’s publicly editable, no special access required. If you could stick to the tags I already have (Business, Education, Entertainment, News, Politics, Sports, Technology), that would be great. If not, that’s fine as well.  &lt;p&gt;And if you’ve made any visualisations or done any analysis using this data, please do drop a comment.&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;Rockey Nebhwani&lt;/strong&gt; &lt;em&gt;2 Dec 2010 11:50 pm&lt;/em&gt;:
I think simple conclusion may be Bollywood, Politics, Jobs, Stock :-)&lt;/li&gt;
&lt;/ul&gt;
&lt;!-- wp-comments-end --&gt;
</description>
    </item>
    <item>
      <title>Arrested in Paris</title>
      <link>https://www.s-anand.net/blog/arrested-in-paris/</link>
      <pubDate>Thu, 11 Jan 2007 12:00:00 +0000</pubDate>
      <guid>https://www.s-anand.net/blog/arrested-in-paris/</guid>
      <description>&lt;p&gt;In November 2000, I visited Paris one weekend. Two classmates, Anand Binani and Ram Venkat were studying there, and we roamed around the city.&lt;/p&gt;
&lt;p&gt;At around 6:00pm, we went over to Montmartre. It&amp;rsquo;s up a hill, and there&amp;rsquo;s a cable car that takes you up there. We went all the way up, and got out when a lady behind us asked:&lt;/p&gt;
&lt;p&gt;&amp;ldquo;Is that yours?&lt;/p&gt;
&lt;p&gt;We&amp;rsquo;d left something behind. Went back to retrieve it. The car was almost leaving for it&amp;rsquo;s return journey. We just got out in time&amp;hellip;&lt;/p&gt;
&lt;p&gt;&amp;hellip; to be confronted by the French Police.&lt;/p&gt;
&lt;p&gt;Now, this is a scary thing. Foreign country. I don&amp;rsquo;t speak a word of French. And I was dressed like a thug.&lt;/p&gt;
&lt;p&gt;The policemen didn&amp;rsquo;t say a word. One of them just made us stand right a the corner of the entrance to the cable car &amp;ndash; politely at first, and then physically, when he realised we didn&amp;rsquo;t understand a word of French.&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;https://www.s-anand.net/blog/assets/flickr-anand-binani-ram-venkat-at-monmartre-caught-by-police_352561737_o-jpg.webp&#34;&gt;&lt;img alt=&#34;Anand Binani Ram Venkat at Montmartre near the cable car where we were caught by police&#34; loading=&#34;lazy&#34; src=&#34;https://www.s-anand.net/blog/assets/flickr-anand-binani-ram-venkat-at-monmartre-caught-by-police_352561737_o-jpg.webp&#34;&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Now he goes on the radio. He hasn&amp;rsquo;t said a word to us yet that we could understand.&lt;/p&gt;
&lt;p&gt;After a minute, he comes back, asking for our passports. I hand mine over. So does Anand Binani.&lt;/p&gt;
&lt;p&gt;Ram Venkat doesn&amp;rsquo;t have his passport on him.&lt;/p&gt;
&lt;p&gt;Shit!&lt;/p&gt;
&lt;p&gt;While he was panicking and I was rooted to the spot and Anand Binani was trying to explain something to the policeman, he walked away with our two passports.&lt;/p&gt;
&lt;p&gt;Busy talking on the radio.&lt;/p&gt;
&lt;p&gt;Relaying the names on our passports.&lt;/p&gt;
&lt;p&gt;Worried that they were both &amp;ldquo;Anand&amp;quot;s. (We could here that repeated many times.)&lt;/p&gt;
&lt;p&gt;Something about wearing a jacket. (We were all wearing jackets.)&lt;/p&gt;
&lt;p&gt;Five minutes pass. In the meantime, we had various theories. Three terrorists had illegally entered the country and were going to blow up Montmartre, and we looked like them. Or, an Asian student group was going to murder a senior polician. Or maybe we just looked like the mug-shots on their Top 10 Most Wanted list and just about like someone who&amp;rsquo;d end up on the internet on websites like &lt;a href=&#34;https://www.checkpeople.com/reverse-phone-lookup&#34;&gt;https://www.checkpeople.com/reverse-phone-lookup&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;In my case, I didn&amp;rsquo;t even have a French student visa. Just a standard Schengen tourist visa, with a UK student visa. I wasn&amp;rsquo;t even studying in the country. If I were deported, would he put me back in the UK or in India? Which embassy would I have to speak to if he arrested me?&lt;/p&gt;
&lt;p&gt;Five minutes later, he comes back, hands us our passports, and walks off.&lt;/p&gt;
&lt;p&gt;Just like that. No goodbye. No &amp;ldquo;You&amp;rsquo;re free to go&amp;rdquo;. No &amp;ldquo;Don&amp;rsquo;t ever do that again&amp;rdquo;. Just walks off.&lt;/p&gt;
&lt;p&gt;We just stood there for a couple of minutes, got our breaths back, promised never to venture without a passport looking like thugs, took a snap as evidence, and went on inside the Montmartre chapel, followed by a far more educative visit to Pigale.&lt;/p&gt;
&lt;p&gt;&lt;img alt=&#34;Sex shop at Pigale. Paris&#34; loading=&#34;lazy&#34; src=&#34;https://files.s-anand.net/images/2007-01-11-sex-shop-at-pigale-paris_352561739.webp&#34;&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;anand binani&lt;/strong&gt; &lt;em&gt;11 Jan 2007 5:11 pm&lt;/em&gt;:
Amazing stuff ! brought back memories of great small times we had. Hope you are doing great! Do let me know your email id and your whereabouts&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;somnath&lt;/strong&gt; &lt;em&gt;18 May 2007 8:47 am&lt;/em&gt;:
anand was it you looking like a thug or ram : ). How is the photo at the bottom connected with the whole story. Even if ram and binani have been oogling over there french police should be least bothered &amp;hellip;&lt;/li&gt;
&lt;/ul&gt;
&lt;!-- wp-comments-end --&gt;
</description>
    </item>
    <item>
      <title>Guy Kawasaki on Mumbai</title>
      <link>https://www.s-anand.net/blog/guy-kawasaki-on-mumbai/</link>
      <pubDate>Tue, 03 Oct 2006 12:00:00 +0000</pubDate>
      <guid>https://www.s-anand.net/blog/guy-kawasaki-on-mumbai/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://blog.guykawasaki.com/2006/10/mumbai_guy.html&#34;&gt;Guy Kawasaki on Mumbai&lt;/a&gt; &lt;a href=&#34;http://www.desipundit.com/2006/10/03/guy-kawasakis-mumbai-trip/&#34;&gt;via Kaps @ DesiPundit&lt;/a&gt;&lt;/p&gt;
</description>
    </item>
    <item>
      <title>Retailing in India</title>
      <link>https://www.s-anand.net/blog/retailing-in-india/</link>
      <pubDate>Mon, 17 Apr 2006 12:00:00 +0000</pubDate>
      <guid>https://www.s-anand.net/blog/retailing-in-india/</guid>
      <description>&lt;p&gt;The Economist takes a good look at &lt;a href=&#34;http://www.economist.com/business/displaystory.cfm?story_id=E1_GSJVGGR&#34;&gt;retailing in India&lt;/a&gt;.&lt;/p&gt;
</description>
    </item>
    <item>
      <title>Why is nanotechnology popular now</title>
      <link>https://www.s-anand.net/blog/why-is-nanotechnology-popular-now/</link>
      <pubDate>Sat, 15 Apr 2006 12:00:00 +0000</pubDate>
      <guid>https://www.s-anand.net/blog/why-is-nanotechnology-popular-now/</guid>
      <description>&lt;p&gt;Why is &lt;strong&gt;nanotechnology&lt;/strong&gt; in the &lt;a href=&#34;http://www.google.co.uk/press/zeitgeist.html&#34;&gt;top Google queries from India&lt;/a&gt;?&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;https://www.s-anand.net/blog/assets/flickr-google-zeitgeist-india-feb-2006-popular-queries_128790290_o-gif.webp&#34;&gt;&lt;img alt=&#34;Google Zeitgeist India Feb 2006 popular queries&#34; loading=&#34;lazy&#34; src=&#34;https://www.s-anand.net/blog/assets/flickr-google-zeitgeist-india-feb-2006-popular-queries_128790290_o-gif.webp&#34;&gt;&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;ravi&lt;/strong&gt; &lt;em&gt;15 Apr 2006 10:48 am&lt;/em&gt;:
from all countries in the list indians are the only one with something technical in their queries. hurrah for that&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Prabhu&lt;/strong&gt; &lt;em&gt;17 Apr 2006 6:03 am&lt;/em&gt;:
Could be due to the fact that Sujatha is writing an article about it in a tamil weekly&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;S Anand&lt;/strong&gt; &lt;em&gt;17 Apr 2006 7:37 am&lt;/em&gt;:
If so, Tamil Nadu would have to be a big chunk of India&amp;rsquo;s Google searches. Given the absense of other Tamil queries, I doubt this was the only factor&amp;hellip; but it sure must have contributed!&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Gautam&lt;/strong&gt; &lt;em&gt;26 Apr 2006 6:05 pm&lt;/em&gt;:
funny how sania mirza ranks over aishwarya, though !&lt;/li&gt;
&lt;/ul&gt;
&lt;!-- wp-comments-end --&gt;
</description>
    </item>
    <item>
      <title>Rushing out of planes</title>
      <link>https://www.s-anand.net/blog/rushing-out-of-planes/</link>
      <pubDate>Sat, 01 Apr 2006 12:00:00 +0000</pubDate>
      <guid>https://www.s-anand.net/blog/rushing-out-of-planes/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://6ampacific.typepad.com/6_am_pacific/2006/03/the_competitive.html&#34;&gt;Why people rush out of a plane at Bangalore but not at Delhi&lt;/a&gt;. &lt;a href=&#34;http://sambharmafia.blogspot.com/2006/03/basab-pradhan-new-kid-on-blog.html&#34;&gt;via Kaps&lt;/a&gt;&lt;/p&gt;
</description>
    </item>
    <item>
      <title>Romance on the cricket pitch</title>
      <link>https://www.s-anand.net/blog/romance-on-the-cricket-pitch/</link>
      <pubDate>Mon, 17 Oct 2005 12:00:00 +0000</pubDate>
      <guid>https://www.s-anand.net/blog/romance-on-the-cricket-pitch/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://video.google.com/videoplay?docid=4021460724772341941&#34;&gt;Romance on the cricket pitch&lt;/a&gt;. Fan proposes. Zaheer Khan gracefully accepts. Watch it on Google Video.&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;23 Oct 2005 10:47 am&lt;/em&gt;:
I have had great difficulty in watching videos from Google and this one is no exception. I wonder if I am the only one facing this problem.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;AlphaGeek&lt;/strong&gt; &lt;em&gt;23 Oct 2005 6:26 pm&lt;/em&gt;:
Me too.. Facing the same problem !!! Anyone can u pls help us ?&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Amit&lt;/strong&gt; &lt;em&gt;24 Oct 2005 6:47 am&lt;/em&gt;:
the India head of Google said this a few days ago that video.google.com is not allowed in countries like India, Germany, etc because of some compllicated laws. Guess thats what is causing these problems.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Dhar&lt;/strong&gt; &lt;em&gt;24 Oct 2005 9:13 am&lt;/em&gt;:
Wow&amp;hellip; this is very interesting. I tried accessing this through a proxy server in Britain and was able to view the video. There may be something in what Amit said&amp;hellip;.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;S Anand&lt;/strong&gt; &lt;em&gt;24 Oct 2005 9:17 am&lt;/em&gt;:
Hey, that explains why my family is not able to view my videoes!&lt;/li&gt;
&lt;/ul&gt;
&lt;!-- wp-comments-end --&gt;
</description>
    </item>
    <item>
      <title>Mritak Sangh</title>
      <link>https://www.s-anand.net/blog/mritak-sangh/</link>
      <pubDate>Wed, 12 Oct 2005 12:00:00 +0000</pubDate>
      <guid>https://www.s-anand.net/blog/mritak-sangh/</guid>
      <description>&lt;p&gt;Lal Bihar formed a &lt;a href=&#34;http://www.time.com/time/asia/asia/magazine/1999/990719/souls1.html&#34;&gt;society of dead people&lt;/a&gt;. In 2003, he won the &lt;a href=&#34;http://msnbc.com/news/975208.asp?0sl=-42&amp;amp;cp1=1&#34;&gt;Ig Nobel Peace Prize&lt;/a&gt;.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&amp;hellip; to prove that he was living sought arrest, tried to run for parliament, kidnapped the son of the uncle who had stolen his property, threatened murder, insulted judges, threw leaflets listing his complaints at legislators in the state assembly and demanded a widow&amp;rsquo;s pension for his wife.&lt;/p&gt;
&lt;/blockquote&gt;
</description>
    </item>
    <item>
      <title>Healthy Foods</title>
      <link>https://www.s-anand.net/blog/healthy-foods/</link>
      <pubDate>Wed, 13 Jul 2005 12:00:00 +0000</pubDate>
      <guid>https://www.s-anand.net/blog/healthy-foods/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://www.lifehack.org/articles/lifehack/over-100-quick-and-easy-healthy-foods.html&#34;&gt;100 quick and easy healthy foods&lt;/a&gt;. Foods which need less than 30 minutes of preparation and cooking times.&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;Jayant&lt;/strong&gt; &lt;em&gt;13 Jul 2005 2:48 pm&lt;/em&gt;:
An apple a day keeps the doctor away!. Just wash with plain water nd eat&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Ram&lt;/strong&gt; &lt;em&gt;14 Jul 2005 3:34 pm&lt;/em&gt;:
Morning: Idly&amp;rsquo;s with Kara chutney, Lunch: Thayiru sadam with manga urugai, Dinner: Idly&amp;rsquo;s with Thakkali chutney will keep you energetic, smart, slim and trim. Why to squander on those junkies!!! (Above listed names are popular South Indian dishes)&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;S Anand&lt;/strong&gt; &lt;em&gt;14 Jul 2005 5:40 pm&lt;/em&gt;:
Don&amp;rsquo;t forget sambar!&lt;/li&gt;
&lt;/ul&gt;
&lt;!-- wp-comments-end --&gt;
</description>
    </item>
    <item>
      <title>Expensive</title>
      <link>https://www.s-anand.net/blog/expensive/</link>
      <pubDate>Wed, 01 Jun 2005 12:00:00 +0000</pubDate>
      <guid>https://www.s-anand.net/blog/expensive/</guid>
      <description>&lt;p&gt;Here&#39;s how expensive London is, in terms of clothing.&lt;/p&gt;
&lt;table class=&#34;numbers lines&#34;&gt;
&lt;tr&gt;&lt;th&gt;Item&lt;/th&gt;&lt;th&gt;London (GBP)&lt;/th&gt;&lt;th&gt;India (Rs)&lt;/th&gt;&lt;th&gt;Costlier by&lt;/th&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;Socks&lt;/td&gt;&lt;td&gt;5&lt;/td&gt;&lt;td&gt;100&lt;/td&gt;&lt;td&gt;4X&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;T-shirt&lt;/td&gt;&lt;td&gt;10&lt;/td&gt;&lt;td&gt;350&lt;/td&gt;&lt;td&gt;2.3X&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;Reversible jacket&lt;/td&gt;&lt;td&gt;30&lt;/td&gt;&lt;td&gt;2000&lt;/td&gt;&lt;td&gt;1.2X&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;Formal shoes&lt;/td&gt;&lt;td&gt;25&lt;/td&gt;&lt;td&gt;1500&lt;/td&gt;&lt;td&gt;1.3X&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;Cooling glasses&lt;/td&gt;&lt;td&gt;10&lt;/td&gt;&lt;td&gt;150&lt;/td&gt;&lt;td&gt;5.3X&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;Suitcase&lt;/td&gt;&lt;td&gt;56&lt;/td&gt;&lt;td&gt;1500&lt;/td&gt;&lt;td&gt;3X&lt;/td&gt;&lt;/tr&gt;
&lt;/table&gt;
&lt;p&gt;Nothing&#39;s less expensive than in India. Similarly for groceries.&lt;/p&gt;
&lt;table class=&#34;numbers lines&#34;&gt;
&lt;tr&gt;&lt;th&gt;Item&lt;/th&gt;&lt;th&gt;London&lt;/th&gt;&lt;th&gt;India&lt;/th&gt;&lt;th&gt;Costlier by&lt;/th&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;Curd 1/2 kg&lt;/td&gt;&lt;td&gt;0.45&lt;/td&gt;&lt;td&gt;18&lt;/td&gt;&lt;td&gt;2X&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;Cucumber (one)&lt;/td&gt;&lt;td&gt;0.49&lt;/td&gt;&lt;td&gt;3&lt;/td&gt;&lt;td&gt;13.1X&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;Beans (250g)&lt;/td&gt;&lt;td&gt;0.99&lt;/td&gt;&lt;td&gt;20&lt;/td&gt;&lt;td&gt;4X&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;Baby corn (125g)&lt;/td&gt;&lt;td&gt;0.99&lt;/td&gt;&lt;td&gt;18&lt;/td&gt;&lt;td&gt;4.4X&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;Carrot (kg)&lt;/td&gt;&lt;td&gt;0.45&lt;/td&gt;&lt;td&gt;24&lt;/td&gt;&lt;td&gt;1.5X&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;Cabbage (kg)&lt;/td&gt;&lt;td&gt;0.52&lt;/td&gt;&lt;td&gt;18&lt;/td&gt;&lt;td&gt;2.3X&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;Cauliflower (one)&lt;/td&gt;&lt;td&gt;0.69&lt;/td&gt;&lt;td&gt;25&lt;/td&gt;&lt;td&gt;2.2X&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;Spinach (kg)&lt;/td&gt;&lt;td&gt;4.3&lt;/td&gt;&lt;td&gt;??&lt;/td&gt;&lt;td&gt;0X&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;Onion (kg)&lt;/td&gt;&lt;td&gt;0.46&lt;/td&gt;&lt;td&gt;10&lt;/td&gt;&lt;td&gt;3.7X&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;Chilli (kg)&lt;/td&gt;&lt;td&gt;4.39&lt;/td&gt;&lt;td&gt;8&lt;/td&gt;&lt;td&gt;43.9X&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;Cashew (kg)&lt;/td&gt;&lt;td&gt;15.9&lt;/td&gt;&lt;td&gt;360&lt;/td&gt;&lt;td&gt;3.5X&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;Apple (kg)&lt;/td&gt;&lt;td&gt;1.29&lt;/td&gt;&lt;td&gt;60&lt;/td&gt;&lt;td&gt;1.7X&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;Milk (litre)&lt;/td&gt;&lt;td&gt;0.6&lt;/td&gt;&lt;td&gt;18&lt;/td&gt;&lt;td&gt;2.7X&lt;/td&gt;&lt;/tr&gt;
&lt;/table&gt;
</description>
    </item>
    <item>
      <title>Bloggers Meet April 2005</title>
      <link>https://www.s-anand.net/blog/bloggers-meet-april-2005/</link>
      <pubDate>Wed, 13 Apr 2005 12:00:00 +0000</pubDate>
      <guid>https://www.s-anand.net/blog/bloggers-meet-april-2005/</guid>
      <description>&lt;p&gt;Pictures from the &lt;a href=&#34;http://www.flickr.com/photos/root_node/tags/blogger/&#34;&gt;Mumbai Blogger&amp;rsquo;s meet&lt;/a&gt; with &lt;a href=&#34;http://aadisht.net/&#34;&gt;Aadisht&lt;/a&gt;, &lt;a href=&#34;http://xanga.com/alltough/&#34;&gt;Altaf&lt;/a&gt;, &lt;a href=&#34;http://indiauncut.blogspot.com/&#34;&gt;Amit&lt;/a&gt;, &lt;a href=&#34;http://locana.blogspot.com/&#34;&gt;Anand&lt;/a&gt;, &lt;a href=&#34;http://arnab.org/blog/&#34;&gt;Arnab&lt;/a&gt;, &lt;a href=&#34;http://nandan.blog-city.com/&#34;&gt;Nandan&lt;/a&gt;, &lt;a href=&#34;http://www.ravikiran.com/&#34;&gt;Ravikiran&lt;/a&gt;, &lt;a href=&#34;http://vulturo.blogspot.com/&#34;&gt;Saket&lt;/a&gt;, &lt;a href=&#34;http://opti-mystic.net/blog/&#34;&gt;Sameer&lt;/a&gt;, &lt;a href=&#34;http://yazadjal.com/&#34;&gt;Yazad&lt;/a&gt;, &lt;a href=&#34;http://xanga.com/citybytes/&#34;&gt;Zainab&lt;/a&gt;, and &lt;a href=&#34;http://www.s-anand.net/&#34;&gt;myself&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;&lt;img loading=&#34;lazy&#34; src=&#34;https://files.s-anand.net/images/2005-04-13-blogger-meet-dadar-2005-04-10_9317193.webp&#34;&gt;&lt;/p&gt;
&lt;p&gt;&lt;img loading=&#34;lazy&#34; src=&#34;https://files.s-anand.net/images/2005-04-13-blogger-meet-dadar-2005-04-10_9316492.webp&#34;&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;S Anand&lt;/strong&gt; &lt;em&gt;15 Apr 2005 5:33 am&lt;/em&gt;:
&lt;a href=&#34;http://www.flickr.com/photos/supersam5/tags/bloggers/&#34;&gt;More photos&lt;/a&gt; from Sameer&lt;/li&gt;
&lt;/ul&gt;
&lt;!-- wp-comments-end --&gt;
</description>
    </item>
    <item>
      <title>Amul ad hits</title>
      <link>https://www.s-anand.net/blog/amul-ad-hits/</link>
      <pubDate>Mon, 14 Mar 2005 12:00:00 +0000</pubDate>
      <guid>https://www.s-anand.net/blog/amul-ad-hits/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://www.amul.com/hits.html&#34;&gt;Amul ad hits&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;&lt;a href=&#34;http://GOOGLESEARCH&#34;&gt;BINDU NAIR&lt;/a&gt;&lt;/strong&gt; &lt;em&gt;8 Dec 2011 12:50 pm&lt;/em&gt;:
LOVE THE JINGLE OF THE AD UTTERLY BUTTERLY DELICIOUS AMUL&lt;/li&gt;
&lt;/ul&gt;
&lt;!-- wp-comments-end --&gt;
</description>
    </item>
  </channel>
</rss>
