<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: sargunv</title><link>https://news.ycombinator.com/user?id=sargunv</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Fri, 24 Apr 2026 08:44:49 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=sargunv" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by sargunv in "An update on recent Claude Code quality reports"]]></title><description><![CDATA[
<p>If they really need to guard the thinking output, they could encrypt it and store it client side. Later it'd be sent back and decrypted on their server.<p>But they used to return thinking output directly in the API, and that was _the_ reason I liked Claude over OpenAI's reasoning models.</p>
]]></description><pubDate>Thu, 23 Apr 2026 20:35:31 +0000</pubDate><link>https://news.ycombinator.com/item?id=47881519</link><dc:creator>sargunv</dc:creator><comments>https://news.ycombinator.com/item?id=47881519</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47881519</guid></item><item><title><![CDATA[New comment by sargunv in "High-Level Rust: Getting 80% of the Benefits with 20% of the Pain"]]></title><description><![CDATA[
<p>I'm not aware of a name, but I'm also curious if there is one because I had a hard time searching for it.<p>I came across it on ThePrimeagen's YouTube channel: <a href="https://youtu.be/u1WmiqlrqL0" rel="nofollow">https://youtu.be/u1WmiqlrqL0</a></p>
]]></description><pubDate>Sun, 12 Apr 2026 09:14:49 +0000</pubDate><link>https://news.ycombinator.com/item?id=47737546</link><dc:creator>sargunv</dc:creator><comments>https://news.ycombinator.com/item?id=47737546</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47737546</guid></item><item><title><![CDATA[New comment by sargunv in "High-Level Rust: Getting 80% of the Benefits with 20% of the Pain"]]></title><description><![CDATA[
<p>Even with strict flags on, there are failures. A trivial example:<p><pre><code>  function mutateArray(
    arr: (string | number)[]
  ) {
    arr.push(1);
  }
  const a: string[] = ["one", "two"];
  mutateArray(a);
</code></pre>
a is now a string[] with a number inside</p>
]]></description><pubDate>Sun, 12 Apr 2026 08:55:50 +0000</pubDate><link>https://news.ycombinator.com/item?id=47737447</link><dc:creator>sargunv</dc:creator><comments>https://news.ycombinator.com/item?id=47737447</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47737447</guid></item><item><title><![CDATA[New comment by sargunv in "Google will allow only apps from verified developers to be installed on Android"]]></title><description><![CDATA[
<p>I agree with this take. Desktop Linux is better than ever and I can do just about 100% of what I need on my Linux PC. I still use macOS regularly and even Windows sometimes, but I’m not too worried about Apple or Microsoft locking things down. The more they do, the more I’ll just use Fedora where the same apps I need are available.<p>The most critical apps for me on mobile are banking, payments, transportation, and messaging. Banking I can’t do much about. Payments I can still handle with physical cards. Messaging is getting better thanks to people adapting proprietary services to Matrix, so with some effort you can use one open source client to reach them all.<p>Transportation is the area I’ve been working on. I’ve been getting MapLibre (an open source map rendering library) running on Compose Multiplatform, including Compose Desktop (so map apps built in Jetpack Compose could extend to Linux based phones like Librem) and also on Huawei’s HarmonyOS. If I can cover my everyday needs with open tools, then walking away from the Google/Apple duopoly stops being a thought experiment and starts being a real option for me.</p>
]]></description><pubDate>Wed, 03 Sep 2025 21:54:36 +0000</pubDate><link>https://news.ycombinator.com/item?id=45120796</link><dc:creator>sargunv</dc:creator><comments>https://news.ycombinator.com/item?id=45120796</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45120796</guid></item><item><title><![CDATA[New comment by sargunv in "Doctors Might Have Been Focusing on the Wrong Asthma Triggers"]]></title><description><![CDATA[
<p>Electric cars are heavier due to the battery.</p>
]]></description><pubDate>Mon, 12 Jul 2021 03:48:34 +0000</pubDate><link>https://news.ycombinator.com/item?id=27806794</link><dc:creator>sargunv</dc:creator><comments>https://news.ycombinator.com/item?id=27806794</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=27806794</guid></item></channel></rss>