<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
  xmlns:atom="http://www.w3.org/2005/Atom"
  xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>Pancham Khaitan</title>
    <link>https://panchamkhaitan.com</link>
    <description>Writing on engineering, tools, craft, and life.</description>
    <language>en</language>
    <atom:link href="https://panchamkhaitan.com/feed.xml" rel="self" type="application/rss+xml"/>
    <item>
      <title>Redesigning this site with Grok as pair programmer</title>
      <link>https://panchamkhaitan.com/blog/redesigning-this-site-with-grok</link>
      <guid isPermaLink="true">https://panchamkhaitan.com/blog/redesigning-this-site-with-grok</guid>
      <pubDate>Fri, 17 Jul 2026 00:00:00 GMT</pubDate>
      <description>How I rebuilt panchamkhaitan.com as a modern-minimal personal site — photo, short prose, full posts in the feed — with Grok accelerating the work and human taste calling the shots.</description>
      <content:encoded><![CDATA[<p>I rebuilt this site to show <strong>as much as necessary, not as much as possible</strong>. The home page is a photo, a short paragraph, and links in the prose. No hero theater, no featured-work carousel, no proof grids on the front door.</p>
<p>Grok (via the agent tooling I already live in) was the pair programmer. I directed taste, structure, and what stayed. The model accelerated layout plumbing, content wiring, and iteration speed.</p>
<h2>Before / after</h2>
<p><strong>Before</strong> was a conventional personal portfolio: top nav, big hero, carousel energy, work cards with stock-ish photography, newsletter footer. Captured from the <a href="https://web.archive.org/web/20250620011827/https://panchamkhaitan.com/">Internet Archive</a> (June 2025).</p>
<p><img src="https://panchamkhaitan.com/blog/redesign/before-desktop.webp" alt="Homepage before redesign — white portfolio with hero, carousel dots, and work cards"></p>
<p>An intermediate step went toward a warm “dossier” look — mono type, copper accent, longer home with sections. That was calmer than the portfolio, but still did too much on the first screen.</p>
<p><strong>After</strong> is modern minimal: name, portrait on the left, prose on the right. Projects like Steno show up in a sentence, not a card wall. Work, blog, notes, about, and contact are one link away — often inside the paragraph itself.</p>
<p><img src="https://panchamkhaitan.com/blog/redesign/after-desktop.webp" alt="Homepage after redesign — quiet layout with portrait and short prose"></p>
<p>Mobile after (same home, narrow viewport):</p>
<p><img src="https://panchamkhaitan.com/blog/redesign/after-mobile.webp" alt="Mobile homepage after redesign"></p>
<p>Full before page (hero through work cards and footer), if you want the long scroll:</p>
<p><img src="https://panchamkhaitan.com/blog/redesign/before-desktop-full.webp" alt="Full homepage before redesign including My Work card grid and dark footer"></p>
<h2>What the site is for</h2>
<p>It is not here to impress. It is here so someone can:</p>
<ul>
<li>see who I am in a few seconds</li>
<li>open <strong>work</strong>, <strong>writing</strong>, <strong>notes</strong>, or <strong>about</strong> without hunting chrome</li>
<li>leave via contact if they want to talk</li>
</ul>
<p>Primary nav stays short: Work · Blog · Notes · About · Contact. Projects, gear, and now still exist — Cmd+K and in-page links are enough for those.</p>
<h2>What changed under the hood</h2>
<p><strong>Before (IA / system):</strong></p>
<ul>
<li>Heavier UI patterns — carousel, card grids, multi-section home</li>
<li>Content had lived through a Mongo/GraphQL era; the site still felt “app-like”</li>
</ul>
<p><strong>After:</strong></p>
<ul>
<li>File-based content (<code>content/blog</code>, <code>content/work</code>, notes, updates) loaded at build time</li>
<li>One quiet reading measure, Source Serif, restrained accent</li>
<li>Career-first <code>/work</code>, side projects on <code>/projects</code>, an honest <code>/now</code></li>
<li>Real <code>/notes</code> listing (study notes), not buried only under About</li>
<li>Cmd+K search across pages and posts</li>
<li>Dark mode without fighting the page</li>
<li>A prebuilt OG image and search index</li>
<li>RSS with <strong>full post bodies</strong> for local writing (<code>content:encoded</code>)</li>
</ul>
<p>The homepage stays intentionally short on purpose.</p>
<h2>What Grok was good at</h2>
<ul>
<li>Turning a fuzzy “ultra minimal, modern, necessary only” brief into concrete structure</li>
<li>Scaffolding Next.js App Router pages and keeping components thin</li>
<li>Iterating copy until it sounded like me instead of brochure-speak</li>
<li>Mechanical work: sitemap, robots, contact hardening, feed full-text, image paths, markdown case studies</li>
</ul>
<h2>What I still had to own</h2>
<p>Models will happily invent polish you did not ask for, or leave assets that would embarrass you under a traffic spike.</p>
<p>I had to:</p>
<ul>
<li>Cut the home back again after a “nice” intermediate redesign still felt busy</li>
<li>Compress multi‑MB gear photos nobody needed at full resolution</li>
<li>Flesh out Helios and Aura case studies so they were not thinner than old freelance pages</li>
<li>Keep repeated “clever” lines from showing up on every page</li>
<li>Decide what <em>not</em> to ship (Instagram embeds that break, default Next 404s, public template SVGs)</li>
<li>Hunt real before screenshots (Wayback) instead of inventing a fake past</li>
</ul>
<p>That is the honest split: <strong>Grok accelerated the redesign; I owned the bar.</strong></p>
<h2>Stack, briefly</h2>
<ul>
<li>Next.js App Router + React 19</li>
<li>Markdown + YAML frontmatter (no runtime DB)</li>
<li>Tailwind 4 tokens for a quiet paper / ink system</li>
<li>Resend + Cloudflare Turnstile for contact</li>
<li>Statically hosted on Cloudflare Pages</li>
</ul>
<h2>If you are building with agents too</h2>
<ol>
<li>Give the model a strong constraint (photo + paragraph, no card grid, no show-off home).</li>
<li>Put content in boring files so either of you can edit without ceremony.</li>
<li>Measure the embarrassing stuff: image weight, empty states, forms under spam, feed completeness.</li>
<li>Write down what the model did vs what you decided — readers can smell pure hype.</li>
<li>Keep a before capture (or use the Archive) <em>before</em> you ship the redesign.</li>
<li>Prefer <strong>necessary</strong> over <strong>impressive</strong>. The second redesign is often the honest one.</li>
</ol>
<p>If you want the source or to argue about how quiet a personal site should be, <a href="https://panchamkhaitan.com/contact">say hi</a>.</p>]]></content:encoded>
      <category>Blog</category>
    </item>
    <item>
      <title>How I Installed Omarchy on an External SSD</title>
      <link>https://panchamkhaitan.com/blog/install-omarchy-on-ssd</link>
      <guid isPermaLink="true">https://panchamkhaitan.com/blog/install-omarchy-on-ssd</guid>
      <pubDate>Tue, 02 Dec 2025 00:00:00 GMT</pubDate>
      <description>Here&apos;s a step-by-step guide on how to install Omarchy on an external SSD easily</description>
      <content:encoded><![CDATA[<p>If you want to try <a href="http://omarchy.org/">Omarchy</a> without wiping your current computer clean, here&#39;s a step-by-step guide.</p>
<h2>Prerequisites</h2>
<ol>
<li>A USB stick (8–16 GB)</li>
<li>An external SSD (Omarchy uses the entire drive to install — I didn&#39;t want to risk my current disk, so I got a <a href="https://www.samsung.com/us/computing/memory-storage/portable-solid-state-drives/portable-ssd-t7-usb-3-2-1tb-gray-mu-pc1t0t-am/">Samsung T7</a>)</li>
<li>A computer</li>
<li>Internet connection</li>
</ol>
<p>(And good posture. Sit up!)</p>
<h2>Creating the Bootable USB</h2>
<p>Installing Omarchy is straightforward. First, download the ISO image from <a href="http://omarchy.org">omarchy.org</a>.</p>
<p>The ISO won&#39;t install itself like a <code>.exe</code>. You need to flash it onto your USB stick using <a href="https://etcher.balena.io/">balenaEtcher</a>. Open balenaEtcher, select the ISO, select your USB drive, and wait for it to finish. Done — your USB is now a bootable Omarchy installer.</p>
<h2>Booting from the USB</h2>
<ol>
<li>Shut down your computer.</li>
<li>Insert the bootable USB.</li>
<li>Power on and immediately press the key to enter BIOS setup. On Lenovo, this is usually <code>F2</code>. Other manufacturers use <code>Del</code>, <code>F12</code>, or <code>Esc</code> — check your machine&#39;s documentation.</li>
<li>In the BIOS, navigate to the boot menu and change the boot order so the USB drive appears before your built-in disk. On Lenovo, you typically use <code>F5</code>/<code>F6</code> to reorder; this varies by manufacturer.</li>
<li>Plug your external SSD into another USB port (keep the bootable USB connected).</li>
<li>Save and exit the BIOS.</li>
</ol>
<h2>Installing Omarchy</h2>
<p>The Omarchy installer will now load. It will ask which disk you want to install the OS on.</p>
<p><strong>Select your external SSD</strong> (e.g., Samsung T7). Double-check you&#39;re not selecting your internal drive — the installer will wipe whatever you choose.</p>
<p>The installer will download and set up everything. Once finished, it will ask you to remove the USB stick. Before you do:</p>
<ol>
<li>Re-enter the BIOS.</li>
<li>Change the boot order again so your external SSD (Samsung T7) appears above your built-in disk. This is where Omarchy now lives.</li>
<li>Save and exit.</li>
</ol>
<h2>Enjoy</h2>
<p>You&#39;re done. Remove the USB, and Omarchy will boot from your external SSD. Play around. Bye!</p>]]></content:encoded>
      <category>Blog</category>
    </item>
    <item>
      <title>How to paste markdown tables in Google Sheets and preserve style?</title>
      <link>https://panchamkhaitan.com/blog/markdown-table-google-sheet</link>
      <guid isPermaLink="true">https://panchamkhaitan.com/blog/markdown-table-google-sheet</guid>
      <pubDate>Fri, 07 Nov 2025 00:00:00 GMT</pubDate>
      <description>Sharing my learning on how rendering a markdown table in the UI and copy-pasting it into Google Sheets does not make it &quot;pretty&quot;.</description>
      <content:encoded><![CDATA[<p>Today I worked on a pretty nice &quot;bug&quot; where the markdown table could not be pasted in the native Google Sheets format. It would paste in the regular markdown style with the pipes (<code>|</code>) and all. Not a great UX, to be honest. Let me show you how it looked.</p>
<p><img src="https://assets.sunchay.com/private/uploads/01JGE47ST3BK4846N6WNA8SWGX/01K9EKBBSDY42MQXSJTWYQKS0J.png" alt="Broken markdown table in Google Sheets"></p>
<p>I initially thought I needed something fancy to get it to show up like this:</p>
<p><img src="https://assets.sunchay.com/private/uploads/01JGE47ST3BK4846N6WNA8SWGX/01K9EKBM7APNZX5T3JENK0W70H.png" alt="Fixed table in Google Sheets"></p>
<p>Turns out it was actually pretty simple.</p>
<p>You see, the <a href="%5Burl%5D(https://developer.mozilla.org/en-US/docs/Web/API/Clipboard/write)"><code>navigator.clipboard.write()</code></a> method accepts <a href="%5Burl%5D(https://developer.mozilla.org/en-US/docs/Web/HTTP/Guides/MIME_types)">MIME types</a>, and what we needed was the <code>text/html</code> MIME type instead of the default <code>text/plain</code> type.</p>
<pre><code class="language-typescript">if (tableHTML &amp;&amp; window.ClipboardItem &amp;&amp; navigator.clipboard.write) {
  navigator.clipboard.write([
    new ClipboardItem({
      &quot;text/html&quot;: new Blob([tableHTML], { type: &quot;text/html&quot; }),
      &quot;text/plain&quot;: new Blob([rawMarkdown], {
        type: &quot;text/plain&quot;,
      }),
    }),
  ]);
} else {
  navigator.clipboard.writeText(rawMarkdown);
}
</code></pre>
<p>Done. You can now paste the markdown table into Google Sheets without seeing the ugly syntax, and a bonus, you can still paste it into your editor as regular markdown.</p>]]></content:encoded>
      <category>Blog</category>
    </item>
    <item>
      <title>Starting The Curious Coder</title>
      <link>https://panchamkhaitan.com/blog/starting-the-curious-coder</link>
      <guid isPermaLink="true">https://panchamkhaitan.com/blog/starting-the-curious-coder</guid>
      <pubDate>Wed, 31 Jul 2024 00:00:00 GMT</pubDate>
      <description>I just started a newsletter!</description>
      <content:encoded><![CDATA[<p>I just published my first newsletter on Substack, and it&#39;s called The Curious Coder. You can find it by clicking on <a href="https://open.substack.com/pub/panchamk/p/the-curious-coder-1-charging-by-the?r=1thcb4&utm_campaign=post&utm_medium=web&showWelcomeOnShare=true">this link</a>.</p>
<p>While I have been toying around with the idea of connecting with more people and sharing my thoughts for a while, something in me triggered today and pushed me to hit that Publish button.</p>
<p>I am feeling the butterflies in my stomach, and I like it. This makes me realise that I care about what I say and how I get perceived. I am sure I will stay true to my goal, and remain the source of signal in random strangers&#39; inboxes.</p>
<p>Here&#39;s to many more!</p>]]></content:encoded>
      <category>Blog</category>
    </item>
    <item>
      <title>Smell the coffee, please</title>
      <link>https://panchamkhaitan.com/blog/smell-the-coffee-please</link>
      <guid isPermaLink="true">https://panchamkhaitan.com/blog/smell-the-coffee-please</guid>
      <pubDate>Sun, 05 May 2024 00:00:00 GMT</pubDate>
      <description>There are a few moments which are exactly like the way monks describe as they sit in their monasteries sitting in a Lotus position. Smelling the coffee this way is similar to one such moment for me.</description>
      <content:encoded><![CDATA[<p>If you ever need a break from everything else, if you are looking for a moment of utmost bliss, if you reach a breaking point, if you feel like the world is a shitty place, watch this video on your 4K HDR display in fullscreen and make a cup of French Press coffee. Really focus on grinding the coffee. Do not grind it too much, you don&#39;t want an espresso. You are looking for that French Press texture. You are looking for that imperfectly perfect grounds. Smell the coffee. Just smell it, will you? Boil a cup of water and letting it cool down for a minute. Pour the water into the French Press and see the steam gushing out of the pot. Just observe the steam. Sit on your desk chair. Watch the pot as the coffee grounds start to dance in the pot. They look happy, don&#39;t they? They want to play in the water. They want to swim. Let them. Wait for 5 minutes before you press the piston downwards and extract the freshly brewed cup of coffee. Pour the brown bliss into your cup. Observe the waterfall. Just look at the beauty that is the coffee that you just made. Be patient. Take a sip. Isn&#39;t this wonderful? Didn&#39;t you just feel the utmost sense of calm? This, my dear friend, is life. This moment right here is life.</p>
<p>The video:</p>
<iframe width="560" height="315" src="https://www.youtube.com/embed/DvzboEBcHpk?si=QPeY1nXYn-QwzeQz" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>]]></content:encoded>
      <category>Blog</category>
    </item>
    <item>
      <title>Note: When iCloud Photos is stuck on upload</title>
      <link>https://panchamkhaitan.com/blog/note-when-icloud-photos-is-stuck-on-upload</link>
      <guid isPermaLink="true">https://panchamkhaitan.com/blog/note-when-icloud-photos-is-stuck-on-upload</guid>
      <pubDate>Mon, 31 Jul 2023 00:00:00 GMT</pubDate>
      <description>A short note on what to do when iCloud is stuck on uploading...</description>
      <content:encoded><![CDATA[<p>When iCloud Photos is stuck on uploading, and does not progress, restart Mac in Safe Mode and then back in normal mode. The upload should start working fine.</p>]]></content:encoded>
      <category>Blog</category>
    </item>
    <item>
      <title>Trust is not always given</title>
      <link>https://panchamkhaitan.com/blog/trust-is-not-always-given</link>
      <guid isPermaLink="true">https://panchamkhaitan.com/blog/trust-is-not-always-given</guid>
      <pubDate>Sun, 30 Jul 2023 00:00:00 GMT</pubDate>
      <description>My shoes recently got stolen from my apartment. In this journal, I write about how trusting the world to do good can result in unexpected surprises, and how one&apos;s trust should be earned, than be given.</description>
      <content:encoded><![CDATA[<p>I have been the kind of person who always sees the good in the world. I have been the kind who wants to do good, and expects to receive good in return. I believe in maintaining the harmony of Nature.</p>
<p>But recently, my confidence has been challenged quite extremely. A delivery boy from Zomato came in to deliver food to my neighbour, but on his way out, stole a pair of one of my favourite shoes. They were kept in the shoe-rack outside my home, but, that thief thought that they were kept there for him to steal away.</p>
<p>After scrubbing through hours of CCTV footage, I finally caught the exact moment this act took place. I even got the details about the thief from the security guard&#39;s entry log. His name is Hemendra Meena. I got his contact details, and told him to return what did not belong to him. He denied having done anything at all. This made me angry. I went to the police station to file a complaint, but even the police didn&#39;t cooperate much. &quot;Cooperate for a pair of shoes?&quot; you might ask. A fair question. But it&#39;s not just about the shoes. Today, he found the courage to steal someone&#39;s shoes. Tomorrow, he may find the courage to commit a more serious, a more dangerous crime. Will that act be justified then?</p>
<p>After heading back home, disappointed, and sad, knowing that despite having all the evidence I need, I couldn&#39;t teach the guy a lesson. I no longer cared about the shoes, I cared more about the justice.</p>
<p>Later, I saw a few of the society committee members discussing the matter in detail, and how the safety of the society was under threat. One gentleman, pulled a few strings, and the police are now actively looking for the thief.</p>
<p>I have also reported a fraud to Zomato, and have asked for strict actions to be taken against the man, and I to be compensated for the loss of my time and resources.</p>
<p>At the end of the day, as I am writing this blog post, I am thinking to myself, &quot;Did I do something extreme just to find the shoes? Was the effort to catch the shoe-thief even worth it? Am I actually thinking about justice or revenge?&quot; I don&#39;t know. I feel like it was my duty to do something about fixing what I thought was broken. It may result in justice, or disappointment. But one thing that I know I learnt from it is that in life you must remember that the world is out there to satiate its own needs. If you feel like feeding the world, remember to not over-extend yourself along the way. You may not have anything more to give to the world, but the world will strip away anything that you may have left. I am not referring to money, fame, respect. I am talking about everything!</p>
<p>Anyway, after being completely spent, my roommate and I went out to have a good dinner. I had a cappuccino, spicy garlic noodles, and a veggie pizza. Not something that I eat regularly, but I had these items to remember this day. To remember that I am my own saviour, and that my trust should not be given, rather should be earned.</p>
<p>Would love to know your thoughts about it.</p>
<p>Pancham</p>]]></content:encoded>
      <category>Blog</category>
    </item>
    <item>
      <title>My rant on Google Takeout for Photos</title>
      <link>https://panchamkhaitan.com/blog/my-rant-on-google-takeout-for-photos</link>
      <guid isPermaLink="true">https://panchamkhaitan.com/blog/my-rant-on-google-takeout-for-photos</guid>
      <pubDate>Sun, 25 Jun 2023 00:00:00 GMT</pubDate>
      <description>So I recently used Google Takeout to export my files from Google Photos to iCloud. This is my rant on the whole thing. Hope this helps you!</description>
      <content:encoded><![CDATA[<p>So I recently tried to export all of my photos from Google Photos using <a href="https://takeout.google.com/settings/takeout">Google Takeout</a>. While it is great to have the power to export all of my data out of Photos, I found the whole process taking me much longer than I would have liked.</p>
<ol>
<li>The actual export time did not take long: Google took about 1-2 hours to export the whole data and send the download link to me via email</li>
<li>Because I had a lot of photos on Google Photos (about 50GB), the download took about 1-2 hours to complete. I also have photos on iCloud (about 60GB).</li>
<li>My MacBook Air 2015 with Intel i5 was trying its best to decompress the large five 10 gig zip files, but that process took about an hour (yes! I know!)</li>
<li>Now comes the problem!</li>
</ol>
<h3>The problem</h3>
<p>Now that I had 5 different folders named &quot;Takeout&quot;, &quot;Takeout 1&quot;, &quot;Takeout 2&quot;, etc. all I needed to do was to upload these photos to my other cloud provider (iCloud in this case). But it was not as simple as one might think. Every photo / video has an associated JSON file that contains the metadata about the file itself. &quot;That&#39;s fine,&quot; you may think. Yes, it would have been fine because to store all of the geo-location data, with the camera info and other stuff would have made the original file larger.</p>
<p>What I didn&#39;t quite like was the fact that almost all files had the camera info (shutter speed, aperture, model, etc) baked right into the EXIF data of the file, but none of the files had the &quot;Creation date&quot;, and &quot;Last modified date&quot; in the EXIF info. WHY!</p>
<h3>The solution</h3>
<p>After fiddling through Google to automatically add the creation date and updated date in the file&#39;s EXIF, I came across <a href="https://github.com/TheLastGimbus/GooglePhotosTakeoutHelper">this tool</a>. It was basically a script that would read through all the files and add that metadata. But, there was a catch. Remember how there were 5 Takeout folders created? Each Takeout folder contained multiple folders, each signifying an album in Google Photos. And because I use a Mac for everything, a simple copy-paste of one folder into another didn&#39;t work because there isn&#39;t a concept of &quot;Merging&quot; data. I thought, &quot;Hey, let me do it manually.&quot;</p>
<p>So I spent about 30 minutes to an hour manually copy-pasting all files into the common Takeout folder, and ran the script. &quot;Woohoo!&quot; I thought. But not quite.</p>
<h3>The frustration</h3>
<p>You see, when I ran the script, it failed. Why? Because I was using an Ex-FAT system to store those files (my Mac had run out of storage). After looking at the GitHub issues of the script, I came across <a href="https://github.com/TheLastGimbus/GooglePhotosTakeoutHelper/issues/203">this issue</a>. It mentioned using <code>dot_clean</code> before running the script. Voilà! Did I find the fix? Not yet ☹️</p>
<p>When the script failed, I deleted the output directory because I wanted to start afresh. But there lied the problem! The script does not clone the files and store a copy of that in the output directory. It moves the files!! That meant that I had literally deleted the production database. I needed to start all over.</p>
<h3>The hope</h3>
<p>So I redownloaded the whole Google Photos export in the same way mentioned before, and this time, I did not want to make the same mistakes. After 3 hours of waiting for it to download and extract, I wanted to automate my manual effort. That&#39;s where I decided to use <code>rsync</code>. It&#39;s great! I basically typed</p>
<pre><code class="language-bash">rsync -av /source/. /destination/
</code></pre>
<p>And just like that, all of the files in all the nested folders started getting copied to the root Takeout folder. After about 2 hours of this, I finally had the folder where all of my Google Photos were safe with their EXIF data separated. I still needed to do my job.</p>
<p>While the files were being copied, I fiddled online to find a better tool (a story of every software engineer), and I came across <a href="https://github.com/mattwilson1024/google-photos-exif">google-photos-exif</a>. It basically did the same thing, but it was built on Node. So I liked it. After letting it do its thing, I finally had all of my photos / videos / GIFs in one output folder. YAY? Not quite. I know, I know, I was frustrated too. That&#39;s why I am writing this rant.</p>
<p>While the script worked fine, it only modified the &quot;Modified date&quot; of all files. If you recall uploading files to iCloud, you would know that it likes to store in order of &quot;Creation date&quot;. I needed to modify all of my 25,000+ files with their creation date matching the modified date. I came across this shell command:</p>
<pre><code class="language-shell">for f in *.[iI][mM][gG]; do m=&quot;$(stat -f&#39;%Sm&#39; -t &quot;%m/%d/%Y %H:%M:%S&quot; &quot;$f&quot;)&quot;; SetFile -m &quot;$m&quot; -d &quot;$m&quot; &quot;$f&quot;; done
</code></pre>
<p>The brackets <code>[iI][mM][gG]</code> told the terminal which extensions it should be looking for. I updated the command to also look for PNGs and JPGs. After running that command 2-3 times (for MOV, JPEG, GIF) I finally had all of my files with the correct EXIF data.</p>
<p>Why couldn&#39;t Google just store those two things within the file?!</p>]]></content:encoded>
      <category>Blog</category>
    </item>
    <item>
      <title>How I use Siri Shortcuts to boost my productivity</title>
      <link>https://panchamkhaitan.com/blog/how-i-hacked-siri-shortcuts-to-boost-my-productivity-and-track-my-to-dos</link>
      <guid isPermaLink="true">https://panchamkhaitan.com/blog/how-i-hacked-siri-shortcuts-to-boost-my-productivity-and-track-my-to-dos</guid>
      <pubDate>Wed, 29 Mar 2023 00:00:00 GMT</pubDate>
      <description>I share how I use Siri Shortcuts to sync my tasks with my calendar and track my progress</description>
      <content:encoded><![CDATA[<p>I&#39;m a productivity nerd. I love finding new ways to automate and optimize my workflow. That&#39;s why I use Apple Reminders: a free, simple, and powerful tool that lets me manage my tasks with ease.</p>
<p>But there was one thing that bothered me: I wanted to see my to-dos in my calendar. When I had an Android phone, I used Google Tasks, which had a cool feature that automatically synced my tasks with Google Calendar. But I didn&#39;t want to use Google products because of privacy concerns.</p>
<p>So I decided to use Siri Shortcuts to solve this problem. Shortcuts is an amazing app that lets you create custom actions and automations for your iPhone or iPad. I created two automations that ran every day: one at the start of the day and one at the end of the day.</p>
<p>The first automation ran at 00:01 and fetched all my to-dos for the day from Reminders. Then it added them to a separate calendar called &quot;Tasks&quot;. This way, I could see all the tasks I had planned for the day in my calendar app. The GIF below shows how it looks when I toggle the &quot;Tasks&quot; calendar on and off.</p>
<p><img src="https://pancham-khaitan.s3.ap-south-1.amazonaws.com/portfolio/images/show-hide-tasks-calendar.gif" alt="A GIF of me toggling the Tasks calendar to reveal the events added by Shortcuts"></p>
<p>Pretty neat, right? But what about the tasks that popped up during the day? Well, for that, I created another automation that ran at 23:59 and scanned all the Reminders that I completed that day. If they were not already in the calendar, it added them to the &quot;Tasks&quot; calendar. This way, I could see all the tasks I accomplished that day in my calendar app. This helped me review my progress and plan better for the next day.</p>
<p>And as a bonus, I also added my calendar events to Reminders, so they would show up in my &quot;Tasks&quot; list as well. Because meetings are also part of the work I do.</p>
<p><img src="https://pancham-khaitan.s3.ap-south-1.amazonaws.com/portfolio/images/shortcuts-screenshot.jpg" alt="A screenshot of the automation page of Shortcuts showcasing various automations I have created"></p>
<p>So that&#39;s how I hacked Siri Shortcuts to boost my productivity and track my to-dos. If you want to try it yourself, you can send me a &quot;Hi&quot; at <a href="mailto:hello@panchamkhaitan.com">hello@panchamkhaitan.com</a>, and I will send you those Shortcuts for free!</p>]]></content:encoded>
      <category>Blog</category>
    </item>
    <item>
      <title>Living an intentional life</title>
      <link>https://panchamkhaitan.com/blog/living-an-intentional-life</link>
      <guid isPermaLink="true">https://panchamkhaitan.com/blog/living-an-intentional-life</guid>
      <pubDate>Fri, 16 Sep 2022 00:00:00 GMT</pubDate>
      <description>I recently watched a CODE interview with Jony Ive, Laurene Powell Jobs, and Tim Cook on Steve Jobs. This blog post shares my thoughts from it...</description>
      <content:encoded><![CDATA[<p>I was watching the interview of Jony Ive, Laurene Powell Jobs, and Tim Cook with Kara Swisher celebrating the legacy, and the person that was Steve Jobs. They talked about how Steve used to be one of the most eccentric people out there. One of the instances the guests shared was that he always cared about making the best product possible. Not the most, the best. It made me feel something. It made me feel how I sometimes tend to be sloppy, and careless about the things that I do.</p>
<blockquote>
<p>&quot;Our species deserves better, deserves thought.&quot; -- Jony Ive</p>
</blockquote>
<p>When asked about the level of care that the design team at Apple takes when designing the packaging for an Apple product, Jony Ive said, &quot;Our species deserves better, deserves thought.&quot; One thing that Jony Ive touched upon was being intentional. He shared how Steve made every decision after a considerable amount of thought and intention. Nothing was done just because. Hearing this statement made me think about all the times that I have made decisions unintentionally, and how they have over time accumulated a certain amount of debt with them.</p>
<p>I read or maybe watched it somewhere that the entities in this Universe almost always tend to decay. If you leave an apple in your fridge for a week, it will naturally decay. A body without exercise and a healthy diet will naturally become unhealthy. Anything left to stay the way it is will eventually become worse. It becomes our responsibility to regularly re-evaluate the decisions that we make on a day-to-day basis, and take necessary actions to mitigate the problems that may have arisen due to our lack of care.</p>
<p>As a software engineer, it is my responsibility to not just focus on the latest and greatest tools and technologies out there, but to take a retrospective look at the things that I have built. It is to consider the possibility of paying back the debt that I or my team have accumulated since the decision was made. It is also crucial for me to re-evaluate my skills as an engineer, and to rebuild or repair my knowledge of engineering.</p>
<p>Another excerpt from the interview which I admired was the story of how Steve Jobs surrounded himself with poetry, music, and art, to churn out ideas. It makes me think about diversifying the kind of information that I feed myself.</p>
<p>Another story of Steve Jobs that I revere is that he loved picking other people&#39;s brains. He used to call people every day to ask them about the things that they were thinking about, the kind of music that they were listening to, the places they were visiting, and more. This gave him the perspective that he is not the only one with interesting ideas. He is surrounded by the very people who built the world that we live in. I, too, shall aspire to accommodate this aspect of curiosity into my life. I am not particularly sure how to, but hopefully, if you have any ideas, you can share them with me.</p>
<p>Here&#39;s the interview that I am referring to:</p>
<iframe width="560" height="315" src="https://www.youtube-nocookie.com/embed/sdvzYtgmIjs" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>

<p>Last but not the least, I found this picture of Steve Jobs just being himself, sitting in a park. He is not looking at an iPhone in his palms, he is just enjoying the little things in life.</p>
<p><img src="https://pancham-khaitan.s3.ap-south-1.amazonaws.com/portfolio/images/steve-jobs.png" alt="Steve Jobs sitting in a park"></p>]]></content:encoded>
      <category>Blog</category>
    </item>
    <item>
      <title>I am done with YouTube</title>
      <link>https://panchamkhaitan.com/blog/i-am-done-with-youtube</link>
      <guid isPermaLink="true">https://panchamkhaitan.com/blog/i-am-done-with-youtube</guid>
      <pubDate>Sun, 11 Sep 2022 00:00:00 GMT</pubDate>
      <description>YouTube is a great tool for learning and entertainment, but I am not particularly the biggest fan of YouTube Shorts. This article explains why...</description>
      <content:encoded><![CDATA[<p>I absolutely love YouTube. I think it is one of the most influential platforms of our generation. It has probably the world&#39;s largest base of knowledge ranging from adding two numbers to a detailed tutorial on how to assemble an AK-47 in under a minute. I love it for the simple reason: It provides value to me. It adds value in my life by presenting the creativity of the best of the best artists called YouTubers.</p>
<p>But, as you can guess from the title, I am done with it, or at least, one part of it: Shorts. Launched as a competitor to TikTok&#39;s endless scrolling bonanza, Shorts is an absolute time-kill. I find myself opening Shorts out of the blue, almost subconsciously, and I do not like that. Today, I spent almost two hours scrolling through the one-minute long videos on Shorts. That means, I watched at least 120 videos. And what did I learn from it? Nothing, really. It added absolutely zero value to my life, except for the fact that people will ask you to wait till the end of the video for the big reveal. Why? Why do we need to ask people to wait until the end for the video which itself is merely a minute long? What is it about our brains that is changing because of the consumption of the short-form content?</p>
<p>I don&#39;t have a scientifically proven answer to this, but I know that I do not like doing something mindlessly for long. It makes me feel hollow, and weak. It makes me feel like there&#39;s nothing left to do in life. Hence, here&#39;s a GIF of me deleting the YouTube app from my phone…</p>
<p><img src="https://pancham-khaitan.s3.ap-south-1.amazonaws.com/portfolio/images/remove-yt.gif" alt=""A GIF of me deleting the YouTube app""></p>
<p>You may be thinking, &quot;Hey, he still has Instagram! Why is he being so preachy about deleting YouTube?&quot; Look, I know that Instagram is exactly like, if not worse than, YouTube. I have turned off all notifications on Instagram, including DMs. I only open it once a day to check if I have any messages from my friends and family. If not, I simply close it and continue on with my day. I want to uninstall it, but unlike YouTube, it has social features which force me to keep the app on my phone. I tried using the web app, but the UX of it is borderline terrible. Hence, the app. Don&#39;t worry though, there will come a time when every one of my friends would have jumped ship from Instagram, and I would have deleted my account from it. Until then, I guess I am keeping one more annoying thing on my phone.</p>
<p>Thanks for reading! Have a great one.</p>
<p>[UPDATE] So, I did delete my Instagram account and I am free of all vices in the world! Just kidding. Got a long way to go, but off to a good start.</p>]]></content:encoded>
      <category>Blog</category>
    </item>
    <item>
      <title>On individual living</title>
      <link>https://panchamkhaitan.com/blog/on-individual-living</link>
      <guid isPermaLink="true">https://panchamkhaitan.com/blog/on-individual-living</guid>
      <pubDate>Fri, 10 Sep 2021 00:00:00 GMT</pubDate>
      <description>You are more than a cluster of people. You are an individual. You have your own mind, your own dreams, your own vision. You are not just a member of a society, you are a unique human being.</description>
      <content:encoded><![CDATA[<p>You are more than a cluster of people. You are an individual. You have your own mind, your own dreams, your own vision. You are not just a member of a society, you are a unique human being.</p>
<p>Yet, I see so many people around me who are so obsessed with fitting in, with blending in, with being like everybody else. They are so afraid of being different, of being unique, of being themselves. They are so afraid of being judged, of being criticized, of being rejected. They are so afraid of being alone.</p>
<p>But, what they don&#39;t realize is that by trying to be like everybody else, they are losing their individuality. They are losing their uniqueness. They are losing their identity. They are losing themselves.</p>
<p>The society that we live in is designed to make us all the same. It is designed to make us all conform to the same standards, to the same norms, to the same expectations. It is designed to make us all fit into the same mold.</p>
<p>But, the truth is, we are not all the same. We are all different. We are all unique. We are all individuals. And, that&#39;s what makes us beautiful. That&#39;s what makes us special. That&#39;s what makes us human.</p>
<p>So, don&#39;t be afraid to be different. Don&#39;t be afraid to be unique. Don&#39;t be afraid to be yourself. Don&#39;t be afraid to stand out. Don&#39;t be afraid to be an individual.</p>
<p>Because, at the end of the day, you are not just a member of a society. You are an individual. And, that&#39;s the most beautiful thing about you.</p>]]></content:encoded>
      <category>Blog</category>
    </item>
    <item>
      <title>The first of (hopefully) many</title>
      <link>https://panchamkhaitan.com/blog/the-first-of-hopefully-many</link>
      <guid isPermaLink="true">https://panchamkhaitan.com/blog/the-first-of-hopefully-many</guid>
      <pubDate>Thu, 09 Sep 2021 00:00:00 GMT</pubDate>
      <description>This is my first post as part of my newsletter, and an end to my first ever full-time job.</description>
      <content:encoded><![CDATA[<p>Hi there!</p>
<p>Let me start by thanking you to consider subscribing to my email list to read about my thoughts and to know about what&#39;s going on in my life. Thank you! My goal with this email is to share my thoughts and bring some form of value to your life. Since this is my first ever email to you, I am not really sure about the schedule and the consistency of my emails, but I will definitely try to send at least one email a month. Don&#39;t worry, I won&#39;t spam you.</p>
<p>Let me first start by introducing myself. My name is Pancham Khaitan, and I am a software engineer. I find peace in building something, in the sound of music and I enjoy singing a little bit here and there. Today&#39;s a very special day for me because it&#39;s not just my first email to you, but also my last working day at my current employer. I have been working at this firm for the last 3 years and 2 months, and working with a brand like Google (as a vendor, not an employee), I couldn&#39;t have been happier to have joined this firm.</p>
<p>I would like to share 7 things that I have learnt during my tenure here. Hopefully, you will find some of them interesting…</p>
<p><strong>1. Curiosity will take you places:</strong> Most people resort to other people for help rather than putting in the effort to understand the root of a problem, and finding a solution for it. If you are someone who is willing to put in the hard work of understanding a concept from its core, you will become the go-to person for everybody. This will lead to your peers and your superiors giving you more opportunities to grow. Always be curious, and be willing to put in the work for the thing that other people are too lazy to look at.</p>
<p><strong>2. Dressing up is game-changing:</strong> I used to be in the &quot;I am a developer so I wear jeans and a t-shirt&quot; camp. I hated having to wear ironed shirts and formal pants. But, shortly after joining the corporate culture, I realised that dressing up didn&#39;t just make me look good and presentable, but it boosted my confidence to the next level. I felt important and powerful when I dressed up. It completely altered my state of mind and pushed me to function better.</p>
<p><strong>3. Always document your findings:</strong> When we are exposed to a plethora of brand new information, our brain thinks that we would memorise all of the stuff and recall it whenever we want. Unfortunately, that&#39;s not always the case. When you document your findings while researching for a bug, or jotting down possible feature sets for the next version of your app, you are essentially laying the groundwork for the next person. You are not only helping yourself gather your thoughts, but helping everybody after you to see why things function the way they do. And because everything you did is documented, you can ask your boss for promotion since whatever information a person at your level needs is already documented. Always document everything: not just work-related stuff, but your personal thoughts as well.</p>
<p><strong>4. Don&#39;t be afraid to look stupid (if you don&#39;t know something):</strong> We have heard that a student shall never stop learning, but we often forget that in the process of learning, there are a lot of ups and downs. You could possibly look like an idiot when you first start with something new, but gradually, you will learn from your mistakes and become much better from when you started. Don&#39;t be afraid to ask for help if you don&#39;t know something. We are all trying to figure out something.</p>
<p><strong>5. Opportunities never come to you:</strong> I walked up to my boss and asked him to promote me to the role of a senior software engineer. At that time, I had been working in the industry for a year after college. Instead of laughing at my face, they very calmly explained to me that no one had ever actively sought promotion at that level of experience before. They also mentioned that most people in the team would never ask for a promotion because they hoped for the promotion to come to them. This lead to them being promoted 4-5 years after working in the same role. But, because I had asked for a promotion that early in my career, I got to know about the qualities that I needed in order to get promoted. I incorporated those qualities and a little more than a year later, I got promoted. Never wait for opportunities to come to you. You may never get it.</p>
<p><strong>6. Always try to look for the good in others:</strong> Even if you feel like somebody is being unnecessarily rude to you, or being unreasonable while interacting with you, try to think about why they are being the way they are. It could be because they are swamped with work and are finding themselves under a lot of stress. It could be because you were unintentionally rude to them and haven&#39;t apologised yet. As humans, we are quick to find mistakes in others but slow to figure out ours. Try to find good in others, and prioritise your relationship with them over being right. You never know how and when that individual would help you.</p>
<p><strong>7. Don&#39;t be afraid to be different from others:</strong> If you are the sort of person who likes to come to work at sharp 9:30 and leave work at 6:30, don&#39;t be afraid to do so. Just because others are staying at the office till 10:30 PM doesn&#39;t mean that they are working more than you. They are most likely doing the same amount of work as you for almost twice the amount of time that you need. You may be ridiculed and made fun of because of this excellent time management skill of yours. Don&#39;t be afraid to be you. Chances are that others will be inspired by you and will too try to finish their work early. Be yourself with no regrets.</p>
<hr>
<h3>An interesting read</h3>
<h4><a href="https://theamericanscholar.org/how-to-live-with-dying/">How to Live With Dying</a></h4>
<p>I have always hated running, but as my waistline increased during the lockdown, I am finding myself working out more than I am used to, and have kind of fallen in love with running. I ran four 5Ks in the span of a week! This article is an amazing read about running, almost dying because of running, and about life in general. I find myself reading this from time to time.</p>
<hr>
<p>That&#39;s it for my first email to you. I hope you liked it and found something interesting. Please feel free to share anything that you find interesting by replying to this email. I would love to know more about you.</p>
<hr>
<p>If you want to share it with a friend, feel free to share this URL. I will eventually build a share menu. 😅</p>
<p>If you didn&#39;t like this email and want to unsubscribe, you can send an email to me with the subject &quot;UNSUBSCRIBE&quot; and I will remove you from the list. I haven&#39;t coded the unsubscribe module yet, so for now, this is the only way to do so.</p>
<p>You can find me on <a href="https://www.instagram.com/pancham.khaitan/">Instagram</a>, <a href="https://twitter.com/PanchamKhaitan">Twitter</a>, <a href="https://www.linkedin.com/in/panchamkhaitan/">LinkedIn</a> and of course <a href="https://panchamkhaitan.com">my website</a>.</p>]]></content:encoded>
      <category>Blog</category>
    </item>
    <item>
      <title>Time Is Melting Away</title>
      <link>https://panchamkhaitan.com/blog/time-is-melting-away</link>
      <guid isPermaLink="true">https://panchamkhaitan.com/blog/time-is-melting-away</guid>
      <pubDate>Sat, 17 Apr 2021 00:00:00 GMT</pubDate>
      <description>Are humans threatening Nature or are we simply digging a grave?</description>
      <content:encoded><![CDATA[<p><img src="https://pancham-khaitan.s3.ap-south-1.amazonaws.com/portfolio/images/ea6e07d0-4cee-4c51-8563-4e6a5c4552f1.jpg" alt="Sad snowman" title="Melting glaciers are dangerous for us"></p>
<p><em>Originally written on September 11, 2019,</em></p>
<p>I was watching the Apple keynote last night where they launched a bunch of products to help humanity move forward and empower millions of people. They repeatedly said the same thing: We want to enable people to solve their problems by providing excellent tools like the iPhone. As I watched the keynote I wondered about the kind of problems we are trying to solve. How were these problems generated in the first place?</p>
<p>I started reading about the prehistoric era when the homo sapiens were just another species alongside a thousand others. We lived in caves, hunted animals for food, and reproduced, just like all the other animals. We shared our hunts with others in the tribe. We were friends with the other species. We were all part of one thing called Nature. No one was above Nature. But, as our species evolved, we started creating iron weapons to hunt better than before. That was still acceptable. After all, this was the time of survival of the fittest. Animals and humans were still very much the same thing. Our basic necessities were Roti and Makaan (food and shelter).</p>
<p>We even started wearing animals on the skin for warmth. That was weird. Imagine killing your Golden Retriever and wearing its fur on your skin. Our basic needs added a new member: Clothing. We used trees at our disposal and created some amazing things like paper and furniture. But, our smart brains forgot one thing. We forgot to replant. Gradually, the species of humans which was originally a part of Nature began to disassociate from Nature. Humans and Nature became two separate entities.</p>
<p>Be it making belts out of alligator skin or disposing of chemical waste in oceans, humans have always abused their power of being the first. We have never for a second stopped and thought of the implications of our actions. We only gave excuses when asked about such things. &quot;What can one person do when a thousand others pollute?&quot; &quot;I don&#39;t have time to educate people.&quot; &quot;Here, let me post about it on Facebook. More likes equal more awareness, right?&quot;</p>
<p>We are so advanced that we didn&#39;t only litter on our planet and killed other species, we have started littering in space as well. With the creation of more and more satellites to dispose of in the space, we are essentially making a mess up there. Maybe, there will come a day when some satellites would collide because of congestion.</p>
<p>If you made it till here, then you may think that I am ranting about the evolution of humans, which, I kind of am. But, it&#39;s not about complaining about the stupidity of humans, it&#39;s about ego. Humans think they need to save the Earth else the Earth would perish. We don&#39;t understand that the Earth has seen worse than mere glaciers melting. Our Earth is a veteran when it comes to handling the heat. It is we who need to survive. So, when someone says they are working hard to save the Earth, think: Does the Earth needs to be saved or us?</p>]]></content:encoded>
      <category>Blog</category>
    </item>
    <item>
      <title>Paradox of abundance</title>
      <link>https://panchamkhaitan.com/blog/paradox-of-abundance</link>
      <guid isPermaLink="true">https://panchamkhaitan.com/blog/paradox-of-abundance</guid>
      <pubDate>Sun, 28 Feb 2021 00:00:00 GMT</pubDate>
      <description>In this article review, I take a look at David Perell&apos;s brilliant writing to consider the world around me...</description>
      <content:encoded><![CDATA[<p><em>Originally written on January 12, 2021,</em></p>
<ul>
<li><a href="https://perell.com/note/the-paradox-of-abundance/">Link to Article</a></li>
</ul>
<h3>Introduction</h3>
<p>Information abundance has led to a rise in dumb people and smart people alike. It is bad for an average person and great for a smart person. People who consume a lot of content be it news, political articles, videos, audios, etc tend to develop an echo chamber of thoughts and find it extremely difficult to get out of it. Whereas people who use the same media judiciously tend to develop a more balanced and open-minded view about what read online.</p>
<p>This is applicable to everything in life. While the fast-food chains have increased multiple folds in the last couple of decades, people have started consuming more and more processed food making them obese, while people who consume healthy options and maintain good health have increased too. This is called the paradox of abundance: On one hand, the median population is falling in the lower half of the optimal nutritional value range, small groups of people have managed to be in the top 10%.</p>
<h3>Gresham&#39;s Law</h3>
<p>It is a law commonly used in financial markets where it is said that bad money drives out good money until there is only bad money left. This very thing applies to information, food, work, and many more areas.</p>
<p>Let&#39;s consider an example of news. News outlets today have what it seems like a clickbait-y title competition where the only objective is to generate clicks on their articles. This means that the quality of content that is available on these media outlets is deteriorating day-by-day. Due to this, more and more people consume bad content and this cycle continues indefinitely.</p>
<p>The reason for this, what I personally think, is that it is easy to consume unhealthy information/food/content because it requires no effort and it adheres to the idea of comfort. More and more people want comfort in their lives and it makes them choose McDonald&#39;s over farmers&#39; market.</p>
<h3>How to succeed in the world of abundance?</h3>
<p>Be mindful of the things that you consume. Rebel against the algorithms, look for legible news sources, read the hard stuff instead of BuzzFeed. For a conscious consumer, there hasn&#39;t been a better time to be alive. As Komal would say, &quot;Choose wisely. Live well.&quot;</p>]]></content:encoded>
      <category>Blog</category>
    </item>
    <item>
      <title>Power of gratitude</title>
      <link>https://panchamkhaitan.com/blog/power-of-gratitude</link>
      <guid isPermaLink="true">https://panchamkhaitan.com/blog/power-of-gratitude</guid>
      <pubDate>Sun, 28 Feb 2021 00:00:00 GMT</pubDate>
      <description>Unlock yourself through the power of your subconscious mind. Let it know that you are grateful for what you have.</description>
      <content:encoded><![CDATA[<p><em>Guest writer: <a href="https://komalrangoonwala.com">Komal Rangoonwala</a></em></p>
<p>Unlock yourself through the power of your subconscious mind. Let it know that you are grateful for what you have. Be grateful for the fact that you are alive. Be grateful for you can read this. Be grateful for everything that you have and are going to have, for what you are and are going to become.</p>]]></content:encoded>
      <category>Blog</category>
    </item>
    <item>
      <title>Habits for moving into 2021</title>
      <link>https://panchamkhaitan.com/blog/habits-for-2021</link>
      <guid isPermaLink="true">https://panchamkhaitan.com/blog/habits-for-2021</guid>
      <pubDate>Sat, 27 Feb 2021 00:00:00 GMT</pubDate>
      <description>Controlling the bigger parts of life is possible only when we focus our attention on the little things, to the atomic granularities...</description>
      <content:encoded><![CDATA[<p>Article: <a href="https://ryanholiday.net/habits-2021/">The Secret to Better Habits in 2021</a></p>
<h3>Think Small</h3>
<ul>
<li>&quot;Each day acquire something that will fortify you against poverty, against death. Indeed, against misfortunes as well.&quot; -- Seneca</li>
<li>Incremental, persistent, consistent efforts pay huge dividends. Start with things that make up the whole system.</li>
<li>Just start doing it. The rest will fall into place eventually. Just the act of doing something small and building up from it gives enough motivation to keep the streak going.</li>
</ul>
<h3>Think Long-Term</h3>
<ul>
<li>Reference to Atomic Habits&#39; topic of &quot;The Plateau of Latent Potential&quot;</li>
<li>The bamboo waits 5 years before it shoots up 90 feet in the span of 6 weeks. The ice cube does not melt until it is 32ºF.</li>
<li>Just because the thing that we want to happen is not happening, does not mean that our efforts are wasted. Continue putting efforts that you know will get you to the goal that you want to achieve.</li>
<li>Greatness is achieved by small things, but greatness is not a small thing.</li>
</ul>
<h3>Develop the muscle</h3>
<ul>
<li>In order to get rid of a bad habit, start by giving up a relatively easier bad habit. In this process of letting go of the bad habit, you will develop a muscle to resist temptation. This will help you reinforce your decision to quit the habit and form a new, better one.</li>
<li>If you want to be able to write a book, start by writing a journal for 15 minutes every day when you wake up. If you want to create a product that inspires millions of people, start by making a simple, yet powerful to-do app.</li>
</ul>
<h3>Use good habits to drive out bad habits</h3>
<ul>
<li>Epictetus said, &quot;Since habit is such a powerful influence, and we&#39;re used to pursuing our impulses to gain and avoid outside our own choice, we should set a contrary habit against that, and where appearances are really slippery, use the counterforce of our training.&quot;</li>
<li>When a bad habit reveals itself, counteract with a good habit instead of falling into the trap of repeating the bad habit and never getting rid of it.</li>
<li>If you find yourself running a kilometre less, or coding less than before, or studying less than before, tell yourself, &quot;Okay. I am going to go even further or do even better than this.&quot;</li>
</ul>
<h3>Build a routine</h3>
<ul>
<li>The greatest people that we admire are prisoners of their rigid schedule.</li>
<li>A good schedule gives you clarity and limits your decisions to a minimum, giving you the time and the energy to focus on the task at hand that was pre-planned.</li>
<li>Be deliberate about the things that you do every day. Wake up. Journal. Exercise. Clean up. Stick to a diet. Create order.</li>
</ul>
<h3>Use incentives</h3>
<ul>
<li>Promise yourself a treat or a punishment in return for the deed that you want to do. For example, you could donate Rs 100/- every time you break the habit. You can reward yourself with a treat or a pair of clothes or anything that you like if you stick to the habit that you set your goal towards.</li>
</ul>
<h3>Put up reminders</h3>
<ul>
<li>Keep reminding yourself why you&#39;re doing something and where you are going by doing what you are doing.</li>
<li>Put up reminders everywhere you go. Your phone, computer, room, everywhere. That will help you fall back on the ideology that you have set for yourself without having to question everything that you see.</li>
<li>You should not waste any time re-contemplating the reason for the work that you are doing because you have already put in your time and energy in deciding the reason for the same. Write down the reasons that you have thought of. Make a note of them. Make them accessible. Go through them regularly.</li>
</ul>
<h3>Choose your surroundings wisely</h3>
<ul>
<li>A man is the product of the people that he spends his time with. We are what we spend our time with.</li>
<li>Make sure that the people that you talk to, the places that you go to, the events that you attend align with your goal to make yourself better than yesterday.</li>
<li>A kid who spends time with other kids who do not want to achieve anything in life will probably never achieve anything in life too. Remember this. Spend time with people who want to become better and achieve greater heights.</li>
</ul>
<h3>Hand yourself over to a script</h3>
<ul>
<li>Tell yourself that you are going to do a specific set of tasks each day and do them in that order. This reduces chaos and decision making power. This helps you to know that every day is already planned to be a different day, and my duties for that day have already been decided prior.</li>
<li>Plan your meets, events, dates, everything in a calendar at least a week prior. This gives you room to breathe and live life the way it should be lived.</li>
<li>21 days. 3 weeks. That&#39;s it. This is enough to cultivate a new habit. How hard is it going to be? Just keep showing up, Pancham. You can do this.</li>
</ul>
<h3>Keep going back to it</h3>
<ul>
<li>There will be times when you fail to achieve your goals and miss the tasks that you have set for yourself. But that is okay. It is okay to fail unless you continue to fail and create a failing streak instead of a streak of wins.</li>
</ul>]]></content:encoded>
      <category>Blog</category>
    </item>
  </channel>
</rss>
