<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: rhgraysonii</title><link>https://news.ycombinator.com/user?id=rhgraysonii</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Thu, 02 Jul 2026 03:25:53 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=rhgraysonii" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by rhgraysonii in "Qwen 3.6 27B is the sweet spot for local development"]]></title><description><![CDATA[
<p>Thanks! I was thinking of doing the 128gb to have some future proofing. I figure at this point, it's akin to a mechanic keeping great tools around, when it comes to having this sort of homelab and exposing it for your own uses. And great practice for building the next era of user facing computing that will be around as this proliferates.</p>
]]></description><pubDate>Mon, 29 Jun 2026 17:33:02 +0000</pubDate><link>https://news.ycombinator.com/item?id=48722295</link><dc:creator>rhgraysonii</dc:creator><comments>https://news.ycombinator.com/item?id=48722295</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48722295</guid></item><item><title><![CDATA[New comment by rhgraysonii in "Qwen 3.6 27B is the sweet spot for local development"]]></title><description><![CDATA[
<p>I have been having pretty good success with Qwen 3.5 9B for "nontrivial but not challenging work all things considered" -- it runs great on my 24gb unified memory m4 pro MacBook Pro. What do the baseline specs look like Mac-wise for getting this model to run? Am I looking at a 96gb? 128? 256?</p>
]]></description><pubDate>Mon, 29 Jun 2026 17:28:07 +0000</pubDate><link>https://news.ycombinator.com/item?id=48722229</link><dc:creator>rhgraysonii</dc:creator><comments>https://news.ycombinator.com/item?id=48722229</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48722229</guid></item><item><title><![CDATA[Show HN: I had Fable clone a game, it turned it into an arena combat AI trainer]]></title><description><![CDATA[
<p>I started off with a simple goal: port the game Soldat to Typescript. I ended up not only with the game, but with a full system to train AI bots to play my own game, building a neural net to train new bot AIs from tens of thousands of simulated matches with different strategies. It also runs live all the time on my website and has a news dashboard and you can replay any game exactly. It all was a very fun way to dig into Fable's capabilities.<p>The bill if I had done this with API billing? Nearly $2000.</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=48504995">https://news.ycombinator.com/item?id=48504995</a></p>
<p>Points: 5</p>
<p># Comments: 0</p>
]]></description><pubDate>Fri, 12 Jun 2026 14:55:15 +0000</pubDate><link>https://soldat.bobbby.online/</link><dc:creator>rhgraysonii</dc:creator><comments>https://news.ycombinator.com/item?id=48504995</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48504995</guid></item><item><title><![CDATA[New comment by rhgraysonii in "Ask HN: What are tools you have made for yourself since the advent of AI?"]]></title><description><![CDATA[
<p>I use deciduous every day while working with LLMs to create more of my own tools/projects. It is a living memory for agents stored in a simple, portable manner. <a href="https://deciduous.dev" rel="nofollow">https://deciduous.dev</a></p>
]]></description><pubDate>Tue, 09 Jun 2026 13:56:47 +0000</pubDate><link>https://news.ycombinator.com/item?id=48461228</link><dc:creator>rhgraysonii</dc:creator><comments>https://news.ycombinator.com/item?id=48461228</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48461228</guid></item><item><title><![CDATA[New comment by rhgraysonii in "The Cypherpunk Library"]]></title><description><![CDATA[
<p>It might be helpful to rotate the books on the frontpage so that that you can read them by binding without tilting your head.</p>
]]></description><pubDate>Mon, 08 Jun 2026 15:37:00 +0000</pubDate><link>https://news.ycombinator.com/item?id=48446759</link><dc:creator>rhgraysonii</dc:creator><comments>https://news.ycombinator.com/item?id=48446759</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48446759</guid></item><item><title><![CDATA[New comment by rhgraysonii in "Claude Code and Codex Can Have Real-Time Conversation via Git"]]></title><description><![CDATA[
<p>I regularly have agents communicate with each other this way using my tools Deciduous (<a href="https://deciduous.dev" rel="nofollow">https://deciduous.dev</a>). It keeps all decisions in a DAG and the other agents, when configured, read from it constantly and use it to inform their new decisions. Extra entries in the same space from another agent come to light and they can begin to work together like this.</p>
]]></description><pubDate>Thu, 04 Jun 2026 12:49:51 +0000</pubDate><link>https://news.ycombinator.com/item?id=48397933</link><dc:creator>rhgraysonii</dc:creator><comments>https://news.ycombinator.com/item?id=48397933</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48397933</guid></item><item><title><![CDATA[New comment by rhgraysonii in "Orchestrating AI code review at scale"]]></title><description><![CDATA[
<p>Valid, but you lose the lived history that comes with the audit log of it being actual review back and forth and CI runs vs lost to a developers machine and only a relic in the commit log. I can see both sides, though.</p>
]]></description><pubDate>Fri, 29 May 2026 11:22:30 +0000</pubDate><link>https://news.ycombinator.com/item?id=48321720</link><dc:creator>rhgraysonii</dc:creator><comments>https://news.ycombinator.com/item?id=48321720</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48321720</guid></item><item><title><![CDATA[Show HN: 2048 with Blitz Mode]]></title><description><![CDATA[
<p>I got bored of normal 2048 so I made this. It allows you to enter "blitz mode" with a set time per move and an ability to scale the board up if you want to play longer games.<p>It allows 2 3 or 5 second turns, and can play up to 8, 10, or 12 size boards.<p>It is nothing too complicated or complex but the code is here if you want to see. I made this while on vacation for a friend today with Claude's help to work fast and get the styles right.<p><a href="https://github.com/notactuallytreyanastasio/blog/commit/78919ce409e27e867c29223694d01a74dc61cb23" rel="nofollow">https://github.com/notactuallytreyanastasio/blog/commit/7891...</a></p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=48294728">https://news.ycombinator.com/item?id=48294728</a></p>
<p>Points: 1</p>
<p># Comments: 1</p>
]]></description><pubDate>Wed, 27 May 2026 14:14:06 +0000</pubDate><link>https://bobbby.online/2048</link><dc:creator>rhgraysonii</dc:creator><comments>https://news.ycombinator.com/item?id=48294728</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48294728</guid></item><item><title><![CDATA[New comment by rhgraysonii in "Ruby for Good"]]></title><description><![CDATA[
<p>I wonder what he is up to. I have 2 _why inspired tattoos after he did so much to influence my entire philosophy and style of programming. What a unique character, who happened to pop up at a very formative time for me. Thanks for all the nice stuff and ideas, _why.</p>
]]></description><pubDate>Sun, 24 May 2026 23:32:22 +0000</pubDate><link>https://news.ycombinator.com/item?id=48262079</link><dc:creator>rhgraysonii</dc:creator><comments>https://news.ycombinator.com/item?id=48262079</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48262079</guid></item><item><title><![CDATA[New comment by rhgraysonii in "ASCII by Jason Scott"]]></title><description><![CDATA[
<p>Jason’s work output is so prolific. Over the past 4-5 years he’s digitized the lifetime collection of magnetic media I acquired in a series of odd interesting events. So much slice of life nyc and weird cool music stuff that would have never been seen otherwise. Over 1300 tapes! All here <a href="https://archive.org/details/markpines" rel="nofollow">https://archive.org/details/markpines</a><p>He is also just an absolutely delightful person to hang out with. Textfiles was one of the first websites I ever visited and getting to do this was a meet your heroes thing that actually went very nicely.</p>
]]></description><pubDate>Fri, 15 May 2026 18:10:44 +0000</pubDate><link>https://news.ycombinator.com/item?id=48151859</link><dc:creator>rhgraysonii</dc:creator><comments>https://news.ycombinator.com/item?id=48151859</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48151859</guid></item><item><title><![CDATA[New comment by rhgraysonii in "Zed Editor Theme-Builder"]]></title><description><![CDATA[
<p>Finally, I can reasonably get something truly high contrast and not just close to it as the current offerings are. This is a little thing, but Zed continues to keep getting so many things right that it has gone from “interesting” to “my preferred editor” after 15 years in vim. The git “follow mode” has been especially great transitioning into heavy usage of LLMs in development. Happy to see the team continues to just get more little things right.</p>
]]></description><pubDate>Sat, 09 May 2026 18:26:01 +0000</pubDate><link>https://news.ycombinator.com/item?id=48077059</link><dc:creator>rhgraysonii</dc:creator><comments>https://news.ycombinator.com/item?id=48077059</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48077059</guid></item><item><title><![CDATA[New comment by rhgraysonii in "What we lost the last time code got cheap"]]></title><description><![CDATA[
<p>I have a tool for this <a href="https://deciduous.dev" rel="nofollow">https://deciduous.dev</a></p>
]]></description><pubDate>Fri, 08 May 2026 20:43:58 +0000</pubDate><link>https://news.ycombinator.com/item?id=48068560</link><dc:creator>rhgraysonii</dc:creator><comments>https://news.ycombinator.com/item?id=48068560</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48068560</guid></item><item><title><![CDATA[New comment by rhgraysonii in "Cross-language libraries with Temper [video]"]]></title><description><![CDATA[
<p>Temper is a programming language that compiles to many other programming languages. This interview with the creator and core team is pretty interesting, diving into how the language can compile to 6 other languages right now and is growing. Check it out: <a href="https://temperlang.dev" rel="nofollow">https://temperlang.dev</a><p>Disclaimer: I am an advisor to the company around the language, Temper Systems</p>
]]></description><pubDate>Wed, 06 May 2026 17:16:06 +0000</pubDate><link>https://news.ycombinator.com/item?id=48038773</link><dc:creator>rhgraysonii</dc:creator><comments>https://news.ycombinator.com/item?id=48038773</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48038773</guid></item><item><title><![CDATA[Cross-language libraries with Temper [video]]]></title><description><![CDATA[
<p>Article URL: <a href="https://www.youtube.com/watch?v=2rWvUnGJhyk">https://www.youtube.com/watch?v=2rWvUnGJhyk</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=48038772">https://news.ycombinator.com/item?id=48038772</a></p>
<p>Points: 1</p>
<p># Comments: 1</p>
]]></description><pubDate>Wed, 06 May 2026 17:16:06 +0000</pubDate><link>https://www.youtube.com/watch?v=2rWvUnGJhyk</link><dc:creator>rhgraysonii</dc:creator><comments>https://news.ycombinator.com/item?id=48038772</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48038772</guid></item><item><title><![CDATA[New comment by rhgraysonii in "Claude Code Down"]]></title><description><![CDATA[
<p>11 minutes elapsed between the comments. There is going to be some actual time before a report and the status page being live in a breaking system.</p>
]]></description><pubDate>Mon, 06 Apr 2026 16:30:11 +0000</pubDate><link>https://news.ycombinator.com/item?id=47663105</link><dc:creator>rhgraysonii</dc:creator><comments>https://news.ycombinator.com/item?id=47663105</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47663105</guid></item><item><title><![CDATA[Writing a game of Snake in one language that compiles to 6 others natively]]></title><description><![CDATA[
<p>Article URL: <a href="https://github.com/notactuallytreyanastasio/temper_snake">https://github.com/notactuallytreyanastasio/temper_snake</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=47387667">https://news.ycombinator.com/item?id=47387667</a></p>
<p>Points: 2</p>
<p># Comments: 0</p>
]]></description><pubDate>Sun, 15 Mar 2026 14:25:02 +0000</pubDate><link>https://github.com/notactuallytreyanastasio/temper_snake</link><dc:creator>rhgraysonii</dc:creator><comments>https://news.ycombinator.com/item?id=47387667</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47387667</guid></item><item><title><![CDATA[New comment by rhgraysonii in "If AI writes code, should the session be part of the commit?"]]></title><description><![CDATA[
<p>I think the decisions it made along the way are worth tracking. And it’s got some useful side effects with regard to actually going through the programming and architecture process. I made a tool that really helps with this and finds a pretty portable middle ground that can be used by one person or a team too, it’s flexible. 
<a href="https://deciduous.dev/" rel="nofollow">https://deciduous.dev/</a></p>
]]></description><pubDate>Mon, 02 Mar 2026 06:15:37 +0000</pubDate><link>https://news.ycombinator.com/item?id=47214467</link><dc:creator>rhgraysonii</dc:creator><comments>https://news.ycombinator.com/item?id=47214467</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47214467</guid></item><item><title><![CDATA[New comment by rhgraysonii in "Deciduous – A code archaeology, living memory, and LLM programming helper tool"]]></title><description><![CDATA[
<p>I have built this for my own use after extracting it from a project. It originally, for me, was about keeping logs of a bunch of complex math stuff I was doing in a project and cross referencing concepts and what I'd tried/not tried etc. Once I extracted it, the "archaeology" features became key after talking with users. Now the Q&A interface from the local app and the archaeology are the most popular pieces, but it works very well to make better decisions when documenting things as it goes with the git history combed through already. It can also attach documents or other metadata to the nodes to track things like PRDs, notion write-ups, etc. Really anything the LLM can have access to.</p>
]]></description><pubDate>Sat, 21 Feb 2026 15:27:23 +0000</pubDate><link>https://news.ycombinator.com/item?id=47101659</link><dc:creator>rhgraysonii</dc:creator><comments>https://news.ycombinator.com/item?id=47101659</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47101659</guid></item><item><title><![CDATA[Deciduous – A code archaeology, living memory, and LLM programming helper tool]]></title><description><![CDATA[
<p>Article URL: <a href="https://notactuallytreyanastasio.github.io/deciduous/">https://notactuallytreyanastasio.github.io/deciduous/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=47101658">https://news.ycombinator.com/item?id=47101658</a></p>
<p>Points: 3</p>
<p># Comments: 1</p>
]]></description><pubDate>Sat, 21 Feb 2026 15:27:23 +0000</pubDate><link>https://notactuallytreyanastasio.github.io/deciduous/</link><dc:creator>rhgraysonii</dc:creator><comments>https://news.ycombinator.com/item?id=47101658</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47101658</guid></item><item><title><![CDATA[New comment by rhgraysonii in "Deciduous – A code archaeology, living memory, and LLM programming helper tool"]]></title><description><![CDATA[
<p>I have built this for my own use after extracting it from a project. It originally, for me, was about keeping logs of a bunch of complex math stuff I was doing in a project and cross referencing concepts and what I'd tried/not tried etc. Once I extracted it, the "archaeology" features became key after talking with users. Now the Q&A interface from the local app and the archaeology are the most popular pieces, but it works very well to make better decisions when documenting things as it goes with the git history combed through already. It can also attach documents or other metadata to the nodes to track things like PRDs, notion write-ups, etc. Really anything the LLM can have access to.</p>
]]></description><pubDate>Sat, 21 Feb 2026 15:26:18 +0000</pubDate><link>https://news.ycombinator.com/item?id=47101644</link><dc:creator>rhgraysonii</dc:creator><comments>https://news.ycombinator.com/item?id=47101644</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47101644</guid></item></channel></rss>