<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Hacker News: ketanmaheshwari</title><link>https://news.ycombinator.com/user?id=ketanmaheshwari</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Sat, 26 Sep 2026 05:25:56 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=ketanmaheshwari" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[Seven days of fasting transforms the human body]]></title><description><![CDATA[
<p>Article URL: <a href="https://www.sciencedaily.com/releases/2026/05/260517030404.htm">https://www.sciencedaily.com/releases/2026/05/260517030404.htm</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=48239065">https://news.ycombinator.com/item?id=48239065</a></p>
<p>Points: 4</p>
<p># Comments: 0</p>
]]></description><pubDate>Fri, 22 May 2026 17:47:43 +0000</pubDate><link>https://www.sciencedaily.com/releases/2026/05/260517030404.htm</link><dc:creator>ketanmaheshwari</dc:creator><comments>https://news.ycombinator.com/item?id=48239065</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48239065</guid></item><item><title><![CDATA[The Cult of Costco (2025)]]></title><description><![CDATA[
<p>Article URL: <a href="https://www.theatlantic.com/newsletters/2025/12/costco-is-an-american-achievement/685411/">https://www.theatlantic.com/newsletters/2025/12/costco-is-an-american-achievement/685411/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=46468352">https://news.ycombinator.com/item?id=46468352</a></p>
<p>Points: 4</p>
<p># Comments: 0</p>
]]></description><pubDate>Fri, 02 Jan 2026 19:25:24 +0000</pubDate><link>https://www.theatlantic.com/newsletters/2025/12/costco-is-an-american-achievement/685411/</link><dc:creator>ketanmaheshwari</dc:creator><comments>https://news.ycombinator.com/item?id=46468352</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46468352</guid></item><item><title><![CDATA[The Electric Typewriter]]></title><description><![CDATA[
<p>Article URL: <a href="https://tetw.org">https://tetw.org</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=46391335">https://news.ycombinator.com/item?id=46391335</a></p>
<p>Points: 1</p>
<p># Comments: 0</p>
]]></description><pubDate>Fri, 26 Dec 2025 12:11:31 +0000</pubDate><link>https://tetw.org</link><dc:creator>ketanmaheshwari</dc:creator><comments>https://news.ycombinator.com/item?id=46391335</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46391335</guid></item><item><title><![CDATA[New comment by ketanmaheshwari in "Advent of Compiler Optimisations 2025"]]></title><description><![CDATA[
<p>I am personally interested in the code amalgamation technique that SQLite uses[0]. It seems like a free 5-10% performance improvement as is claimed by SQLite folks. Be nice if he addresses it some in one of the sessions.<p>[0] <a href="https://sqlite.org/amalgamation.html" rel="nofollow">https://sqlite.org/amalgamation.html</a></p>
]]></description><pubDate>Tue, 02 Dec 2025 14:59:00 +0000</pubDate><link>https://news.ycombinator.com/item?id=46121854</link><dc:creator>ketanmaheshwari</dc:creator><comments>https://news.ycombinator.com/item?id=46121854</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46121854</guid></item><item><title><![CDATA[New comment by ketanmaheshwari in "Underrated reasons to be thankful V"]]></title><description><![CDATA[
<p>Eating cardamom as I read this. My go to spice to keep mouth busy and flavorful and stay away from junk food.</p>
]]></description><pubDate>Thu, 27 Nov 2025 21:43:28 +0000</pubDate><link>https://news.ycombinator.com/item?id=46073499</link><dc:creator>ketanmaheshwari</dc:creator><comments>https://news.ycombinator.com/item?id=46073499</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46073499</guid></item><item><title><![CDATA[New comment by ketanmaheshwari in "Tell HN: Happy Thanksgiving"]]></title><description><![CDATA[
<p>Happy Thanksgiving everyone. What are your plans for the long weekend if you don't mind sharing.</p>
]]></description><pubDate>Wed, 26 Nov 2025 18:45:14 +0000</pubDate><link>https://news.ycombinator.com/item?id=46060925</link><dc:creator>ketanmaheshwari</dc:creator><comments>https://news.ycombinator.com/item?id=46060925</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46060925</guid></item><item><title><![CDATA[New comment by ketanmaheshwari in "Awk Technical Notes (2023)"]]></title><description><![CDATA[
<p>Not the op but here is an example:
TOKEN=$(kubectl describe secret -n kube-system $(kubectl get secrets -n kube-system | grep default | cut -f1 -d ' ') | grep -E '^token' | cut -f2 -d':' | tr -d '\t' | tr -d " ")<p>This pipeline may be significantly reduced by replacing cut's with awk, accommodating grep within awk and using awk's gsub in place of tr.</p>
]]></description><pubDate>Fri, 14 Nov 2025 20:32:53 +0000</pubDate><link>https://news.ycombinator.com/item?id=45931845</link><dc:creator>ketanmaheshwari</dc:creator><comments>https://news.ycombinator.com/item?id=45931845</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45931845</guid></item><item><title><![CDATA[New comment by ketanmaheshwari in "Project Euler"]]></title><description><![CDATA[
<p>I used the regular version. Actually, I don't even know what is multiple-precision values -- will look it up.</p>
]]></description><pubDate>Thu, 13 Nov 2025 14:42:15 +0000</pubDate><link>https://news.ycombinator.com/item?id=45915438</link><dc:creator>ketanmaheshwari</dc:creator><comments>https://news.ycombinator.com/item?id=45915438</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45915438</guid></item><item><title><![CDATA[New comment by ketanmaheshwari in "Project Euler"]]></title><description><![CDATA[
<p>I solved a few using AWK, fun: <a href="https://github.com/ketancmaheshwari/projecteuler" rel="nofollow">https://github.com/ketancmaheshwari/projecteuler</a></p>
]]></description><pubDate>Wed, 12 Nov 2025 19:57:18 +0000</pubDate><link>https://news.ycombinator.com/item?id=45905521</link><dc:creator>ketanmaheshwari</dc:creator><comments>https://news.ycombinator.com/item?id=45905521</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45905521</guid></item><item><title><![CDATA[New comment by ketanmaheshwari in "Michael Burry a.k.a. "Big Short",discloses $1.1B bet against Nvidia&Palantir"]]></title><description><![CDATA[
<p>I am interested in quantitative / probabilistic analysis on your thesis. Where should I go look?</p>
]]></description><pubDate>Wed, 05 Nov 2025 15:17:11 +0000</pubDate><link>https://news.ycombinator.com/item?id=45823743</link><dc:creator>ketanmaheshwari</dc:creator><comments>https://news.ycombinator.com/item?id=45823743</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45823743</guid></item><item><title><![CDATA[If we can find information by asking GenAI, who needs the Web?]]></title><description><![CDATA[
<p>Article URL: <a href="https://cacm.acm.org/opinion/will-ai-destroy-the-world-wide-web/">https://cacm.acm.org/opinion/will-ai-destroy-the-world-wide-web/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=44990435">https://news.ycombinator.com/item?id=44990435</a></p>
<p>Points: 29</p>
<p># Comments: 60</p>
]]></description><pubDate>Fri, 22 Aug 2025 22:06:59 +0000</pubDate><link>https://cacm.acm.org/opinion/will-ai-destroy-the-world-wide-web/</link><dc:creator>ketanmaheshwari</dc:creator><comments>https://news.ycombinator.com/item?id=44990435</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44990435</guid></item><item><title><![CDATA[New comment by ketanmaheshwari in "How to Firefox"]]></title><description><![CDATA[
<p>Does anyone know how to reliably use Firefox from command line to take screenshots? It used to work well a few years ago but now it does not. For one, it asks that Firefox is already running and I need to kill it. This is surprising -- why can't two Firefox processes run at the same time?</p>
]]></description><pubDate>Tue, 22 Jul 2025 11:51:33 +0000</pubDate><link>https://news.ycombinator.com/item?id=44645730</link><dc:creator>ketanmaheshwari</dc:creator><comments>https://news.ycombinator.com/item?id=44645730</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44645730</guid></item><item><title><![CDATA[New comment by ketanmaheshwari in "Commercial jet collides with Black Hawk helicopter near Reagan airport"]]></title><description><![CDATA[
<p>Is this true for the trained pilots as well?</p>
]]></description><pubDate>Thu, 30 Jan 2025 14:31:22 +0000</pubDate><link>https://news.ycombinator.com/item?id=42878021</link><dc:creator>ketanmaheshwari</dc:creator><comments>https://news.ycombinator.com/item?id=42878021</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42878021</guid></item><item><title><![CDATA[New comment by ketanmaheshwari in "Ask HN: Recommendation for a SWE looking to get up to speed with latest on AI"]]></title><description><![CDATA[
<p><a href="https://a16z.com/ai-canon/" rel="nofollow">https://a16z.com/ai-canon/</a></p>
]]></description><pubDate>Wed, 27 Nov 2024 19:52:04 +0000</pubDate><link>https://news.ycombinator.com/item?id=42259118</link><dc:creator>ketanmaheshwari</dc:creator><comments>https://news.ycombinator.com/item?id=42259118</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42259118</guid></item><item><title><![CDATA[New comment by ketanmaheshwari in "Ask HN: Should the C++ committee freeze STD and make STD2?"]]></title><description><![CDATA[
<p>I have no skin in the game and rarely code in C++. My answer is: no.</p>
]]></description><pubDate>Tue, 15 Oct 2024 15:09:42 +0000</pubDate><link>https://news.ycombinator.com/item?id=41849433</link><dc:creator>ketanmaheshwari</dc:creator><comments>https://news.ycombinator.com/item?id=41849433</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41849433</guid></item><item><title><![CDATA[New comment by ketanmaheshwari in "Getting my daily news from a dot matrix printer"]]></title><description><![CDATA[
<p>Somewhat relevant, I use this little script to open front page of NYTimes daily morning on my macbook:<p>d=$(date +%d)<p>m=$(date +%m)<p>y=$(date +%Y)<p>wget -q <a href="https://static01.nyt.com/images/$y/$m/$d/nytfrontpage/scan.pdf" rel="nofollow">https://static01.nyt.com/images/$y/$m/$d/nytfrontpage/scan.p...</a> && open ./scan.pdf</p>
]]></description><pubDate>Fri, 04 Oct 2024 23:50:51 +0000</pubDate><link>https://news.ycombinator.com/item?id=41746569</link><dc:creator>ketanmaheshwari</dc:creator><comments>https://news.ycombinator.com/item?id=41746569</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41746569</guid></item><item><title><![CDATA[New comment by ketanmaheshwari in "You Too Could Have Made Curl"]]></title><description><![CDATA[
<p>"Very few things are an immediate success". Wise words.</p>
]]></description><pubDate>Wed, 02 Oct 2024 15:52:40 +0000</pubDate><link>https://news.ycombinator.com/item?id=41721903</link><dc:creator>ketanmaheshwari</dc:creator><comments>https://news.ycombinator.com/item?id=41721903</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41721903</guid></item><item><title><![CDATA[New comment by ketanmaheshwari in "Ask HN: Learning Linux from Scratch"]]></title><description><![CDATA[
<p>This may be a good starting point: <a href="https://linuxupskillchallenge.org/" rel="nofollow">https://linuxupskillchallenge.org/</a></p>
]]></description><pubDate>Thu, 22 Aug 2024 19:01:18 +0000</pubDate><link>https://news.ycombinator.com/item?id=41323410</link><dc:creator>ketanmaheshwari</dc:creator><comments>https://news.ycombinator.com/item?id=41323410</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41323410</guid></item><item><title><![CDATA[Meditation Made Easy (2017) [video]]]></title><description><![CDATA[
<p>Article URL: <a href="https://www.youtube.com/watch?v=1e2NB9hHXVc">https://www.youtube.com/watch?v=1e2NB9hHXVc</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=41271254">https://news.ycombinator.com/item?id=41271254</a></p>
<p>Points: 2</p>
<p># Comments: 0</p>
]]></description><pubDate>Fri, 16 Aug 2024 23:24:22 +0000</pubDate><link>https://www.youtube.com/watch?v=1e2NB9hHXVc</link><dc:creator>ketanmaheshwari</dc:creator><comments>https://news.ycombinator.com/item?id=41271254</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41271254</guid></item><item><title><![CDATA[New comment by ketanmaheshwari in "Ask HN: Company wants us to upskill in AI. What is the best approach?"]]></title><description><![CDATA[
<p>Thank you for your thoughtful suggestions. They are actionable and practical. Much appreciated.</p>
]]></description><pubDate>Fri, 09 Aug 2024 20:32:34 +0000</pubDate><link>https://news.ycombinator.com/item?id=41205183</link><dc:creator>ketanmaheshwari</dc:creator><comments>https://news.ycombinator.com/item?id=41205183</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41205183</guid></item></channel></rss>