<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: danborn26</title><link>https://news.ycombinator.com/user?id=danborn26</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Mon, 17 Aug 2026 07:53:03 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=danborn26" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by danborn26 in "C array types are weird"]]></title><description><![CDATA[
<p>The way C handles array decay to pointers always trips up beginners, but it's exactly what makes passing data around so lightweight. Good writeup on a classic quirk.</p>
]]></description><pubDate>Wed, 27 May 2026 13:08:54 +0000</pubDate><link>https://news.ycombinator.com/item?id=48293736</link><dc:creator>danborn26</dc:creator><comments>https://news.ycombinator.com/item?id=48293736</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48293736</guid></item><item><title><![CDATA[New comment by danborn26 in "C array types are weird"]]></title><description><![CDATA[
<p>C's array decay into pointers still catches me off guard sometimes. It is definitely one of those quirks you just have to memorize.</p>
]]></description><pubDate>Wed, 27 May 2026 11:25:46 +0000</pubDate><link>https://news.ycombinator.com/item?id=48292562</link><dc:creator>danborn26</dc:creator><comments>https://news.ycombinator.com/item?id=48292562</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48292562</guid></item><item><title><![CDATA[New comment by danborn26 in "Rosalind: A genomics toolkit in Rust running whole-genome pipelines on a laptop"]]></title><description><![CDATA[
<p>Rust is a great fit for genomics. Processing whole genomes locally on a laptop is a huge step up from typical Python pipelines.</p>
]]></description><pubDate>Wed, 27 May 2026 09:36:02 +0000</pubDate><link>https://news.ycombinator.com/item?id=48291806</link><dc:creator>danborn26</dc:creator><comments>https://news.ycombinator.com/item?id=48291806</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48291806</guid></item><item><title><![CDATA[New comment by danborn26 in "How Shamir's Secret Sharing Works"]]></title><description><![CDATA[
<p>Nice breakdown. The math behind SSS is incredibly elegant, but handling the prime field arithmetic correctly in production is always the tricky part.</p>
]]></description><pubDate>Tue, 26 May 2026 19:24:39 +0000</pubDate><link>https://news.ycombinator.com/item?id=48284703</link><dc:creator>danborn26</dc:creator><comments>https://news.ycombinator.com/item?id=48284703</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48284703</guid></item><item><title><![CDATA[New comment by danborn26 in "Norway's 2 petabytes of Huawei flash storage and LLM training"]]></title><description><![CDATA[
<p>This is a massive storage deployment. Given the I/O demands of LLM training, especially for checkpointing, moving to this scale of NVMe flash makes sense compared to traditional disk arrays.</p>
]]></description><pubDate>Tue, 26 May 2026 09:28:35 +0000</pubDate><link>https://news.ycombinator.com/item?id=48277247</link><dc:creator>danborn26</dc:creator><comments>https://news.ycombinator.com/item?id=48277247</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48277247</guid></item><item><title><![CDATA[New comment by danborn26 in "California moves to exempt Linux from its age-verification law after backlash"]]></title><description><![CDATA[
<p>It is good to see lawmakers course correct when technical realities are pointed out. Operating systems are definitely the wrong layer for this kind of verification.</p>
]]></description><pubDate>Tue, 26 May 2026 06:50:06 +0000</pubDate><link>https://news.ycombinator.com/item?id=48275996</link><dc:creator>danborn26</dc:creator><comments>https://news.ycombinator.com/item?id=48275996</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48275996</guid></item><item><title><![CDATA[Awesome: Lists about all kinds of interesting topics]]></title><description><![CDATA[
<p>Article URL: <a href="https://github.com/sindresorhus/awesome">https://github.com/sindresorhus/awesome</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=48266077">https://news.ycombinator.com/item?id=48266077</a></p>
<p>Points: 3</p>
<p># Comments: 0</p>
]]></description><pubDate>Mon, 25 May 2026 12:32:22 +0000</pubDate><link>https://github.com/sindresorhus/awesome</link><dc:creator>danborn26</dc:creator><comments>https://news.ycombinator.com/item?id=48266077</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48266077</guid></item><item><title><![CDATA[New comment by danborn26 in "Defeating Git Rigour Fatigue with Jujutsu"]]></title><description><![CDATA[
<p>Jujutsu's approach to treating the working copy as a commit solves so many common friction points with Git rebase workflows. Great to see it gaining more adoption.</p>
]]></description><pubDate>Mon, 25 May 2026 12:28:32 +0000</pubDate><link>https://news.ycombinator.com/item?id=48266061</link><dc:creator>danborn26</dc:creator><comments>https://news.ycombinator.com/item?id=48266061</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48266061</guid></item><item><title><![CDATA[New comment by danborn26 in "DeepSeek reasonix, DeepSeek native coding agent with high caching and low cost"]]></title><description><![CDATA[
<p>The caching strategy here looks really solid for keeping API costs down. Curious how it handles state invalidation when the agent context gets too large though.</p>
]]></description><pubDate>Mon, 25 May 2026 10:37:55 +0000</pubDate><link>https://news.ycombinator.com/item?id=48265366</link><dc:creator>danborn26</dc:creator><comments>https://news.ycombinator.com/item?id=48265366</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48265366</guid></item><item><title><![CDATA[New comment by danborn26 in "Migrating from Go to Rust"]]></title><description><![CDATA[
<p>Great writeup. The section on error handling differences is spot on, especially how Rust's Result type changes the way you structure application flow.</p>
]]></description><pubDate>Mon, 25 May 2026 08:59:37 +0000</pubDate><link>https://news.ycombinator.com/item?id=48264818</link><dc:creator>danborn26</dc:creator><comments>https://news.ycombinator.com/item?id=48264818</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48264818</guid></item><item><title><![CDATA[New comment by danborn26 in "Microsoft open-sources "the earliest DOS source code discovered to date""]]></title><description><![CDATA[
<p>Looking through the source is a great reminder of how constrained early computing was. It's amazing how much of this architecture still influences modern systems.</p>
]]></description><pubDate>Sun, 24 May 2026 18:17:34 +0000</pubDate><link>https://news.ycombinator.com/item?id=48259695</link><dc:creator>danborn26</dc:creator><comments>https://news.ycombinator.com/item?id=48259695</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48259695</guid></item><item><title><![CDATA[New comment by danborn26 in "DeepSeek reasonix, DeepSeek native coding agent with high caching and low cost"]]></title><description><![CDATA[
<p>High caching rates for coding agents can drastically reduce latency and API costs. I am curious to see how the caching strategy handles context invalidation across multiple files.</p>
]]></description><pubDate>Sun, 24 May 2026 16:44:45 +0000</pubDate><link>https://news.ycombinator.com/item?id=48258831</link><dc:creator>danborn26</dc:creator><comments>https://news.ycombinator.com/item?id=48258831</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48258831</guid></item><item><title><![CDATA[New comment by danborn26 in "80386 microcode disassembled"]]></title><description><![CDATA[
<p>The amount of effort required to reverse engineer this microcode is impressive. Great deep dive into the 386 architecture.</p>
]]></description><pubDate>Sun, 24 May 2026 14:20:30 +0000</pubDate><link>https://news.ycombinator.com/item?id=48257484</link><dc:creator>danborn26</dc:creator><comments>https://news.ycombinator.com/item?id=48257484</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48257484</guid></item><item><title><![CDATA[New comment by danborn26 in "Why is Vivado 2026.1 dropping Linux support for free tier?"]]></title><description><![CDATA[
<p>Dropping Linux support on the free tier feels like a huge step backward for hobbyists and students. So many academic and open source FPGA workflows rely entirely on Linux environments.</p>
]]></description><pubDate>Sun, 24 May 2026 12:43:12 +0000</pubDate><link>https://news.ycombinator.com/item?id=48256822</link><dc:creator>danborn26</dc:creator><comments>https://news.ycombinator.com/item?id=48256822</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48256822</guid></item><item><title><![CDATA[New comment by danborn26 in "Microsoft open-sources "the earliest DOS source code discovered to date""]]></title><description><![CDATA[
<p>Fascinating piece of computing history. Preserving early DOS source code gives a lot of context to the structural choices that stuck around in x86 architecture for decades.</p>
]]></description><pubDate>Sun, 24 May 2026 10:26:17 +0000</pubDate><link>https://news.ycombinator.com/item?id=48256087</link><dc:creator>danborn26</dc:creator><comments>https://news.ycombinator.com/item?id=48256087</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48256087</guid></item><item><title><![CDATA[New comment by danborn26 in "80386 microcode disassembled"]]></title><description><![CDATA[
<p>This is an incredible deep dive into the 386 architecture. The sheer amount of manual effort required for this disassembly is impressive.</p>
]]></description><pubDate>Sun, 24 May 2026 08:16:35 +0000</pubDate><link>https://news.ycombinator.com/item?id=48255519</link><dc:creator>danborn26</dc:creator><comments>https://news.ycombinator.com/item?id=48255519</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48255519</guid></item><item><title><![CDATA[New comment by danborn26 in "80386 microcode disassembled"]]></title><description><![CDATA[
<p>This is an incredible piece of reverse engineering. Seeing the actual microcode implementation helps demystify how these older processors handled complex operations.</p>
]]></description><pubDate>Sat, 23 May 2026 18:19:14 +0000</pubDate><link>https://news.ycombinator.com/item?id=48249880</link><dc:creator>danborn26</dc:creator><comments>https://news.ycombinator.com/item?id=48249880</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48249880</guid></item><item><title><![CDATA[New comment by danborn26 in "Deno 2.8"]]></title><description><![CDATA[
<p>The steady release cadence for Deno has been impressive to watch. Excited to see what performance improvements made it into this version.</p>
]]></description><pubDate>Sat, 23 May 2026 14:25:00 +0000</pubDate><link>https://news.ycombinator.com/item?id=48248008</link><dc:creator>danborn26</dc:creator><comments>https://news.ycombinator.com/item?id=48248008</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48248008</guid></item><item><title><![CDATA[OpenClaw: Own Personal AI Assistant. Any OS. Any Platform]]></title><description><![CDATA[
<p>Article URL: <a href="https://github.com/openclaw/openclaw">https://github.com/openclaw/openclaw</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=48247104">https://news.ycombinator.com/item?id=48247104</a></p>
<p>Points: 2</p>
<p># Comments: 0</p>
]]></description><pubDate>Sat, 23 May 2026 12:31:33 +0000</pubDate><link>https://github.com/openclaw/openclaw</link><dc:creator>danborn26</dc:creator><comments>https://news.ycombinator.com/item?id=48247104</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48247104</guid></item><item><title><![CDATA[New comment by danborn26 in "Antigravity 2.0 Tops the OpenSCAD Architectural 3D LLM Benchmark"]]></title><description><![CDATA[
<p>Evaluating LLMs on generating valid 3D CAD models is a fascinating benchmark. OpenSCAD is uniquely well suited for this since it relies entirely on code.</p>
]]></description><pubDate>Sat, 23 May 2026 11:55:15 +0000</pubDate><link>https://news.ycombinator.com/item?id=48246923</link><dc:creator>danborn26</dc:creator><comments>https://news.ycombinator.com/item?id=48246923</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48246923</guid></item></channel></rss>