<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: animan</title><link>https://news.ycombinator.com/user?id=animan</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Sun, 30 Aug 2026 10:28:15 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=animan" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by animan in "Does the Sumerian King List Align with Paleoclimate Events?"]]></title><description><![CDATA[
<p>This was fun to read! I wish there was a no tech version of hackers news for this type of content only</p>
]]></description><pubDate>Sat, 29 Aug 2026 01:12:20 +0000</pubDate><link>https://news.ycombinator.com/item?id=49485999</link><dc:creator>animan</dc:creator><comments>https://news.ycombinator.com/item?id=49485999</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49485999</guid></item><item><title><![CDATA[New comment by animan in "Show HN: Are You in the Weights?"]]></title><description><![CDATA[
<p>Hi Satoshi</p>
]]></description><pubDate>Fri, 19 Jun 2026 00:54:10 +0000</pubDate><link>https://news.ycombinator.com/item?id=48593655</link><dc:creator>animan</dc:creator><comments>https://news.ycombinator.com/item?id=48593655</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48593655</guid></item><item><title><![CDATA[New comment by animan in "Improving 15 LLMs at Coding in One Afternoon. Only the Harness Changed"]]></title><description><![CDATA[
<p>What was the point of Claude code or Gemini banning the OP? Why would they care about how IDEs use the underlying API?</p>
]]></description><pubDate>Thu, 12 Feb 2026 14:19:54 +0000</pubDate><link>https://news.ycombinator.com/item?id=46989155</link><dc:creator>animan</dc:creator><comments>https://news.ycombinator.com/item?id=46989155</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46989155</guid></item><item><title><![CDATA[New comment by animan in "Life of an inference request (vLLM V1): How LLMs are served efficiently at scale"]]></title><description><![CDATA[
<p>That snippet is trying to say that you can calculate KV for all the input tokens at once, and you don't need to loop over them since you have them all available.<p>Instead for decode, you need to sequentially generate each token.</p>
]]></description><pubDate>Sun, 29 Jun 2025 00:11:50 +0000</pubDate><link>https://news.ycombinator.com/item?id=44409247</link><dc:creator>animan</dc:creator><comments>https://news.ycombinator.com/item?id=44409247</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44409247</guid></item><item><title><![CDATA[New comment by animan in "Life of an inference request (vLLM V1): How LLMs are served efficiently at scale"]]></title><description><![CDATA[
<p>Prefill is part of Inference. It's the first major step where you calculate all the keys and values for the input tokens.<p>Decode is the next major step where you start generating output tokens one at a time.<p>Both run on GPUs but have slightly different workloads<p>1. Prefill has very little I/o from VRAM to HBM and more compute 
2. Decode is light on compute but have to I/o the keys and values computed in the prefill stage for every output token</p>
]]></description><pubDate>Sun, 29 Jun 2025 00:10:29 +0000</pubDate><link>https://news.ycombinator.com/item?id=44409243</link><dc:creator>animan</dc:creator><comments>https://news.ycombinator.com/item?id=44409243</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44409243</guid></item><item><title><![CDATA[New comment by animan in "CrowdStrike Bug likely caused by unsafe NULL Pointer"]]></title><description><![CDATA[
<p>One of us, one of us...</p>
]]></description><pubDate>Sat, 20 Jul 2024 00:49:59 +0000</pubDate><link>https://news.ycombinator.com/item?id=41013057</link><dc:creator>animan</dc:creator><comments>https://news.ycombinator.com/item?id=41013057</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41013057</guid></item></channel></rss>