<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: karsinkk</title><link>https://news.ycombinator.com/user?id=karsinkk</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Fri, 24 Apr 2026 17:19:10 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=karsinkk" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by karsinkk in "An update on recent Claude Code quality reports"]]></title><description><![CDATA[
<p>Yes!! 
A UI widget that shows how far along on the prompt cache eviction timelines we are would be great.</p>
]]></description><pubDate>Thu, 23 Apr 2026 19:43:59 +0000</pubDate><link>https://news.ycombinator.com/item?id=47880704</link><dc:creator>karsinkk</dc:creator><comments>https://news.ycombinator.com/item?id=47880704</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47880704</guid></item><item><title><![CDATA[New comment by karsinkk in "An update on recent Claude Code quality reports"]]></title><description><![CDATA[
<p>" Combined with this only happening in a corner case (stale sessions) and the difficulty of reproducing the issue, it took us over a week to discover and confirm the root cause"<p>I don't know about others, but sessions that are idle > 1h are definitely not a  corner case for me.
I use Claude code for personal work and most of the time, I'm making it do a task which could say take ~10 to 15mins. Note that I spend a lot of time back and forth with the model planning this task first before I ask it to execute it. 
Once the execution starts, I usually step away for a coffee break (or) switch to Codex to work on some other project - follow similar planning and execution with it. 
There are very high chances that it takes me > 1h to come back to Claude.</p>
]]></description><pubDate>Thu, 23 Apr 2026 19:41:09 +0000</pubDate><link>https://news.ycombinator.com/item?id=47880663</link><dc:creator>karsinkk</dc:creator><comments>https://news.ycombinator.com/item?id=47880663</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47880663</guid></item><item><title><![CDATA[Simulating Catalog and Table Conflicts in Iceberg]]></title><description><![CDATA[
<p>Article URL: <a href="https://cdouglas.github.io/posts/2026/03/catalog">https://cdouglas.github.io/posts/2026/03/catalog</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=47358245">https://news.ycombinator.com/item?id=47358245</a></p>
<p>Points: 1</p>
<p># Comments: 0</p>
]]></description><pubDate>Thu, 12 Mar 2026 22:38:59 +0000</pubDate><link>https://cdouglas.github.io/posts/2026/03/catalog</link><dc:creator>karsinkk</dc:creator><comments>https://news.ycombinator.com/item?id=47358245</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47358245</guid></item><item><title><![CDATA[Is it time for TPC-BLOB?]]></title><description><![CDATA[
<p>Article URL: <a href="http://smalldatum.blogspot.com/2025/10/is-it-time-for-tpc-blob.html">http://smalldatum.blogspot.com/2025/10/is-it-time-for-tpc-blob.html</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=45583125">https://news.ycombinator.com/item?id=45583125</a></p>
<p>Points: 2</p>
<p># Comments: 0</p>
]]></description><pubDate>Tue, 14 Oct 2025 18:21:46 +0000</pubDate><link>http://smalldatum.blogspot.com/2025/10/is-it-time-for-tpc-blob.html</link><dc:creator>karsinkk</dc:creator><comments>https://news.ycombinator.com/item?id=45583125</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45583125</guid></item><item><title><![CDATA[Open Agent Specification (Agent Spec): A Unified Representation for AI Agents]]></title><description><![CDATA[
<p>Article URL: <a href="https://oracle.github.io/agent-spec/index.html">https://oracle.github.io/agent-spec/index.html</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=45498319">https://news.ycombinator.com/item?id=45498319</a></p>
<p>Points: 1</p>
<p># Comments: 0</p>
]]></description><pubDate>Tue, 07 Oct 2025 01:13:46 +0000</pubDate><link>https://oracle.github.io/agent-spec/index.html</link><dc:creator>karsinkk</dc:creator><comments>https://news.ycombinator.com/item?id=45498319</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45498319</guid></item><item><title><![CDATA[Iceberg, the Right Idea – The Wrong Spec – Part 2 of 2: The Spec]]></title><description><![CDATA[
<p>Article URL: <a href="https://database-doctor.com/posts/iceberg-is-wrong-2.html">https://database-doctor.com/posts/iceberg-is-wrong-2.html</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=44599555">https://news.ycombinator.com/item?id=44599555</a></p>
<p>Points: 1</p>
<p># Comments: 0</p>
]]></description><pubDate>Thu, 17 Jul 2025 23:40:03 +0000</pubDate><link>https://database-doctor.com/posts/iceberg-is-wrong-2.html</link><dc:creator>karsinkk</dc:creator><comments>https://news.ycombinator.com/item?id=44599555</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44599555</guid></item><item><title><![CDATA[New comment by karsinkk in "A new JSON data type for ClickHouse"]]></title><description><![CDATA[
<p>Oracle 23ai also has a similar feature that "explodes" JSON into relational tables/columns for storage while still providing JSON based access API's : <a href="https://www.oracle.com/database/json-relational-duality/" rel="nofollow">https://www.oracle.com/database/json-relational-duality/</a></p>
]]></description><pubDate>Wed, 23 Oct 2024 14:30:52 +0000</pubDate><link>https://news.ycombinator.com/item?id=41925409</link><dc:creator>karsinkk</dc:creator><comments>https://news.ycombinator.com/item?id=41925409</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41925409</guid></item><item><title><![CDATA[Dunbar's Number]]></title><description><![CDATA[
<p>Article URL: <a href="https://en.wikipedia.org/wiki/Dunbar%27s_number">https://en.wikipedia.org/wiki/Dunbar%27s_number</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=41176060">https://news.ycombinator.com/item?id=41176060</a></p>
<p>Points: 2</p>
<p># Comments: 0</p>
]]></description><pubDate>Tue, 06 Aug 2024 22:22:53 +0000</pubDate><link>https://en.wikipedia.org/wiki/Dunbar%27s_number</link><dc:creator>karsinkk</dc:creator><comments>https://news.ycombinator.com/item?id=41176060</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41176060</guid></item><item><title><![CDATA[Portable Inline Assembly]]></title><description><![CDATA[
<p>Article URL: <a href="http://madcompiler.blogspot.com/2015/12/portable-inline-assembly.html">http://madcompiler.blogspot.com/2015/12/portable-inline-assembly.html</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=41091075">https://news.ycombinator.com/item?id=41091075</a></p>
<p>Points: 2</p>
<p># Comments: 0</p>
]]></description><pubDate>Sun, 28 Jul 2024 03:37:57 +0000</pubDate><link>http://madcompiler.blogspot.com/2015/12/portable-inline-assembly.html</link><dc:creator>karsinkk</dc:creator><comments>https://news.ycombinator.com/item?id=41091075</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41091075</guid></item><item><title><![CDATA[Delivering Signals for Fun and Profit (2001)]]></title><description><![CDATA[
<p>Article URL: <a href="https://lcamtuf.coredump.cx/signals.txt">https://lcamtuf.coredump.cx/signals.txt</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=40847909">https://news.ycombinator.com/item?id=40847909</a></p>
<p>Points: 9</p>
<p># Comments: 0</p>
]]></description><pubDate>Mon, 01 Jul 2024 17:15:11 +0000</pubDate><link>https://lcamtuf.coredump.cx/signals.txt</link><dc:creator>karsinkk</dc:creator><comments>https://news.ycombinator.com/item?id=40847909</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40847909</guid></item><item><title><![CDATA[1950s Quiz Show Scandals]]></title><description><![CDATA[
<p>Article URL: <a href="https://en.wikipedia.org/wiki/1950s_quiz_show_scandals">https://en.wikipedia.org/wiki/1950s_quiz_show_scandals</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=38550046">https://news.ycombinator.com/item?id=38550046</a></p>
<p>Points: 3</p>
<p># Comments: 0</p>
]]></description><pubDate>Wed, 06 Dec 2023 21:52:01 +0000</pubDate><link>https://en.wikipedia.org/wiki/1950s_quiz_show_scandals</link><dc:creator>karsinkk</dc:creator><comments>https://news.ycombinator.com/item?id=38550046</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38550046</guid></item><item><title><![CDATA[It's About Time]]></title><description><![CDATA[
<p>Article URL: <a href="https://brooker.co.za/blog/2023/11/27/about-time.html">https://brooker.co.za/blog/2023/11/27/about-time.html</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=38480216">https://news.ycombinator.com/item?id=38480216</a></p>
<p>Points: 1</p>
<p># Comments: 0</p>
]]></description><pubDate>Thu, 30 Nov 2023 22:39:53 +0000</pubDate><link>https://brooker.co.za/blog/2023/11/27/about-time.html</link><dc:creator>karsinkk</dc:creator><comments>https://news.ycombinator.com/item?id=38480216</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38480216</guid></item><item><title><![CDATA[One line of code caused a $60M loss]]></title><description><![CDATA[
<p>Article URL: <a href="https://engineercodex.substack.com/p/how-one-line-of-code-caused-a-60">https://engineercodex.substack.com/p/how-one-line-of-code-caused-a-60</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=38255177">https://news.ycombinator.com/item?id=38255177</a></p>
<p>Points: 5</p>
<p># Comments: 0</p>
]]></description><pubDate>Mon, 13 Nov 2023 20:48:24 +0000</pubDate><link>https://engineercodex.substack.com/p/how-one-line-of-code-caused-a-60</link><dc:creator>karsinkk</dc:creator><comments>https://news.ycombinator.com/item?id=38255177</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38255177</guid></item><item><title><![CDATA[One of the Greatest Comebacks in Sports History (2013)]]></title><description><![CDATA[
<p>Article URL: <a href="https://www.wsj.com/articles/SB10001424052702303393804579312803907849782">https://www.wsj.com/articles/SB10001424052702303393804579312803907849782</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=37736171">https://news.ycombinator.com/item?id=37736171</a></p>
<p>Points: 1</p>
<p># Comments: 0</p>
]]></description><pubDate>Mon, 02 Oct 2023 10:09:57 +0000</pubDate><link>https://www.wsj.com/articles/SB10001424052702303393804579312803907849782</link><dc:creator>karsinkk</dc:creator><comments>https://news.ycombinator.com/item?id=37736171</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=37736171</guid></item><item><title><![CDATA[Byju's refuses to repay its $1.2B loan]]></title><description><![CDATA[
<p>Article URL: <a href="https://finshots.in/archive/byjus-refuses-to-repay-its-1-2-billion-loan/">https://finshots.in/archive/byjus-refuses-to-repay-its-1-2-billion-loan/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=36993665">https://news.ycombinator.com/item?id=36993665</a></p>
<p>Points: 3</p>
<p># Comments: 0</p>
]]></description><pubDate>Thu, 03 Aug 2023 23:53:19 +0000</pubDate><link>https://finshots.in/archive/byjus-refuses-to-repay-its-1-2-billion-loan/</link><dc:creator>karsinkk</dc:creator><comments>https://news.ycombinator.com/item?id=36993665</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=36993665</guid></item><item><title><![CDATA[Jimmy Carter rabbit incident]]></title><description><![CDATA[
<p>Article URL: <a href="https://en.wikipedia.org/wiki/Jimmy_Carter_rabbit_incident">https://en.wikipedia.org/wiki/Jimmy_Carter_rabbit_incident</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=36967358">https://news.ycombinator.com/item?id=36967358</a></p>
<p>Points: 12</p>
<p># Comments: 7</p>
]]></description><pubDate>Wed, 02 Aug 2023 05:45:24 +0000</pubDate><link>https://en.wikipedia.org/wiki/Jimmy_Carter_rabbit_incident</link><dc:creator>karsinkk</dc:creator><comments>https://news.ycombinator.com/item?id=36967358</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=36967358</guid></item><item><title><![CDATA[To Save C, We Must Save ABI (2022)]]></title><description><![CDATA[
<p>Article URL: <a href="https://thephd.dev/to-save-c-we-must-save-abi-fixing-c-function-abi">https://thephd.dev/to-save-c-we-must-save-abi-fixing-c-function-abi</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=36249253">https://news.ycombinator.com/item?id=36249253</a></p>
<p>Points: 64</p>
<p># Comments: 15</p>
]]></description><pubDate>Thu, 08 Jun 2023 21:19:51 +0000</pubDate><link>https://thephd.dev/to-save-c-we-must-save-abi-fixing-c-function-abi</link><dc:creator>karsinkk</dc:creator><comments>https://news.ycombinator.com/item?id=36249253</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=36249253</guid></item><item><title><![CDATA[The (Literally) Story of the Original Fake News Network]]></title><description><![CDATA[
<p>Article URL: <a href="https://narratively.com/the-literally-unbelievable-story-of-the-original-fake-news-network/">https://narratively.com/the-literally-unbelievable-story-of-the-original-fake-news-network/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=35753284">https://news.ycombinator.com/item?id=35753284</a></p>
<p>Points: 2</p>
<p># Comments: 0</p>
]]></description><pubDate>Sat, 29 Apr 2023 14:39:27 +0000</pubDate><link>https://narratively.com/the-literally-unbelievable-story-of-the-original-fake-news-network/</link><dc:creator>karsinkk</dc:creator><comments>https://news.ycombinator.com/item?id=35753284</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=35753284</guid></item><item><title><![CDATA[The Murdoch Succession]]></title><description><![CDATA[
<p>Article URL: <a href="https://www.vanityfair.com/news/2023/04/rupert-murdoch-cover-story">https://www.vanityfair.com/news/2023/04/rupert-murdoch-cover-story</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=35623192">https://news.ycombinator.com/item?id=35623192</a></p>
<p>Points: 12</p>
<p># Comments: 6</p>
]]></description><pubDate>Wed, 19 Apr 2023 01:36:06 +0000</pubDate><link>https://www.vanityfair.com/news/2023/04/rupert-murdoch-cover-story</link><dc:creator>karsinkk</dc:creator><comments>https://news.ycombinator.com/item?id=35623192</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=35623192</guid></item><item><title><![CDATA[The rise and fall of Argentina’s celebrity crypto pastor]]></title><description><![CDATA[
<p>Article URL: <a href="https://restofworld.org/2023/generacion-zoe-leonardo-cositorto/">https://restofworld.org/2023/generacion-zoe-leonardo-cositorto/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=35621505">https://news.ycombinator.com/item?id=35621505</a></p>
<p>Points: 4</p>
<p># Comments: 0</p>
]]></description><pubDate>Tue, 18 Apr 2023 22:46:13 +0000</pubDate><link>https://restofworld.org/2023/generacion-zoe-leonardo-cositorto/</link><dc:creator>karsinkk</dc:creator><comments>https://news.ycombinator.com/item?id=35621505</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=35621505</guid></item></channel></rss>