<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0" xmlns:cc="http://cyber.law.harvard.edu/rss/creativeCommonsRssModule.html">
    <channel>
        <title><![CDATA[Stories by Supratim Samanta on Medium]]></title>
        <description><![CDATA[Stories by Supratim Samanta on Medium]]></description>
        <link>https://medium.com/@susamn?source=rss-c1b8b6229b1a------2</link>
        <image>
            <url>https://cdn-images-1.medium.com/fit/c/150/150/1*mgfXFGSLWs_NJYZyjrAfSg.jpeg</url>
            <title>Stories by Supratim Samanta on Medium</title>
            <link>https://medium.com/@susamn?source=rss-c1b8b6229b1a------2</link>
        </image>
        <generator>Medium</generator>
        <lastBuildDate>Thu, 21 May 2026 17:48:47 GMT</lastBuildDate>
        <atom:link href="https://medium.com/@susamn/feed" rel="self" type="application/rss+xml"/>
        <webMaster><![CDATA[yourfriends@medium.com]]></webMaster>
        <atom:link href="http://medium.superfeedr.com" rel="hub"/>
        <item>
            <title><![CDATA[Introducing helpful tools v2, a gift to all developers]]></title>
            <link>https://levelup.gitconnected.com/introducing-helpful-tools-v2-a-gift-to-all-developers-6c232e43b457?source=rss-c1b8b6229b1a------2</link>
            <guid isPermaLink="false">https://medium.com/p/6c232e43b457</guid>
            <category><![CDATA[javascript]]></category>
            <category><![CDATA[debugging]]></category>
            <category><![CDATA[productivity]]></category>
            <category><![CDATA[software-development]]></category>
            <category><![CDATA[python]]></category>
            <dc:creator><![CDATA[Supratim Samanta]]></dc:creator>
            <pubDate>Sat, 10 Jan 2026 04:11:40 GMT</pubDate>
            <atom:updated>2026-01-10T04:11:40.918Z</atom:updated>
            <content:encoded><![CDATA[<p>Devs, think about how many times a day we need simple tasks like regex testing, cron expression validation, JSON formatting, text comparison, etc. When the need arises, we scramble around to find a way to do that; we find some online tools or install some tools in our system. Now if you are working in a company, both of the above approaches are available to you.</p><figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*G0w1LmocY8YVzRkxYUxVaQ.png" /><figcaption>helpful tools v2</figcaption></figure><p>Helpful Tools Version 2 is an initiative to help in the above scenarios. These are a set of curated tools that we as devs often use in our work. They are always available at our fingertips with very less amount of work needed to install and use.</p><p><a href="https://github.com/susamn/helpful-tools-v2">GitHub - susamn/helpful-tools-v2: Privacy-focused local developer toolkit: JSON/YAML formatters, regex tester, diff viewer, JWT decoder &amp; more</a></p><p>Simply clone the project, follow the <a href="https://github.com/susamn/helpful-tools-v2/blob/main/README.md">Readme instructions</a>, and run the quick-start.sh &lt;port&gt;. It starts a Python web app that you can just access from any web browser.</p><h4>Why use?</h4><p>Good question, let’s see if I can convince you.</p><ul><li>Always free, MIT license</li><li>Runs locally as a Python process</li><li>Privacy-focused, no tracking, no data leaves your system anytime.</li><li>No installation, download the source, and just run.</li><li>Barely used any third-party libraries, built using barebones JavaScript, decreasing the attack vector from any third-party libraries. Only contains very few Python standard libraries.</li><li>Fully configurable, enable, and disable tools</li><li>Modern and clean UI.</li></ul><h4>Tools</h4><p>Needless to say, you must have Python 3 installed. That is the only requirement.</p><p>The currently available tools are as follows.</p><ul><li>JSON/YAML formatters &amp; validators</li><li>JSON-YAML-XML converter</li><li>Text diff viewer</li><li>Regex tester with live highlighting</li><li>Cron expression parser</li><li>Scientific calculator with graphing</li><li>JWT decoder</li><li>Data sources manager (S3, HTTP, SFTP),</li><li>And more to come…</li></ul><figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*wuQZDxt-kzaso77kTMxocg.png" /></figure><figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*k5vNuQLl5wSAdnRY07arqg.png" /><figcaption>Json tool and source manager tool</figcaption></figure><figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*udhCnboXQyd1rfl_0RkiEw.png" /><figcaption>Scientific calculator</figcaption></figure><h4>Let’s see them in action</h4><p>Here is a quick video on how to run and use this tool.</p><iframe src="https://cdn.embedly.com/widgets/media.html?src=https%3A%2F%2Fwww.youtube.com%2Fembed%2F0hVZix4avH0%3Ffeature%3Doembed&amp;display_name=YouTube&amp;url=https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3D0hVZix4avH0&amp;image=https%3A%2F%2Fi.ytimg.com%2Fvi%2F0hVZix4avH0%2Fhqdefault.jpg&amp;type=text%2Fhtml&amp;schema=youtube" width="640" height="480" frameborder="0" scrolling="no"><a href="https://medium.com/media/826a51ec0fb87ba9b5bfee98a65b400c/href">https://medium.com/media/826a51ec0fb87ba9b5bfee98a65b400c/href</a></iframe><p>Hopefully you liked this tool demonstration. To use just clone and start using and it it appears useful don’t forget to give me a start in Github 🙏😃</p><img src="https://medium.com/_/stat?event=post.clientViewed&referrerSource=full_rss&postId=6c232e43b457" width="1" height="1" alt=""><hr><p><a href="https://levelup.gitconnected.com/introducing-helpful-tools-v2-a-gift-to-all-developers-6c232e43b457">Introducing helpful tools v2, a gift to all developers</a> was originally published in <a href="https://levelup.gitconnected.com">Level Up Coding</a> on Medium, where people are continuing the conversation by highlighting and responding to this story.</p>]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[Struggling with mute/unmute in meetings, this one can help]]></title>
            <description><![CDATA[<div class="medium-feed-item"><p class="medium-feed-image"><a href="https://medium.com/illumination/struggling-with-mute-unmute-in-meetings-this-one-can-help-25806d3f1a05?source=rss-c1b8b6229b1a------2"><img src="https://cdn-images-1.medium.com/max/2600/1*hzTOX5AXR1NJmFsAEyehmA.jpeg" width="6000"></a></p><p class="medium-feed-snippet">This nugget of a device needs discussion, which has become a go-to thing for me for doing meetings. If you are in a field of work that&#x2026;</p><p class="medium-feed-link"><a href="https://medium.com/illumination/struggling-with-mute-unmute-in-meetings-this-one-can-help-25806d3f1a05?source=rss-c1b8b6229b1a------2">Continue reading on ILLUMINATION »</a></p></div>]]></description>
            <link>https://medium.com/illumination/struggling-with-mute-unmute-in-meetings-this-one-can-help-25806d3f1a05?source=rss-c1b8b6229b1a------2</link>
            <guid isPermaLink="false">https://medium.com/p/25806d3f1a05</guid>
            <category><![CDATA[work-from-home]]></category>
            <category><![CDATA[management]]></category>
            <category><![CDATA[meetings]]></category>
            <category><![CDATA[audio]]></category>
            <category><![CDATA[convenience]]></category>
            <dc:creator><![CDATA[Supratim Samanta]]></dc:creator>
            <pubDate>Tue, 17 Jun 2025 02:35:26 GMT</pubDate>
            <atom:updated>2025-06-30T15:46:02.890Z</atom:updated>
        </item>
        <item>
            <title><![CDATA[Apple’s Liquid Glass, I like it !!!]]></title>
            <description><![CDATA[<div class="medium-feed-item"><p class="medium-feed-image"><a href="https://medium.com/geekculture/apples-liquid-glass-i-like-it-6061397411c3?source=rss-c1b8b6229b1a------2"><img src="https://cdn-images-1.medium.com/max/980/0*4_1RHC0TY-wGlFe9.jpg" width="980"></a></p><p class="medium-feed-snippet">Down memory lane with Windows Vista, Stardock&apos;s windows blinds</p><p class="medium-feed-link"><a href="https://medium.com/geekculture/apples-liquid-glass-i-like-it-6061397411c3?source=rss-c1b8b6229b1a------2">Continue reading on Geek Culture »</a></p></div>]]></description>
            <link>https://medium.com/geekculture/apples-liquid-glass-i-like-it-6061397411c3?source=rss-c1b8b6229b1a------2</link>
            <guid isPermaLink="false">https://medium.com/p/6061397411c3</guid>
            <category><![CDATA[liquid-glass]]></category>
            <category><![CDATA[apple]]></category>
            <category><![CDATA[ios]]></category>
            <category><![CDATA[mac]]></category>
            <category><![CDATA[ui-design]]></category>
            <dc:creator><![CDATA[Supratim Samanta]]></dc:creator>
            <pubDate>Fri, 13 Jun 2025 02:13:26 GMT</pubDate>
            <atom:updated>2025-06-13T02:13:26.947Z</atom:updated>
        </item>
        <item>
            <title><![CDATA[A handy yt-dlp script to download YouTube videos]]></title>
            <description><![CDATA[<div class="medium-feed-item"><p class="medium-feed-image"><a href="https://levelup.gitconnected.com/a-handy-yt-dlp-script-to-download-youtube-videos-418891109978?source=rss-c1b8b6229b1a------2"><img src="https://cdn-images-1.medium.com/max/2600/1*2wN91IhjlVGJ8HHUJlZA_A.jpeg" width="3200"></a></p><p class="medium-feed-snippet">Today in this very short article I will discuss using yt-dlp and the way I have been using it. I have been playing with yt-dlp lately and&#x2026;</p><p class="medium-feed-link"><a href="https://levelup.gitconnected.com/a-handy-yt-dlp-script-to-download-youtube-videos-418891109978?source=rss-c1b8b6229b1a------2">Continue reading on Level Up Coding »</a></p></div>]]></description>
            <link>https://levelup.gitconnected.com/a-handy-yt-dlp-script-to-download-youtube-videos-418891109978?source=rss-c1b8b6229b1a------2</link>
            <guid isPermaLink="false">https://medium.com/p/418891109978</guid>
            <category><![CDATA[script]]></category>
            <category><![CDATA[youtube]]></category>
            <category><![CDATA[shell]]></category>
            <category><![CDATA[terminal]]></category>
            <category><![CDATA[download]]></category>
            <dc:creator><![CDATA[Supratim Samanta]]></dc:creator>
            <pubDate>Sun, 30 Mar 2025 16:56:31 GMT</pubDate>
            <atom:updated>2025-03-31T02:23:36.795Z</atom:updated>
        </item>
        <item>
            <title><![CDATA[Newbie questions on GenAI, Perfect answers]]></title>
            <description><![CDATA[<div class="medium-feed-item"><p class="medium-feed-image"><a href="https://levelup.gitconnected.com/newbie-questions-on-genai-perfect-answers-638ea98df9ec?source=rss-c1b8b6229b1a------2"><img src="https://cdn-images-1.medium.com/max/2600/1*D8udpo2iup_YUvb3FY1_wQ.jpeg" width="4000"></a></p><p class="medium-feed-snippet">ChatGPT helps in answering newbie questions about GenAI</p><p class="medium-feed-link"><a href="https://levelup.gitconnected.com/newbie-questions-on-genai-perfect-answers-638ea98df9ec?source=rss-c1b8b6229b1a------2">Continue reading on Level Up Coding »</a></p></div>]]></description>
            <link>https://levelup.gitconnected.com/newbie-questions-on-genai-perfect-answers-638ea98df9ec?source=rss-c1b8b6229b1a------2</link>
            <guid isPermaLink="false">https://medium.com/p/638ea98df9ec</guid>
            <category><![CDATA[chatgpt]]></category>
            <category><![CDATA[ai]]></category>
            <category><![CDATA[python]]></category>
            <category><![CDATA[coding]]></category>
            <category><![CDATA[artificial-intelligence]]></category>
            <dc:creator><![CDATA[Supratim Samanta]]></dc:creator>
            <pubDate>Sat, 30 Mar 2024 00:20:24 GMT</pubDate>
            <atom:updated>2024-04-01T01:17:20.816Z</atom:updated>
        </item>
        <item>
            <title><![CDATA[Commit?… done, Push?… done, Open repo to create MR, wait.. what is the URL?]]></title>
            <description><![CDATA[<div class="medium-feed-item"><p class="medium-feed-image"><a href="https://levelup.gitconnected.com/commit-done-push-done-open-repo-to-create-mr-wait-what-is-the-url-c96473cd1ea5?source=rss-c1b8b6229b1a------2"><img src="https://cdn-images-1.medium.com/max/2600/1*FQDrDxQ8NJTdEb3ipNoX1g.jpeg" width="5599"></a></p><p class="medium-feed-snippet">Git trick to open your repo URLs, lightning-fast</p><p class="medium-feed-link"><a href="https://levelup.gitconnected.com/commit-done-push-done-open-repo-to-create-mr-wait-what-is-the-url-c96473cd1ea5?source=rss-c1b8b6229b1a------2">Continue reading on Level Up Coding »</a></p></div>]]></description>
            <link>https://levelup.gitconnected.com/commit-done-push-done-open-repo-to-create-mr-wait-what-is-the-url-c96473cd1ea5?source=rss-c1b8b6229b1a------2</link>
            <guid isPermaLink="false">https://medium.com/p/c96473cd1ea5</guid>
            <category><![CDATA[shell]]></category>
            <category><![CDATA[git]]></category>
            <category><![CDATA[development]]></category>
            <category><![CDATA[productivity]]></category>
            <category><![CDATA[terminal]]></category>
            <dc:creator><![CDATA[Supratim Samanta]]></dc:creator>
            <pubDate>Sun, 03 Dec 2023 18:57:14 GMT</pubDate>
            <atom:updated>2023-12-04T02:10:23.831Z</atom:updated>
        </item>
        <item>
            <title><![CDATA[ My new favorite inexpensive component in the Home Assistant system]]></title>
            <description><![CDATA[<div class="medium-feed-item"><p class="medium-feed-image"><a href="https://medium.com/geekculture/my-new-favorite-inexpensive-component-in-the-home-assistant-system-a3efa3cf19de?source=rss-c1b8b6229b1a------2"><img src="https://cdn-images-1.medium.com/max/1542/1*ayt8GWatgedf7t5Mtn-FNA.png" width="1542"></a></p><p class="medium-feed-snippet">This is for the ones running Home Assistant in your home and trying to find a more convenient way to control your system.</p><p class="medium-feed-link"><a href="https://medium.com/geekculture/my-new-favorite-inexpensive-component-in-the-home-assistant-system-a3efa3cf19de?source=rss-c1b8b6229b1a------2">Continue reading on Geek Culture »</a></p></div>]]></description>
            <link>https://medium.com/geekculture/my-new-favorite-inexpensive-component-in-the-home-assistant-system-a3efa3cf19de?source=rss-c1b8b6229b1a------2</link>
            <guid isPermaLink="false">https://medium.com/p/a3efa3cf19de</guid>
            <category><![CDATA[iot]]></category>
            <category><![CDATA[technology]]></category>
            <category><![CDATA[home-improvement]]></category>
            <category><![CDATA[smart-home]]></category>
            <category><![CDATA[automation]]></category>
            <dc:creator><![CDATA[Supratim Samanta]]></dc:creator>
            <pubDate>Tue, 06 Jun 2023 15:54:10 GMT</pubDate>
            <atom:updated>2023-06-06T15:54:10.957Z</atom:updated>
        </item>
        <item>
            <title><![CDATA[Got invited to the new Bing, First Experience.]]></title>
            <description><![CDATA[<div class="medium-feed-item"><p class="medium-feed-image"><a href="https://medium.com/geekculture/got-invited-to-the-new-bing-my-first-experience-3f722cdc6ff?source=rss-c1b8b6229b1a------2"><img src="https://cdn-images-1.medium.com/max/2600/1*qtJOC-nrlZkhPEfHJVNV2w.png" width="2856"></a></p><p class="medium-feed-snippet">ChatGPT vs the new Bing, who will win?</p><p class="medium-feed-link"><a href="https://medium.com/geekculture/got-invited-to-the-new-bing-my-first-experience-3f722cdc6ff?source=rss-c1b8b6229b1a------2">Continue reading on Geek Culture »</a></p></div>]]></description>
            <link>https://medium.com/geekculture/got-invited-to-the-new-bing-my-first-experience-3f722cdc6ff?source=rss-c1b8b6229b1a------2</link>
            <guid isPermaLink="false">https://medium.com/p/3f722cdc6ff</guid>
            <category><![CDATA[search]]></category>
            <category><![CDATA[web]]></category>
            <category><![CDATA[chatgpt]]></category>
            <category><![CDATA[ai]]></category>
            <category><![CDATA[bing]]></category>
            <dc:creator><![CDATA[Supratim Samanta]]></dc:creator>
            <pubDate>Mon, 27 Feb 2023 15:02:47 GMT</pubDate>
            <atom:updated>2023-02-28T10:02:18.345Z</atom:updated>
        </item>
        <item>
            <title><![CDATA[ Using emoji and tags to manage anything in Apple Ecosystem]]></title>
            <description><![CDATA[<div class="medium-feed-item"><p class="medium-feed-image"><a href="https://medium.com/illumination/using-emoji-and-tags-to-manage-anything-in-apple-ecosystem-e332edea3fd9?source=rss-c1b8b6229b1a------2"><img src="https://cdn-images-1.medium.com/max/1364/1*BYwahOkkDEKm4ipZa0mpcg.png" width="1364"></a></p><p class="medium-feed-snippet">Easy and effective user&#x2019;s guide to making information flow an extension of self</p><p class="medium-feed-link"><a href="https://medium.com/illumination/using-emoji-and-tags-to-manage-anything-in-apple-ecosystem-e332edea3fd9?source=rss-c1b8b6229b1a------2">Continue reading on ILLUMINATION »</a></p></div>]]></description>
            <link>https://medium.com/illumination/using-emoji-and-tags-to-manage-anything-in-apple-ecosystem-e332edea3fd9?source=rss-c1b8b6229b1a------2</link>
            <guid isPermaLink="false">https://medium.com/p/e332edea3fd9</guid>
            <category><![CDATA[productivity]]></category>
            <category><![CDATA[best-practices]]></category>
            <category><![CDATA[apple]]></category>
            <category><![CDATA[technology]]></category>
            <category><![CDATA[self-improvement]]></category>
            <dc:creator><![CDATA[Supratim Samanta]]></dc:creator>
            <pubDate>Thu, 09 Feb 2023 19:17:26 GMT</pubDate>
            <atom:updated>2023-02-10T21:27:16.733Z</atom:updated>
        </item>
        <item>
            <title><![CDATA[It’s a great day for Smart Homes, Matter is here]]></title>
            <description><![CDATA[<div class="medium-feed-item"><p class="medium-feed-image"><a href="https://medium.com/geekculture/its-a-great-day-for-iot-matter-is-here-de404111d416?source=rss-c1b8b6229b1a------2"><img src="https://cdn-images-1.medium.com/max/2600/1*0dY01XzV6yTkH4IWazwTXA.png" width="3138"></a></p><p class="medium-feed-snippet">Rejoice, the first matter device hits the market. IoT is finally free.</p><p class="medium-feed-link"><a href="https://medium.com/geekculture/its-a-great-day-for-iot-matter-is-here-de404111d416?source=rss-c1b8b6229b1a------2">Continue reading on Geek Culture »</a></p></div>]]></description>
            <link>https://medium.com/geekculture/its-a-great-day-for-iot-matter-is-here-de404111d416?source=rss-c1b8b6229b1a------2</link>
            <guid isPermaLink="false">https://medium.com/p/de404111d416</guid>
            <category><![CDATA[iot]]></category>
            <category><![CDATA[internet-of-things]]></category>
            <category><![CDATA[networking]]></category>
            <category><![CDATA[smart-home]]></category>
            <category><![CDATA[automation]]></category>
            <dc:creator><![CDATA[Supratim Samanta]]></dc:creator>
            <pubDate>Thu, 02 Feb 2023 20:32:49 GMT</pubDate>
            <atom:updated>2023-02-03T16:20:16.564Z</atom:updated>
        </item>
    </channel>
</rss>