{"id":2262,"date":"2022-07-08T19:55:59","date_gmt":"2022-07-08T19:55:59","guid":{"rendered":"https:\/\/sp2hari.com\/?page_id=2262"},"modified":"2026-09-10T14:24:01","modified_gmt":"2026-09-10T14:24:01","slug":"blog","status":"publish","type":"page","link":"https:\/\/sp2hari.com\/index.php\/blog\/","title":{"rendered":"Blog"},"content":{"rendered":"<ul class=\"wp-block-latest-posts__list has-dates has-author wp-block-latest-posts is-layout-flow wp-block-latest-posts-is-layout-flow\"><li><a class=\"wp-block-latest-posts__post-title\" href=\"https:\/\/sp2hari.com\/index.php\/2025\/08\/03\/thoughts-working-with-ai\/\">Thoughts working with AI<\/a><div class=\"wp-block-latest-posts__post-author\">by hari<\/div><time datetime=\"2025-08-03T22:58:54+00:00\" class=\"wp-block-latest-posts__post-date\">August 3, 2025<\/time><div class=\"wp-block-latest-posts__post-full-content\">\n<p class=\"wp-block-paragraph\">It&#8217;s almost a month of learning AI and building software along with AI. From understanding prompt engineering, evaluations to implementing RAG and awaiting fine-tuning opportunities, it&#8217;s been both exciting and humbling. As a solo developer using Cursor to build projects from scratch, here are my observations about the reality of AI-powered coding. <\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>The Trust Balance<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">There&#8217;s a constant juggle between trusting AI completely and maintaining healthy skepticism. My journey has been as follows:<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Phase 1: Micromanagement<\/strong> &#8211; I started by reviewing every single diff AI produced, accepting changes one by one with careful scrutiny.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Phase 2: Blind Faith<\/strong> &#8211; Soon, it was the opposite extreme, trusting all AI-generated code and hitting Cursor&#8217;s &#8220;Keep all&#8221; option without hesitation.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Phase 3: Automation Addiction<\/strong> &#8211; Then came the &#8220;Auto-run&#8221; mode, where I didn&#8217;t even want to wait to execute commands manually.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>The Reality Check<\/strong> &#8211; Within days, my codebase had devolved into a tangled mess of spaghetti code.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The lesson? AI is incredibly powerful, but it still needs human oversight. The sweet spot lies somewhere between paranoid review and blind acceptance.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">The Knowledge Gap: When AI Writes Your Code<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">There&#8217;s a fundamental difference between writing code manually and accepting AI-generated code. When you hand-craft every line, you maintain a mental map of your entire system. But with AI assistance, something unexpected happens:<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">You can end up with files containing 1,000+ lines of code that you technically authored, yet you have no clear understanding of how functions interconnect or trace through the system. It&#8217;s like being the architect of a building you&#8217;ve never actually walked through. This creates a dangerous disconnect between authorship and understanding. The code works, but the developer loses their intuitive grasp of the system&#8217;s inner workings.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Remember this xkcd joke? What if you don&#8217;t have any context to recollect in the first place. That&#8217;s what happened to me very soon.<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large\"><a href=\"https:\/\/sp2hari.com\/wp-content\/uploads\/2025\/08\/Et9_8Xgh3qe7moAj3BIt5lFhNC-3q1UslU4d62FvvA4.jpg\"><img loading=\"lazy\" decoding=\"async\" width=\"267\" height=\"1024\" src=\"https:\/\/sp2hari.com\/wp-content\/uploads\/2025\/08\/Et9_8Xgh3qe7moAj3BIt5lFhNC-3q1UslU4d62FvvA4-267x1024.jpg\" alt=\"\" class=\"wp-image-3119\" srcset=\"https:\/\/sp2hari.com\/wp-content\/uploads\/2025\/08\/Et9_8Xgh3qe7moAj3BIt5lFhNC-3q1UslU4d62FvvA4-267x1024.jpg 267w, https:\/\/sp2hari.com\/wp-content\/uploads\/2025\/08\/Et9_8Xgh3qe7moAj3BIt5lFhNC-3q1UslU4d62FvvA4-78x300.jpg 78w, https:\/\/sp2hari.com\/wp-content\/uploads\/2025\/08\/Et9_8Xgh3qe7moAj3BIt5lFhNC-3q1UslU4d62FvvA4.jpg 320w\" sizes=\"auto, (max-width: 267px) 100vw, 267px\" \/><\/a><\/figure>\n<\/div>\n\n\n<h2 class=\"wp-block-heading\">Lazy Prompts, High Expectations<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Here&#8217;s an uncomfortable truth: we&#8217;re often lazy with our prompts while expecting AI to read our minds and deliver perfect results.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">I started with overly generic prompts like &#8220;You are an expert prompt engineer&#8221; and so on. But soon the prompts change this &#8220;Fix this&#8221; and &#8220;Rewrite this function&#8221; and on. The reality is that AI output quality directly correlates with prompt quality. Garbage in, garbage out &#8211; but with a twist. AI is forgiving enough to produce <em>something<\/em> from vague prompts, which can mask the fact that we&#8217;re not communicating effectively.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Key Takeaways<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Maintain Strategic Oversight<\/strong> &#8211; Don&#8217;t swing between extremes. Develop a middle path where you leverage AI&#8217;s speed while maintaining architectural awareness.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Preserve System Knowledge<\/strong> &#8211; Regularly step back and ensure you understand the high-level structure of what&#8217;s being built, even if AI handles the implementation details. I might end up using some AI system to generate better documentation for this. <\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Invest in Better Prompts<\/strong> &#8211; Treat prompt engineering as a skill worth developing. Clear, specific, context-rich prompts yield dramatically better results. And build the patience to give better prompts every single time you interact with AI. <\/p>\n\n\n\n<p class=\"wp-block-paragraph\">With a lot more AI development to come, I&#8217;m sure this post might get outdated over time. Exciting times!<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<p class=\"wp-block-paragraph\"><em>What&#8217;s been your experience with AI-assisted development? Have you found similar patterns in your own work?<\/em><\/p>\n<\/div><\/li>\n<li><a class=\"wp-block-latest-posts__post-title\" href=\"https:\/\/sp2hari.com\/index.php\/2025\/07\/06\/trek-1-valley-of-flowers\/\">Trek #1 &#8211; Valley of Flowers<\/a><div class=\"wp-block-latest-posts__post-author\">by hari<\/div><time datetime=\"2025-07-06T22:19:14+00:00\" class=\"wp-block-latest-posts__post-date\">July 6, 2025<\/time><div class=\"wp-block-latest-posts__post-full-content\">\n<p class=\"wp-block-paragraph\">A trek with Vasudha was long pending, given the number of treks she has done so far. All this while, I&#8217;ve been mostly hiking in and around Bangalore. A real trek needed the right time and the 1 week off given by HackerRank ended up the right spot. <\/p>\n\n\n\n<p class=\"wp-block-paragraph\">What made this trek a little crazy was instead of going ahead with Indiahikes or any other trekking group, we decided to do this DIY. Given this is the only possible trek that doesn&#8217;t need us to carry a tent all along the way and has a nice pitstop at Ghangaria, we just packed our bags and left Bangalore. <\/p>\n\n\n\n<p class=\"wp-block-paragraph\">This was the plan till we reached Poolna. That is the last motorable village in the our trek. Post that, the real trek starts <\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full\"><a href=\"https:\/\/sp2hari.com\/wp-content\/uploads\/2025\/07\/Bangalore-Poolna-1.png\"><img loading=\"lazy\" decoding=\"async\" width=\"2434\" height=\"1038\" src=\"https:\/\/sp2hari.com\/wp-content\/uploads\/2025\/07\/Bangalore-Poolna-1.png\" alt=\"\" class=\"wp-image-3101\" srcset=\"https:\/\/sp2hari.com\/wp-content\/uploads\/2025\/07\/Bangalore-Poolna-1.png 2434w, https:\/\/sp2hari.com\/wp-content\/uploads\/2025\/07\/Bangalore-Poolna-1-300x128.png 300w, https:\/\/sp2hari.com\/wp-content\/uploads\/2025\/07\/Bangalore-Poolna-1-1024x437.png 1024w, https:\/\/sp2hari.com\/wp-content\/uploads\/2025\/07\/Bangalore-Poolna-1-768x328.png 768w, https:\/\/sp2hari.com\/wp-content\/uploads\/2025\/07\/Bangalore-Poolna-1-1536x655.png 1536w, https:\/\/sp2hari.com\/wp-content\/uploads\/2025\/07\/Bangalore-Poolna-1-2048x873.png 2048w, https:\/\/sp2hari.com\/wp-content\/uploads\/2025\/07\/Bangalore-Poolna-1-703x300.png 703w\" sizes=\"auto, (max-width: 2434px) 100vw, 2434px\" \/><\/a><figcaption class=\"wp-element-caption\">Travel Plan<\/figcaption><\/figure>\n<\/div>\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full\"><a href=\"https:\/\/sp2hari.com\/wp-content\/uploads\/2025\/07\/Trek-1.png\"><img loading=\"lazy\" decoding=\"async\" width=\"2008\" height=\"1154\" src=\"https:\/\/sp2hari.com\/wp-content\/uploads\/2025\/07\/Trek-1.png\" alt=\"\" class=\"wp-image-3103\" srcset=\"https:\/\/sp2hari.com\/wp-content\/uploads\/2025\/07\/Trek-1.png 2008w, https:\/\/sp2hari.com\/wp-content\/uploads\/2025\/07\/Trek-1-300x172.png 300w, https:\/\/sp2hari.com\/wp-content\/uploads\/2025\/07\/Trek-1-1024x588.png 1024w, https:\/\/sp2hari.com\/wp-content\/uploads\/2025\/07\/Trek-1-768x441.png 768w, https:\/\/sp2hari.com\/wp-content\/uploads\/2025\/07\/Trek-1-1536x883.png 1536w, https:\/\/sp2hari.com\/wp-content\/uploads\/2025\/07\/Trek-1-522x300.png 522w\" sizes=\"auto, (max-width: 2008px) 100vw, 2008px\" \/><\/a><figcaption class=\"wp-element-caption\">Trek Plan<\/figcaption><\/figure>\n<\/div>\n\n\n<h2 class=\"wp-block-heading\">Day 1: Poolna to Ghangaria (10kms, 6hrs, +3600 feet)<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">The ascent from Pulna to Ghangaria tested our preparation immediately. Carrying our own gear for four days added significant weight to what was already a substantial climb. Six hours of steady hiking felt familiar yet more demanding than our usual Bangalore treks\u2014the same rhythmic challenge stretched over a much longer duration. The views on the way were way too stunning. We took enough photo breaks. <\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large\"><a href=\"https:\/\/sp2hari.com\/wp-content\/uploads\/2025\/07\/Screenshot-2025-07-07-at-1.32.02\u202fAM-Large.jpeg\"><img loading=\"lazy\" decoding=\"async\" width=\"471\" height=\"1024\" src=\"https:\/\/sp2hari.com\/wp-content\/uploads\/2025\/07\/Screenshot-2025-07-07-at-1.32.02\u202fAM-Large-471x1024.jpeg\" alt=\"\" class=\"wp-image-3104\" srcset=\"https:\/\/sp2hari.com\/wp-content\/uploads\/2025\/07\/Screenshot-2025-07-07-at-1.32.02\u202fAM-Large-471x1024.jpeg 471w, https:\/\/sp2hari.com\/wp-content\/uploads\/2025\/07\/Screenshot-2025-07-07-at-1.32.02\u202fAM-Large-138x300.jpeg 138w, https:\/\/sp2hari.com\/wp-content\/uploads\/2025\/07\/Screenshot-2025-07-07-at-1.32.02\u202fAM-Large.jpeg 589w\" sizes=\"auto, (max-width: 471px) 100vw, 471px\" \/><\/a><\/figure>\n<\/div>\n\n\n<h2 class=\"wp-block-heading\">Day 2: Valley of Flowers<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Vasudha had described the Valley of Flowers portion as &#8220;a walk in the park&#8221;\u2014and based on every video and blog we&#8217;d consumed, we expected to enter the gate and immediately witness the famous flower beds.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">We were completely wrong.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Hours of walking stretched before us, and while the trail wasn&#8217;t technically difficult, our mental unpreparedness played tricks on our minds. The disconnect between expectation and reality made each step feel longer than it should have. Eventually, though, we reached the valley proper and were rewarded with the spectacular carpet of wildflowers that makes this trek legendary.<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large\"><a href=\"https:\/\/sp2hari.com\/wp-content\/uploads\/2025\/07\/IMG_CB208811D316-1-Large.jpeg\"><img loading=\"lazy\" decoding=\"async\" width=\"471\" height=\"1024\" src=\"https:\/\/sp2hari.com\/wp-content\/uploads\/2025\/07\/IMG_CB208811D316-1-Large-471x1024.jpeg\" alt=\"\" class=\"wp-image-3106\" srcset=\"https:\/\/sp2hari.com\/wp-content\/uploads\/2025\/07\/IMG_CB208811D316-1-Large-471x1024.jpeg 471w, https:\/\/sp2hari.com\/wp-content\/uploads\/2025\/07\/IMG_CB208811D316-1-Large-138x300.jpeg 138w, https:\/\/sp2hari.com\/wp-content\/uploads\/2025\/07\/IMG_CB208811D316-1-Large.jpeg 589w\" sizes=\"auto, (max-width: 471px) 100vw, 471px\" \/><\/a><\/figure>\n<\/div>\n\n\n<h2 class=\"wp-block-heading\">Day 3: Hemkund Sahib &#8211; The Real Challenge<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Learning from the previous day&#8217;s miscalculation, we approached Hemkund Sahib with proper preparation and realistic expectations. A 4 AM wake-up call had us on the trail by 5 AM, and we maintained steady progress throughout the seven-hour ascent.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Reaching the sacred lake at 12 noon felt like a genuine triumph. The langoor kitchen&#8217;s simple meal of tea and khichdi became one of the most satisfying meals of the entire trek<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large\"><a href=\"https:\/\/sp2hari.com\/wp-content\/uploads\/2025\/07\/IMG_BA98D58047C4-1-Large.jpeg\"><img loading=\"lazy\" decoding=\"async\" width=\"678\" height=\"1024\" src=\"https:\/\/sp2hari.com\/wp-content\/uploads\/2025\/07\/IMG_BA98D58047C4-1-Large-678x1024.jpeg\" alt=\"\" class=\"wp-image-3107\" srcset=\"https:\/\/sp2hari.com\/wp-content\/uploads\/2025\/07\/IMG_BA98D58047C4-1-Large-678x1024.jpeg 678w, https:\/\/sp2hari.com\/wp-content\/uploads\/2025\/07\/IMG_BA98D58047C4-1-Large-199x300.jpeg 199w, https:\/\/sp2hari.com\/wp-content\/uploads\/2025\/07\/IMG_BA98D58047C4-1-Large-768x1159.jpeg 768w, https:\/\/sp2hari.com\/wp-content\/uploads\/2025\/07\/IMG_BA98D58047C4-1-Large.jpeg 848w\" sizes=\"auto, (max-width: 678px) 100vw, 678px\" \/><\/a><\/figure>\n<\/div>\n\n\n<h2 class=\"wp-block-heading\">Day 4: The Descent Back<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">The return journey from Ghangaria to Pulna began with a mild headache that initially concerned me, but lunch and medication quickly resolved the issue. The descent proved much easier than the ascent. <\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large\"><a href=\"https:\/\/sp2hari.com\/wp-content\/uploads\/2025\/07\/IMG_88DBDEE5002D-1-Large.jpeg\"><img loading=\"lazy\" decoding=\"async\" width=\"471\" height=\"1024\" src=\"https:\/\/sp2hari.com\/wp-content\/uploads\/2025\/07\/IMG_88DBDEE5002D-1-Large-471x1024.jpeg\" alt=\"\" class=\"wp-image-3108\" srcset=\"https:\/\/sp2hari.com\/wp-content\/uploads\/2025\/07\/IMG_88DBDEE5002D-1-Large-471x1024.jpeg 471w, https:\/\/sp2hari.com\/wp-content\/uploads\/2025\/07\/IMG_88DBDEE5002D-1-Large-138x300.jpeg 138w, https:\/\/sp2hari.com\/wp-content\/uploads\/2025\/07\/IMG_88DBDEE5002D-1-Large.jpeg 589w\" sizes=\"auto, (max-width: 471px) 100vw, 471px\" \/><\/a><\/figure>\n<\/div>\n\n\n<h2 class=\"wp-block-heading\">Why This Trek Mattered<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Shared Experience<\/strong>: Finally experiencing firsthand the stories Vasudha had shared from her previous treks created. Tat cafe, Beatles cafe, THE Beatles cafe, the view of the river Ganges. I&#8217;ve listen to all of them multiple times, but there is something about being there and sharing the experience with her. <\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Fitness Benchmark<\/strong>: The trek served as an honest assessment of my physical capabilities. While the Hemkund Sahib descent pushed me to my limits, completing it successfully gave me confidence for future high-altitude adventures (finding the time to do this might be the biggest challenge).<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Mental Reset<\/strong>: Mountain trekking has a unique ability to strip away work stress and daily concerns, forcing complete focus on the immediate challenge of the next step forward.<\/p>\n<\/div><\/li>\n<li><a class=\"wp-block-latest-posts__post-title\" href=\"https:\/\/sp2hari.com\/index.php\/2025\/06\/08\/never-lost-again\/\">Never Lost Again<\/a><div class=\"wp-block-latest-posts__post-author\">by hari<\/div><time datetime=\"2025-06-08T18:18:30+00:00\" class=\"wp-block-latest-posts__post-date\">June 8, 2025<\/time><div class=\"wp-block-latest-posts__post-full-content\"><div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full is-resized\"><a href=\"https:\/\/sp2hari.com\/wp-content\/uploads\/2025\/06\/NeverLostAgain.jpg\"><img loading=\"lazy\" decoding=\"async\" width=\"663\" height=\"1000\" src=\"https:\/\/sp2hari.com\/wp-content\/uploads\/2025\/06\/NeverLostAgain.jpg\" alt=\"\" class=\"wp-image-3091\" style=\"width:400px\" srcset=\"https:\/\/sp2hari.com\/wp-content\/uploads\/2025\/06\/NeverLostAgain.jpg 663w, https:\/\/sp2hari.com\/wp-content\/uploads\/2025\/06\/NeverLostAgain-199x300.jpg 199w\" sizes=\"auto, (max-width: 663px) 100vw, 663px\" \/><\/a><\/figure>\n<\/div>\n\n\n<p class=\"wp-block-paragraph\">It is hard to imagine a life without Google Maps (I&#8217;ve lived that life, though can&#8217;t remember how I survived navigation before Google Maps). Yet, the journey of how this product came to life is a story of near-failure, unexpected turns, and innovation. In Never Lost Again, Bill Kilday\u2014former marketing head at Keyhole and a key figure in the Maps team\u2014shares the behind-the-scenes of Google Maps product.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Top three things I learnt from this book. <\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>1. Google Maps Was Almost Killed\u2014But Grit and Belief Kept It Alive<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Even before the acquisition, Keyhole project had multiple near death moment. Even after Keyhole was acquired by Google, the product didn\u2019t immediately fit the company\u2019s core strategy. Internally, Maps was seen as a side project\u2014a distraction that didn\u2019t align with Google\u2019s search and ad business. The team was under constant pressure to prove its value, fighting for headcount, compute resources, and executive attention. It wasn\u2019t until a confluence of factors\u2014including CNN using Keyhole during the Iraq War and a compelling demo to Google\u2019s founders\u2014that the team gained momentum. Still, the path to success involved fighting against internal resistance, lack of resources, and even the threat of shutdown.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>2. Storytelling Made the Tech Matter<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Kilday, coming from a marketing background, recognized early that the Maps team needed to create emotional resonance with its product. The team didn\u2019t just show off features\u2014they told stories about how people could interact with geography in a whole new way. The \u201cyou-are-here\u201d experience became a powerful narrative that made Maps not just useful, but personal and intuitive. That story helped sell the idea internally and win over skeptics, including Larry Page and Sergey Brin.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>3. Limitations Fuel Creativity<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Working with limited bandwidth, slow processors, and fragmented satellite data, the engineers at Keyhole had to compress massive datasets, render map tiles in real time, and deliver a seamless user experience long before smartphones were ready for it. These limitations led to invention. The team pioneered technical tricks like quadtree tiling and GPU-based rendering that later became foundational to all maps products out there.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">I&#8217;ve read a lot of books about Amazon, Apple and Netflix early stage. This is the first time I&#8217;ve read a book about Google product. A must-read for early stage founders or for anyone building 0-1 products. <\/p>\n<\/div><\/li>\n<li><a class=\"wp-block-latest-posts__post-title\" href=\"https:\/\/sp2hari.com\/index.php\/2025\/05\/05\/subtle-rules-of-software-engineering\/\">Subtle Rules of Software Engineering<\/a><div class=\"wp-block-latest-posts__post-author\">by hari<\/div><time datetime=\"2025-05-05T00:51:04+00:00\" class=\"wp-block-latest-posts__post-date\">May 5, 2025<\/time><div class=\"wp-block-latest-posts__post-full-content\">\n<p class=\"wp-block-paragraph\">Found this good list while browsing the internet as the &#8216;Subtle Rules of Software Engineering&#8217;. These kinds of lists float around often, but this one felt especially thoughtful and more practical. <\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>You WILL regret complexity when on-call<\/li>\n\n\n\n<li>Stop falling in love with your own code<\/li>\n\n\n\n<li>Every single thing is a trade-off &#8211; no &#8220;best&#8221;<\/li>\n\n\n\n<li>Every line of code you wrote is a liability<\/li>\n\n\n\n<li>Document your designs and decisions<\/li>\n\n\n\n<li>Everyone hates code they didn\u2019t write<\/li>\n\n\n\n<li>Don&#8217;t use unnecessary dependencies<\/li>\n\n\n\n<li>Coding standards prevent arguments<\/li>\n\n\n\n<li>Write meaningful commit descriptions<\/li>\n\n\n\n<li>Never ever stop learning new things<\/li>\n\n\n\n<li>Code reviews are to spread context<\/li>\n\n\n\n<li>Always build for maintainability<\/li>\n\n\n\n<li>Always ask for help when stuck<\/li>\n\n\n\n<li>Fix root causes, not symptoms<\/li>\n\n\n\n<li>Software is never finished<\/li>\n\n\n\n<li>Estimates are not promises<\/li>\n\n\n\n<li>Ship early, iterate often<\/li>\n\n\n\n<li>Keep. It. Simple.<\/li>\n<\/ol>\n\n\n\n<p class=\"wp-block-paragraph\"><br>Lists like this are both inspiring and&#8230; a little maddening. The advice is good. But like most software engineering principles, they occasionally pull in different directions.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">For instance: <strong>\u201cAlways build for maintainability\u201d<\/strong> vs <strong>\u201cShip early, iterate often\u201d<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Can you always do both? Maybe not. Sometimes you\u2019re racing to get feedback; other times you\u2019re investing in long-term good code. Real-world engineering often is a push-pull between quality and velocity. It\u2019s not that one rule is <em>better<\/em>\u2014it\u2019s about understanding the trade-off you\u2019re making in the moment.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Now, just for fun\u2014what if I had to upvote only 5 of these and downvote 5?<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">This would be mine. <\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large is-resized\"><a href=\"https:\/\/sp2hari.com\/wp-content\/uploads\/2025\/05\/Upvote.jpg\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"710\" src=\"https:\/\/sp2hari.com\/wp-content\/uploads\/2025\/05\/Upvote-1024x710.jpg\" alt=\"\" class=\"wp-image-3075\" style=\"width:800px\" srcset=\"https:\/\/sp2hari.com\/wp-content\/uploads\/2025\/05\/Upvote-1024x710.jpg 1024w, https:\/\/sp2hari.com\/wp-content\/uploads\/2025\/05\/Upvote-300x208.jpg 300w, https:\/\/sp2hari.com\/wp-content\/uploads\/2025\/05\/Upvote-768x533.jpg 768w, https:\/\/sp2hari.com\/wp-content\/uploads\/2025\/05\/Upvote-432x300.jpg 432w, https:\/\/sp2hari.com\/wp-content\/uploads\/2025\/05\/Upvote.jpg 1300w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/a><\/figure>\n<\/div>\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large is-resized\"><a href=\"https:\/\/sp2hari.com\/wp-content\/uploads\/2025\/05\/Downvote.jpg\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"716\" src=\"https:\/\/sp2hari.com\/wp-content\/uploads\/2025\/05\/Downvote-1024x716.jpg\" alt=\"\" class=\"wp-image-3076\" style=\"width:800px\" srcset=\"https:\/\/sp2hari.com\/wp-content\/uploads\/2025\/05\/Downvote-1024x716.jpg 1024w, https:\/\/sp2hari.com\/wp-content\/uploads\/2025\/05\/Downvote-300x210.jpg 300w, https:\/\/sp2hari.com\/wp-content\/uploads\/2025\/05\/Downvote-768x537.jpg 768w, https:\/\/sp2hari.com\/wp-content\/uploads\/2025\/05\/Downvote-429x300.jpg 429w, https:\/\/sp2hari.com\/wp-content\/uploads\/2025\/05\/Downvote.jpg 1318w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/a><\/figure>\n<\/div>\n\n\n<h3 class=\"wp-block-heading\">Why the top 5?<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>1. Every single thing is a trade-off \u2013 no \u201cbest\u201d<\/strong><br>Because software engineering is rarely about absolutes. Understanding trade-offs helps you make pragmatic decisions. What\u2019s \u201cright\u201d today might be wrong tomorrow depending on the team, scale, or product maturity.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>2. Never ever stop learning new things<\/strong><br>The field moves fast\u2014tools, best practices, and expectations shift constantly. Staying curious is how you stay relevant and sharp. <\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>3. Always ask for help when stuck<\/strong><br>This is one attribute I&#8217;ve found in the best engineers I&#8217;ve worked with. They know when to ask for help and how to unblock themselves quickly. Like every other rule, there is a trade-off here and asking help too quick and too often might also land you in trouble in the long run.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>4. Software is never finished<\/strong><br>There\u2019s always a bug to fix, a use case to support, or a refactor to make. Embracing this helps me to design for change. You\u2019re not building monuments\u2014you\u2019re evolving living systems. Think milestones and basecamps. It is not about the summit all the time. <\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>5. Ship early, iterate often<\/strong><br>Feedback beats perfection. Getting real-world usage fast helps you build the right thing, not just a well-built wrong thing. Early shipping helps validate ideas and keeps teams grounded in user needs.<br><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">How would you order this list? Try the app here and share your list &#8211; <a href=\"https:\/\/sp2hari.com\/software-rules\/\">https:\/\/sp2hari.com\/software-rules\/<\/a><\/p>\n<\/div><\/li>\n<li><a class=\"wp-block-latest-posts__post-title\" href=\"https:\/\/sp2hari.com\/index.php\/2025\/04\/06\/blog-questions-challenge\/\">Blog Questions Challenge<\/a><div class=\"wp-block-latest-posts__post-author\">by hari<\/div><time datetime=\"2025-04-06T17:35:44+00:00\" class=\"wp-block-latest-posts__post-date\">April 6, 2025<\/time><div class=\"wp-block-latest-posts__post-full-content\">\n<p class=\"wp-block-paragraph\">I got this email from <a href=\"https:\/\/danishpraka.sh\/\" target=\"_blank\" rel=\"noreferrer noopener\">Danish<\/a>, one of the early engineers at HackerRank. <\/p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p class=\"wp-block-paragraph\">I&#8217;m writing this email to you to ask you whether you&#8217;d be interested in a &#8220;Blog Questions Challenge&#8221;. It&#8217;s basically a set of questions you&#8217;ve to answer in a blog post and it works like a chain. So I&#8217;m currently writing the post and then I&#8217;ll tag some folks and they&#8217;ll do the same. A ponzi scheme without a scam at the end, sorta. Here are the questions:<br>======<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">* Why did you start blogging in the first place?<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">* What platform are you using to manage your blog and why did you choose it? Have you blogged on other platforms before?<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">* How do you write your posts? For example, in a local editing tool, or in a panel\/dashboard that&#8217;s part of your blog?<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">* When do you feel most inspired to write?<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">* Do you publish immediately after writing, or do you let it simmer a bit as a draft?<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">* What&#8217;s your favorite post on your blog?<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">* Any future plans for your blog? Maybe a redesign, a move to another platform, or adding a new feature?<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">* Who&#8217;s next?<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">======<\/p>\n<\/blockquote>\n\n\n\n<p class=\"wp-block-paragraph\">Obviously, I was interested. So, here I go, sharing my answers. <\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Why did you start blogging in the first place?<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">I\u00a0started blogging back in 2006, when it felt like everyone in college\u2014friends, seniors, peers\u2014had a blog. It was a natural thing to do: write about what you were learning, exploring, or just thinking about. Blogging turned into a habit, a way to make sense of ideas by putting them into words. It wasn\u2019t about going viral\u2014it was about documenting a learning journey, one post at a time.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Looking back, I\u2019m incredibly glad I started when I did.\u00a0I don&#8217;t think my blog is super popular or anything, but gives me a space to write about my experience, thoughts and learnings. <\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>What platform are you using to manage your blog and why did you choose it? Have you blogged on other platforms before?<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Right now, my blog runs on a self-hosted WordPress setup, and I\u2019ve been using it for quite a while now. I chose WordPress for a couple of very specific and personal reasons.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">First, back when I was still learning software development, I used to read through the WordPress source code just to understand how it worked. I was fascinated by how it was structured, how plugins were integrated, and how themes could customize the experience so effortlessly. It wasn\u2019t just a CMS\u2014it felt like a well-thought-out product with a clear philosophy behind it. That exposure deeply influenced my thinking around software architecture, and interestingly enough, a lot of the early architecture decisions at HackerRank were inspired by what I had seen and learned from WordPress. So for me, WordPress isn\u2019t just a tool\u2014it\u2019s part of my developer journey. <\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Second, I genuinely love the freedom that WordPress offers. The vast ecosystem of plugins and themes makes it incredibly flexible. And on the rare occasion when I can\u2019t find a plugin that does what I want, I can just roll up my sleeves and build one myself. That kind of power and extensibility is hard to find in many other platforms. Being able to completely own and customize your blogging environment is a huge plus for someone like me who enjoys building things.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">I transitioned to WordPress when I finally got my own domain\u2014sp2hari.com. That domain, by the way, was a birthday gift from my friend Manas, which makes it even more special. Before that, I was blogging on Blogspot, Google\u2019s old blogging platform. My very first blog still lives at <a href=\"https:\/\/sp2hari.blogspot.com\/\">sp2hari.blogspot.com<\/a>, frozen in time. It\u2019s a bit of a relic now, and while I say this with a bit of embarrassment, it really does capture who I was back then: raw, naive, and figuring things out as I went. Don\u2019t judge me too harshly for those early posts! I was young, still in college, and figuring out not just how to write, but how to think.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>How do you write your posts? For example, in a local editing tool, or in a panel\/dashboard that&#8217;s part of your blog?<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">I usually write my blog posts directly in the WordPress editor. Over the years, I\u2019ve found it to be simple, convenient, and just enough for what I need. Since I already manage my blog through WordPress, it feels natural to write in the same place where I publish\u2014it keeps everything in one flow.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">I typically start by creating a draft with just the title or a rough outline, and then revisit it when I have more clarity or time to flesh it out. The built-in formatting tools in WordPress are more than enough for my use\u2014especially since my writing is mostly text-focused, with the occasional code snippet or link.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Sometimes, I might jot down quick ideas in my notes app if I\u2019m on the go, but the actual writing and editing always happens in WordPress. I like seeing the post take shape in the same environment it will be published\u2014it keeps me focused and minimizes the overhead of switching tools.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>When do you feel most inspired to write?<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Interestingly, most of my writing inspiration doesn\u2019t come from a sudden burst of creativity\u2014it comes from a commitment. I have an ongoing blog bet with a few friends where we each have to publish a post at least once a month. That external accountability, paired with the looming deadline, is usually all the motivation I need.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">In fact, most of my blog posts are the result of last-minute panic, where I scramble to organize my thoughts and hit \u201cPublish\u201d just in time. It might sound chaotic, but that pressure has consistently pushed me to write, reflect, and share\u2014especially on weekends when the deadline is near.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The blog bet has become a great motivator, not just for consistency, but also as a fun shared ritual with friends. I\u2019ve written more about how it started and what it\u2019s led to here: <a href=\"https:\/\/sp2hari.com\/writing-bets-experiment\/\">Writing Bets Experiment<\/a>. For now, it\u2019s safe to say that structured panic is my main source of inspiration!<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full\"><a href=\"https:\/\/sp2hari.com\/wp-content\/uploads\/2025\/04\/calvin-hobbes-last-minute-panic.webp\"><img loading=\"lazy\" decoding=\"async\" width=\"640\" height=\"795\" src=\"https:\/\/sp2hari.com\/wp-content\/uploads\/2025\/04\/calvin-hobbes-last-minute-panic.webp\" alt=\"\" class=\"wp-image-3061\" srcset=\"https:\/\/sp2hari.com\/wp-content\/uploads\/2025\/04\/calvin-hobbes-last-minute-panic.webp 640w, https:\/\/sp2hari.com\/wp-content\/uploads\/2025\/04\/calvin-hobbes-last-minute-panic-242x300.webp 242w\" sizes=\"auto, (max-width: 640px) 100vw, 640px\" \/><\/a><\/figure>\n<\/div>\n\n\n<p class=\"wp-block-paragraph\"><strong>Do you publish immediately after writing, or do you let it simmer a bit as a draft?<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">I usually don\u2019t publish immediately after writing. My process typically starts when I get an idea\u2014often sparked by something I read, a conversation, or a moment of reflection. When that happens, I quickly jot down a potential title or a rough heading for the blog post. That title acts like a placeholder or a mental bookmark for the topic I want to explore.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">From there, I begin outlining the structure with subheadings or key points, even if I don\u2019t yet have the full content ready. It\u2019s a way for me to scaffold the post, giving it some shape before diving into the details. Sometimes, that rough draft sits for days or even weeks while I mull over how I want to approach the topic.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">When it\u2019s time to publish\u2014usually prompted by a personal deadline or one of my blogging bets\u2014I sit down and write most of the content in one focused session. That\u2019s when I give it the final fit and finish: refining sentences, fixing flow, and making sure the message is clear. So, while the post might look like it was written quickly, it\u2019s usually simmered for a while before it reaches the final published version.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>What&#8217;s your favorite post on your blog?<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">One of my favorite posts on the blog is <a href=\"https:\/\/sp2hari.com\/advice-for-a-junior-software-developer\/\">\u201cAdvice for a Junior Software Developer\u201d<\/a>. Among everything I\u2019ve written so far, I truly believe this is the most useful and impactful piece. It came from a place of genuine reflection\u2014thinking back on my own early years in the industry, the mistakes I made, the things I wish someone had told me, and the small mindset shifts that made a big difference.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">This post is special to me because it\u2019s not just advice; it\u2019s a consolidation of real experiences, hard-earned lessons, and encouragement that I hope every junior developer finds at the right time. I\u2019ve had friends, peers, and even strangers reach out saying they found it helpful or that it gave them clarity\u2014and that means a lot.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">While I\u2019ve written about a variety of topics over the years\u2014some technical, some personal\u2014this one stands out because it feels like it has the potential to positively influence someone\u2019s journey. That\u2019s the kind of writing I want to keep doing: simple, honest, and useful.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Any future plans for your blog? Maybe a redesign, a move to another platform, or adding a new feature?<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">As of now, I don\u2019t have any major redesigns or platform changes planned for the blog\u2014I\u2019m pretty happy with how things are running. That said, one idea I\u2019ve been playing with is writing a focused series of blog posts around a specific theme. In particular, I want to explore the journey of how a programmer or coder evolves into a true developer or engineer\u2014not just technically, but in terms of mindset, habits, and thinking.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">It\u2019s something I\u2019ve thought about often, especially when mentoring or reflecting on my own growth. There\u2019s a big leap between just writing code and building systems, understanding trade-offs, communicating effectively, and taking ownership of a product or problem.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The goal would be to take this series beyond the blog\u2014ideally, once I have a strong collection of well-thought-out posts, I\u2019d love to compile and refine them into a book. It wouldn\u2019t be just a how-to manual, but more of a guide for the transition, both practical and philosophical. It\u2019s still just an idea for now, but it\u2019s one I\u2019m excited about.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Who&#8217;s next?<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><a href=\"https:\/\/adyasha.in\/\" data-type=\"link\" data-id=\"https:\/\/blog.adyasha.in\/\" target=\"_blank\" rel=\"noreferrer noopener\">Adyasha<\/a>, <a href=\"https:\/\/ishandeveloper.com\/\" data-type=\"link\" data-id=\"https:\/\/ishandeveloper.com\/\" target=\"_blank\" rel=\"noreferrer noopener\">Ishan<\/a>, <a href=\"https:\/\/shlokashah.com\/\" data-type=\"link\" data-id=\"https:\/\/shlokashah.com\/\" target=\"_blank\" rel=\"noreferrer noopener\">Shloka<\/a> and <a href=\"https:\/\/vaasavi.life\/\" data-type=\"link\" data-id=\"https:\/\/vaasavi.life\/\" target=\"_blank\" rel=\"noreferrer noopener\">Vaasavi<\/a> &#8211; you&#8217;re up next. No pressure!<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n<\/div><\/li>\n<li><a class=\"wp-block-latest-posts__post-title\" href=\"https:\/\/sp2hari.com\/index.php\/2025\/03\/02\/stupid-things-that-makes-sense\/\">Stupid things that makes sense<\/a><div class=\"wp-block-latest-posts__post-author\">by hari<\/div><time datetime=\"2025-03-02T15:13:26+00:00\" class=\"wp-block-latest-posts__post-date\">March 2, 2025<\/time><div class=\"wp-block-latest-posts__post-full-content\">\n<p class=\"wp-block-paragraph\">As a founder, people often think my life is all about planning, strategy, and business. And yes, a big part of it is. But what surprises people is the simple, everyday things that make me happy\u2014things that don\u2019t really have a \u201cpurpose\u201d but bring me joy.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">For example, I love <strong>collecting stationery<\/strong>. New notebooks (muji tops the list, mnemosyne is in the wishlist), smooth pens (lamy and uniball top the list), colorful sticky notes, sketches \u2014I enjoy them all. It\u2019s not about being more productive or having the perfect planner. I just like the feeling of using good stationery. Collecting them gives a nice small purpose in life. <\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Then there\u2019s <strong>watching anime<\/strong> like <em>Naruto<\/em>. Some people think it\u2019s just for kids, but for me, it\u2019s fun, exciting, and sometimes even inspiring. The characters, the stories, the epic battles\u2014I love it. And yes, one of the favourite fictional character is Minato from Naruto (the other one being Ben Whittaker from The Intern)<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">I also enjoy <strong>growing plants<\/strong>. Not for any big reason, just because I like watching them grow. Seeing a small seed turn into a plant is satisfying. It reminds me that good things take time,  to trust the process and focus on inputs instead of outputs. <\/p>\n\n\n\n<p class=\"wp-block-paragraph\">When I want to relax, I love <strong>watching sitcoms like Friends and The Big Bang Theory<\/strong>. These shows never get old for me. No matter how many times I watch them, they still make me laugh. It\u2019s nice to switch off from work and just enjoy a simple, funny show.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">And one of my favorite things? <strong>Pranking or annoying people around me with silly things<\/strong>. Whether it\u2019s sending weird texts, leaving random notes on their table, or just teasing them for no reason, I love it. It\u2019s harmless fun, but the reactions make my day. Some people are shocked that I do this, but life is too short to be serious all the time!<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">I especially enjoy <strong>troubling the interns at work<\/strong>\u2014making random <a href=\"https:\/\/engineering.hackerrank.com\/behind-the-scenes-the-2021-interns-webpage\/\">bets<\/a> with them, giving them funny challenges, or just making their day unpredictable. It keeps things fun, and honestly, I think they enjoy it too (even if they pretend they don\u2019t).<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">People expect me to always be thinking about technology, business, growth and future. But not everything in life needs to be productive. Some things are just for happiness\u2014and that\u2019s reason enough to keep doing them.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">I hope everyone have their own list of small things that make them happy, even if they don\u2019t have a \u201cpurpose\u201d.<\/p>\n<\/div><\/li>\n<li><a class=\"wp-block-latest-posts__post-title\" href=\"https:\/\/sp2hari.com\/index.php\/2025\/02\/02\/a-man-called-ove\/\">A Man Called Ove<\/a><div class=\"wp-block-latest-posts__post-author\">by hari<\/div><time datetime=\"2025-02-02T18:26:11+00:00\" class=\"wp-block-latest-posts__post-date\">February 2, 2025<\/time><div class=\"wp-block-latest-posts__post-full-content\">\n<p class=\"wp-block-paragraph\">A few months ago, I wrote about my decision to start reading fiction, inspired by a conversation between Tim Ferriss and Claire Hughes Johnson. The idea of reading fiction to build empathy was an out-of-the-box idea (at least for me). However, what makes this experience even more unique is that I read this book in a physical format\u2014something that has always been a challenge for me.  The promise made in this post  <a href=\"https:\/\/sp2hari.com\/fiction\/\">https:\/\/sp2hari.com\/fiction\/<\/a> is finally done.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">For the longest time, I have preferred audio books. Listening to physical books while walking is my only way of consuming them. I lacked the patience to sit at a place and read a book. Phone and laptops were a few steps away and kept me away from physical books. <\/p>\n\n\n\n<figure class=\"wp-block-gallery has-nested-images columns-default is-cropped wp-block-gallery-1 is-layout-flex wp-block-gallery-is-layout-flex\">\n<figure class=\"wp-block-image size-medium\"><a href=\"https:\/\/sp2hari.com\/wp-content\/uploads\/2025\/02\/IMG_3175-Large.jpeg\"><img loading=\"lazy\" decoding=\"async\" width=\"225\" height=\"300\" data-id=\"3045\" src=\"https:\/\/sp2hari.com\/wp-content\/uploads\/2025\/02\/IMG_3175-Large-225x300.jpeg\" alt=\"\" class=\"wp-image-3045\" srcset=\"https:\/\/sp2hari.com\/wp-content\/uploads\/2025\/02\/IMG_3175-Large-225x300.jpeg 225w, https:\/\/sp2hari.com\/wp-content\/uploads\/2025\/02\/IMG_3175-Large-768x1024.jpeg 768w, https:\/\/sp2hari.com\/wp-content\/uploads\/2025\/02\/IMG_3175-Large.jpeg 960w\" sizes=\"auto, (max-width: 225px) 100vw, 225px\" \/><\/a><\/figure>\n\n\n\n<figure class=\"wp-block-image size-medium is-style-default\"><a href=\"https:\/\/sp2hari.com\/wp-content\/uploads\/2025\/02\/IMG_3174-Large.jpeg\"><img loading=\"lazy\" decoding=\"async\" width=\"225\" height=\"300\" data-id=\"3044\" src=\"https:\/\/sp2hari.com\/wp-content\/uploads\/2025\/02\/IMG_3174-Large-225x300.jpeg\" alt=\"\" class=\"wp-image-3044\" srcset=\"https:\/\/sp2hari.com\/wp-content\/uploads\/2025\/02\/IMG_3174-Large-225x300.jpeg 225w, https:\/\/sp2hari.com\/wp-content\/uploads\/2025\/02\/IMG_3174-Large-768x1024.jpeg 768w, https:\/\/sp2hari.com\/wp-content\/uploads\/2025\/02\/IMG_3174-Large.jpeg 960w\" sizes=\"auto, (max-width: 225px) 100vw, 225px\" \/><\/a><\/figure>\n<\/figure>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>1. Book vs. Movie: The Backstory Makes the Difference<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">One of the biggest surprises about reading&nbsp;<em>A Man Called Ove<\/em>&nbsp;after watching the movie was how much more depth the book provided. The movie does an excellent job capturing Ove\u2019s grumpy yet loveable personality, but the book gives a much richer context to his life experiences.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">For instance, the book shares more details about Ove\u2019s early life\u2014his years working as a railway cleaner and later as a construction worker building houses. These moments provide valuable insights into how he became the person we see in both the book and the movie. His relationship with his father, his strong moral code, and his belief in hard work are all developed in a way that the movie simply doesn\u2019t have time to explore. This additional context makes his stubbornness and his sense of right and wrong feel much more grounded.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>2. The Emotional Impact of the Ending<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">One of the important moments in\u00a0<em>A Man Called Ove<\/em>\u00a0is the final scene. I went back and watched the movie\u2019s ending again (you can find it here:\u00a0<a href=\"https:\/\/www.youtube.com\/watch?v=nItJ4mh1Mpk\">YouTube Link<\/a>), and I noticed an interesting difference. The letter Ove leaves behind in the movie feels longer and more dramatic, whereas in the book, it\u2019s much more concise.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">This is a classic example of how books and movies handle emotional moments differently. The movie draws out the emotions, making the farewell feel grand and cinematic, while the book delivers it in a more subtle and understated manner. Personally, I found the book\u2019s version more effective\u2014it felt more in line with Ove\u2019s character, a man of few words who expresses love and care in actions rather than long, sentimental letters.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Overall, glad that I read the book. I enjoyed the movie, but learnt a LOT from the book. Something that I&#8217;ll recommend to everyone (even if they&#8217;ve watched the movie). <\/p>\n<\/div><\/li>\n<li><a class=\"wp-block-latest-posts__post-title\" href=\"https:\/\/sp2hari.com\/index.php\/2025\/01\/05\/skunk-works-a-personal-memoir-of-my-years-of-lockheed\/\">Skunk Works: A Personal Memoir of My Years of Lockheed<\/a><div class=\"wp-block-latest-posts__post-author\">by hari<\/div><time datetime=\"2025-01-05T19:16:24+00:00\" class=\"wp-block-latest-posts__post-date\">January 5, 2025<\/time><div class=\"wp-block-latest-posts__post-full-content\"><div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full\"><a href=\"https:\/\/sp2hari.com\/wp-content\/uploads\/2023\/02\/51-XJRg2dCL._SL500_.jpg\"><img loading=\"lazy\" decoding=\"async\" width=\"500\" height=\"500\" src=\"https:\/\/sp2hari.com\/wp-content\/uploads\/2023\/02\/51-XJRg2dCL._SL500_.jpg\" alt=\"\" class=\"wp-image-2620\" srcset=\"https:\/\/sp2hari.com\/wp-content\/uploads\/2023\/02\/51-XJRg2dCL._SL500_.jpg 500w, https:\/\/sp2hari.com\/wp-content\/uploads\/2023\/02\/51-XJRg2dCL._SL500_-300x300.jpg 300w, https:\/\/sp2hari.com\/wp-content\/uploads\/2023\/02\/51-XJRg2dCL._SL500_-150x150.jpg 150w\" sizes=\"auto, (max-width: 500px) 100vw, 500px\" \/><\/a><\/figure>\n<\/div>\n\n\n<p class=\"wp-block-paragraph\">There are a lot of books that talks about building a team\/company. There are books that talks about planes (something I&#8217;m forever fascinated about). Very few books can teach you both and this is it. Skunk Works by Ben Rich is a fascinating book (don&#8217;t even remember the number of times I&#8217;ve listened to this one). It shares behind-the-scenes stories of\u2014 Lockheed\u2019s Skunk Works, famous for producing legendary aircraft like the U-2, SR-71 Blackbird, and F-117 Nighthawk stealth fighter.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">More than just an engineering story, Skunk Works is a masterclass in leadership, innovation, trust, and most importantly, speed\u2014qualities that resonate deeply with me as I\u2019ve adopted Speed as my personal theme for 2025.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">These are my top takeaways from the book.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">The Power of Small, Agile Teams<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">One of the key takeaways from Skunk Works is the critical role of small teams in driving innovation. The division didn\u2019t rely on large bureaucracies, endless meetings, or rigid processes. Instead, it thrived on having a lean structure where engineers had the autonomy to make decisions quickly.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">In an era when companies are often bogged down by hierarchy, this approach feels like a breath of fresh air. Small teams with end-to-end ownership, minimal red tape, and a clear mission can move mountains. It\u2019s a reminder that to move fast, you need trust, clarity, and minimal overhead.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Trust as a Non-Negotiable Foundation<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Kelly Johnson, the founder of Skunk Works, built his division on the principle of trust\u2014both within the team and with their stakeholders, especially the government. He operated on handshake agreements and trusted his engineers to deliver results without micromanagement. Trust allowed Skunk Works to bypass slow procurement processes, eliminate bureaucracy, and focus entirely on solving hard problems. While building startsups\/companies, we prioritize speed and agility, but without trust, those are impossible.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Speed and Innovation Go Hand-in-Hand<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">At the heart of Skunk Works is the theme of speed. The team had a mandate to develop groundbreaking technology under severe time constraints. Whether it was developing the U-2 spy plane in just eight months or delivering the F-117 stealth fighter ahead of schedule, Skunk Works thrived under pressure.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Speed didn\u2019t just mean working faster\u2014it meant cutting out unnecessary steps, focusing on what truly mattered, and making bold decisions quickly. For me, this perfectly aligns with my personal theme for 2025. Speed doesn\u2019t mean recklessness; it means disciplined focus, rapid iteration, and an obsessive drive to deliver.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">A Culture of Bold Experimentation<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Another key element of Skunk Works\u2019 success was its culture of experimentation. The team was encouraged to take risks, think unconventionally, and explore new technologies. This experimental mindset led to many failures\u2014but also to some of the most revolutionary aircraft in history.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">As someone who enjoys working on experimental products and side projects, this lesson feels especially relevant. Whether it\u2019s a new feature for a product, a blog post, or even a new way of conducting mock interviews, experimentation is the fuel that drives innovation.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Bringing Skunk Works into My Own Projects<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Reading Skunk Works has given me a renewed sense of purpose and clarity. Whether it\u2019s a new product or any other project, I want to incorporate the principles of speed, trust, and bold experimentation.<br>\u2022 Speed will come from focusing on what matters, cutting out distractions, and empowering small teams or even solo workstreams.<br>\u2022 Trust means giving myself (and collaborators) the freedom to work independently without micromanagement.<br>\u2022 Experimentation means being unafraid to try new approaches, knowing that even if I fail, I\u2019ll learn something valuable.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Skunk Works isn\u2019t just a book for engineers\u2014it\u2019s a book for anyone who wants to build something extraordinary. It teaches us that true innovation comes not from size or resources but from speed, trust, bold thinking, and an unrelenting focus on solving hard problems.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">As I move forward with my personal theme of speed in 2025, I\u2019ll carry these lessons with me\u2014knowing that even in the face of daunting challenges, bold teams (or individuals) who move fast can change the world.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n<\/div><\/li>\n<li><a class=\"wp-block-latest-posts__post-title\" href=\"https:\/\/sp2hari.com\/index.php\/2024\/12\/08\/product-engineers\/\">Product Engineers<\/a><div class=\"wp-block-latest-posts__post-author\">by hari<\/div><time datetime=\"2024-12-08T17:21:56+00:00\" class=\"wp-block-latest-posts__post-date\">December 8, 2024<\/time><div class=\"wp-block-latest-posts__post-full-content\">\n<p class=\"wp-block-paragraph\">A topic that has been something I&#8217;ve been talking a lot to the rest of the company. These are the builders who don\u2019t just write code\u2014they design experiences, solve problems, and ultimately solve customer&#8217;s end to end problem. <\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The role of a product engineer extends beyond traditional software development. They bridge the gap between technical capability and user-focused design. Unlike backend engineers who focus on system architecture or data engineers who specialize in pipelines, product engineers work on bringing a product vision to life in ways that delight the end user. It\u2019s one thing to say &#8220;I write code&#8221; and it\u2019s another to say &#8220;I solve this problem for the people by writing code.&#8221;<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Key Traits of Product Engineer<\/strong><\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li><strong>Customer Empathy<\/strong><br>A product engineer spends as much time thinking about <em>who<\/em> will use their product as they do about <em>how<\/em> it will work. They understand the user\u2019s needs, pain points, and goals.<\/li>\n\n\n\n<li><strong>Collaboration<\/strong><br>Product engineers work closely with designers, product managers, and other stakeholders. They own both the idea and the execution.<\/li>\n\n\n\n<li><strong>Attention to Detail<\/strong><br>Whether it\u2019s the performance of an API or the animation of a toggle button, product engineers know the small things can make a big difference in user experience.<\/li>\n<\/ol>\n\n\n\n<p class=\"wp-block-paragraph\"><br>Below are a few slides from a recent talk highlighting the importance of having product engineers in the team. These entire presentation was much longer, but these slides focuses on the product engineer role. The talk track for these slides are added along with each slide. <\/p>\n\n\n\n<div class=\"wp-block-columns padding-bottom-100 is-layout-flex wp-container-core-columns-is-layout-8f761849 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-vertically-aligned-center is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:70%\">\n<figure class=\"wp-block-image size-full is-resized box-shadow\"><a href=\"https:\/\/sp2hari.com\/wp-content\/uploads\/2024\/12\/How-we-work.jpg\"><img loading=\"lazy\" decoding=\"async\" width=\"960\" height=\"540\" src=\"https:\/\/sp2hari.com\/wp-content\/uploads\/2024\/12\/How-we-work.jpg\" alt=\"\" class=\"wp-image-2977\" style=\"width:1000px;height:auto\" srcset=\"https:\/\/sp2hari.com\/wp-content\/uploads\/2024\/12\/How-we-work.jpg 960w, https:\/\/sp2hari.com\/wp-content\/uploads\/2024\/12\/How-we-work-300x169.jpg 300w, https:\/\/sp2hari.com\/wp-content\/uploads\/2024\/12\/How-we-work-768x432.jpg 768w, https:\/\/sp2hari.com\/wp-content\/uploads\/2024\/12\/How-we-work-533x300.jpg 533w\" sizes=\"auto, (max-width: 960px) 100vw, 960px\" \/><\/a><\/figure>\n<\/div>\n\n\n\n<div class=\"wp-block-column is-vertically-aligned-center is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:30%\">\n<p class=\"wp-block-paragraph\"><em>It is good to have a team of a product engineers. There is my definition of product engineers. Writing code is JUST one part of the the job. Talking to users, getting involved with design and taking product decisions. Normal engineers think only about the code. All their problems revolves around code. And of course, move with the urgency. Moving at high speed is core. <\/em><\/p>\n<\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-columns padding-bottom-100 is-layout-flex wp-container-core-columns-is-layout-8f761849 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-vertically-aligned-center is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:70%\">\n<figure class=\"wp-block-image size-full box-shadow\"><a href=\"https:\/\/sp2hari.com\/wp-content\/uploads\/2024\/12\/How-we-work-1.jpg\"><img loading=\"lazy\" decoding=\"async\" width=\"960\" height=\"540\" src=\"https:\/\/sp2hari.com\/wp-content\/uploads\/2024\/12\/How-we-work-1.jpg\" alt=\"\" class=\"wp-image-2978\" srcset=\"https:\/\/sp2hari.com\/wp-content\/uploads\/2024\/12\/How-we-work-1.jpg 960w, https:\/\/sp2hari.com\/wp-content\/uploads\/2024\/12\/How-we-work-1-300x169.jpg 300w, https:\/\/sp2hari.com\/wp-content\/uploads\/2024\/12\/How-we-work-1-768x432.jpg 768w, https:\/\/sp2hari.com\/wp-content\/uploads\/2024\/12\/How-we-work-1-533x300.jpg 533w\" sizes=\"auto, (max-width: 960px) 100vw, 960px\" \/><\/a><\/figure>\n<\/div>\n\n\n\n<div class=\"wp-block-column is-vertically-aligned-center is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:30%\">\n<p class=\"wp-block-paragraph\"><em>The<\/em> <em>internal joke we have within our team is that we use the term &#8220;code monkeys&#8221; (no disrespect to monkeys that can code) and what product engineering means. You are involved in every single aspect of the product and not just the &#8220;development&#8221;. That means you can&#8217;t build something and throw it to the other side for maintenance. The engineers are responsible for QA, Support and Deployment (usually pushed to QA team, Support team or DevOps team)<\/em><\/p>\n<\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-columns padding-bottom-100 is-layout-flex wp-container-core-columns-is-layout-8f761849 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-vertically-aligned-center is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:70%\">\n<figure class=\"wp-block-image size-full box-shadow\"><a href=\"https:\/\/sp2hari.com\/wp-content\/uploads\/2024\/12\/How-we-work-2.jpg\"><img loading=\"lazy\" decoding=\"async\" width=\"960\" height=\"540\" src=\"https:\/\/sp2hari.com\/wp-content\/uploads\/2024\/12\/How-we-work-2.jpg\" alt=\"\" class=\"wp-image-2979\" srcset=\"https:\/\/sp2hari.com\/wp-content\/uploads\/2024\/12\/How-we-work-2.jpg 960w, https:\/\/sp2hari.com\/wp-content\/uploads\/2024\/12\/How-we-work-2-300x169.jpg 300w, https:\/\/sp2hari.com\/wp-content\/uploads\/2024\/12\/How-we-work-2-768x432.jpg 768w, https:\/\/sp2hari.com\/wp-content\/uploads\/2024\/12\/How-we-work-2-533x300.jpg 533w\" sizes=\"auto, (max-width: 960px) 100vw, 960px\" \/><\/a><\/figure>\n<\/div>\n\n\n\n<div class=\"wp-block-column is-vertically-aligned-center is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:30%\">\n<p class=\"wp-block-paragraph\"><em>As we started working on this, these are two good books that might help your engineers start with the product thinking. In fact, after reading &#8220;The Mom Test&#8221;, our engineers try to get the right validation before thinking of releasing a feature.<\/em><\/p>\n<\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-columns padding-bottom-100 is-layout-flex wp-container-core-columns-is-layout-8f761849 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-vertically-aligned-center is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:70%\">\n<figure class=\"wp-block-image size-full box-shadow\"><a href=\"https:\/\/sp2hari.com\/wp-content\/uploads\/2024\/12\/How-we-work-3.jpg\"><img loading=\"lazy\" decoding=\"async\" width=\"960\" height=\"540\" src=\"https:\/\/sp2hari.com\/wp-content\/uploads\/2024\/12\/How-we-work-3.jpg\" alt=\"\" class=\"wp-image-2980\" srcset=\"https:\/\/sp2hari.com\/wp-content\/uploads\/2024\/12\/How-we-work-3.jpg 960w, https:\/\/sp2hari.com\/wp-content\/uploads\/2024\/12\/How-we-work-3-300x169.jpg 300w, https:\/\/sp2hari.com\/wp-content\/uploads\/2024\/12\/How-we-work-3-768x432.jpg 768w, https:\/\/sp2hari.com\/wp-content\/uploads\/2024\/12\/How-we-work-3-533x300.jpg 533w\" sizes=\"auto, (max-width: 960px) 100vw, 960px\" \/><\/a><\/figure>\n<\/div>\n\n\n\n<div class=\"wp-block-column is-vertically-aligned-center is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:30%\">\n<p class=\"wp-block-paragraph\"><em>One positive side effect of the engineering team turning into product engineers is that they are more closer to the customers. For example, here are a couple of support tickets handled by the team. This is the only team handling support tickets and have the access to directly respond to the end users. And that&#8217;s because the team cares about users. <\/em><\/p>\n<\/div>\n<\/div>\n\n\n\n<p class=\"wp-block-paragraph\">Here are some more links if you want to understand the concept of product engineering in detail<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li><a href=\"https:\/\/posthog.com\/blog\/what-is-a-product-engineer\">https:\/\/posthog.com\/blog\/what-is-a-product-engineer<\/a><\/li>\n\n\n\n<li><a href=\"https:\/\/productengineer.org\/\">https:\/\/productengineer.org\/<\/a><\/li>\n\n\n\n<li><a href=\"https:\/\/www.cycle.app\/blog\/the-product-manifesto\">https:\/\/www.cycle.app\/blog\/the-product-manifesto<\/a><\/li>\n<\/ol>\n\n\n\n<p class=\"wp-block-paragraph\">And so, what is the role of a product manager when the team is full of product engineers. Can we eliminate this role if everyone in the team is a product engineer?<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Unfortunately no. In fact, I&#8217;ve come to the realization that you need a good product manager when the team is full of product engineers. <\/p>\n\n\n\n<p class=\"wp-block-paragraph\">While having a team of product engineers is a good thing overall, at times, you tend to pull in different directions. Imagine an object pushed in different directions from all sides, the object won&#8217;t move at all. For example, one engineer might talk to a user who would complain that the website is slow, another engineer talk to a user who might complain about lack of translation. Ultimately, the product manager takes the final veto call in the overall direction and guide multiple product engineers in the same direction.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">While every engineer might consider themselves as product engineers, here&#8217;s a checklist to see if you are really a product engineer. <\/p>\n\n\n\n\n\n<p class=\"wp-block-paragraph\"><br>Have you worked with or as a product engineer? Share your thoughts and stories.<\/p>\n<\/div><\/li>\n<li><a class=\"wp-block-latest-posts__post-title\" href=\"https:\/\/sp2hari.com\/index.php\/2024\/11\/03\/fiction\/\">Fiction<\/a><div class=\"wp-block-latest-posts__post-author\">by hari<\/div><time datetime=\"2024-11-03T16:29:21+00:00\" class=\"wp-block-latest-posts__post-date\">November 3, 2024<\/time><div class=\"wp-block-latest-posts__post-full-content\">\n<p class=\"wp-block-paragraph\"><br>For as long as I can remember, I have read only business and professional growth books. Fiction never made it into my reading list when I was thinking about work or learning. You can check out my full reading list here: <a href=\"https:\/\/sp2hari.com\/books\">https:\/\/sp2hari.com\/books<\/a>. It\u2019s all about learning and growing in my career. <\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The only fiction book I have read is <em>The Little Prince<\/em>, and that was only because my friends pushed me to read it. They thought I needed a break from all my business books. Even then, I couldn\u2019t help but find lessons from it, which I wrote about here: <a href=\"https:\/\/sp2hari.com\/the-little-prince\">https:\/\/sp2hari.com\/the-little-prince<\/a>.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">But recently, I started to change how I think about fiction. I listened to an interesting chat between Tim Ferriss and Claire Hughes Johnson that made me stop and think. Tim asked Claire why anyone should read fiction. Is there more to it than just learning about human nature? (I think he was more like me, where he strictly avoided reading fiction)<\/p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p class=\"wp-block-paragraph\"><strong>Tim Ferriss:\u00a0<\/strong>So what are the reasons to read fiction aside from the, as I think you put it earlier, the insight into the human condition? If you were trying to get someone to take that first bite of the forbidden apple of fiction, are there any other points that you would make?<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Claire Hughes Johnson:&nbsp;<\/strong>How do you build empathy? How do you understand everybody has a story? I mean, you\u2019ve traveled a lot, Tim, but a lot of people you and I both know haven\u2019t traveled the world, they haven\u2019t been to that many countries. Do you want to go to another country? Find a great novel that\u2019s been translated from that country, and read it, and you will understand that country in a way that no travel guide will ever give you, in my opinion. So I think it\u2019s a very cheap way \u2014 and there\u2019s also to build emotional intelligence.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">I think I\u2019ve worked now in tech companies for over 20 years, and when you sort of get to certain levels of responsibility with management and leadership, you could be technically the smartest person in the room, but if you have no emotional intelligence or dimensionality in contemplating emotional states, you are going to struggle. You are going to struggle to lead. And so when I say understand the human condition, I don\u2019t just mean, \u201cI\u2019m reading a book and I understand, wow, that\u2019s how it might feel to be in a divorce or that\u2019s how it might feel to lose your child or \u2014 \u201d I\u2019m saying, no, you yourself, as the reader, if the book is really good, start to feel the feelings. You start to feel like, \u201cOh, I lost a child.\u201d<br>Emotional exercise is hard. It\u2019s either happening to you, so you\u2019re going through an emotional situation in your own life, which is hard, but doesn\u2019t happen every day to most people, or you\u2019re going to get emotional exercise from, in my experience, a lot of people get it from film.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">[&#8230;]<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Claire Hughes Johnson:\u00a0<\/strong>But anyway, point is, I think it\u2019s emotional workout. Literature, great films.<\/p>\n<\/blockquote>\n\n\n\n<p class=\"wp-block-paragraph\">You can listen to the entire podcast at <a href=\"https:\/\/tim.blog\/2024\/02\/27\/claire-hughes-johnson\/\">https:\/\/tim.blog\/2024\/02\/27\/claire-hughes-johnson\/<\/a> <\/p>\n\n\n\n<p class=\"wp-block-paragraph\">This idea was new to me. Fiction might not just be for fun or creativity; it could actually help me grow as a leader and a friend. It\u2019s like a type of training for your emotions, which doesn\u2019t happen in everyday life. <\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The first book I&#8217;m going to pick from the fiction is this one &#8211; A Man Called Ove. <\/p>\n\n\n<div class=\"wp-block-image is-style-default\">\n<figure class=\"aligncenter size-large is-resized\"><a href=\"https:\/\/sp2hari.com\/wp-content\/uploads\/2024\/11\/A-Man-Called-Ove.jpeg\"><img loading=\"lazy\" decoding=\"async\" width=\"768\" height=\"1024\" src=\"https:\/\/sp2hari.com\/wp-content\/uploads\/2024\/11\/A-Man-Called-Ove-768x1024.jpeg\" alt=\"\" class=\"wp-image-2959\" style=\"width:600px\" srcset=\"https:\/\/sp2hari.com\/wp-content\/uploads\/2024\/11\/A-Man-Called-Ove-768x1024.jpeg 768w, https:\/\/sp2hari.com\/wp-content\/uploads\/2024\/11\/A-Man-Called-Ove-225x300.jpeg 225w, https:\/\/sp2hari.com\/wp-content\/uploads\/2024\/11\/A-Man-Called-Ove.jpeg 960w\" sizes=\"auto, (max-width: 768px) 100vw, 768px\" \/><\/a><\/figure>\n<\/div>\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">I have already watched the movie, and it even made me tear up at the end. People say the book is even better, with more depth and feeling. Even if I already know the story from the movie, I\u2019m excited to see what the book has to offer. Let\u2019s see how it goes.<\/p>\n<\/div><\/li>\n<li><a class=\"wp-block-latest-posts__post-title\" href=\"https:\/\/sp2hari.com\/index.php\/2024\/10\/06\/truly-madly-deeply-care\/\">Truly Madly Deeply Care<\/a><div class=\"wp-block-latest-posts__post-author\">by hari<\/div><time datetime=\"2024-10-06T22:14:33+00:00\" class=\"wp-block-latest-posts__post-date\">October 6, 2024<\/time><div class=\"wp-block-latest-posts__post-full-content\">\n<p class=\"wp-block-paragraph\"><br>One of the values we\u2019ve recently added at HackerRank is something close to my heart. Like our other values, this one had taken on different forms in the past, but the current version resonates with me far more: we call it <em>\u201cTruly, Madly, Deeply Care.\u201d<\/em><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><br>In the past, we used the phrase \u201cCustomer Delight&#8221; Amazon has their version: \u201ccustomer obsession.\u201d But for us, <em>Truly, Madly, Deeply Care<\/em> captures what we aim to achieve in everything we do\u2014going above and beyond to deliver something extraordinary.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><br>Once we embraced this mindset, we began to notice examples of it everywhere\u2014features, services, and products that reflect that same level of care. It\u2019s in the tiny details that make a product stand out. For example, have you ever noticed the iOS weather app? The raindrops actually bounce when it rains. It\u2019s a small touch, but it shows the level of detail and thoughtfulness that goes into creating something meaningful and delightful.<\/p>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-8f761849 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:35%\"><\/div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:30%\">\n<figure class=\"wp-block-video\"><video height=\"1280\" style=\"aspect-ratio: 592 \/ 1280;\" width=\"592\" controls src=\"https:\/\/sp2hari.com\/wp-content\/uploads\/2024\/10\/ios-RainDrop.mp4\"><\/video><\/figure>\n<\/div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:35%\"><\/div>\n<\/div>\n\n\n\n<p class=\"wp-block-paragraph\"><br>Another example is the Swiggy app. When you try to place an order from a hospital, you get a thoughtful message\u2014considerate of the context and environment. This is a small but powerful reflection of care that extends beyond just delivering food.<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large\"><a href=\"https:\/\/sp2hari.com\/wp-content\/uploads\/2024\/10\/hospital-blinkit-scaled.jpeg\"><img loading=\"lazy\" decoding=\"async\" width=\"461\" height=\"1024\" src=\"https:\/\/sp2hari.com\/wp-content\/uploads\/2024\/10\/hospital-blinkit-461x1024.jpeg\" alt=\"\" class=\"wp-image-2934\" srcset=\"https:\/\/sp2hari.com\/wp-content\/uploads\/2024\/10\/hospital-blinkit-461x1024.jpeg 461w, https:\/\/sp2hari.com\/wp-content\/uploads\/2024\/10\/hospital-blinkit-135x300.jpeg 135w, https:\/\/sp2hari.com\/wp-content\/uploads\/2024\/10\/hospital-blinkit-768x1706.jpeg 768w, https:\/\/sp2hari.com\/wp-content\/uploads\/2024\/10\/hospital-blinkit-691x1536.jpeg 691w, https:\/\/sp2hari.com\/wp-content\/uploads\/2024\/10\/hospital-blinkit-922x2048.jpeg 922w, https:\/\/sp2hari.com\/wp-content\/uploads\/2024\/10\/hospital-blinkit-scaled.jpeg 1152w\" sizes=\"auto, (max-width: 461px) 100vw, 461px\" \/><\/a><\/figure>\n<\/div>\n\n\n<p class=\"wp-block-paragraph\"><br>In our own office, the way kitchen paper napkins are stacked neatly &#8211; nobody instructed the support staff to do this, yet they\u2019ve done it with such care. It\u2019s a simple act, but it speaks about the pride people take in their work when they care deeply about what they do. <\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full\"><a href=\"https:\/\/sp2hari.com\/wp-content\/uploads\/2024\/10\/tissue-paper.jpg\"><img loading=\"lazy\" decoding=\"async\" width=\"540\" height=\"720\" src=\"https:\/\/sp2hari.com\/wp-content\/uploads\/2024\/10\/tissue-paper.jpg\" alt=\"\" class=\"wp-image-2935\" srcset=\"https:\/\/sp2hari.com\/wp-content\/uploads\/2024\/10\/tissue-paper.jpg 540w, https:\/\/sp2hari.com\/wp-content\/uploads\/2024\/10\/tissue-paper-225x300.jpg 225w\" sizes=\"auto, (max-width: 540px) 100vw, 540px\" \/><\/a><\/figure>\n<\/div>\n\n\n<p class=\"wp-block-paragraph\"><br>And that\u2019s the beauty of <em>Truly, Madly, Deeply Caring<\/em>. When you care deeply about what you create, it becomes a source of pride. <\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><br>This level of care reminds me of a moment from Steve Jobs, during an event when he was asked about Apple\u2019s pricing strategy. Rather than focus on market share, Jobs spoke about Apple\u2019s philosophy:<\/p>\n\n\n\n<figure class=\"wp-block-pullquote\"><blockquote><p>Our goal is to make the best personal computers in the world and to make products we are proud to sell and would recommend to our family and friends and we want to do that at the lowest price as we can but i have to tell you there&#8217;s some stuff in our industry that we wouldn&#8217;t be proud to ship, that we wouldn&#8217;t be proud to recommend to our family and friends and we can&#8217;t do it we just can&#8217;t ship junk so there&#8217;s there&#8217;s a there are thresholds that we can&#8217;t cross because of who we are but we want to make the best personal computers in the industry.<\/p><\/blockquote><\/figure>\n\n\n\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\n<iframe loading=\"lazy\" title=\"Why Apple is so EXPENSIVE? | Answer by Steve Jobs\" width=\"1249\" height=\"703\" src=\"https:\/\/www.youtube.com\/embed\/-DPHzVci1uU?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen><\/iframe>\n<\/div><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">This philosophy resonated with me deeply, as it encapsulates what \u201cTruly, Madly, Deeply Care\u201d means. When you care profoundly about what you create, it\u2019s not just about market share or profits\u2014it\u2019s about pride, craftsmanship, and creating something that you would stand behind without hesitation.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">In that spirit, I\u2019m creating a new page called <a href=\"https:\/\/sp2hari.com\/care\">https:\/\/sp2hari.com\/care<\/a>, inspired by <a href=\"https:\/\/patrickcollison.com\/fast\">Patrick Collison\u2019s page on fast products<\/a>. My goal is to capture examples of products and services that have gone above and beyond &#8211; whether it\u2019s a thoughtfully designed button, a small but meaningful interaction, or something grander. Over time, I hope to see this list grow, showcasing products that embody <em>truly madly deeply care<\/em> .<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">If you come across any product or experience that you believe reflects this level of care, please drop me a note\u2014I\u2019d love to add it to the list.<\/p>\n<\/div><\/li>\n<li><a class=\"wp-block-latest-posts__post-title\" href=\"https:\/\/sp2hari.com\/index.php\/2024\/09\/08\/advanced-git-commands\/\">Advanced Git Commands<\/a><div class=\"wp-block-latest-posts__post-author\">by hari<\/div><time datetime=\"2024-09-08T14:57:22+00:00\" class=\"wp-block-latest-posts__post-date\">September 8, 2024<\/time><div class=\"wp-block-latest-posts__post-full-content\">\n<p class=\"wp-block-paragraph\">Git is a powerful tool and I&#8217;ve been using it for years. But there are few commands that make me feel like a power user. I use the basic commands like git add, git commit and git push everyday,  there are some advanced commands that can significantly workflow and troubleshooting process. <\/p>\n\n\n<div class=\"wp-block-image is-style-rounded\">\n<figure class=\"aligncenter size-full is-resized\"><a href=\"https:\/\/sp2hari.com\/wp-content\/uploads\/2024\/09\/git-user.jpeg\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"1024\" src=\"https:\/\/sp2hari.com\/wp-content\/uploads\/2024\/09\/git-user.jpeg\" alt=\"\" class=\"wp-image-2920\" style=\"width:450px\" srcset=\"https:\/\/sp2hari.com\/wp-content\/uploads\/2024\/09\/git-user.jpeg 1024w, https:\/\/sp2hari.com\/wp-content\/uploads\/2024\/09\/git-user-300x300.jpeg 300w, https:\/\/sp2hari.com\/wp-content\/uploads\/2024\/09\/git-user-150x150.jpeg 150w, https:\/\/sp2hari.com\/wp-content\/uploads\/2024\/09\/git-user-768x768.jpeg 768w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/a><\/figure>\n<\/div>\n\n\n<h2 class=\"wp-block-heading\">git bisect<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Have you ever faced a bug in your code but had no idea when it was introduced? This is where git bisect comes to the rescue. It\u2019s essentially a binary search for your Git history. You start by specifying a commit where the code was known to work, and the commit where it\u2019s broken. git bisect will then help you automate the process of checking commits in between, narrowing down the problematic commit.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">While it is easy to imagine how git bisect works, the true power comes in using it in the real world. Here is a GitHub repo where you can try this out and a bug was introduced in one of the earlier commits. <\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><a href=\"https:\/\/github.com\/sp2hari\/learn-git-bisect-example\">https:\/\/github.com\/sp2hari\/learn-git-bisect-example<\/a><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Clone the repo and you can try the bisect command by running the following commands<\/p>\n\n\n\n<pre class=\"wp-block-syntaxhighlighter-code\">$ git clone git@github.com:sp2hari\/learn-git-bisect-example.git\n\n#Start the bisect by providing the bad commit id and good commit id\n#Bad commit = current commit. Good commit = first commit of the repo.\n$ git bisect start origin\/main d613b3f\nBisecting: 5 revisions left to test after this (roughly 3 steps)\n[a43319812e06febe1491739d2921d72cc28a0aae] Make text bold\n\n#Load the webpage and check if everything works as expected (it does)\n$ git bisect good\nBisecting: 2 revisions left to test after this (roughly 2 steps)\n[e4ea05da47c825016d4de2bd4b6cb6ce4b5df7e2] Add comments\n\n#Load the webpage and check if everything works as expected (it doesn't)\n$ git bisect bad\nBisecting: 0 revisions left to test after this (roughly 1 step)\n[fcc3b7e7ee805bc37624ef90795775dbf7168772] Update the text in the form\n\n#Load the webpage and check if everything works as expected (it doesn't)\n$ git bisect bad\nBisecting: 0 revisions left to test after this (roughly 0 steps)\n[fa574427d1b5ccc3fb2ce756277f3f819089f6d1] Change the rules of universe\n\n#Load the webpage and check if everything works as expected (it doesn't)\n$ git bisect bad\nfa574427d1b5ccc3fb2ce756277f3f819089f6d1 is the first bad commit\ncommit fa574427d1b5ccc3fb2ce756277f3f819089f6d1\nAuthor: Harishankaran K &lt;hari@hackerrank.com>\nDate:   Sun Sep 8 19:16:07 2024 +0530\n\n    Change the rules of universe\n\n index.html | 2 +-\n 1 file changed, 1 insertion(+), 1 deletion(-)\n\n$ git bisect reset<\/pre>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Why it\u2019s a power move:<\/strong> Instead of manually hunting through your Git history or rolling back changes aimlessly, git bisect turns what could be hours of debugging into a methodical and efficient process.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">git reflog<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Sometimes you make mistakes, and sometimes those mistakes make you think you\u2019ve lost work for good. Enter git reflog. While the normal Git history shows the sequence of commits, git reflog shows every action that has altered the state of your Git repository, even ones you thought were lost (e.g., after a reset or rebase).<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Clone this repo <a href=\"https:\/\/github.com\/sp2hari\/learn-git-reflog-example\">https:\/\/github.com\/sp2hari\/learn-git-reflog-example<\/a><\/p>\n\n\n\n<pre class=\"wp-block-syntaxhighlighter-code\">$ git clone git@github.com:sp2hari\/learn-git-reflog-example.git\n\n#Make a change \n$ echo \"HackerRank Labs Team\" >> index.html\n$ git commit -am \"Useful commit\"\n\n#Make mistakes to lose the changes. \n$ git reset --hard origin\/main\n\n$ git reflog\n77bd8ba (HEAD -> main, origin\/main, origin\/HEAD) HEAD@{0}: reset: moving to origin\/main\n180ef43 HEAD@{1}: commit: Useful commit\n77bd8ba (HEAD -> main, origin\/main, origin\/HEAD) HEAD@{2}: clone: from github.com:sp2hari\/learn-git-reflog-example.git\n\n#You can recover the id of the \"Useful commit\" (180ef43 in this case)\n\n<\/pre>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Why it\u2019s a power move:<\/strong> git reflog is like a safety net, giving you the ability to recover commits that don\u2019t appear in your normal history. Whether you accidentally reset your branch or lose a commit during a rebase, git reflog lets you trace everything back.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">git cherry-pick<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Need to apply a commit from one branch to another without merging the entire branch? git cherry-pick is your friend. This command allows you to apply individual commits from one branch into another, which is particularly helpful when you want to introduce fixes or small features selectively.<\/p>\n\n\n\n<pre class=\"wp-block-syntaxhighlighter-code\">$ git cherry-pick &lt;commit id><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Why it\u2019s a power move:<\/strong> Rather than merging two branches and potentially introducing unintended changes, git cherry-pick gives you precise control over which commits you pull into your current work. It\u2019s ideal for bug fixes that need to be deployed quickly but are isolated from ongoing development.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">git rebase<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">git rebase is one of the most misunderstood commands, but once you master it, you\u2019ll have cleaner, more linear commit histories. Instead of creating merge commits, git rebase rewrites history by placing your changes on top of the latest state of a branch.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><a href=\"https:\/\/github.com\/sp2hari\/learn-git-rebase-example\">https:\/\/github.com\/sp2hari\/learn-git-rebase-example<\/a><\/p>\n\n\n\n<pre class=\"wp-block-syntaxhighlighter-code\">$ git clone git@github.com:sp2hari\/learn-git-rebase-example.git\n$ git config --global core.editor \"code --wait\"\n$ git checkout feature-multiply\n$ git rebase -i main\n<\/pre>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Why it\u2019s a power move:<\/strong> It keeps your commit history cleaner and more readable by avoiding unnecessary merge commits. It also enables you to better organize your changes before they\u2019re merged into the main branch, creating a more streamlined history that\u2019s easier to navigate.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><br>In conclusion, using these advanced Git commands allows you to troubleshoot more efficiently, control your history with precision, and recover from even the trickiest situations. Mastering commands like git bisect, git reflog, git cherry-pick, and git rebase can elevate your Git game to the next level.<\/p>\n<\/div><\/li>\n<li><a class=\"wp-block-latest-posts__post-title\" href=\"https:\/\/sp2hari.com\/index.php\/2024\/08\/04\/picture-books\/\">Picture Books<\/a><div class=\"wp-block-latest-posts__post-author\">by hari<\/div><time datetime=\"2024-08-04T17:58:27+00:00\" class=\"wp-block-latest-posts__post-date\">August 4, 2024<\/time><div class=\"wp-block-latest-posts__post-full-content\">\n<p class=\"wp-block-paragraph\">There was a lot of chatter among my team members about how great two picture books they read. Here are all the picture books I have read and my favorite parts.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Big Panda and Tiny Dragon<\/h2>\n\n\n<div class=\"wp-block-image is-style-default\">\n<figure class=\"aligncenter size-large is-resized\"><a href=\"https:\/\/sp2hari.com\/wp-content\/uploads\/2024\/08\/IMG_2726-Large.jpeg\"><img loading=\"lazy\" decoding=\"async\" width=\"768\" height=\"1024\" src=\"https:\/\/sp2hari.com\/wp-content\/uploads\/2024\/08\/IMG_2726-Large-768x1024.jpeg\" alt=\"\" class=\"wp-image-2887\" style=\"width:600px\" srcset=\"https:\/\/sp2hari.com\/wp-content\/uploads\/2024\/08\/IMG_2726-Large-768x1024.jpeg 768w, https:\/\/sp2hari.com\/wp-content\/uploads\/2024\/08\/IMG_2726-Large-225x300.jpeg 225w, https:\/\/sp2hari.com\/wp-content\/uploads\/2024\/08\/IMG_2726-Large.jpeg 960w\" sizes=\"auto, (max-width: 768px) 100vw, 768px\" \/><\/a><\/figure>\n<\/div>\n\n\n<p class=\"wp-block-paragraph\">This story is about two friends, a big panda and a tiny dragon, who travel together during the changing seasons. This is one of the few books with different seasons as the chapter names.  <\/p>\n\n\n\n<p class=\"wp-block-paragraph\">My top three picks from this book. <\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>&#8216;Which is more important,&#8217; asked Big Panda, &#8216;the journey or the destination?&#8217;<br>&#8216;The company,&#8217; said Tiny Dragon.<\/li>\n\n\n\n<li>&#8216;Sometimes, you just have to be silly.&#8217;<\/li>\n\n\n\n<li>&#8216;How is that tree still standing?&#8217; asked Tiny Dragon<br>&#8216;During better times,&#8217; said Big Panda, &#8216;it grew deep roots. Now it can weather any storm&#8217;.&#8217;<\/li>\n<\/ol>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">The Boy, the Mole, the Fox and the Horse<\/h2>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large is-resized\"><a href=\"https:\/\/sp2hari.com\/wp-content\/uploads\/2024\/08\/IMG_2728-Large.jpeg\"><img loading=\"lazy\" decoding=\"async\" width=\"768\" height=\"1024\" src=\"https:\/\/sp2hari.com\/wp-content\/uploads\/2024\/08\/IMG_2728-Large-768x1024.jpeg\" alt=\"\" class=\"wp-image-2888\" style=\"width:600px\" srcset=\"https:\/\/sp2hari.com\/wp-content\/uploads\/2024\/08\/IMG_2728-Large-768x1024.jpeg 768w, https:\/\/sp2hari.com\/wp-content\/uploads\/2024\/08\/IMG_2728-Large-225x300.jpeg 225w, https:\/\/sp2hari.com\/wp-content\/uploads\/2024\/08\/IMG_2728-Large.jpeg 960w\" sizes=\"auto, (max-width: 768px) 100vw, 768px\" \/><\/a><\/figure>\n<\/div>\n\n\n<p class=\"wp-block-paragraph\">My top three picks from this book. <\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>&#8220;Asking for help isn&#8217;t giving up,&#8221; said the horse. <br>&#8220;It&#8217;s refusing to give up.&#8221;<\/li>\n\n\n\n<li>Be curious.<\/li>\n\n\n\n<li>&#8220;Being kind to yourself is one of the greatest kindnesses,&#8221; said the mole.<\/li>\n<\/ol>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">Sapiens A Graphic History (Vol 1 and 2)<\/h2>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large is-resized\"><a href=\"https:\/\/sp2hari.com\/wp-content\/uploads\/2024\/08\/IMG_2729-Large.jpeg\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"768\" src=\"https:\/\/sp2hari.com\/wp-content\/uploads\/2024\/08\/IMG_2729-Large-1024x768.jpeg\" alt=\"\" class=\"wp-image-2890\" style=\"width:1024px\" srcset=\"https:\/\/sp2hari.com\/wp-content\/uploads\/2024\/08\/IMG_2729-Large-1024x768.jpeg 1024w, https:\/\/sp2hari.com\/wp-content\/uploads\/2024\/08\/IMG_2729-Large-300x225.jpeg 300w, https:\/\/sp2hari.com\/wp-content\/uploads\/2024\/08\/IMG_2729-Large-768x576.jpeg 768w, https:\/\/sp2hari.com\/wp-content\/uploads\/2024\/08\/IMG_2729-Large-400x300.jpeg 400w, https:\/\/sp2hari.com\/wp-content\/uploads\/2024\/08\/IMG_2729-Large.jpeg 1280w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/a><\/figure>\n<\/div>\n\n\n<p class=\"wp-block-paragraph\">The original book is actually much better than the graphic book. Without reading the original book, I&#8217;m not sure if I would have figured out the whole story<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">Zen pencils<\/h2>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large is-resized\"><a href=\"https:\/\/sp2hari.com\/wp-content\/uploads\/2024\/08\/IMG_2730-Large.jpeg\"><img loading=\"lazy\" decoding=\"async\" width=\"768\" height=\"1024\" src=\"https:\/\/sp2hari.com\/wp-content\/uploads\/2024\/08\/IMG_2730-Large-768x1024.jpeg\" alt=\"\" class=\"wp-image-2891\" style=\"width:600px\" srcset=\"https:\/\/sp2hari.com\/wp-content\/uploads\/2024\/08\/IMG_2730-Large-768x1024.jpeg 768w, https:\/\/sp2hari.com\/wp-content\/uploads\/2024\/08\/IMG_2730-Large-225x300.jpeg 225w, https:\/\/sp2hari.com\/wp-content\/uploads\/2024\/08\/IMG_2730-Large.jpeg 960w\" sizes=\"auto, (max-width: 768px) 100vw, 768px\" \/><\/a><\/figure>\n<\/div>\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p class=\"wp-block-paragraph\">Don&#8217;t make stuff because you want to make money&#8230;<br>&#8230; it will never make you enough money.<br>Make gifts for people.<br>And work on making those gifts in the hope that those people will notice. <br>Maybe they will notice how hard you worked&#8230;<br>&#8230;And maybe they won&#8217;t.<br>And if they didn&#8217;t notice&#8230;<br>&#8230; I know it&#8217;s frustrating.<br>But ultimately that doesn&#8217;t change anything because your responsibility is not to the people you&#8217;re making the gift for&#8230;<br>&#8230;BUT TO THE GIFT ITSELF. <\/p>\n<\/blockquote>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">Calvin &amp; Hobbes<\/h2>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large is-resized\"><a href=\"https:\/\/sp2hari.com\/wp-content\/uploads\/2024\/08\/IMG_2731-Large.jpeg\"><img loading=\"lazy\" decoding=\"async\" width=\"768\" height=\"1024\" src=\"https:\/\/sp2hari.com\/wp-content\/uploads\/2024\/08\/IMG_2731-Large-768x1024.jpeg\" alt=\"\" class=\"wp-image-2892\" style=\"width:600px\" srcset=\"https:\/\/sp2hari.com\/wp-content\/uploads\/2024\/08\/IMG_2731-Large-768x1024.jpeg 768w, https:\/\/sp2hari.com\/wp-content\/uploads\/2024\/08\/IMG_2731-Large-225x300.jpeg 225w, https:\/\/sp2hari.com\/wp-content\/uploads\/2024\/08\/IMG_2731-Large.jpeg 960w\" sizes=\"auto, (max-width: 768px) 100vw, 768px\" \/><\/a><\/figure>\n<\/div>\n\n\n<p class=\"wp-block-paragraph\">I love each and every one of Calvin and Hobbes. Consider yourself lucky if you own this entire collection and if you&#8217;ve read the whole thing at least once in your life. After 10 years, this is the last post with which they finished the whole series. It&#8217;s something I look forward to every day! <\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large is-resized\"><a href=\"https:\/\/sp2hari.com\/wp-content\/uploads\/2024\/08\/ntlkrt1o6iwa1.png\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"717\" src=\"https:\/\/sp2hari.com\/wp-content\/uploads\/2024\/08\/ntlkrt1o6iwa1-1024x717.png\" alt=\"\" class=\"wp-image-2900\" style=\"width:800px\" srcset=\"https:\/\/sp2hari.com\/wp-content\/uploads\/2024\/08\/ntlkrt1o6iwa1-1024x717.png 1024w, https:\/\/sp2hari.com\/wp-content\/uploads\/2024\/08\/ntlkrt1o6iwa1-300x210.png 300w, https:\/\/sp2hari.com\/wp-content\/uploads\/2024\/08\/ntlkrt1o6iwa1-768x538.png 768w, https:\/\/sp2hari.com\/wp-content\/uploads\/2024\/08\/ntlkrt1o6iwa1-429x300.png 429w, https:\/\/sp2hari.com\/wp-content\/uploads\/2024\/08\/ntlkrt1o6iwa1.png 1080w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/a><\/figure>\n<\/div>\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n<\/div><\/li>\n<li><a class=\"wp-block-latest-posts__post-title\" href=\"https:\/\/sp2hari.com\/index.php\/2024\/07\/07\/writing-bets-experiment\/\">Writing, Bets &amp; Experiment.<\/a><div class=\"wp-block-latest-posts__post-author\">by hari<\/div><time datetime=\"2024-07-07T18:50:05+00:00\" class=\"wp-block-latest-posts__post-date\">July 7, 2024<\/time><div class=\"wp-block-latest-posts__post-full-content\">\n<p class=\"wp-block-paragraph\">Back to writing blogs again&#8230; and hoping to continue the tradition going forward.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Back in 2023, I had a bet with many of my friends. The deal of the bet varied with different people, but the core was this. <\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Both the parties involved will write a blog once every month (published on the first full weekend of the month). If one of the parties involved doesn&#8217;t write a blog, the losing party gives the winner a 10 rupee note with an apology note written on that. <\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The winning notes look something like this. <\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large\"><a href=\"https:\/\/sp2hari.com\/wp-content\/uploads\/2024\/07\/IMG_2646-Large-e1720370555817.jpeg\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"768\" src=\"https:\/\/sp2hari.com\/wp-content\/uploads\/2024\/07\/IMG_2646-Large-e1720370555817-1024x768.jpeg\" alt=\"\" class=\"wp-image-2871\" srcset=\"https:\/\/sp2hari.com\/wp-content\/uploads\/2024\/07\/IMG_2646-Large-e1720370555817-1024x768.jpeg 1024w, https:\/\/sp2hari.com\/wp-content\/uploads\/2024\/07\/IMG_2646-Large-e1720370555817-300x225.jpeg 300w, https:\/\/sp2hari.com\/wp-content\/uploads\/2024\/07\/IMG_2646-Large-e1720370555817-768x576.jpeg 768w, https:\/\/sp2hari.com\/wp-content\/uploads\/2024\/07\/IMG_2646-Large-e1720370555817-400x300.jpeg 400w, https:\/\/sp2hari.com\/wp-content\/uploads\/2024\/07\/IMG_2646-Large-e1720370555817.jpeg 1280w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/a><\/figure>\n<\/div>\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">In December last year, I found myself completely burnt out, overwhelmed by the list of pending tasks that seemed to grow by the day. Each morning, I woke up with a sense of dread, knowing that I was falling further behind despite my best efforts. Weekends were even more intense, trying to balance work (like hiring and writing code) and hobbies (like hiking and gardening). What made the situation even worse was the impact it had on the team. They were relying on me, counting on my contributions and leadership to help us achieve our goals. Yet, I was letting them down with excuses many times. They were accommodative, but still that didn&#8217;t help me. I had to figure this one out by myself.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Another possible reason (the one I shared with everyone to explain the reason), I wrote about this at https:\/\/sp2hari.com\/minimal-motivation\/. I wondered if I wrote only once (exactly on the first weekend) because of the bet. I naively assumed that if I didn&#8217;t have the bet, I might end up writing more. Little did I know, I&#8217;m born lazy and won&#8217;t do anything unless I have. <\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The six-month break helped. Writing a blog, even if it is once a month, is a lot of pressure. Throughout the month, it was tiring come up with something blog-worthy. <\/p>\n\n\n\n<p class=\"wp-block-paragraph\">But I believe the blog break is temporary. In the long run, writing is a habit I want to improve and share with others. Funnily, many folks also stopped writing once the blog bet stopped. <\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large\"><a href=\"https:\/\/sp2hari.com\/wp-content\/uploads\/2024\/07\/WhatsApp.png\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"590\" src=\"https:\/\/sp2hari.com\/wp-content\/uploads\/2024\/07\/WhatsApp-1024x590.png\" alt=\"\" class=\"wp-image-2875\" srcset=\"https:\/\/sp2hari.com\/wp-content\/uploads\/2024\/07\/WhatsApp-1024x590.png 1024w, https:\/\/sp2hari.com\/wp-content\/uploads\/2024\/07\/WhatsApp-300x173.png 300w, https:\/\/sp2hari.com\/wp-content\/uploads\/2024\/07\/WhatsApp-768x443.png 768w, https:\/\/sp2hari.com\/wp-content\/uploads\/2024\/07\/WhatsApp-521x300.png 521w, https:\/\/sp2hari.com\/wp-content\/uploads\/2024\/07\/WhatsApp.png 1142w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/a><\/figure>\n<\/div>\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large\"><a href=\"https:\/\/sp2hari.com\/wp-content\/uploads\/2024\/07\/WhatsApp2.png\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"361\" src=\"https:\/\/sp2hari.com\/wp-content\/uploads\/2024\/07\/WhatsApp2-1024x361.png\" alt=\"\" class=\"wp-image-2876\" srcset=\"https:\/\/sp2hari.com\/wp-content\/uploads\/2024\/07\/WhatsApp2-1024x361.png 1024w, https:\/\/sp2hari.com\/wp-content\/uploads\/2024\/07\/WhatsApp2-300x106.png 300w, https:\/\/sp2hari.com\/wp-content\/uploads\/2024\/07\/WhatsApp2-768x271.png 768w, https:\/\/sp2hari.com\/wp-content\/uploads\/2024\/07\/WhatsApp2-851x300.png 851w, https:\/\/sp2hari.com\/wp-content\/uploads\/2024\/07\/WhatsApp2.png 1152w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/a><\/figure>\n<\/div>\n\n\n<p class=\"wp-block-paragraph\">The only exception to this experiment was Vasudha. She wrote more than once a month (actually between 8-12 times every month), so she probably has a lot more self-motivation than the rest of us in the blog bet group.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">If you want to read all the blogs part of this bet, you can check the list here &#8211; <a href=\"https:\/\/sp2hari.com\/bets\/july24.html\">https:\/\/sp2hari.com\/bets\/july24.html<\/a><\/p>\n<\/div><\/li>\n<li><a class=\"wp-block-latest-posts__post-title\" href=\"https:\/\/sp2hari.com\/index.php\/2024\/01\/07\/2024-resolutions\/\">2024 Resolutions<\/a><div class=\"wp-block-latest-posts__post-author\">by hari<\/div><time datetime=\"2024-01-07T18:24:55+00:00\" class=\"wp-block-latest-posts__post-date\">January 7, 2024<\/time><div class=\"wp-block-latest-posts__post-full-content\">\n<p class=\"wp-block-paragraph\">I promised myself that I wouldn&#8217;t do a year-end wrap blog post in December. I lived up to the promise. <\/p>\n\n\n\n<p class=\"wp-block-paragraph\">I promised myself that I wouldn&#8217;t write about resolutions, plans, or goals for 2024 and I&#8217;m going to fail on that promise. I&#8217;ve always believed Jan 1 is yet another regular day in the calendar and it shouldn&#8217;t be considered special in any way (the same rule applies for birthday&#8217;s too). But truth be told, I&#8217;m running out of topics to write a blog and I have to write one for Jan, so here it goes.  <\/p>\n\n\n\n<p class=\"wp-block-paragraph\">I&#8217;m going to convince myself that I&#8217;m following this rule from Atomic Habits and it is not the lack of topics for this blog post. <\/p>\n\n\n\n<div class=\"wp-block-group\"><div class=\"wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained\">\n<pre class=\"wp-block-verse\"><strong>How to break a bad habit<\/strong>\nInversion of the 4th Law: Make It Unsatisfying\n1. Get an accountability partner. Ask someone to watch your behavior. \n2. Create a habit contract. Make the costs of your bad habits public and painful.<\/pre>\n<\/div><\/div>\n\n\n\n<p class=\"wp-block-paragraph\">So here are the resolutions\/goals\/todos for 2024 in no particular order.<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Learn swimming<br>Cooking, driving, and swimming are probably three life skills one should have. I can drive and Vasudha can cook and that covers for two of the three skills together. Unfortunately, swimming is something both need to know individually, and just one person knowing it is not going to help the other one. <\/li>\n\n\n\n<li>Travel to Denmark<br>This has been a long pending task on my list and at this point, I&#8217;m not even sure what is stopping me. <\/li>\n\n\n\n<li>Do a trek with Vasudha <br>Vasudha completed two treks back to back in 2023 and is planning to do one every quarter in 2024 (talk about quarterly goals). Hoping to join one of them in 2024. <\/li>\n\n\n\n<li>Do more hikes (hopefully every weekend)<br>I&#8217;m assuming this will happen automatically given this has become a habit. <\/li>\n\n\n\n<li>Operate at the no-excuse zone at work.<br>There are lot of &#8220;valid reasons&#8221; because of which it is getting harder to focus on the real work. <\/li>\n\n\n\n<li>Walk 10k steps per day and 100k per week<br>This is a new challenge with some of the other folks in the company. Hoping to get this done in 2024 more often than not.<\/li>\n\n\n\n<li>Find time to read 30 mins per day<br>This is something new I&#8217;m planning to pick up this year. Learning has been only through audiobooks and this year, hopefully, I&#8217;m able to pick up real books. <\/li>\n\n\n\n<li>Stop driving to the office. <br>Either hire a driver or start using DriveU daily. Driving in Bangalore is not great for mental health.<\/li>\n\n\n\n<li>Leave the office at 4 PM (and of course, work from home for the rest of the day)<br>Working half day in office and half the day at home is probably a good productive hack. <\/li>\n\n\n\n<li>Complete TinyChange notebook every day<br>Got this notebook from Ishani as a gift and hoping use this to improve the quality of the life in 2024. This needs a lot of input (updating this everyday). <\/li>\n<\/ol>\n<\/div><\/li>\n<li><a class=\"wp-block-latest-posts__post-title\" href=\"https:\/\/sp2hari.com\/index.php\/2023\/12\/04\/dilemma\/\">Dilemma<\/a><div class=\"wp-block-latest-posts__post-author\">by hari<\/div><time datetime=\"2023-12-04T01:13:31+00:00\" class=\"wp-block-latest-posts__post-date\">December 4, 2023<\/time><div class=\"wp-block-latest-posts__post-full-content\"><div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full\"><a href=\"https:\/\/sp2hari.com\/wp-content\/uploads\/2023\/11\/dilemma.jpeg\"><img loading=\"lazy\" decoding=\"async\" width=\"480\" height=\"360\" src=\"https:\/\/sp2hari.com\/wp-content\/uploads\/2023\/11\/dilemma.jpeg\" alt=\"\" class=\"wp-image-2810\" srcset=\"https:\/\/sp2hari.com\/wp-content\/uploads\/2023\/11\/dilemma.jpeg 480w, https:\/\/sp2hari.com\/wp-content\/uploads\/2023\/11\/dilemma-300x225.jpeg 300w, https:\/\/sp2hari.com\/wp-content\/uploads\/2023\/11\/dilemma-400x300.jpeg 400w\" sizes=\"auto, (max-width: 480px) 100vw, 480px\" \/><\/a><\/figure>\n<\/div>\n\n\n<p class=\"wp-block-paragraph\">Building a team or a company gives one a chance to make a lot of decisions at various stages. If you are lucky, some of them will be two-way doors, but most of them are one-way doors. Here are a few I can think of that I had to decide or think about at some point in the past (10+ years). <\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Speed vs Quality &#8216;Culture&#8217;<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">When I wrote the heading, I was mostly thinking about software development. But the path one takes ends up expanding in all other teams\/departments as well. While the immature assumption is we need the speed at the early stages of the product and we can focus on the quality later, things never go down this way. There is never a clear distinction between what is the early stage of product development where speed is needed and what is the later stage of product development where quality is needed. <a href=\"https:\/\/patrickcollison.com\/fast\" target=\"_blank\" rel=\"noreferrer noopener\">https:\/\/patrickcollison.com\/fast<\/a> is a set of projects that might inspire you to move fast. I&#8217;m not sure if all of them had high quality though. <\/p>\n\n\n\n<p class=\"wp-block-paragraph\">One anti-pattern when it comes to speed vs quality is probably the Apple iPhone releases. There is an expectation to release something new every year and every innovation (not sure if we still have any new though) must be tested thoroughly before it gets in our hands. Hardware is very unforgiving with bugs. Intel learned this lesson the hard way. <\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Team vs Family &#8216;Culture&#8217;<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">This is another difference in how one can build a team. And again, different successful companies have been created focusing on the team &amp; family. A clear example of we are just a professional team is Netflix. <\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Here is an excerpt from <a href=\"https:\/\/jobs.netflix.com\/culture\" target=\"_blank\" rel=\"noreferrer noopener\">https:\/\/jobs.netflix.com\/culture<\/a><\/p>\n\n\n\n<pre class=\"wp-block-verse\">We model ourselves on being a professional sports team, not a family. A family is about unconditional love. A dream team is about pushing yourself to be the best possible teammate, caring intensely about your team, and knowing that you may not be on the team forever. Dream teams are about performance, not seniority or tenure.\n<\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">Family is the other end of this spectrum. Salesforce is the best example of this. Here is an excerpt from https:\/\/www.salesforce.com\/blog\/what-is-salesforce-ohana\/<\/p>\n\n\n\n<pre class=\"wp-block-verse\">In Hawaiian culture, Ohana represents the idea that families \u2014 blood-related, adopted, or intentional \u2014 are bound together, and that family members are responsible for one another. When he created Salesforce in 1999, he made sure that \u201cOhana\u201d was in the company\u2019s foundations.<\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">This is probably the most confusing one to pick, since both the options are equally good ones. <\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Spaces vs Tabs<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Being a developer, I need to write this. But this is probably something I should add. This probably is the meta for all the technical decisions which I can never change now. The choice of cloud (AWS vs GCP vs Aure). The database choice and programming language &amp; framework choice feel like a two-way street at the start, but after a few years, the company is married to those decisions. <\/p>\n\n\n\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps:\/\/www.youtube.com\/watch?v=SsoOG6ZeyUI\n<\/div><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">Of course, many other bigger decisions feel like one-way, but it is not impossible to change them later. For example name, branding, founders, and legal structure all feel like one-way decisions. But we&#8217;ve made changes in every one of them. <\/p>\n\n\n\n<p class=\"wp-block-paragraph\">We initially called the company Interviewstreet and then changed it to HackerRank. We started as 4 co-founders, but only two (me &amp; Vivek) ended up starting this eventually. We started the company in India but finally reorganized the company structure once the US entity was formed. <\/p>\n\n\n\n<p class=\"wp-block-paragraph\">These are the three one-way decisions I could think of based on the past. I don&#8217;t know the right answer for any of them even today. Wonder how many more one-way vs two-decisions lay in the path ahead. <\/p>\n<\/div><\/li>\n<li><a class=\"wp-block-latest-posts__post-title\" href=\"https:\/\/sp2hari.com\/index.php\/2023\/11\/06\/culture\/\">Culture<\/a><div class=\"wp-block-latest-posts__post-author\">by hari<\/div><time datetime=\"2023-11-06T03:59:58+00:00\" class=\"wp-block-latest-posts__post-date\">November 6, 2023<\/time><div class=\"wp-block-latest-posts__post-full-content\">\n<p class=\"wp-block-paragraph\">We had our leadership offsite in the US this week and one of the lines mentioned in the culture session is still on top of my mind. <\/p>\n\n\n\n<figure class=\"wp-block-pullquote\"><blockquote><p>Companies only have strong or weak cultures. You can&#8217;t classify them as good vs bad culture.<\/p><\/blockquote><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">For example, you can have a culture where you treat everyone as a family. Salesforce is a clear example of this. <\/p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p class=\"wp-block-paragraph\">In Hawaiian culture, Ohana represents the idea that families \u2014 blood-related, adopted, or intentional \u2014 are bound together and that family members are responsible for one another. When he created Salesforce in 1999, he made sure that \u201cOhana\u201d was in the company\u2019s foundations.<\/p>\n<cite>https:\/\/www.salesforce.com\/blog\/what-is-salesforce-ohana\/<\/cite><\/blockquote>\n\n\n\n<p class=\"wp-block-paragraph\">You can have a culture where you treat them as a team (almost like a sports team). In this case, if you don&#8217;t perform well, you don&#8217;t get to play the next match. Netflix and Snowflake are the best examples of this. <\/p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p class=\"wp-block-paragraph\">Organizations need to accept that they don\u2019t owe their people anything more than ensuring that the company is making a great product that serves the customer well and on time. They don\u2019t owe people the chance to take on a role they\u2019re not prepared for and don\u2019t have the talents for. They don\u2019t owe them a different job created to reward them for their service. And they certainly don\u2019t owe them holding the company back from making the personnel changes needed to thrive.<\/p>\n<cite>Powerful, Patty McCord<\/cite><\/blockquote>\n\n\n\n<p class=\"wp-block-paragraph\">Another distinct example is Amazon vs Google. Amazon is known for their frugality and if you want a bottle of water in their office, you can buy it from their kiosk. Google is known for giving free food, massage chairs, and everything else. Both are super successful companies and have defined their strong culture. <\/p>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-8f761849 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<figure class=\"wp-block-image size-large\"><a href=\"https:\/\/sp2hari.com\/wp-content\/uploads\/2023\/11\/frugal-amazon.jpg\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"576\" src=\"https:\/\/sp2hari.com\/wp-content\/uploads\/2023\/11\/frugal-amazon-1024x576.jpg\" alt=\"\" class=\"wp-image-2827\" srcset=\"https:\/\/sp2hari.com\/wp-content\/uploads\/2023\/11\/frugal-amazon-1024x576.jpg 1024w, https:\/\/sp2hari.com\/wp-content\/uploads\/2023\/11\/frugal-amazon-300x169.jpg 300w, https:\/\/sp2hari.com\/wp-content\/uploads\/2023\/11\/frugal-amazon-768x432.jpg 768w, https:\/\/sp2hari.com\/wp-content\/uploads\/2023\/11\/frugal-amazon-533x300.jpg 533w, https:\/\/sp2hari.com\/wp-content\/uploads\/2023\/11\/frugal-amazon.jpg 1280w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/a><\/figure>\n<\/div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\"><div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full is-resized\"><a href=\"https:\/\/sp2hari.com\/wp-content\/uploads\/2023\/11\/595fdbd97aeb3430008b4624.jpeg\"><img loading=\"lazy\" decoding=\"async\" width=\"1000\" height=\"701\" src=\"https:\/\/sp2hari.com\/wp-content\/uploads\/2023\/11\/595fdbd97aeb3430008b4624.jpeg\" alt=\"\" class=\"wp-image-2828\" style=\"aspect-ratio:1.4265335235378032;width:565px;height:auto\" srcset=\"https:\/\/sp2hari.com\/wp-content\/uploads\/2023\/11\/595fdbd97aeb3430008b4624.jpeg 1000w, https:\/\/sp2hari.com\/wp-content\/uploads\/2023\/11\/595fdbd97aeb3430008b4624-300x210.jpeg 300w, https:\/\/sp2hari.com\/wp-content\/uploads\/2023\/11\/595fdbd97aeb3430008b4624-768x538.jpeg 768w, https:\/\/sp2hari.com\/wp-content\/uploads\/2023\/11\/595fdbd97aeb3430008b4624-428x300.jpeg 428w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" \/><\/a><\/figure>\n<\/div><\/div>\n<\/div>\n\n\n\n<p class=\"wp-block-paragraph\">Culture is what you already have and are doing. Not what you want to copy from others. Makes me wonder what culture I personally have, what culture the teams I manage have, and what culture the entire company has. Are they one and the same or are they all different? Should they be the same or can they be different? What are the micro-adjustments and macro-corrections we need to make to our culture? <\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Questions to ponder for the upcoming months.  <\/p>\n<\/div><\/li>\n<li><a class=\"wp-block-latest-posts__post-title\" href=\"https:\/\/sp2hari.com\/index.php\/2023\/10\/08\/minimal-motivation\/\">Minimal Motivation<\/a><div class=\"wp-block-latest-posts__post-author\">by hari<\/div><time datetime=\"2023-10-08T21:13:47+00:00\" class=\"wp-block-latest-posts__post-date\">October 8, 2023<\/time><div class=\"wp-block-latest-posts__post-full-content\">\n<p class=\"wp-block-paragraph\">I&#8217;ve been wondering about this for a while and still can&#8217;t understand my\/human behavior. I&#8217;m a grown-up adult, who knows about responsibility. I know I&#8217;m responsible for my own career, growth, etc. I give enough advice to others about extreme ownership and how they should own their career growth. I also understand how doing just the bare minimum might not always be the best.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Even with all the knowledge I&#8217;ve seen only the bets I have with other friends have helped me in my growth so far. I have this bet with others (folks who are accountability partners) to ensure make I do things that I want to do. Manas explains about the bet <a rel=\"noreferrer noopener\" href=\"https:\/\/medium.com\/@manasg\/the-spirit-of-the-contract-8cd043f0bd36\" data-type=\"link\" data-id=\"https:\/\/medium.com\/@manasg\/the-spirit-of-the-contract-8cd043f0bd36\" target=\"_blank\">here<\/a>. <\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The first bet I have with many many people is writing a blog every month (the first weekend). <\/p>\n\n\n\n<p class=\"wp-block-paragraph\">I write exactly one blog per month. I&#8217;ve always wondered what is stopping me from writing two blogs a month. Why do I stop at just one post a month? And how many I am able to achieve one per month easily, but one extra post seems like a herculean task. Another fact is that I started writing the blog on Sunday morning when the bet deadline was about to expire. It is almost like I&#8217;m writing the blog just to not lose the bet. Without the bet, I might never a blog (even though I understand why it is good for me)<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The next bet is to ensure I walk a given number of steps per month. This one is even more interesting. At first, the number of steps I had to cover was 70K\/week. For months, my step count was around 70-75K per month. Then we decided to increase the number to 100K (since we found the 70K goal) to be too low. Again, this bet I had with multiple people, but the amount of steps to cover varied for different folks. Here is the simplified version of the number of steps I covered every week. <\/p>\n\n\n\n<figure class=\"wp-block-table is-style-regular\"><table class=\"has-fixed-layout\"><thead><tr><th>Week #<\/th><th>Bet #1<\/th><th>Bet #2<\/th><th>Bet #3<\/th><th>Bet #4<\/th><th>Actual Steps<\/th><\/tr><\/thead><tbody><tr><td>1<\/td><td>49K<\/td><td>70K<\/td><td>56K<\/td><td>25K<\/td><td>&gt;70K<\/td><\/tr><tr><td>2<\/td><td>70K<\/td><td>70K<\/td><td>56K<\/td><td>25K<\/td><td>&gt;70K<\/td><\/tr><tr><td>3<\/td><td>100K<\/td><td>70K<\/td><td>56K<\/td><td>25K<\/td><td>&gt;100K<\/td><\/tr><tr><td>4<\/td><td>100K<\/td><td>70K<\/td><td>56K<\/td><td>25K<\/td><td>&gt;100K<\/td><\/tr><tr><td>5<\/td><td>~<\/td><td>70K<\/td><td>56K<\/td><td>25K<\/td><td>&gt;70K<\/td><\/tr><tr><td>6<\/td><td>~<\/td><td>~<\/td><td>~<\/td><td>~<\/td><td>15K<\/td><\/tr><tr><td>7<\/td><td>~<\/td><td>~<\/td><td>56K<\/td><td>25K<\/td><td>&gt;56K<\/td><\/tr><tr><td>8<\/td><td>~<\/td><td>~<\/td><td>56K<\/td><td>25K<\/td><td>&gt;56K<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Strange observations from the table<\/strong><\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>I&#8217;ve never lost a bet. I&#8217;ve made sure I&#8217;ve walked what is required for that week. <\/li>\n\n\n\n<li>I&#8217;ve walked just enough to win the bet. If the goal is too low, then that&#8217;s all I walk.<\/li>\n\n\n\n<li>When I had no bets with anyone, I almost stopped walking or doing any physical activity.<\/li>\n\n\n\n<li>Some of the numbers I considered impossible (100K steps a week) were actually possible once I had the bet.<\/li>\n<\/ol>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>My inferences so far<\/strong><\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>I&#8217;m a competitive person. I hate losing and hence will do anything\/everything to win the bet. <\/li>\n\n\n\n<li>It is hard to focus on things that help us grow in the long term. One needs help in ensuring we stay on track to focus on the right things. Help = having the right accountability partner. <\/li>\n<\/ol>\n\n\n\n<p class=\"wp-block-paragraph\">I still don&#8217;t know what is stopping me from doing more than what is required as a part of a bet. Still exploring! <\/p>\n\n\n\n<style>\n.fluida-stripped-table .main td {text-align: center; }\n<\/style>\n<\/div><\/li>\n<li><a class=\"wp-block-latest-posts__post-title\" href=\"https:\/\/sp2hari.com\/index.php\/2023\/09\/04\/productive-zoom-meetings\/\">Productive Zoom Meetings<\/a><div class=\"wp-block-latest-posts__post-author\">by hari<\/div><time datetime=\"2023-09-04T00:15:12+00:00\" class=\"wp-block-latest-posts__post-date\">September 4, 2023<\/time><div class=\"wp-block-latest-posts__post-full-content\">\n<p class=\"wp-block-paragraph\">Even after fully going remote more than 3+ years ago, I still have a lot to learn about being productive in meetings. Zoom fatigue is real and sometimes jumping meeting after meetings makes it harder to focus on the right thing. <\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Before the meeting<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Installing Meetingbar. Probably the single most productive step I&#8217;ve done to make it easier for me to join one call after another.<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large\"><a href=\"https:\/\/sp2hari.com\/wp-content\/uploads\/2023\/09\/App-Store.png\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"712\" src=\"https:\/\/sp2hari.com\/wp-content\/uploads\/2023\/09\/App-Store-1024x712.png\" alt=\"\" class=\"wp-image-2765\" srcset=\"https:\/\/sp2hari.com\/wp-content\/uploads\/2023\/09\/App-Store-1024x712.png 1024w, https:\/\/sp2hari.com\/wp-content\/uploads\/2023\/09\/App-Store-300x209.png 300w, https:\/\/sp2hari.com\/wp-content\/uploads\/2023\/09\/App-Store-768x534.png 768w, https:\/\/sp2hari.com\/wp-content\/uploads\/2023\/09\/App-Store-1536x1068.png 1536w, https:\/\/sp2hari.com\/wp-content\/uploads\/2023\/09\/App-Store-432x300.png 432w, https:\/\/sp2hari.com\/wp-content\/uploads\/2023\/09\/App-Store.png 1732w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/a><\/figure>\n<\/div>\n\n\n<p class=\"wp-block-paragraph\">The most important setting that matters here is &#8211; Having a keyboard shortcut to automatically join the next call (I prefer Command + Shift + J). Another useful feature is that it shows the time for the next meeting. This helps me pick the task of the right size before the next meeting starts. <\/p>\n\n\n\n<h2 class=\"wp-block-heading\">During the meeting<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Everyone hates interruptions. In fact, I&#8217;ve even <a href=\"https:\/\/sp2hari.com\/inbox-pause\/\" data-type=\"link\" data-id=\"https:\/\/sp2hari.com\/inbox-pause\/\">written custom scripts on top of Gmail<\/a> to ensure I don&#8217;t get interrupted by new emails. <\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large\"><a href=\"https:\/\/sp2hari.com\/wp-content\/uploads\/2023\/09\/MeetingBar1.png\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"928\" src=\"https:\/\/sp2hari.com\/wp-content\/uploads\/2023\/09\/MeetingBar1-1024x928.png\" alt=\"\" class=\"wp-image-2757\" srcset=\"https:\/\/sp2hari.com\/wp-content\/uploads\/2023\/09\/MeetingBar1-1024x928.png 1024w, https:\/\/sp2hari.com\/wp-content\/uploads\/2023\/09\/MeetingBar1-300x272.png 300w, https:\/\/sp2hari.com\/wp-content\/uploads\/2023\/09\/MeetingBar1-768x696.png 768w, https:\/\/sp2hari.com\/wp-content\/uploads\/2023\/09\/MeetingBar1-331x300.png 331w, https:\/\/sp2hari.com\/wp-content\/uploads\/2023\/09\/MeetingBar1.png 1402w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/a><\/figure>\n<\/div>\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large is-resized\"><a href=\"https:\/\/sp2hari.com\/wp-content\/uploads\/2023\/09\/MeetingBar2.png\"><img decoding=\"async\" src=\"https:\/\/sp2hari.com\/wp-content\/uploads\/2023\/09\/MeetingBar2-1024x951.png\" alt=\"\" class=\"wp-image-2758\" style=\"width:900px\" width=\"900\" srcset=\"https:\/\/sp2hari.com\/wp-content\/uploads\/2023\/09\/MeetingBar2-1024x951.png 1024w, https:\/\/sp2hari.com\/wp-content\/uploads\/2023\/09\/MeetingBar2-300x279.png 300w, https:\/\/sp2hari.com\/wp-content\/uploads\/2023\/09\/MeetingBar2-768x713.png 768w, https:\/\/sp2hari.com\/wp-content\/uploads\/2023\/09\/MeetingBar2-323x300.png 323w, https:\/\/sp2hari.com\/wp-content\/uploads\/2023\/09\/MeetingBar2.png 1420w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/a><\/figure>\n<\/div>\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large\"><a href=\"https:\/\/sp2hari.com\/wp-content\/uploads\/2023\/09\/Set_Focus.png\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"321\" src=\"https:\/\/sp2hari.com\/wp-content\/uploads\/2023\/09\/Set_Focus-1024x321.png\" alt=\"\" class=\"wp-image-2759\" srcset=\"https:\/\/sp2hari.com\/wp-content\/uploads\/2023\/09\/Set_Focus-1024x321.png 1024w, https:\/\/sp2hari.com\/wp-content\/uploads\/2023\/09\/Set_Focus-300x94.png 300w, https:\/\/sp2hari.com\/wp-content\/uploads\/2023\/09\/Set_Focus-768x241.png 768w, https:\/\/sp2hari.com\/wp-content\/uploads\/2023\/09\/Set_Focus-1536x482.png 1536w, https:\/\/sp2hari.com\/wp-content\/uploads\/2023\/09\/Set_Focus-956x300.png 956w, https:\/\/sp2hari.com\/wp-content\/uploads\/2023\/09\/Set_Focus.png 1816w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/a><\/figure>\n<\/div>\n\n\n<p class=\"wp-block-paragraph\">The above settings ensure Focus Mode is turned on every time I join a call. This was the toughest change to make. I&#8217;ve been given this feedback often that I multi-task a lot when I am on calls. I get interrupted many times during the call with multiple Slack messages or emails. With DND turned on, I don&#8217;t even get phone calls. Missed a call from the Swiggy delivery folks, but the delivery did reach my location. Wondering if those confirmation calls are not even needed. <\/p>\n\n\n\n<h2 class=\"wp-block-heading\">After the meeting<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">The best productivity trick after a meeting is to have some free time to recover after the previous meeting. What helped me the most was to keep the meeting to 25 minutes (instead of 30) or 50 minutes (instead of an hour). Google Calendar has an option called &#8216;Speedy Meetings&#8217; so that the events we create by default have a few minutes break before the next call. <\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large\"><a href=\"https:\/\/sp2hari.com\/wp-content\/uploads\/2023\/09\/HackerRank_-_Calendar_-_General_settings_\ud83d\udd0a.png\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"393\" src=\"https:\/\/sp2hari.com\/wp-content\/uploads\/2023\/09\/HackerRank_-_Calendar_-_General_settings_\ud83d\udd0a-1024x393.png\" alt=\"\" class=\"wp-image-2763\" srcset=\"https:\/\/sp2hari.com\/wp-content\/uploads\/2023\/09\/HackerRank_-_Calendar_-_General_settings_\ud83d\udd0a-1024x393.png 1024w, https:\/\/sp2hari.com\/wp-content\/uploads\/2023\/09\/HackerRank_-_Calendar_-_General_settings_\ud83d\udd0a-300x115.png 300w, https:\/\/sp2hari.com\/wp-content\/uploads\/2023\/09\/HackerRank_-_Calendar_-_General_settings_\ud83d\udd0a-768x295.png 768w, https:\/\/sp2hari.com\/wp-content\/uploads\/2023\/09\/HackerRank_-_Calendar_-_General_settings_\ud83d\udd0a-781x300.png 781w, https:\/\/sp2hari.com\/wp-content\/uploads\/2023\/09\/HackerRank_-_Calendar_-_General_settings_\ud83d\udd0a.png 1156w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/a><\/figure>\n<\/div>\n\n\n<p class=\"wp-block-paragraph\">Useful Links<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">[1] https:\/\/amivora.substack.com\/p\/5-tips-to-make-context-switching<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">[2] https:\/\/www.youtube.com\/watch?v=ogMptOS2Vzk<\/p>\n<\/div><\/li>\n<li><a class=\"wp-block-latest-posts__post-title\" href=\"https:\/\/sp2hari.com\/index.php\/2023\/08\/06\/learning-new-things\/\">Learning new things<\/a><div class=\"wp-block-latest-posts__post-author\">by hari<\/div><time datetime=\"2023-08-06T20:53:59+00:00\" class=\"wp-block-latest-posts__post-date\">August 6, 2023<\/time><div class=\"wp-block-latest-posts__post-full-content\">\n<p class=\"wp-block-paragraph\">This started as a tradition with one of my colleagues (<a rel=\"noreferrer noopener\" href=\"https:\/\/medium.com\/@radhika.balaji06\" target=\"_blank\">Radhika Balaji<\/a>) where we started sharing one new thing to learn every day. This got triggered when Radhika shared how she used to learn new things every day when she was in school and stopped this during board exams. Post the board exams, she never started the habit (for at least 4+ years). We decided to restart this tradition and continued this for multiple months. Here is the list of the things I&#8217;ve shared and things that I received. <\/p>\n\n\n\n<p class=\"wp-block-paragraph\">For multiple reasons, I stopped doing this tradition and wish I could restart this again with more folks again. <\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large\"><a href=\"https:\/\/sp2hari.com\/wp-content\/uploads\/2023\/08\/Search_results_-_hari_hackerrank_com_-_HackerRank_Mail-1.png\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"545\" src=\"https:\/\/sp2hari.com\/wp-content\/uploads\/2023\/08\/Search_results_-_hari_hackerrank_com_-_HackerRank_Mail-1-1024x545.png\" alt=\"\" class=\"wp-image-2752\" srcset=\"https:\/\/sp2hari.com\/wp-content\/uploads\/2023\/08\/Search_results_-_hari_hackerrank_com_-_HackerRank_Mail-1-1024x545.png 1024w, https:\/\/sp2hari.com\/wp-content\/uploads\/2023\/08\/Search_results_-_hari_hackerrank_com_-_HackerRank_Mail-1-300x160.png 300w, https:\/\/sp2hari.com\/wp-content\/uploads\/2023\/08\/Search_results_-_hari_hackerrank_com_-_HackerRank_Mail-1-768x409.png 768w, https:\/\/sp2hari.com\/wp-content\/uploads\/2023\/08\/Search_results_-_hari_hackerrank_com_-_HackerRank_Mail-1-1536x817.png 1536w, https:\/\/sp2hari.com\/wp-content\/uploads\/2023\/08\/Search_results_-_hari_hackerrank_com_-_HackerRank_Mail-1-564x300.png 564w, https:\/\/sp2hari.com\/wp-content\/uploads\/2023\/08\/Search_results_-_hari_hackerrank_com_-_HackerRank_Mail-1.png 1808w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/a><\/figure>\n<\/div>\n\n\n<h2 class=\"wp-block-heading\">Shared by me<\/h2>\n\n\n\n<ol class=\"wp-block-list\">\n<li>I&#8217;ve started watering all our plants regularly and was trying to find out the optimum time and frequency&nbsp;to water the plants.&nbsp; Found this interesting video. <a href=\"https:\/\/www.youtube.com\/watch?v=d60lqIfGeQw\">https:\/\/www.youtube.com\/watch?v=d60lqIfGeQw<\/a><\/li>\n\n\n\n<li><a href=\"https:\/\/www.youtube.com\/watch?v=jbtp2YsZUI8\">https:\/\/www.youtube.com\/watch?v=jbtp2YsZUI8<\/a>. The amount of effort going into making something awesome is always great to watch.&nbsp;<\/li>\n\n\n\n<li><a rel=\"noreferrer noopener\" href=\"https:\/\/twitter.com\/Rainmaker1973\/status\/1616518328872304642\" target=\"_blank\">https:\/\/twitter.com\/Rainmaker1973\/status\/1616518328872304642<\/a>. There are two&nbsp;things&nbsp;to learn here.&nbsp; a) Physics and that is what you see in the video. b) How to make something interesting. How to teach and excite someone about ideas. I wish my teachers taught me this way. And I wonder what I can do like this when explaining concepts\/ideas.&nbsp;<\/li>\n\n\n\n<li>What does a king with a rotten tooth and an advanced computer technology have in common. <a href=\"https:\/\/twitter.com\/culturaltutor\/status\/1623121201026502658?s=46&amp;t=AG1C44Bj8nDOLzyN7s-cNg\">https:\/\/twitter.com\/culturaltutor\/status\/1623121201026502658?s=46&amp;t=AG1C44Bj8nDOLzyN7s-cNg<\/a><\/li>\n\n\n\n<li>A small, but nice video about why SR 71 is the greatest and latest \ud83d\ude42&nbsp;<a href=\"https:\/\/twitter.com\/IntEngineering\/status\/1617235651396620288\">https:\/\/twitter.com\/IntEngineering\/status\/1617235651396620288<\/a>. And my tweet about the same!&nbsp;<a href=\"https:\/\/twitter.com\/sp2hari\/status\/1618860297556566018\">https:\/\/twitter.com\/sp2hari\/status\/1618860297556566018<\/a><\/li>\n\n\n\n<li>Found this while browsing the internet. There were few other shorter videos, but this was the best. Watch this when&nbsp;you have full 20 mins free time.&nbsp;<a rel=\"noreferrer noopener\" href=\"https:\/\/www.youtube.com\/watch?v=Iod6uwUGM2E\" target=\"_blank\">https:\/\/www.youtube.com\/watch?v=Iod6uwUGM2E<\/a><\/li>\n\n\n\n<li><a rel=\"noreferrer noopener\" href=\"https:\/\/www.youtube.com\/watch?v=qfPt8J95R-A\" target=\"_blank\">https:\/\/www.youtube.com\/watch?v=qfPt8J95R-A<\/a> Love the animations and the way it is explained.<\/li>\n\n\n\n<li>Airport codes. This is a bigger mess, I think it is impossible to fix now \ud83d\ude42&nbsp;<a rel=\"noreferrer noopener\" href=\"https:\/\/www.youtube.com\/watch?v=jfOUVYQnuhw\" target=\"_blank\">https:\/\/www.youtube.com\/watch?v=jfOUVYQnuhw<\/a><\/li>\n\n\n\n<li>One interesting read on how good design can change the way we behave &#8211;&nbsp;<a href=\"https:\/\/www.bicycling.com\/news\/a20027122\/vanmoof-tv-on-box-damaged-bikes\/\">https:\/\/www.bicycling.com\/news\/a20027122\/vanmoof-tv-on-box-damaged-bikes\/<\/a><\/li>\n\n\n\n<li><a href=\"https:\/\/sive.rs\/berklee\">https:\/\/sive.rs\/berklee<\/a>. Love this post. Clean clear advice based&nbsp;on experience.&nbsp;<\/li>\n<\/ol>\n\n\n\n<h2 class=\"wp-block-heading\">Shared by Radhika<\/h2>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Glue People &#8211; https:\/\/bigthink.com\/leadership\/how-to-succeed-at-work\/<\/li>\n\n\n\n<li>This was a wonderful example of Design thinking and innovation:&nbsp;<a rel=\"noreferrer noopener\" href=\"https:\/\/youtu.be\/M66ZU2PCIcM\" target=\"_blank\">https:\/\/youtu.be\/M66ZU2PCIcM<\/a><\/li>\n\n\n\n<li>Do you know what the end of a shoelace is called?&nbsp;<a href=\"https:\/\/youtu.be\/VwizJNvl62U\">https:\/\/youtu.be\/VwizJNvl62U<\/a><\/li>\n\n\n\n<li>I saw this and thought it was absolutely crazy. Such a daring project. I wonder if there are any height&nbsp;restrictions for buildings. Even my town&nbsp;has them.&nbsp;<a href=\"https:\/\/www.youtube.com\/watch?v=aKwkMZbeeGo\">https:\/\/www.youtube.com\/watch?v=aKwkMZbeeGo<\/a><\/li>\n\n\n\n<li>I hate to admit it but I might actually start believing in gods. &nbsp;<a href=\"https:\/\/www.youtube.com\/watch?v=0uBYomUSOoM\">https:\/\/www.youtube.com\/watch?v=0uBYomUSOoM<\/a>. This video felt really good, there&#8217;s sooo muchhh we don&#8217;t know yet. Hope you like it too \ud83d\ude42<\/li>\n\n\n\n<li>Every time I fly, I try to look at the wheels out the window. It made me wonder, how can a huge plane be supported by such tiny small wheels? So I found this video. From the second minute, they explain how it&#8217;s a well-calculated call. <a href=\"https:\/\/www.youtube.com\/watch?v=v2e4TvT9cvg\">https:\/\/www.youtube.com\/watch?v=v2e4TvT9cvg<\/a><\/li>\n\n\n\n<li>The original proverb should have been &#8220;Practice makes myelin&#8221; \ud83d\ude42 <a href=\"https:\/\/www.youtube.com\/watch?v=f2O6mQkFiiw\">https:\/\/www.youtube.com\/watch?v=f2O6mQkFiiw<\/a><\/li>\n\n\n\n<li>Rumours are very powerful. There&#8217;s a common misunderstanding that kurkure has plastic. I have been eating it because I like it&#8217;s flavours and was curious if the plastic rumour was true.&nbsp; Apparently it&#8217;s not.&nbsp; Crazy how everyone&#8217;s been conditioned to believe something and not question it at all. <a href=\"https:\/\/en.wikipedia.org\/wiki\/Kurkure\">https:\/\/en.wikipedia.org\/wiki\/Kurkure<\/a><\/li>\n\n\n\n<li>What was Y2K, How did the media twist this, and how it ended. <a href=\"https:\/\/www.youtube.com\/watch?v=kyZDa09U7gc\">https:\/\/www.youtube.com\/watch?v=kyZDa09U7gc<\/a>. It happened in 2000. Maybe you remember it. It looks like total chaos.<\/li>\n\n\n\n<li>I was researching the Pentagon when I came across a US defense website and somehow&nbsp;ended up here: <a href=\"https:\/\/www.defense.gov\/Multimedia\/Experience\/Top-Gun-The-Edge-of-Aviation\/\">https:\/\/www.defense.gov\/Multimedia\/Experience\/Top-Gun-The-Edge-of-Aviation\/<\/a> After the movie, this group became super famous. I love one part here a lot: <em>The students who graduate from here return to their squads and fleets and become teachers. The performance of their own units improves significantly due to this.<\/em> Even though this seems like common sense, I love it because it&#8217;s not very common I feel.<\/li>\n<\/ol>\n\n\n\n<p class=\"wp-block-paragraph\">While the list may or may not be interesting for everyone, what I enjoyed the most was the subsequent discussions we had about each and every one of these topics. It was one of the ways to understand new topics and also a different perspective on topics outside your comfort zone.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">If you had to share a list of new things to learn, feel free to send it to hari at hackerrank dot com. Always interested in learning new things \ud83d\ude42 <\/p>\n<\/div><\/li>\n<li><a class=\"wp-block-latest-posts__post-title\" href=\"https:\/\/sp2hari.com\/index.php\/2023\/07\/02\/modes-of-transport\/\">Modes of Transport<\/a><div class=\"wp-block-latest-posts__post-author\">by hari<\/div><time datetime=\"2023-07-02T20:16:53+00:00\" class=\"wp-block-latest-posts__post-date\">July 2, 2023<\/time><div class=\"wp-block-latest-posts__post-full-content\">\n<p class=\"wp-block-paragraph\">Life update: <\/p>\n\n\n\n<p class=\"wp-block-paragraph\">We bought a new place last year and moved to this place a month ago. <\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Second-order effects on the life update. <\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>We moved from Koramangala to Harlur. I&#8217;ve been living in Koramangala from 2010 to 2023. Not just that, we&#8217;ve limited our life to Koramangala and moving to a different place is just odd.<\/li>\n\n\n\n<li>My sleep cycle got much better now. I have to sleep early and get up early (around 7:00 AM) to avoid traffic.<\/li>\n\n\n\n<li>Traveling to the office just got interesting with so many modes (car, bus, cab, walk)<\/li>\n<\/ol>\n\n\n\n<p class=\"wp-block-paragraph\">Life was easier for the last few years. Walking from home to the office used to take exactly 12 mins. Traffic or no other external factors couldn&#8217;t change anything this number. In fact, I could step out of the house at 9:45 AM for a 10:00 AM call in the office. <\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large\"><a href=\"https:\/\/sp2hari.com\/wp-content\/uploads\/2023\/07\/Madhuban_Apartments_to_Eastland_Citadel_-_Google_Maps.png\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"870\" src=\"https:\/\/sp2hari.com\/wp-content\/uploads\/2023\/07\/Madhuban_Apartments_to_Eastland_Citadel_-_Google_Maps-1024x870.png\" alt=\"\" class=\"wp-image-2725\" srcset=\"https:\/\/sp2hari.com\/wp-content\/uploads\/2023\/07\/Madhuban_Apartments_to_Eastland_Citadel_-_Google_Maps-1024x870.png 1024w, https:\/\/sp2hari.com\/wp-content\/uploads\/2023\/07\/Madhuban_Apartments_to_Eastland_Citadel_-_Google_Maps-300x255.png 300w, https:\/\/sp2hari.com\/wp-content\/uploads\/2023\/07\/Madhuban_Apartments_to_Eastland_Citadel_-_Google_Maps-768x653.png 768w, https:\/\/sp2hari.com\/wp-content\/uploads\/2023\/07\/Madhuban_Apartments_to_Eastland_Citadel_-_Google_Maps-1536x1305.png 1536w, https:\/\/sp2hari.com\/wp-content\/uploads\/2023\/07\/Madhuban_Apartments_to_Eastland_Citadel_-_Google_Maps-353x300.png 353w, https:\/\/sp2hari.com\/wp-content\/uploads\/2023\/07\/Madhuban_Apartments_to_Eastland_Citadel_-_Google_Maps.png 2010w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/a><\/figure>\n<\/div>\n\n\n<p class=\"wp-block-paragraph\">After the move to Harlur, a few more options got added. The first one is to drive to the office. While it appears to be the most comfortable option, traffic starts killing you slowly. For example, the following happened one of the days I missed a whole lot of meetings (in fact, this was when I started from home around 8:30 AM). Once it takes 35 mins to drive 2 km, you start exploring new alternatives. <\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large\"><a href=\"https:\/\/sp2hari.com\/wp-content\/uploads\/2023\/07\/PHOTO-2023-06-07-09-08-10.jpg\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"576\" src=\"https:\/\/sp2hari.com\/wp-content\/uploads\/2023\/07\/PHOTO-2023-06-07-09-08-10-1024x576.jpg\" alt=\"\" class=\"wp-image-2732\" srcset=\"https:\/\/sp2hari.com\/wp-content\/uploads\/2023\/07\/PHOTO-2023-06-07-09-08-10-1024x576.jpg 1024w, https:\/\/sp2hari.com\/wp-content\/uploads\/2023\/07\/PHOTO-2023-06-07-09-08-10-300x169.jpg 300w, https:\/\/sp2hari.com\/wp-content\/uploads\/2023\/07\/PHOTO-2023-06-07-09-08-10-768x432.jpg 768w, https:\/\/sp2hari.com\/wp-content\/uploads\/2023\/07\/PHOTO-2023-06-07-09-08-10-1536x864.jpg 1536w, https:\/\/sp2hari.com\/wp-content\/uploads\/2023\/07\/PHOTO-2023-06-07-09-08-10-533x300.jpg 533w, https:\/\/sp2hari.com\/wp-content\/uploads\/2023\/07\/PHOTO-2023-06-07-09-08-10.jpg 1600w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/a><\/figure>\n<\/div>\n\n\n<p class=\"wp-block-paragraph\">The next option is to take an Uber\/Ola to the office. While this option exists in theory, practically this never worked. You can wait for a cab for hours and have multiple drivers cancel on you. Once I remember waiting for 1 hour for a cab and finally giving up. This probably is the worst option of all.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">I never even assumed the option of walking existed. The walk from the office to him is about 9 km and takes more than an hour. But once I did this for the first time, it was easy to continue doing this every day. <\/p>\n\n\n\n<figure class=\"wp-block-gallery aligncenter has-nested-images columns-default is-cropped wp-block-gallery-2 is-layout-flex wp-block-gallery-is-layout-flex\"><div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large\"><a href=\"https:\/\/sp2hari.com\/wp-content\/uploads\/2023\/07\/Ozone_Residenza_Block-A_to_Eastland_Citadel_-_Google_Maps-1.png\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"619\" data-id=\"2735\" src=\"https:\/\/sp2hari.com\/wp-content\/uploads\/2023\/07\/Ozone_Residenza_Block-A_to_Eastland_Citadel_-_Google_Maps-1.png\" alt=\"\" class=\"wp-image-2735\" srcset=\"https:\/\/sp2hari.com\/wp-content\/uploads\/2023\/07\/Ozone_Residenza_Block-A_to_Eastland_Citadel_-_Google_Maps-1.png 1024w, https:\/\/sp2hari.com\/wp-content\/uploads\/2023\/07\/Ozone_Residenza_Block-A_to_Eastland_Citadel_-_Google_Maps-1-300x181.png 300w, https:\/\/sp2hari.com\/wp-content\/uploads\/2023\/07\/Ozone_Residenza_Block-A_to_Eastland_Citadel_-_Google_Maps-1-768x464.png 768w, https:\/\/sp2hari.com\/wp-content\/uploads\/2023\/07\/Ozone_Residenza_Block-A_to_Eastland_Citadel_-_Google_Maps-1-496x300.png 496w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/a><\/figure>\n<\/div><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">In fact, walking was so much fun that I even did this twice (back and forth) once. The best day and I was even was able to finish an entire book while walking. The only challenge is the exposure to so much dust after walking. I think it does make me fall sick once in a while.<\/p>\n\n\n\n<figure class=\"wp-block-gallery aligncenter has-nested-images columns-default is-cropped wp-block-gallery-3 is-layout-flex wp-block-gallery-is-layout-flex\"><div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large\"><a href=\"https:\/\/sp2hari.com\/wp-content\/uploads\/2023\/07\/IMG_81C236E40DE8-1.jpeg\"><img loading=\"lazy\" decoding=\"async\" width=\"473\" height=\"1024\" data-id=\"2736\" src=\"https:\/\/sp2hari.com\/wp-content\/uploads\/2023\/07\/IMG_81C236E40DE8-1.jpeg\" alt=\"\" class=\"wp-image-2736\" srcset=\"https:\/\/sp2hari.com\/wp-content\/uploads\/2023\/07\/IMG_81C236E40DE8-1.jpeg 473w, https:\/\/sp2hari.com\/wp-content\/uploads\/2023\/07\/IMG_81C236E40DE8-1-139x300.jpeg 139w\" sizes=\"auto, (max-width: 473px) 100vw, 473px\" \/><\/a><\/figure>\n<\/div><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">The last option is to take a bus. This is for sure a fun option. Walking to the bus stop involves a good 30min walk (a little of a risk crossing the road). There is enough peaceful thinking time on the bus (with or without a seat). It is for sure a cheaper option, but whenever the ticket is 15 or 25, I have to give a coin, which is not so great. <\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full\"><a href=\"https:\/\/sp2hari.com\/wp-content\/uploads\/2023\/07\/IMG_1175.jpg\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"596\" src=\"https:\/\/sp2hari.com\/wp-content\/uploads\/2023\/07\/IMG_1175.jpg\" alt=\"\" class=\"wp-image-2737\" srcset=\"https:\/\/sp2hari.com\/wp-content\/uploads\/2023\/07\/IMG_1175.jpg 1024w, https:\/\/sp2hari.com\/wp-content\/uploads\/2023\/07\/IMG_1175-300x175.jpg 300w, https:\/\/sp2hari.com\/wp-content\/uploads\/2023\/07\/IMG_1175-768x447.jpg 768w, https:\/\/sp2hari.com\/wp-content\/uploads\/2023\/07\/IMG_1175-515x300.jpg 515w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/a><\/figure>\n<\/div>\n\n\n<figure class=\"wp-block-table is-style-regular\"><table><tbody><tr><td><strong>Factor<\/strong><\/td><td><strong>Car (drive)<\/strong><\/td><td><strong>Car (Uber)<\/strong><\/td><td><strong>Walk<\/strong><\/td><td><strong>Bus<\/strong><\/td><\/tr><tr><td>Time Taken<\/td><td>30 mins (best case for travel) to <br>90mins (worst case)<\/td><td>40 mins (best case for Uber wait time + travel time) to <br>forever (you never get a Uber)<\/td><td>100 mins<\/td><td>70 mins<\/td><\/tr><tr><td>Physical Fitness<\/td><td>Nothing<\/td><td>Nothing<\/td><td>Extreme<\/td><td>Right amount<\/td><\/tr><tr><td>Mental Happiness<\/td><td>Annoying<\/td><td>VERY annoying<\/td><td>Peaceful<\/td><td>Peaceful<\/td><\/tr><tr><td>Cost<\/td><td>Rs 50 (thanks to EV)<\/td><td>Rs 600<\/td><td>0<\/td><td>Rs 40<\/td><\/tr><tr><td>Exposure to Dust<\/td><td>Nil<\/td><td>Nil<\/td><td>Lot<\/td><td>Little<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">So, everyday morning, my checklist happens to go like this<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Do I have 2 hours before the first meeting and is not too hot? If yes, then walk<\/li>\n\n\n\n<li>Do I have 1.5 hours before the first meeting? Doesn&#8217;t matter if the weather is bad. Bus works. <\/li>\n\n\n\n<li>If neither of them works, suffer the traffic and drive to the office. <\/li>\n<\/ol>\n\n\n\n<p class=\"wp-block-paragraph\">This is a decision I take every day I go to the office and makes life interesting every morning. <\/p>\n<\/div><\/li>\n<li><a class=\"wp-block-latest-posts__post-title\" href=\"https:\/\/sp2hari.com\/index.php\/2023\/06\/04\/pour-your-heart-into-it-onward\/\">Pour Your Heart into It &#038; Onward<\/a><div class=\"wp-block-latest-posts__post-author\">by hari<\/div><time datetime=\"2023-06-04T18:15:36+00:00\" class=\"wp-block-latest-posts__post-date\">June 4, 2023<\/time><div class=\"wp-block-latest-posts__post-full-content\">\n<p class=\"wp-block-paragraph\">These two books got into my reading list mostly because of Vivek. The number of times he mentioned instances from this book, I had to know what the Starbucks story is all about. And I&#8217;m glad I did read these two. I expected a simple and smooth story about Starbucks. Didn&#8217;t expect so many ups and downs within the company. This post is my key takeaways from the two books. I actually believe these two books should be read together since they both share the entire story of Starbucks from start to end.<\/p>\n\n\n\n<figure class=\"wp-block-gallery alignwide has-nested-images columns-default is-cropped wp-block-gallery-4 is-layout-flex wp-block-gallery-is-layout-flex\"><div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"641\" height=\"1000\" data-id=\"2700\" src=\"https:\/\/sp2hari.com\/wp-content\/uploads\/2023\/06\/pour_your_heart_into_it.jpg\" alt=\"\" class=\"wp-image-2700\" srcset=\"https:\/\/sp2hari.com\/wp-content\/uploads\/2023\/06\/pour_your_heart_into_it.jpg 641w, https:\/\/sp2hari.com\/wp-content\/uploads\/2023\/06\/pour_your_heart_into_it-192x300.jpg 192w\" sizes=\"auto, (max-width: 641px) 100vw, 641px\" \/><figcaption class=\"wp-element-caption\"><strong>Pour Your Heart into It How Starbucks Built a Company One Cup at a Time<\/strong><\/figcaption><\/figure>\n<\/div>\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"651\" height=\"1000\" data-id=\"2699\" src=\"https:\/\/sp2hari.com\/wp-content\/uploads\/2023\/06\/onward.jpg\" alt=\"\" class=\"wp-image-2699\" srcset=\"https:\/\/sp2hari.com\/wp-content\/uploads\/2023\/06\/onward.jpg 651w, https:\/\/sp2hari.com\/wp-content\/uploads\/2023\/06\/onward-195x300.jpg 195w\" sizes=\"auto, (max-width: 651px) 100vw, 651px\" \/><figcaption class=\"wp-element-caption\"><strong>Onward: How Starbucks Fought for Its Life Without Losing Its Soul<\/strong><\/figcaption><\/figure>\n<\/div><\/figure>\n\n\n\n<h4 class=\"wp-block-heading\">Key takeaways from the first book<\/h4>\n\n\n\n<ol class=\"wp-block-list\">\n<li>It was crazy to imagine Starbucks CEO\/Chairman as one of the early employees of Starbucks (and not the original founders). Shocked to see when the founders decided to sell Starbucks to one of the early employees. Makes me believe that passion for the idea is a lot more important than being the co-founder of a company. Can even attest to this fact, having seen people more passionate than myself at HackerRank, a set of people I can any day call as founders. <\/li>\n\n\n\n<li>Surprised by the fact that someone can be so passionate about coffee.<\/li>\n\n\n\n<li>It is strange to imagine Starbucks even called something else called &#8220;Il Giornale&#8221;. When you know about the early name &amp; story of the companies (say Nike or even HackerRank), it has a different story to it.  <\/li>\n\n\n\n<li>It is very hard even to imagine the world before Starbucks. Some of the coffee they had to &#8220;invent&#8221; is my usual in the current world. It is like explaining the world without the Internet or Google to someone.<\/li>\n<\/ol>\n\n\n\n<h4 class=\"wp-block-heading\">Key takeaways from the second book. <\/h4>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Again, crazy to imagine Schultz would imagine becoming the CEO after being the Chairman for a while. Again, shutting down the whole company for two days to make sure everyone can train to become a better baristas. <\/li>\n\n\n\n<li>Looks like no matter how big a company is, constant innovation is a must. Innovation seems to be oxygen for every company out there. And never imagined them to innovate in all aspects (coffee beans, vending machines) and everything else that goes along with that. <\/li>\n\n\n\n<li>It is amazing to see how much Schultz focuses on the customer experience. He was particular about the height of the coffee vending machine so that the barista can have eye contact\/good conversation with the customers while making the coffee.<\/li>\n<\/ol>\n\n\n\n<p class=\"wp-block-paragraph\">The first book seems to be a happy story and the second one goes into detail about all the struggles when a company is re-inventing itself. Strongly recommend reading both if you are building a company or a team.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n<\/div><\/li>\n<li><a class=\"wp-block-latest-posts__post-title\" href=\"https:\/\/sp2hari.com\/index.php\/2023\/05\/07\/state-ist\/\">State-ist<\/a><div class=\"wp-block-latest-posts__post-author\">by hari<\/div><time datetime=\"2023-05-07T20:02:26+00:00\" class=\"wp-block-latest-posts__post-date\">May 7, 2023<\/time><div class=\"wp-block-latest-posts__post-full-content\">\n<p class=\"wp-block-paragraph\">Probably the right title for this blog post should be &#8220;Regionalist&#8221;, but somehow the word &#8216;state-ist&#8217; was the word I created and have been using for a long time. <\/p>\n\n\n\n<p class=\"wp-block-paragraph\">When I was assigned my room in the college hostel (back in 2004), each room was supposed to have 5 students. <\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The 5 students in my room were assigned like this.<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Me &#8211; From TamilNadu<\/li>\n\n\n\n<li>Vibhu &#8211; From Delhi<\/li>\n\n\n\n<li>Yatish &#8211; From Assam<\/li>\n\n\n\n<li>Babu &#8211; From Orissa<\/li>\n\n\n\n<li>Hemant &#8211; From Mumbai<\/li>\n<\/ol>\n\n\n\n<p class=\"wp-block-paragraph\">I was literally shocked when I saw this combination. And it was clear from others too that they didn&#8217;t prefer this either. But college never gives you the option to change your room\/roommates. Just a few rooms away, 5 students from my school were in the same room. Yeah, ignore the same state and the same city. Those five were all from the same school. <\/p>\n\n\n\n<p class=\"wp-block-paragraph\">I accepted this &#8220;fate&#8221; but never realized this was such an important moment in both my professional and personal life. <\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The first outcome because of this was the official language of the room was English. If you wanted to share something with everyone in the room, we used only English. It also helped me understand people from different backgrounds better. There was an unknown strangeness towards people from the other states. Living with people from different parts of the country completely removed this bias. This was a masterclass to understand different cultures, festivals, food, and people.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">When I co-founded HackerRank with Vivek, I re-used some of the first year&#8217;s learnings. First, English was\/is the official language in HackerRank. Even if everyone in the team knows a regional language, I ensure the language of choice is always English. I get surprised\/shocked when I hear from other tech startups how all their technical discussions happen in Hindi\/Tamil. It works well at the start but doesn&#8217;t scale well. Building an inclusive culture can&#8217;t be an afterthought. It is something that needs to be nailed in from the first day.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Second, it makes me act fair to everyone around me. Since I speak in English, even with the folks who know Tamil, it acts as a good balancing function. No matter how I try, I&#8217;m going to be a little partial to folks with whom I can speak in my mother tongue. It is natural and brings in a homely feeling. While I would love to crack more Tamil jokes and discuss the local stories with some of my colleagues, I specifically skip this to keep things balanced. Of course, 1:1 Vivek is the only exception to this rule. <\/p>\n\n\n\n<p class=\"wp-block-paragraph\">I find it funny when people try to tag people based on the state\/city they are from. Especially given I&#8217;m from south India, others assume I have issues with folks from the north. When I tell them my wife is from Rajasthan and some of my closest people inside and outside HackerRank are from north India, they find it hard to understand. This small butterfly effect in 2004 made me a better person and made it easier to build an inclusive culture at HackerRank.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><br><br><br><\/p>\n<\/div><\/li>\n<li><a class=\"wp-block-latest-posts__post-title\" href=\"https:\/\/sp2hari.com\/index.php\/2023\/04\/02\/curiosity\/\">Curiosity<\/a><div class=\"wp-block-latest-posts__post-author\">by hari<\/div><time datetime=\"2023-04-02T18:14:56+00:00\" class=\"wp-block-latest-posts__post-date\">April 2, 2023<\/time><div class=\"wp-block-latest-posts__post-full-content\">\n<p class=\"wp-block-paragraph\">Recently, we (me and Vasudha) went for a short trek (around 75 km from Bangalore). We found an agriculture shop selling fertilizers and pesticides on the way back. We have a small garden at our place, and Vasudha has written a great post about it here at <a href=\"https:\/\/ideaweb.me\/blog\/from-cacti-killer-to-gardener\/. \">https:\/\/ideaweb.me\/blog\/from-cacti-killer-to-gardener\/<\/a>.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">We&#8217;ve been using natural organic pesticides so far, and this is the first time we are even trying something more powerful and dangerous. <\/p>\n\n\n\n\n\n<p class=\"wp-block-paragraph\">Moving from organic pesticides to a chemical one felt like we&#8217;ve leveled up multiple times. In fact, while I spray the organic pesticide vs. chemical, this is exactly how I feel \ud83d\ude42 <\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full\"><a href=\"https:\/\/sp2hari.com\/wp-content\/uploads\/2023\/04\/Guns-1.png\"><img loading=\"lazy\" decoding=\"async\" width=\"800\" height=\"804\" src=\"https:\/\/sp2hari.com\/wp-content\/uploads\/2023\/04\/Guns-1.png\" alt=\"\" class=\"wp-image-2663\" srcset=\"https:\/\/sp2hari.com\/wp-content\/uploads\/2023\/04\/Guns-1.png 800w, https:\/\/sp2hari.com\/wp-content\/uploads\/2023\/04\/Guns-1-150x150.png 150w, https:\/\/sp2hari.com\/wp-content\/uploads\/2023\/04\/Guns-1-768x772.png 768w, https:\/\/sp2hari.com\/wp-content\/uploads\/2023\/04\/Guns-1-299x300.png 299w\" sizes=\"auto, (max-width: 800px) 100vw, 800px\" \/><\/a><\/figure>\n<\/div>\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">This is the actual insecticide we bought. <\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large\"><a href=\"https:\/\/sp2hari.com\/wp-content\/uploads\/2023\/04\/image_67214337.jpg\"><img loading=\"lazy\" decoding=\"async\" width=\"768\" height=\"1024\" src=\"https:\/\/sp2hari.com\/wp-content\/uploads\/2023\/04\/image_67214337-768x1024.jpg\" alt=\"\" class=\"wp-image-2664\" srcset=\"https:\/\/sp2hari.com\/wp-content\/uploads\/2023\/04\/image_67214337-768x1024.jpg 768w, https:\/\/sp2hari.com\/wp-content\/uploads\/2023\/04\/image_67214337-225x300.jpg 225w, https:\/\/sp2hari.com\/wp-content\/uploads\/2023\/04\/image_67214337.jpg 800w\" sizes=\"auto, (max-width: 768px) 100vw, 768px\" \/><\/a><\/figure>\n<\/div>\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">I don&#8217;t know why, but I started reading about Cypermethrin first. It sounded cool, and a simple Google search landed on the Wikipedia page. The first line from the page was this<\/p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p class=\"wp-block-paragraph\"><em><strong>Cypermethrin<\/strong>&nbsp;(<strong>CP<\/strong>) is a synthetic&nbsp;pyrethroid&nbsp;used as an&nbsp;insecticide&nbsp;in large-scale commercial agricultural applications as well as in consumer products for domestic purposes.<\/em><\/p>\n<cite><a href=\"https:\/\/en.wikipedia.org\/wiki\/Cypermethrin\" target=\"_blank\" rel=\"noreferrer noopener\">Wikipedia<\/a><\/cite><\/blockquote>\n\n\n\n<p class=\"wp-block-paragraph\">I understood most of it except for a single word &#8211; pyrethroid. What is that? Google to the rescue again<\/p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p class=\"wp-block-paragraph\"><em>A&nbsp;<strong>pyrethroid<\/strong>&nbsp;is an&nbsp;organic compound&nbsp;similar to the natural&nbsp;pyrethrins, which are produced by the flowers of&nbsp;pyrethrums&nbsp;(Chrysanthemum cinerariaefolium&nbsp;and&nbsp;C. coccineum). Pyrethroids are used as commercial and household&nbsp;insecticides.<\/em><\/p>\n<cite><a href=\"https:\/\/en.wikipedia.org\/wiki\/Pyrethroid\" target=\"_blank\" rel=\"noreferrer noopener\">Wikipedia<\/a><\/cite><\/blockquote>\n\n\n\n<p class=\"wp-block-paragraph\">Oh damn, now there are multiple new words. Pyrethrins, pyrethrums. More and more Googling follows <\/p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p class=\"wp-block-paragraph\"><em>The&nbsp;<strong>pyrethrins<\/strong>&nbsp;are a class of&nbsp;organic compounds&nbsp;normally derived from&nbsp;Chrysanthemum cinerariifolium&nbsp;that have potent&nbsp;insecticidal&nbsp;activity by targeting the nervous systems of&nbsp;insects.<\/em><\/p>\n<cite><a href=\"https:\/\/en.wikipedia.org\/wiki\/Pyrethrin\" target=\"_blank\" rel=\"noreferrer noopener\">Wikipedia<\/a><\/cite><\/blockquote>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p class=\"wp-block-paragraph\"><em><strong>Pyrethrum<\/strong><\/em>&nbsp;was a genus of several Old World plants now classified as&nbsp;<em>Chrysanthemum<\/em>&nbsp;or&nbsp;<em>Tanacetum<\/em>&nbsp;which are cultivated as ornamentals for their showy&nbsp;flower heads.<\/p>\n<cite><a href=\"https:\/\/en.wikipedia.org\/wiki\/Pyrethrum\" target=\"_blank\" rel=\"noreferrer noopener\">Wikipedia<\/a><\/cite><\/blockquote>\n\n\n\n<p class=\"wp-block-paragraph\">I&#8217;m totally baffled by the matrix I&#8217;ve gotten into. The beautiful-looking Chrysanthemum flower, which amazes me a lot, is a class of Pyrethrum. The flower seed cases contain pyrethrins, which can kill insects by targeting their nervous system. And this is what I bought. Talk about a beautiful-looking assassin!<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Eventually, my browsing history ended up like this after reading about cypermethrin and how it affects the nervous systems of insects. It felt like I attend 4-5 hours of chemistry class. <\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full\"><a href=\"https:\/\/sp2hari.com\/wp-content\/uploads\/2023\/04\/History.jpg\"><img loading=\"lazy\" decoding=\"async\" width=\"800\" height=\"757\" src=\"https:\/\/sp2hari.com\/wp-content\/uploads\/2023\/04\/History.jpg\" alt=\"\" class=\"wp-image-2666\" srcset=\"https:\/\/sp2hari.com\/wp-content\/uploads\/2023\/04\/History.jpg 800w, https:\/\/sp2hari.com\/wp-content\/uploads\/2023\/04\/History-300x284.jpg 300w, https:\/\/sp2hari.com\/wp-content\/uploads\/2023\/04\/History-768x727.jpg 768w, https:\/\/sp2hari.com\/wp-content\/uploads\/2023\/04\/History-317x300.jpg 317w\" sizes=\"auto, (max-width: 800px) 100vw, 800px\" \/><\/a><\/figure>\n<\/div>\n\n\n<p class=\"wp-block-paragraph\">Reading these gave a lot of interesting facts about these chemicals and how they operate. When I started this, I wasn&#8217;t even sure how it was going to be useful. Then I learned a bunch of things and how they can be helpful. <\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Because pyrethrum contains pyrethrins, they are used as&nbsp;<a href=\"https:\/\/en.wikipedia.org\/wiki\/Companion_plant\">companion plants<\/a>&nbsp;to repel pest insects from nearby crops. No need to buy the chemical if you can plant some <em>Chrysanthemum<\/em> in between your plants. <\/li>\n\n\n\n<li>Cypermethrin is very toxic to cats which cannot tolerate the therapeutic doses for dogs.<\/li>\n\n\n\n<li>Fish are particularly susceptible to cypermethrin,&nbsp;but application around residential sites poses little risk to aquatic life when used as directed.<\/li>\n<\/ol>\n\n\n\n<p class=\"wp-block-paragraph\">I was doing all of this search at 2 AM at night and couldn&#8217;t sleep anymore. Realizing I was dealing with a weapon of mass destruction created from a beautiful flower, and I wanted to know if it affected the earthworms in any way. From what I&#8217;ve read so far, this affects all insects, and the way it affects the nervous system should impact earthworms too. If it does, that was a deal breaker. Back to Google again. <\/p>\n\n\n\n<p class=\"wp-block-paragraph\">That leads to a research paper published by <a rel=\"noreferrer noopener\" href=\"https:\/\/www.pulsus.com\/scholarly-articles\/combined-toxicity-of-cypermethrin-a-pyerthroid-insecticide-and-metal-to-earthworms-emeisenia-fetidaem-4588.html\" target=\"_blank\">https:\/\/www.pulsus.com\/scholarly-articles\/combined-toxicity-of-cypermethrin-a-pyerthroid-insecticide-and-metal-to-earthworms-emeisenia-fetidaem-4588.html<\/a> on how the chemical affects the earthworm. <\/p>\n\n\n\n<p class=\"wp-block-paragraph\">It was shown that the all-around toxicity from cypermethrin was weak in adult earthworms. Compared with adult earthworms, the toxicity of juvenile earthworms from cypermethrin, especially chronic toxicity, increased significantly. The growth and reproduction of earthworms appeared to be more severely affected by cypermethrin at the juvenile stage than at the adult stage.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Cool, so it doesn&#8217;t kill it, but it does affect the growth and reproduction of earthworms. To test this, I did spray a small amount of the pesticide on an earthworm (that appeared small), and it did stop moving (aka died). Of course, my test is not a scientific fact but something to worry about. <\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Weeks later, I was wondering why I was so curious about this in the first place, and that is what I want to talk about &#8211; Curiosity. The passion to learn new things for absolutely no reason at all. Just for the fun of learning. <\/p>\n\n\n\n<p class=\"wp-block-paragraph\">One of the best podcasts I&#8217;ve come across recently is this one <a rel=\"noreferrer noopener\" href=\"https:\/\/open.spotify.com\/episode\/54BjQkzKzSElYvhNI2pOUs?si=a00dc50cb0404808\" target=\"_blank\">https:\/\/open.spotify.com\/episode\/54BjQkzKzSElYvhNI2pOUs?si=a00dc50cb0404808<\/a>. I was listening to this mostly because I&#8217;ve worked with both the guest and the host in different teams of HackerRank. But this line &#8220;Skills can be learned. But passion, kindness, and excitement. These are the top 3 qualities I look for&#8221;. Probably the core foundation for passion and excitement is curiosity.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Can one develop the skill of curiosity? Yes, of course. <\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>It is not by chance that people use the term &#8220;childlike curiosity.&#8221; I find improving curiosity easier by working with people much younger (aka kids) and interns. <\/li>\n\n\n\n<li>Listen for the trigger word &#8211; &#8220;This how it is being done&#8221; or &#8220;That&#8217;s how it works.&#8221; The minute someone says that, ask &#8211; &#8220;Why.&#8221; <\/li>\n<\/ol>\n\n\n\n<p class=\"wp-block-paragraph\">Did it help at all? Yes, it did. <\/p>\n\n\n\n<p class=\"wp-block-paragraph\">First, I realized I had to keep my fish and the insecticide far apart. <\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Secondly, when I had to travel for a week, I had Vaasavi water the plants twice. Since she came there with her cat, I knew I shouldn&#8217;t ask her to spray the insecticide. So, overall the 4-5 hours was a good investment. <\/p>\n\n\n\n\n\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\n<iframe loading=\"lazy\" title=\"Confused Momo\" width=\"563\" height=\"1000\" src=\"https:\/\/www.youtube.com\/embed\/cZSn7B-ozsI?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen><\/iframe>\n<\/div><figcaption class=\"wp-element-caption\">Confused momo at our garden.<\/figcaption><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Do you want a simple test to check if you are naturally curious about things? Here is a simple test. <\/p>\n\n\n\n<p class=\"wp-block-paragraph\">You might have heard about this term chatGPT so so many times in the last few weeks\/months. If you have ever wondered what the GPT stands for and what it means, tried to google search, and understand the full form for GPT, you are curious about stuff around you! <\/p>\n<\/div><\/li>\n<li><a class=\"wp-block-latest-posts__post-title\" href=\"https:\/\/sp2hari.com\/index.php\/2023\/03\/05\/born-a-crime\/\">Born A Crime<\/a><div class=\"wp-block-latest-posts__post-author\">by hari<\/div><time datetime=\"2023-03-05T15:32:54+00:00\" class=\"wp-block-latest-posts__post-date\">March 5, 2023<\/time><div class=\"wp-block-latest-posts__post-full-content\"><div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large is-resized\"><a href=\"https:\/\/sp2hari.com\/wp-content\/uploads\/2023\/01\/born-a-crime.jpeg\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/sp2hari.com\/wp-content\/uploads\/2023\/01\/born-a-crime-667x1024.jpeg\" alt=\"Born a crime - Book cover\" class=\"wp-image-2600\" width=\"334\" height=\"512\" srcset=\"https:\/\/sp2hari.com\/wp-content\/uploads\/2023\/01\/born-a-crime-667x1024.jpeg 667w, https:\/\/sp2hari.com\/wp-content\/uploads\/2023\/01\/born-a-crime-195x300.jpeg 195w, https:\/\/sp2hari.com\/wp-content\/uploads\/2023\/01\/born-a-crime-768x1179.jpeg 768w, https:\/\/sp2hari.com\/wp-content\/uploads\/2023\/01\/born-a-crime-1001x1536.jpeg 1001w, https:\/\/sp2hari.com\/wp-content\/uploads\/2023\/01\/born-a-crime-1334x2048.jpeg 1334w, https:\/\/sp2hari.com\/wp-content\/uploads\/2023\/01\/born-a-crime.jpeg 1400w\" sizes=\"auto, (max-width: 334px) 100vw, 334px\" \/><\/a><\/figure>\n<\/div>\n\n\n<p class=\"wp-block-paragraph\">An amazing book. The story is exciting, a lot of good life lessons to learn and of course, listening to the book in Trevor&#8217;s voice. If there is one book which should be read via audible instead of physical book, this must be it. <\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Top things I recollect from this book. <\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>The result of the freedom from the external force always results in the internal conflicts. The conflict between Tsonga and Zulu is very similar to the freedom of India and how that split India and Pakistan. The whole concept of conquering another country using the concept of &#8220;divide and rule&#8221; breaks apart when the country gets freedom at the end. <\/li>\n\n\n\n<li>Trevor&#8217;s mom is the main superhero in the whole story. There are a lot of places where she acts as a true rebel and that&#8217;s so inspiring. From being getting a secretary job, not being confined to rules, deciding to have a kid &#8211; she is THE person in this story. What I love about her attitude is to question the rules. If the rule is stupid and doesn&#8217;t make any sense, then mock or challenge the rule. <\/li>\n\n\n\n<li>One great learning from the book is to forget the pain. &#8220;Don&#8217;t let the memory of pain stop you from trying something new.&#8221;. If I could take one line from this book forever with me, this could be it. <\/li>\n\n\n\n<li>Another intersting learning &#8211; &#8220;You down own the thing in your life.&#8221; Learning this early in life makes life zen. It is surprising how Trevor had no issues with how the dogs lived their life before they got to know about the other boy. <\/li>\n\n\n\n<li>Last one is the concept of crime. How crime is decided by what everyone around you is doing or not doing. For example, printing movie songs and distributing them in a CD is not considered a crime (even a minor one). Makes me wonder what are all the things we are doing today can be considered as crime 10 or 20 or 50 years later. Probably killing animals to eat them? Or all traffic violations? <\/li>\n<\/ol>\n<\/div><\/li>\n<\/ul>","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-2262","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/sp2hari.com\/index.php\/wp-json\/wp\/v2\/pages\/2262","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/sp2hari.com\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/sp2hari.com\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/sp2hari.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/sp2hari.com\/index.php\/wp-json\/wp\/v2\/comments?post=2262"}],"version-history":[{"count":2,"href":"https:\/\/sp2hari.com\/index.php\/wp-json\/wp\/v2\/pages\/2262\/revisions"}],"predecessor-version":[{"id":3529,"href":"https:\/\/sp2hari.com\/index.php\/wp-json\/wp\/v2\/pages\/2262\/revisions\/3529"}],"wp:attachment":[{"href":"https:\/\/sp2hari.com\/index.php\/wp-json\/wp\/v2\/media?parent=2262"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}