<rss xmlns:source="http://source.scripting.com/" version="2.0">
  <channel>
    <title>Excursions</title>
    <link>https://amitg.blog/</link>
    <description></description>
    
    <language>en</language>
    
    <lastBuildDate>Tue, 07 Apr 2026 09:39:57 +0530</lastBuildDate>
    <item>
      <title></title>
      <link>https://amitg.blog/2026/04/07/on-a-recent-trip-with/</link>
      <pubDate>Tue, 07 Apr 2026 09:39:57 +0530</pubDate>
      
      <guid>http://tales.micro.blog/2026/04/07/on-a-recent-trip-with/</guid>
      <description>&lt;p&gt;On a recent trip with my colleagues, I realised how bad I am at the emoji game. I just can&amp;rsquo;t make sense of the conversations that take place.&lt;/p&gt;
&lt;p&gt;So I added another tool &lt;a href=&#34;https://tools.amitgawande.com/emojidict/&#34;&gt;emojidict&lt;/a&gt; to my pocket-tools list. This should come in handy now. And here&amp;rsquo;s the emoji &lt;a href=&#34;https://tools.amitgawande.com/emojidict/#sneezing-face&#34;&gt;that triggered this&lt;/a&gt;.&lt;/p&gt;
</description>
      <source:markdown>On a recent trip with my colleagues, I realised how bad I am at the emoji game. I just can&#39;t make sense of the conversations that take place.

