<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: jrk</title><link>https://news.ycombinator.com/user?id=jrk</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Fri, 10 Apr 2026 02:20:15 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=jrk" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by jrk in "xAI joins SpaceX"]]></title><description><![CDATA[
<p>The 1TW is the rated peak power output. It's essentially the same in space. The thing that changes is the average fraction of this sustained over time (due to day/night/seasons/atmosphere, or the lack of all of the above).<p>It's still the same 1TW theoretical peak in space, it's just that you can actually use close to that full capacity all the time, whereas on earth you'd need to over-provision substantially and add storage, so 1TW of panels can only drive perhaps a few hundred GW of average load.</p>
]]></description><pubDate>Mon, 02 Feb 2026 23:54:06 +0000</pubDate><link>https://news.ycombinator.com/item?id=46864122</link><dc:creator>jrk</dc:creator><comments>https://news.ycombinator.com/item?id=46864122</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46864122</guid></item><item><title><![CDATA[New comment by jrk in "Flux 2 Klein pure C inference"]]></title><description><![CDATA[
<p>The PyTorch version is using the GPU (with Metal Performance Shaders); this C version is currently using (in the docs I saw) a single CPU core, with AMX (via Apple Accelerate BLAS) but not yet with OpenMP for parallelism. It’s not slow because LLM code is bad, but because it’s not running on the same hardware. That said, it’s also not as fast as it is because of the LLM—all the critical code is in kernel libraries it calls (the same as for PyTorch).</p>
]]></description><pubDate>Mon, 19 Jan 2026 04:56:23 +0000</pubDate><link>https://news.ycombinator.com/item?id=46675197</link><dc:creator>jrk</dc:creator><comments>https://news.ycombinator.com/item?id=46675197</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46675197</guid></item><item><title><![CDATA[New comment by jrk in "Gemini 3 Flash: Frontier intelligence built for speed"]]></title><description><![CDATA[
<p>Why are GPUs necessarily higher latency than TPUs? Both require roughly the same arithmetic intensity and use the same memory technology at roughly the same bandwidth.</p>
]]></description><pubDate>Thu, 18 Dec 2025 01:47:22 +0000</pubDate><link>https://news.ycombinator.com/item?id=46308032</link><dc:creator>jrk</dc:creator><comments>https://news.ycombinator.com/item?id=46308032</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46308032</guid></item><item><title><![CDATA[New comment by jrk in "HTML as an Accessible Format for Papers (2023)"]]></title><description><![CDATA[
<p>Not sure when you last tried, but Gemini, Claude, and ChatGPT have all supported pretty effective PDF input for quite a while.</p>
]]></description><pubDate>Sat, 06 Dec 2025 16:09:09 +0000</pubDate><link>https://news.ycombinator.com/item?id=46174382</link><dc:creator>jrk</dc:creator><comments>https://news.ycombinator.com/item?id=46174382</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46174382</guid></item><item><title><![CDATA[New comment by jrk in "AWS is 10x slower than a dedicated server for the same price [video]"]]></title><description><![CDATA[
<p>It is not only not that much more complex, it is often <i>less</i> complex.<p>Higher-level services like PaaS (Heroku and above) genuinely do abstract a number of details. But EC2 is just renting pseudo-bare computers—they save <i>no</i> complexity, and they add more by being diskless and requiring networked storage (EBS). The main thing they give you is the ability to spin up arbitrarily many more identical instances at a moment’s notice (usually, at least theoretically, though the amount of the time that you actually hit unavailability or shadow quotas is surprisingly high).</p>
]]></description><pubDate>Wed, 26 Nov 2025 10:01:01 +0000</pubDate><link>https://news.ycombinator.com/item?id=46055906</link><dc:creator>jrk</dc:creator><comments>https://news.ycombinator.com/item?id=46055906</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46055906</guid></item><item><title><![CDATA[New comment by jrk in "AWS is 10x slower than a dedicated server for the same price [video]"]]></title><description><![CDATA[
<p>You know that AWS will come back up. You definitely don’t know whether your own instances will come back or if you’ll need to redeploy it all.</p>
]]></description><pubDate>Wed, 26 Nov 2025 09:52:27 +0000</pubDate><link>https://news.ycombinator.com/item?id=46055860</link><dc:creator>jrk</dc:creator><comments>https://news.ycombinator.com/item?id=46055860</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46055860</guid></item><item><title><![CDATA[New comment by jrk in "TiDAR: Think in Diffusion, Talk in Autoregression"]]></title><description><![CDATA[
<p>Yes but you can also do the same thing with autoregressive models just by making them smaller. This tradeoff always exists, the question is whether the Pareto curve for diffusion models ever crosses or dominates the best autoregressive option at the same throughput (or quality).</p>
]]></description><pubDate>Sat, 22 Nov 2025 21:09:29 +0000</pubDate><link>https://news.ycombinator.com/item?id=46018282</link><dc:creator>jrk</dc:creator><comments>https://news.ycombinator.com/item?id=46018282</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46018282</guid></item><item><title><![CDATA[New comment by jrk in "Trying out Gemini 3 Pro with audio transcription and a new pelican benchmark"]]></title><description><![CDATA[
<p>I think they weren’t asking “why can’t Gemini 3, the model, just do good transcription,” they were asking “why can’t Gemini, the API/app, recognize the task as something best solved not by a single generic model call, but by breaking it down into an initial subtask for a specialized ASR model followed by LLM cleanup, automatically, rather than me having to manually break down the task to achieve that result.”</p>
]]></description><pubDate>Tue, 18 Nov 2025 23:23:53 +0000</pubDate><link>https://news.ycombinator.com/item?id=45973656</link><dc:creator>jrk</dc:creator><comments>https://news.ycombinator.com/item?id=45973656</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45973656</guid></item><item><title><![CDATA[Substrate X-Ray Lithography, a New American Foundry]]></title><description><![CDATA[
<p>Article URL: <a href="https://newsletter.semianalysis.com/p/how-to-kill-2-monopolies-with-1-tool">https://newsletter.semianalysis.com/p/how-to-kill-2-monopolies-with-1-tool</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=45760860">https://news.ycombinator.com/item?id=45760860</a></p>
<p>Points: 2</p>
<p># Comments: 0</p>
]]></description><pubDate>Thu, 30 Oct 2025 15:05:45 +0000</pubDate><link>https://newsletter.semianalysis.com/p/how-to-kill-2-monopolies-with-1-tool</link><dc:creator>jrk</dc:creator><comments>https://news.ycombinator.com/item?id=45760860</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45760860</guid></item><item><title><![CDATA[New comment by jrk in "Diamond Thermal Conductivity: A New Era in Chip Cooling"]]></title><description><![CDATA[
<p>I think the point was not that gem-grade synthetic diamonds are ugly, but that, as industry masters gem-grade production, presumably below-gem-grade production (“ugly synthetic diamonds”) would become cheap enough to deploy in more engineering settings where diamond’s other unique properties were the key concern.</p>
]]></description><pubDate>Sat, 25 Oct 2025 13:24:42 +0000</pubDate><link>https://news.ycombinator.com/item?id=45703719</link><dc:creator>jrk</dc:creator><comments>https://news.ycombinator.com/item?id=45703719</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45703719</guid></item><item><title><![CDATA[New comment by jrk in "Claude Code on the web"]]></title><description><![CDATA[
<p>This is an established, though advanced, idea.<p>Sourcegraph Amp (<a href="https://sourcegraph.com/amp" rel="nofollow">https://sourcegraph.com/amp</a>) has had this exact feature built in for quite a while: "ask the oracle" triggered an O1 Pro sub-agent (now, I believe, GPT-5 High), and searching can be delegated to cheaper, faster, longer-context sub-agents based on Gemini 2.5 Flash.</p>
]]></description><pubDate>Tue, 21 Oct 2025 00:04:54 +0000</pubDate><link>https://news.ycombinator.com/item?id=45650935</link><dc:creator>jrk</dc:creator><comments>https://news.ycombinator.com/item?id=45650935</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45650935</guid></item><item><title><![CDATA[New comment by jrk in "Nvidia has produced the first Blackwell wafer on US soil"]]></title><description><![CDATA[
<p>It <i>is</i> a few generations behind: Blackwell is still on N4, which is an N5 variant. Meanwhile TSMC has been shipping N3 family processes in large volume products (Apple) for more than 2 years already, and is starting to ramp the next major node family (N2) for Apple et al. next year.<p>NVIDIA has often lagged on process, since they drive such large dies, but having the first major project demo wafer on N4 now is literally 2 generations behind Taiwan.</p>
]]></description><pubDate>Mon, 20 Oct 2025 04:18:43 +0000</pubDate><link>https://news.ycombinator.com/item?id=45640167</link><dc:creator>jrk</dc:creator><comments>https://news.ycombinator.com/item?id=45640167</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45640167</guid></item><item><title><![CDATA[New comment by jrk in "Just talk to it – A way of agentic engineering"]]></title><description><![CDATA[
<p>If you go just a few posts back in Peter's own blog he has a video of himself doing exactly this:<p><a href="https://steipete.me/posts/2025/live-coding-session-building-arena" rel="nofollow">https://steipete.me/posts/2025/live-coding-session-building-...</a><p>He has posted others over the past few months, but they don't seem to be on his blog currently.<p>As @simonw mentions in a peer comment, Armin Ronacher also has several great streams (and he's less caffeinated and frenetic than Peter :)</p>
]]></description><pubDate>Wed, 15 Oct 2025 15:45:26 +0000</pubDate><link>https://news.ycombinator.com/item?id=45594327</link><dc:creator>jrk</dc:creator><comments>https://news.ycombinator.com/item?id=45594327</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45594327</guid></item><item><title><![CDATA[New comment by jrk in "Vibe engineering"]]></title><description><![CDATA[
<p>People of course often <i>do</i> read (and even modify) the model-generated code, but doing so is specifically not “vibe coding” according to the original definition, which was not meant to encompass “any programming with an LLM” but something much more specific: <a href="https://simonwillison.net/2025/Mar/19/vibe-coding/" rel="nofollow">https://simonwillison.net/2025/Mar/19/vibe-coding/</a></p>
]]></description><pubDate>Wed, 08 Oct 2025 02:47:19 +0000</pubDate><link>https://news.ycombinator.com/item?id=45511508</link><dc:creator>jrk</dc:creator><comments>https://news.ycombinator.com/item?id=45511508</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45511508</guid></item><item><title><![CDATA[New comment by jrk in "EU court rules nuclear energy is clean energy"]]></title><description><![CDATA[
<p>Many people see top-line rate increases and assume the issue is supply cost, but transmission and distribution have become over 50% of cost everywhere I’ve lived, and are growing fast, regardless of underlying generation or fuel costs. Distribution alone (the neighborhood/local grid) is now roughly matching the supply cost on my MA bill, and though I last lived in CA in 2019, I would be surprised if PG&E weren’t similar.</p>
]]></description><pubDate>Fri, 12 Sep 2025 22:18:44 +0000</pubDate><link>https://news.ycombinator.com/item?id=45227391</link><dc:creator>jrk</dc:creator><comments>https://news.ycombinator.com/item?id=45227391</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45227391</guid></item><item><title><![CDATA[New comment by jrk in "ReMarkable Paper Pro Move"]]></title><description><![CDATA[
<p>eInk devices are very much <i>not</i> converging to 16:9 or wider aspect ratios. This device is intentionally the size and shape of a reporter's notebook, but there are virtually no other eInk tablets which diverge significantly from more common paper aspect ratios – they all (ReMarkable, Supernote, Boox, Kindle, etc.) are and continue to be exactly what you say you want.</p>
]]></description><pubDate>Thu, 04 Sep 2025 03:27:48 +0000</pubDate><link>https://news.ycombinator.com/item?id=45123214</link><dc:creator>jrk</dc:creator><comments>https://news.ycombinator.com/item?id=45123214</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45123214</guid></item><item><title><![CDATA[New comment by jrk in "US Intel"]]></title><description><![CDATA[
<p>The OP is talking about fabrication technology, not end products. Even years into their delays getting to 10nm, Intel had more advanced fabrication technology than TSMC until N7 reached volume in 2018.</p>
]]></description><pubDate>Tue, 26 Aug 2025 14:52:26 +0000</pubDate><link>https://news.ycombinator.com/item?id=45027401</link><dc:creator>jrk</dc:creator><comments>https://news.ycombinator.com/item?id=45027401</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45027401</guid></item><item><title><![CDATA[New comment by jrk in "Intel CEO Letter to Employees"]]></title><description><![CDATA[
<p>Intel’s situation in 2025 is not comparable to the rest of big tech. They have lost technical leadership, bled market share, and started losing a ton of money in a hugely capital-intensive business. They are actually in need of major triage to survive, not just hopping on a belt-tightening trend among still-massively-profitable software companies.</p>
]]></description><pubDate>Thu, 24 Jul 2025 22:01:22 +0000</pubDate><link>https://news.ycombinator.com/item?id=44676835</link><dc:creator>jrk</dc:creator><comments>https://news.ycombinator.com/item?id=44676835</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44676835</guid></item><item><title><![CDATA[New comment by jrk in "Smollm3: Smol, multilingual, long-context reasoner LLM"]]></title><description><![CDATA[
<p>This is indeed a reasonable cost estimate for competitive short-term H100 rentals (source: much SemiAnalysis coverage, and my own exploration of the market), but there is a critical error (besides the formatting glitch with `*`):<p>It was <i>24 days</i> (576 hours) not 24 hours.
$663,552 @ $3/hr.</p>
]]></description><pubDate>Wed, 09 Jul 2025 03:38:32 +0000</pubDate><link>https://news.ycombinator.com/item?id=44506134</link><dc:creator>jrk</dc:creator><comments>https://news.ycombinator.com/item?id=44506134</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44506134</guid></item><item><title><![CDATA[New comment by jrk in "LLM-powered tools amplify developer capabilities rather than replacing them"]]></title><description><![CDATA[
<p>Simon Willison nailed exactly this 2 years ago:<p>> I've been thinking about generative AI tools as "bicycles for the mind" (to borrow an old Steve Jobs line), but I think <i>"electric bicycles for the mind"</i> might be more appropriate.<p>> They can accelerate your natural abilities, you have to learn how to use them, they can give you a significant boost that some people might feel is a bit of a cheat, and they're also quite dangerous if you're not careful with them!<p><a href="https://simonwillison.net/2023/Feb/13/ebikes/" rel="nofollow">https://simonwillison.net/2023/Feb/13/ebikes/</a></p>
]]></description><pubDate>Mon, 21 Apr 2025 16:29:26 +0000</pubDate><link>https://news.ycombinator.com/item?id=43753776</link><dc:creator>jrk</dc:creator><comments>https://news.ycombinator.com/item?id=43753776</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43753776</guid></item></channel></rss>