<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: pilord314</title><link>https://news.ycombinator.com/user?id=pilord314</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Mon, 15 Jun 2026 19:12:47 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=pilord314" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by pilord314 in "MTG Bench: Testing how well LLMs can play Magic"]]></title><description><![CDATA[
<p>They should randomize games of judge tower and see who wins:<p><a href="https://mtg.fandom.com/wiki/Judge_Tower" rel="nofollow">https://mtg.fandom.com/wiki/Judge_Tower</a></p>
]]></description><pubDate>Fri, 12 Jun 2026 01:35:52 +0000</pubDate><link>https://news.ycombinator.com/item?id=48498770</link><dc:creator>pilord314</dc:creator><comments>https://news.ycombinator.com/item?id=48498770</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48498770</guid></item><item><title><![CDATA[New comment by pilord314 in "SectorC: A C Compiler in 512 bytes (2023)"]]></title><description><![CDATA[
<p>you bootstrap it into a library you can include optionally, duh</p>
]]></description><pubDate>Sat, 07 Feb 2026 23:46:48 +0000</pubDate><link>https://news.ycombinator.com/item?id=46929602</link><dc:creator>pilord314</dc:creator><comments>https://news.ycombinator.com/item?id=46929602</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46929602</guid></item><item><title><![CDATA[New comment by pilord314 in "We put Claude Code in Rollercoaster Tycoon"]]></title><description><![CDATA[
<p>I've been playing around with an AI generated knowledge base to grok our code base, I think you need good metrics on how the knowledge base is used. A few things is:<p>1. Being systematic. Having a system for adding, improving and maintaining the knoweldge base
2. Having feedback for that system
3. Implementing the feedback into a better system<p>I'm pretty happy I have an audit framework and documentation standards. I've refactored the whole knowledge base a few times. In the places where it's overly specific or too narrow in it's scope of use for the retained knowledge, you just have to prune it.<p>Any garden has weeds when you lay down fertile soil.<p>Sometimes they aren't weeds though, and that's where having a person in the driver's seat is a boon.</p>
]]></description><pubDate>Sat, 17 Jan 2026 22:53:41 +0000</pubDate><link>https://news.ycombinator.com/item?id=46662933</link><dc:creator>pilord314</dc:creator><comments>https://news.ycombinator.com/item?id=46662933</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46662933</guid></item><item><title><![CDATA[New comment by pilord314 in "Ask HN: What are you working on? (January 2026)"]]></title><description><![CDATA[
<p>A disassembly diff tool:<p>input <- old_image new_image<p>output -> report<p>Example summary:<p>================================================================================<p>TOTAL<p>================================================================================<p><pre><code>  -20 insns, -40 bytes (c.insn→insn +40b)  [spill -22, cmov +3, call -2, br -1]  mem +13, alu -6, mv -4, bitmanip -1

  Added/Removed: +0 / -220 bytes

  Functions: 4 better (-20 insns), 0 worse (+0 insns), 1 removed, 1062 unchanged</code></pre></p>
]]></description><pubDate>Mon, 12 Jan 2026 03:43:15 +0000</pubDate><link>https://news.ycombinator.com/item?id=46583817</link><dc:creator>pilord314</dc:creator><comments>https://news.ycombinator.com/item?id=46583817</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46583817</guid></item><item><title><![CDATA[New comment by pilord314 in "When would you ever want bubblesort? (2023)"]]></title><description><![CDATA[
<p>When you get into C code sometimes you know the most thinngs that will be in the priority queue is like 3. So bubble sort is fine.<p>You can also do something like a calendar queue with bubble sort for each bin.</p>
]]></description><pubDate>Thu, 11 Dec 2025 06:03:03 +0000</pubDate><link>https://news.ycombinator.com/item?id=46228191</link><dc:creator>pilord314</dc:creator><comments>https://news.ycombinator.com/item?id=46228191</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46228191</guid></item></channel></rss>