So I added another tool [emojidict](https://tools.amitgawande.com/emojidict/) to my pocket-tools list. This should come in handy now. And here&#39;s the emoji [that triggered this](https://tools.amitgawande.com/emojidict/#sneezing-face).
</source:markdown>
    </item>
    
    <item>
      <title></title>
      <link>https://amitg.blog/2026/03/28/i-pushed-a-minor-upgrade/</link>
      <pubDate>Sat, 28 Mar 2026 21:51:03 +0530</pubDate>
      
      <guid>http://tales.micro.blog/2026/03/28/i-pushed-a-minor-upgrade/</guid>
      <description>&lt;p&gt;I pushed a minor upgrade to the &lt;a href=&#34;https://micro.blog/account/plugins/view/22&#34;&gt;post stats plugin&lt;/a&gt; today to fix the build issues with Hugo v0.158. It should now work for all the Hugo versions supported by Micro.blog. Reinstall or look out for an upgrade.&lt;/p&gt;
&lt;p&gt;The v2 upgrade also introduced a few customisation options.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Plugin Settings&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Two settings are available directly in the plugin configuration on Micro.blog:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;em&gt;Remove Year Recap section from the stats page&lt;/em&gt; — Hides the Year Recap block at the top of the stats page, showing only the detailed all-time stats.&lt;/li&gt;
&lt;li&gt;&lt;em&gt;Use the original minimal stats layout&lt;/em&gt; — Switches back to the original table-based stats layout introduced in v1, instead of the new card/chart design in v2.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;CSS Variables&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;The plugin&amp;rsquo;s appearance can be customised by overriding CSS variables in your blog&amp;rsquo;s custom CSS at &lt;code&gt;:root { }&lt;/code&gt;.&lt;/p&gt;
&lt;p&gt;&lt;em&gt;Colors&lt;/em&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;code&gt;--ps-accent&lt;/code&gt; — Primary chart/highlight color (default: &lt;code&gt;#3b82f6&lt;/code&gt; blue)&lt;/li&gt;
&lt;li&gt;&lt;code&gt;--ps-accent-light&lt;/code&gt; — Chart fill/background tint (default: &lt;code&gt;rgba(59,130,246,0.12)&lt;/code&gt;)&lt;/li&gt;
&lt;li&gt;&lt;code&gt;--ps-accent-muted&lt;/code&gt; — Secondary chart accent, e.g. hover states (default: &lt;code&gt;rgba(59,130,246,0.35)&lt;/code&gt;)&lt;/li&gt;
&lt;li&gt;&lt;code&gt;--ps-up&lt;/code&gt; — Trend arrow color when count increased (default: &lt;code&gt;#22c55e&lt;/code&gt; green)&lt;/li&gt;
&lt;li&gt;&lt;code&gt;--ps-down&lt;/code&gt; — Trend arrow color when count decreased (default: &lt;code&gt;#ef4444&lt;/code&gt; red)&lt;/li&gt;
&lt;li&gt;&lt;code&gt;--ps-neutral&lt;/code&gt; — Trend arrow color when unchanged (default: &lt;code&gt;#94a3b8&lt;/code&gt; grey)&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;em&gt;Layout &amp;amp; Shape&lt;/em&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;code&gt;--ps-gap&lt;/code&gt; — Spacing between cards/sections (default: &lt;code&gt;1rem&lt;/code&gt;)&lt;/li&gt;
&lt;li&gt;&lt;code&gt;--ps-radius&lt;/code&gt; — Border radius on cards (default: &lt;code&gt;10px&lt;/code&gt;)&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;em&gt;Borders &amp;amp; Shadows&lt;/em&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;code&gt;--ps-border&lt;/code&gt; — Card border color (default: &lt;code&gt;rgba(128,128,128,0.15)&lt;/code&gt;)&lt;/li&gt;
&lt;li&gt;&lt;code&gt;--ps-shadow&lt;/code&gt; — Card shadow (default: subtle 1px drop shadow + border ring)&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;em&gt;Opacity&lt;/em&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;code&gt;--ps-muted&lt;/code&gt; — Opacity for de-emphasised elements (default: &lt;code&gt;0.5&lt;/code&gt;)&lt;/li&gt;
&lt;/ul&gt;
</description>
      <source:markdown>I pushed a minor upgrade to the [post stats plugin](https://micro.blog/account/plugins/view/22) today to fix the build issues with Hugo v0.158. It should now work for all the Hugo versions supported by Micro.blog. Reinstall or look out for an upgrade.

The v2 upgrade also introduced a few customisation options.

**Plugin Settings**

Two settings are available directly in the plugin configuration on Micro.blog:

- _Remove Year Recap section from the stats page_ — Hides the Year Recap block at the top of the stats page, showing only the detailed all-time stats.
- _Use the original minimal stats layout_ — Switches back to the original table-based stats layout introduced in v1, instead of the new card/chart design in v2.

**CSS Variables**

The plugin&#39;s appearance can be customised by overriding CSS variables in your blog&#39;s custom CSS at `:root { }`.

_Colors_
- `--ps-accent` — Primary chart/highlight color (default: `#3b82f6` blue)
- `--ps-accent-light` — Chart fill/background tint (default: `rgba(59,130,246,0.12)`)
- `--ps-accent-muted` — Secondary chart accent, e.g. hover states (default: `rgba(59,130,246,0.35)`)
- `--ps-up` — Trend arrow color when count increased (default: `#22c55e` green)
- `--ps-down` — Trend arrow color when count decreased (default: `#ef4444` red)
- `--ps-neutral` — Trend arrow color when unchanged (default: `#94a3b8` grey)

_Layout &amp; Shape_
- `--ps-gap` — Spacing between cards/sections (default: `1rem`)
- `--ps-radius` — Border radius on cards (default: `10px`)

_Borders &amp; Shadows_
- `--ps-border` — Card border color (default: `rgba(128,128,128,0.15)`)
- `--ps-shadow` — Card shadow (default: subtle 1px drop shadow + border ring)

_Opacity_
- `--ps-muted` — Opacity for de-emphasised elements (default: `0.5`)
</source:markdown>
    </item>
    
    <item>
      <title></title>
      <link>https://amitg.blog/2026/03/28/watched-project-hail-mary-oh/</link>
      <pubDate>Sat, 28 Mar 2026 21:23:37 +0530</pubDate>
      
      <guid>http://tales.micro.blog/2026/03/28/watched-project-hail-mary-oh/</guid>
      <description>&lt;p&gt;Watched: &lt;a href=&#34;https://www.themoviedb.org/movie/687163&#34;&gt;Project Hail Mary&lt;/a&gt; 🍿&lt;/p&gt;
&lt;p&gt;Oh, I haven&amp;rsquo;t had this much fun in the theatre for a while now. Went with family, with a few folks not generally interested in scifi. They enjoyed it as well. Ryan Gosling played the lead perfectly &amp;ndash; he made the whole theatre laugh out loud at multiple moments.&lt;/p&gt;
</description>
      <source:markdown>Watched: [Project Hail Mary](https://www.themoviedb.org/movie/687163) 🍿

Oh, I haven&#39;t had this much fun in the theatre for a while now. Went with family, with a few folks not generally interested in scifi. They enjoyed it as well. Ryan Gosling played the lead perfectly -- he made the whole theatre laugh out loud at multiple moments.
</source:markdown>
    </item>
    
    <item>
      <title>Revamping Post Stats</title>
      <link>https://amitg.blog/2026/03/27/revamping-post-stats/</link>
      <pubDate>Fri, 27 Mar 2026 17:35:54 +0530</pubDate>
      
      <guid>http://tales.micro.blog/2026/03/27/revamping-post-stats/</guid>
      <description>&lt;p&gt;Of all the dev projects I have created, the &lt;a href=&#34;https://micro.blog/account/plugins/view/22&#34;&gt;post stats plugin&lt;/a&gt; for Micro.blog has been close to me. It gave me insights about my writing that I loved.&lt;/p&gt;
&lt;p&gt;Since I published the first version of this plugin in December 2021, I have wanted to revamp the stats page. I had accumulated a list of insights that were not present, but needed to be.&lt;/p&gt;
&lt;p&gt;With v2, they do — a complete rebuild, not a minor update. Here&amp;rsquo;s the snapshot (&lt;a href=&#34;https://amitg.blog/stats/&#34;&gt;demo&lt;/a&gt;).&lt;/p&gt;
&lt;img src=&#34;https://cdn.uploads.micro.blog/7936/2026/post-stats-v2.png&#34; width=&#34;600&#34; height=&#34;505&#34; alt=&#34;&#34;&gt;
&lt;p&gt;How long does it take to read everything you&amp;rsquo;ve ever written? What&amp;rsquo;s your longest posting streak? When do you actually post? v2 answers all of this in a modern card-based layout.&lt;/p&gt;
&lt;p&gt;I have already discovered that I had a 65-day posting streak back in early 2022 — I had no idea. Or that I post equally across the days of the week. Apparently, I&amp;rsquo;m more consistent than I thought.&lt;/p&gt;
&lt;p&gt;Head over to the plugins page to upgrade to v2. &lt;a href=&#34;mailto:reply@amitgawande.com&#34;&gt;Let me know&lt;/a&gt; what&amp;rsquo;s missing.&lt;/p&gt;
</description>
      <source:markdown>Of all the dev projects I have created, the [post stats plugin](https://micro.blog/account/plugins/view/22) for Micro.blog has been close to me. It gave me insights about my writing that I loved.

Since I published the first version of this plugin in December 2021, I have wanted to revamp the stats page. I had accumulated a list of insights that were not present, but needed to be. 

With v2, they do — a complete rebuild, not a minor update. Here&#39;s the snapshot ([demo](https://amitg.blog/stats/)).

&lt;img src=&#34;https://cdn.uploads.micro.blog/7936/2026/post-stats-v2.png&#34; width=&#34;600&#34; height=&#34;505&#34; alt=&#34;&#34;&gt;

How long does it take to read everything you&#39;ve ever written? What&#39;s your longest posting streak? When do you actually post? v2 answers all of this in a modern card-based layout.

I have already discovered that I had a 65-day posting streak back in early 2022 — I had no idea. Or that I post equally across the days of the week. Apparently, I&#39;m more consistent than I thought.

Head over to the plugins page to upgrade to v2. [Let me know](mailto:reply@amitgawande.com) what&#39;s missing.
</source:markdown>
    </item>
    
    <item>
      <title></title>
      <link>https://amitg.blog/2026/02/01/a-pleasant-drive-to-the/</link>
      <pubDate>Sun, 01 Feb 2026 11:09:58 +0530</pubDate>
      
      <guid>http://tales.micro.blog/2026/02/01/a-pleasant-drive-to-the/</guid>
      <description>&lt;p&gt;A pleasant drive to the outsirkts. And I see the life that matters. Pune is blessed that way!&lt;/p&gt;
&lt;img src=&#34;https://cdn.uploads.micro.blog/7936/2026/982fafb9f2.jpg&#34; width=&#34;600&#34; height=&#34;450&#34; alt=&#34;&#34;&gt;
</description>
      <source:markdown>A pleasant drive to the outsirkts. And I see the life that matters. Pune is blessed that way!

&lt;img src=&#34;https://cdn.uploads.micro.blog/7936/2026/982fafb9f2.jpg&#34; width=&#34;600&#34; height=&#34;450&#34; alt=&#34;&#34;&gt;
</source:markdown>
    </item>
    
    <item>
      <title></title>
      <link>https://amitg.blog/2026/01/29/spent-an-hour-today-writing/</link>
      <pubDate>Thu, 29 Jan 2026 21:58:42 +0530</pubDate>
      
      <guid>http://tales.micro.blog/2026/01/29/spent-an-hour-today-writing/</guid>
      <description>&lt;p&gt;Spent an hour today writing a post that eventually felt inauthentic. I only realised after writing it that I had no opinion on the topic. Why did I think I needed to have one?&lt;/p&gt;
&lt;p&gt;It happens a lot when I read meta posts on writing. I tend to get swayed and believe that I ought to contribute. I don’t.&lt;/p&gt;
</description>
      <source:markdown>Spent an hour today writing a post that eventually felt inauthentic. I only realised after writing it that I had no opinion on the topic. Why did I think I needed to have one? 

It happens a lot when I read meta posts on writing. I tend to get swayed and believe that I ought to contribute. I don’t.
</source:markdown>
    </item>
    
    <item>
      <title></title>
      <link>https://amitg.blog/2026/01/12/a-peaceful-corner-at-a/</link>
      <pubDate>Mon, 12 Jan 2026 20:22:08 +0530</pubDate>
      
      <guid>http://tales.micro.blog/2026/01/12/a-peaceful-corner-at-a/</guid>
      <description>&lt;p&gt;A peaceful corner at a hospital that I had to visit recently - much needed calm for people going through a lot within.&lt;/p&gt;
&lt;img src=&#34;https://cdn.uploads.micro.blog/7936/2026/c453530570.jpg&#34; width=&#34;450&#34; height=&#34;600&#34; alt=&#34;&#34;&gt;
</description>
      <source:markdown>A peaceful corner at a hospital that I had to visit recently - much needed calm for people going through a lot within. 

&lt;img src=&#34;https://cdn.uploads.micro.blog/7936/2026/c453530570.jpg&#34; width=&#34;450&#34; height=&#34;600&#34; alt=&#34;&#34;&gt;
</source:markdown>
    </item>
    
    <item>
      <title></title>
      <link>https://amitg.blog/2025/12/12/i-generally-do-not-enjoy/</link>
      <pubDate>Fri, 12 Dec 2025 15:48:52 +0530</pubDate>
      
      <guid>http://tales.micro.blog/2025/12/12/i-generally-do-not-enjoy/</guid>
      <description>&lt;p&gt;I generally do not enjoy rock or rap songs. But I am enjoying the soundtracks from Dhurandhar. Good vibe.&lt;/p&gt;
</description>
      <source:markdown>I generally do not enjoy rock or rap songs. But I am enjoying the soundtracks from Dhurandhar. Good vibe.
</source:markdown>
    </item>
    
    <item>
      <title></title>
      <link>https://amitg.blog/2025/12/11/while-stuck-at-a-traffic/</link>
      <pubDate>Thu, 11 Dec 2025 22:13:11 +0530</pubDate>
      
      <guid>http://tales.micro.blog/2025/12/11/while-stuck-at-a-traffic/</guid>
      <description>&lt;p&gt;While stuck at a traffic signal, I captured the mode of travel I’d prefer.&lt;/p&gt;
&lt;img src=&#34;https://cdn.uploads.micro.blog/7936/2025/cbec2f90da.jpg&#34; width=&#34;450&#34; height=&#34;600&#34; alt=&#34;&#34;&gt;
</description>
      <source:markdown>While stuck at a traffic signal, I captured the mode of travel I’d prefer. 

&lt;img src=&#34;https://cdn.uploads.micro.blog/7936/2025/cbec2f90da.jpg&#34; width=&#34;450&#34; height=&#34;600&#34; alt=&#34;&#34;&gt;
</source:markdown>
    </item>
    
    <item>
      <title></title>
      <link>https://amitg.blog/2025/12/11/watched-mission-impossible-the-final/</link>
      <pubDate>Thu, 11 Dec 2025 19:34:00 +0530</pubDate>
      
      <guid>http://tales.micro.blog/2025/12/11/watched-mission-impossible-the-final/</guid>
      <description>&lt;p&gt;Watched: &lt;a href=&#34;https://www.themoviedb.org/movie/575265&#34;&gt;Mission: Impossible - The Final Reckoning&lt;/a&gt; ★★🍿&lt;/p&gt;
&lt;p&gt;The weakest MI movie. The story is weak. The antagonist is weak. Even action only works in parts. The submarine part felt stretched. Just no tension, and that&amp;rsquo;s the biggest fault.&lt;/p&gt;
</description>
      <source:markdown>Watched: [Mission: Impossible - The Final Reckoning](https://www.themoviedb.org/movie/575265) ★★🍿

The weakest MI movie. The story is weak. The antagonist is weak. Even action only works in parts. The submarine part felt stretched. Just no tension, and that&#39;s the biggest fault.
</source:markdown>
    </item>
    
    <item>
      <title></title>
      <link>https://amitg.blog/2025/12/10/i-have-been-away-from/</link>
      <pubDate>Wed, 10 Dec 2025 09:20:20 +0530</pubDate>
      
      <guid>http://tales.micro.blog/2025/12/10/i-have-been-away-from/</guid>
      <description>&lt;p&gt;I have been away from the Arc browser for a while now—basically, the sidebar interface. I tried going back to it with the Zen browser, and it&amp;rsquo;s frustratingly ineffective. It&amp;rsquo;s not the best view for the tabs. Kinda limits me.&lt;/p&gt;
</description>
      <source:markdown>I have been away from the Arc browser for a while now—basically, the sidebar interface. I tried going back to it with the Zen browser, and it&#39;s frustratingly ineffective. It&#39;s not the best view for the tabs. Kinda limits me.
</source:markdown>
    </item>
    
    <item>
      <title></title>
      <link>https://amitg.blog/2025/12/09/where-do-the-children-play/</link>
      <pubDate>Tue, 09 Dec 2025 12:02:23 +0530</pubDate>
      
      <guid>http://tales.micro.blog/2025/12/09/where-do-the-children-play/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;https://unpublishablepapers.substack.com/p/where-do-the-children-play&#34;&gt;Where Do the Children Play?&lt;/a&gt; ⚓︎&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;But that doesn’t change the fact that kids need their independent peer cultures. If we can’t provide physical spaces for them to form, then we must accept that they will often form in digital spaces instead. So if we’re unhappy with the digital spaces on offer — if we think there are too many figurative leopards in those forests — then we should make something better.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;An interesting and important read.&lt;/p&gt;
</description>
      <source:markdown>[Where Do the Children Play?](https://unpublishablepapers.substack.com/p/where-do-the-children-play) ⚓︎

&gt; But that doesn’t change the fact that kids need their independent peer cultures. If we can’t provide physical spaces for them to form, then we must accept that they will often form in digital spaces instead. So if we’re unhappy with the digital spaces on offer — if we think there are too many figurative leopards in those forests — then we should make something better.

An interesting and important read. 
</source:markdown>
    </item>
    
    <item>
      <title></title>
      <link>https://amitg.blog/2025/11/30/we-had-a-nice-unplanned/</link>
      <pubDate>Sun, 30 Nov 2025 10:46:42 +0530</pubDate>
      
      <guid>http://tales.micro.blog/2025/11/30/we-had-a-nice-unplanned/</guid>
      <description>&lt;p&gt;We had a nice unplanned walk around the neighbourhood last night. Some charm in the usualities at night.&lt;/p&gt;
&lt;img src=&#34;https://cdn.uploads.micro.blog/7936/2025/067a8bf455.jpg&#34; width=&#34;450&#34; height=&#34;600&#34; alt=&#34;&#34;&gt;
</description>
      <source:markdown>We had a nice unplanned walk around the neighbourhood last night. Some charm in the usualities at night.

&lt;img src=&#34;https://cdn.uploads.micro.blog/7936/2025/067a8bf455.jpg&#34; width=&#34;450&#34; height=&#34;600&#34; alt=&#34;&#34;&gt;
</source:markdown>
    </item>
    
    <item>
      <title></title>
      <link>https://amitg.blog/2025/11/28/movie-night-with-family-zootopia/</link>
      <pubDate>Fri, 28 Nov 2025 23:13:51 +0530</pubDate>
      
      <guid>http://tales.micro.blog/2025/11/28/movie-night-with-family-zootopia/</guid>
      <description>&lt;p&gt;Movie night with family - Zootopia 2 at IMAX 🍿&lt;/p&gt;
&lt;img src=&#34;https://cdn.uploads.micro.blog/7936/2025/548769e607.jpg&#34; width=&#34;450&#34; height=&#34;600&#34; alt=&#34;&#34;&gt;
</description>
      <source:markdown>Movie night with family - Zootopia 2 at IMAX 🍿

&lt;img src=&#34;https://cdn.uploads.micro.blog/7936/2025/548769e607.jpg&#34; width=&#34;450&#34; height=&#34;600&#34; alt=&#34;&#34;&gt;
</source:markdown>
    </item>
    
    <item>
      <title></title>
      <link>https://amitg.blog/2025/11/28/its-long-past-midnight-and/</link>
      <pubDate>Fri, 28 Nov 2025 01:05:32 +0530</pubDate>
      
      <guid>http://tales.micro.blog/2025/11/28/its-long-past-midnight-and/</guid>
      <description>&lt;p&gt;It’s long past midnight and I am still unable to go to sleep. There’s a lot of noise outside &lt;em&gt;and within&lt;/em&gt;. I have got nice sleep music playing in my ears, but when has that helped to cut the noise within? This is rare, but I hate when this happens.&lt;/p&gt;
</description>
      <source:markdown>It’s long past midnight and I am still unable to go to sleep. There’s a lot of noise outside _and within_. I have got nice sleep music playing in my ears, but when has that helped to cut the noise within? This is rare, but I hate when this happens. 
</source:markdown>
    </item>
    
    <item>
      <title>An Evening Walk in Chennai</title>
      <link>https://amitg.blog/2025/11/27/an-evening-walk-in-chennai/</link>
      <pubDate>Thu, 27 Nov 2025 21:24:25 +0530</pubDate>
      
      <guid>http://tales.micro.blog/2025/11/27/an-evening-walk-in-chennai/</guid>
      <description>&lt;p&gt;Last week, I was on a work trip to Chennai. I have been to this town before, but never spent any meaningful time here. It was either during a packed schedule or during a layover en route to places like Pondicherry.&lt;/p&gt;
&lt;p&gt;The schedule this time was different &amp;ndash; I had a free workday, which I wanted to make full use of.  So I decided to take an auto to &lt;a href=&#34;https://en.wikipedia.org/wiki/Edward_Elliot%27s_Beach&#34;&gt;Elliot&amp;rsquo;s Beach&lt;/a&gt; and walk down &lt;a href=&#34;https://maps.app.goo.gl/Vf9q2jKPXtG7vs7b6&#34;&gt;Elliot&amp;rsquo;s Promenade&lt;/a&gt;.&lt;/p&gt;
&lt;img src=&#34;https://cdn.uploads.micro.blog/7936/2025/fe99119e4d.jpg&#34; width=&#34;600&#34; height=&#34;450&#34; alt=&#34;&#34;&gt;
&lt;p&gt;It had rained throughout the day, and the weather had cleared slightly as the evening dawned. I had forgotten my AirPods at my hotel &amp;ndash; and I could not have been happier. I got to enjoy the place in its most natural form—the wind, the sounds, the absence of the hustle and bustle that comes with a beach in India.&lt;/p&gt;
&lt;img src=&#34;https://cdn.uploads.micro.blog/7936/2025/560594e964.jpg&#34; width=&#34;600&#34; height=&#34;800&#34; alt=&#34;&#34;&gt;
&lt;p&gt;I spent a good couple of hours roaming around the empty street, drank a couple of filter coffees. Walked down a wooden walkway &lt;em&gt;straight to the crashing waves&lt;/em&gt; &amp;ndash; I couldn&amp;rsquo;t have been happier to see that, given that I didn&amp;rsquo;t carry any extra shoes with me.&lt;/p&gt;
&lt;img src=&#34;https://cdn.uploads.micro.blog/7936/2025/82d5b76501.jpg&#34; width=&#34;600&#34; height=&#34;800&#34; alt=&#34;&#34;&gt;
&lt;img src=&#34;https://cdn.uploads.micro.blog/7936/2025/c5ba0fb1c6.jpg&#34; width=&#34;600&#34; height=&#34;800&#34; alt=&#34;&#34;&gt;
&lt;p&gt;It&amp;rsquo;s a place I would love to spend every evening at. At the same time, Chennai is not a city I can ever settle in. So the evening was a one-off, but I carried back many memories with me.&lt;/p&gt;
&lt;img src=&#34;https://cdn.uploads.micro.blog/7936/2025/32ae24942b.jpg&#34; width=&#34;600&#34; height=&#34;450&#34; alt=&#34;&#34;&gt;
</description>
      <source:markdown>Last week, I was on a work trip to Chennai. I have been to this town before, but never spent any meaningful time here. It was either during a packed schedule or during a layover en route to places like Pondicherry.

The schedule this time was different -- I had a free workday, which I wanted to make full use of.  So I decided to take an auto to [Elliot&#39;s Beach](https://en.wikipedia.org/wiki/Edward_Elliot%27s_Beach) and walk down [Elliot&#39;s Promenade](https://maps.app.goo.gl/Vf9q2jKPXtG7vs7b6). 

&lt;img src=&#34;https://cdn.uploads.micro.blog/7936/2025/fe99119e4d.jpg&#34; width=&#34;600&#34; height=&#34;450&#34; alt=&#34;&#34;&gt;

It had rained throughout the day, and the weather had cleared slightly as the evening dawned. I had forgotten my AirPods at my hotel -- and I could not have been happier. I got to enjoy the place in its most natural form—the wind, the sounds, the absence of the hustle and bustle that comes with a beach in India. 

&lt;img src=&#34;https://cdn.uploads.micro.blog/7936/2025/560594e964.jpg&#34; width=&#34;600&#34; height=&#34;800&#34; alt=&#34;&#34;&gt;

I spent a good couple of hours roaming around the empty street, drank a couple of filter coffees. Walked down a wooden walkway *straight to the crashing waves* -- I couldn&#39;t have been happier to see that, given that I didn&#39;t carry any extra shoes with me.

&lt;img src=&#34;https://cdn.uploads.micro.blog/7936/2025/82d5b76501.jpg&#34; width=&#34;600&#34; height=&#34;800&#34; alt=&#34;&#34;&gt;

&lt;img src=&#34;https://cdn.uploads.micro.blog/7936/2025/c5ba0fb1c6.jpg&#34; width=&#34;600&#34; height=&#34;800&#34; alt=&#34;&#34;&gt;

It&#39;s a place I would love to spend every evening at. At the same time, Chennai is not a city I can ever settle in. So the evening was a one-off, but I carried back many memories with me.

&lt;img src=&#34;https://cdn.uploads.micro.blog/7936/2025/32ae24942b.jpg&#34; width=&#34;600&#34; height=&#34;450&#34; alt=&#34;&#34;&gt;
</source:markdown>
    </item>
    
    <item>
      <title></title>
      <link>https://amitg.blog/2025/11/23/speed-watched-kaho-naa-pyaar/</link>
      <pubDate>Sun, 23 Nov 2025 10:51:48 +0530</pubDate>
      
      <guid>http://tales.micro.blog/2025/11/23/speed-watched-kaho-naa-pyaar/</guid>
      <description>&lt;p&gt;Speed watched: &lt;a href=&#34;https://www.themoviedb.org/movie/16987&#34;&gt;Kaho Naa&amp;hellip; Pyaar Hai&lt;/a&gt; for n&amp;rsquo;th time🍿&lt;/p&gt;
&lt;p&gt;I like to remind myself how cheesy Bollywoodish the 2000s were. And how crazy in love I was with the phase.&lt;/p&gt;
</description>
      <source:markdown>Speed watched: [Kaho Naa... Pyaar Hai](https://www.themoviedb.org/movie/16987) for n&#39;th time🍿

I like to remind myself how cheesy Bollywoodish the 2000s were. And how crazy in love I was with the phase.
</source:markdown>
    </item>
    
    <item>
      <title></title>
      <link>https://amitg.blog/2025/11/23/sometimes-the-test-posts-are/</link>
      <pubDate>Sun, 23 Nov 2025 10:47:14 +0530</pubDate>
      
      <guid>http://tales.micro.blog/2025/11/23/sometimes-the-test-posts-are/</guid>
      <description>&lt;p&gt;Sometimes the test posts are not to test the post, but to test the poster. Here&amp;rsquo;s that post.&lt;/p&gt;
</description>
      <source:markdown>Sometimes the test posts are not to test the post, but to test the poster. Here&#39;s that post. 
</source:markdown>
    </item>
    
    <item>
      <title></title>
      <link>https://amitg.blog/2025/11/17/when-the-skies-peek-from/</link>
      <pubDate>Mon, 17 Nov 2025 05:46:58 +0530</pubDate>
      
      <guid>http://tales.micro.blog/2025/11/17/when-the-skies-peek-from/</guid>
      <description>&lt;p&gt;When the skies peek from the canopy of the greens, sometimes that’s the best part of the walks! Yesterday was one such day - a walk through the old city of Pune. My daughter fell in love with the city that she never knew she was living in.&lt;/p&gt;
&lt;img src=&#34;https://cdn.uploads.micro.blog/7936/2025/f87239a7a3.jpg&#34; width=&#34;450&#34; height=&#34;600&#34; alt=&#34;&#34;&gt;
</description>
      <source:markdown>When the skies peek from the canopy of the greens, sometimes that’s the best part of the walks! Yesterday was one such day - a walk through the old city of Pune. My daughter fell in love with the city that she never knew she was living in.

&lt;img src=&#34;https://cdn.uploads.micro.blog/7936/2025/f87239a7a3.jpg&#34; width=&#34;450&#34; height=&#34;600&#34; alt=&#34;&#34;&gt;
</source:markdown>
    </item>
    
    <item>
      <title></title>
      <link>https://amitg.blog/2025/11/12/i-have-enabled-the-crossposting/</link>
      <pubDate>Wed, 12 Nov 2025 21:07:23 +0530</pubDate>
      
      <guid>http://tales.micro.blog/2025/11/12/i-have-enabled-the-crossposting/</guid>
      <description>&lt;p&gt;I have enabled the crossposting to all places again. Why? No reason. I have anyway been crossposting to Mastodon, which is the only social network I have been active on. But that need not be the case.&lt;/p&gt;
&lt;p&gt;I am tired of &lt;a href=&#34;https://www.amitgawande.com/blog/2025/10-nov-2025-at-9-11-am/&#34;&gt;overthinking stuff&lt;/a&gt; around my blogging. It&amp;rsquo;s okay if things aren&amp;rsquo;t perfect. I won&amp;rsquo;t worry about what reaches which audience.&lt;/p&gt;
&lt;p&gt;I am happy as long as I write.&lt;/p&gt;
&lt;p&gt;Wherever I get responses, I will reply. Participate in whichever stream I am in the mood to dip my toes in. Or stay away if that&amp;rsquo;s what feels right at that moment. Better to keep experimenting than to let things get stagnant.&lt;/p&gt;
</description>
      <source:markdown>I have enabled the crossposting to all places again. Why? No reason. I have anyway been crossposting to Mastodon, which is the only social network I have been active on. But that need not be the case.

I am tired of [overthinking stuff](https://www.amitgawande.com/blog/2025/10-nov-2025-at-9-11-am/) around my blogging. It&#39;s okay if things aren&#39;t perfect. I won&#39;t worry about what reaches which audience.

I am happy as long as I write.

Wherever I get responses, I will reply. Participate in whichever stream I am in the mood to dip my toes in. Or stay away if that&#39;s what feels right at that moment. Better to keep experimenting than to let things get stagnant.
</source:markdown>
    </item>
    
    <item>
      <title></title>
      <link>https://amitg.blog/2025/08/21/just-had-one-of-the/</link>
      <pubDate>Thu, 21 Aug 2025 17:42:04 +0530</pubDate>
      
      <guid>http://tales.micro.blog/2025/08/21/just-had-one-of-the/</guid>
      <description>&lt;p&gt;Just had one of the worst Cafe Mocha that I have ever had. And the only reason I even came here was that I had to pass an hour and this is the only place that had good parking spot. I know now that shouldn&amp;rsquo;t be a parameter ever in choosing a cafe ☕&lt;/p&gt;
&lt;img src=&#34;https://cdn.uploads.micro.blog/7936/2025/e60e320822.jpg&#34; width=&#34;450&#34; height=&#34;600&#34; alt=&#34;&#34;&gt;
</description>
      <source:markdown>Just had one of the worst Cafe Mocha that I have ever had. And the only reason I even came here was that I had to pass an hour and this is the only place that had good parking spot. I know now that shouldn&#39;t be a parameter ever in choosing a cafe ☕

&lt;img src=&#34;https://cdn.uploads.micro.blog/7936/2025/e60e320822.jpg&#34; width=&#34;450&#34; height=&#34;600&#34; alt=&#34;&#34;&gt;
</source:markdown>
    </item>
    
    <item>
      <title></title>
      <link>https://amitg.blog/2025/08/04/crazy-glass-at-crazy-noodles/</link>
      <pubDate>Mon, 04 Aug 2025 10:42:03 +0530</pubDate>
      
      <guid>http://tales.micro.blog/2025/08/04/crazy-glass-at-crazy-noodles/</guid>
      <description>&lt;p&gt;Crazy Glass at Crazy Noodles.. It wasn&amp;rsquo;t the food that won us! 🍜&lt;/p&gt;
&lt;img src=&#34;https://cdn.uploads.micro.blog/7936/2025/fdb0328557.jpg&#34; width=&#34;450&#34; height=&#34;600&#34; alt=&#34;&#34;&gt;
</description>
      <source:markdown>Crazy Glass at Crazy Noodles.. It wasn&#39;t the food that won us! 🍜

&lt;img src=&#34;https://cdn.uploads.micro.blog/7936/2025/fdb0328557.jpg&#34; width=&#34;450&#34; height=&#34;600&#34; alt=&#34;&#34;&gt;
</source:markdown>
    </item>
    
    <item>
      <title></title>
      <link>https://amitg.blog/2025/06/26/thanks-to-chai-point-had/</link>
      <pubDate>Thu, 26 Jun 2025 03:38:25 +0530</pubDate>
      
      <guid>http://tales.micro.blog/2025/06/26/thanks-to-chai-point-had/</guid>
      <description>&lt;p&gt;Thanks to Chai Point, had a &amp;ldquo;good&amp;rdquo; ginger tea at Airport. Something that wasn&amp;rsquo;t just dark muddy water. Low bar I know, but still nice! 😊&lt;/p&gt;
&lt;img src=&#34;https://cdn.uploads.micro.blog/7936/2025/631846bea1.jpg&#34; width=&#34;450&#34; height=&#34;600&#34; alt=&#34;&#34;&gt;
</description>
      <source:markdown>Thanks to Chai Point, had a &#34;good&#34; ginger tea at Airport. Something that wasn&#39;t just dark muddy water. Low bar I know, but still nice! 😊 

&lt;img src=&#34;https://cdn.uploads.micro.blog/7936/2025/631846bea1.jpg&#34; width=&#34;450&#34; height=&#34;600&#34; alt=&#34;&#34;&gt;
</source:markdown>
    </item>
    
    <item>
      <title></title>
      <link>https://amitg.blog/2025/05/24/a-beautiful-stay-high-up/</link>
      <pubDate>Sat, 24 May 2025 19:49:04 +0530</pubDate>
      
      <guid>http://tales.micro.blog/2025/05/24/a-beautiful-stay-high-up/</guid>
      <description>&lt;p&gt;A beautiful stay - high up in the mountains. And then some more.&lt;/p&gt;
&lt;img src=&#34;https://cdn.uploads.micro.blog/7936/2025/0b00243853.jpg&#34; width=&#34;600&#34; height=&#34;450&#34; alt=&#34;&#34;&gt;
</description>
      <source:markdown>A beautiful stay - high up in the mountains. And then some more. 

&lt;img src=&#34;https://cdn.uploads.micro.blog/7936/2025/0b00243853.jpg&#34; width=&#34;600&#34; height=&#34;450&#34; alt=&#34;&#34;&gt;
</source:markdown>
    </item>
    
    <item>
      <title></title>
      <link>https://amitg.blog/2025/05/23/a-view-that-made-me/</link>
      <pubDate>Fri, 23 May 2025 15:18:49 +0530</pubDate>
      
      <guid>http://tales.micro.blog/2025/05/23/a-view-that-made-me/</guid>
      <description>&lt;p&gt;A view that made me halt while exiting.&lt;/p&gt;
&lt;img src=&#34;https://cdn.uploads.micro.blog/7936/2025/850b4e5abe.jpg&#34; width=&#34;600&#34; height=&#34;450&#34; alt=&#34;&#34;&gt;
</description>
      <source:markdown>A view that made me halt while exiting. 

&lt;img src=&#34;https://cdn.uploads.micro.blog/7936/2025/850b4e5abe.jpg&#34; width=&#34;600&#34; height=&#34;450&#34; alt=&#34;&#34;&gt;
</source:markdown>
    </item>
    
  </channel>
</rss>
