<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: goofy_lemur</title><link>https://news.ycombinator.com/user?id=goofy_lemur</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Thu, 23 Apr 2026 15:37:34 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=goofy_lemur" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by goofy_lemur in "Ternary Bonsai: Top Intelligence at 1.58 Bits"]]></title><description><![CDATA[
<p>> On M4 Pro, Ternary Bonsai 8B runs at 82 toks/sec, roughly 5x faster than a 16-bit 8B model<p>Wow, if this is true, I am extremely impressed and excited!<p>I wonder about kv cache how much better it is as well!</p>
]]></description><pubDate>Tue, 21 Apr 2026 02:23:22 +0000</pubDate><link>https://news.ycombinator.com/item?id=47843778</link><dc:creator>goofy_lemur</dc:creator><comments>https://news.ycombinator.com/item?id=47843778</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47843778</guid></item><item><title><![CDATA[New comment by goofy_lemur in "Maine is about to become the first state to ban major new data centers"]]></title><description><![CDATA[
<p>Maybe a better solution is to require them to be built with 100% renewable electricity or something?</p>
]]></description><pubDate>Fri, 10 Apr 2026 02:08:13 +0000</pubDate><link>https://news.ycombinator.com/item?id=47712768</link><dc:creator>goofy_lemur</dc:creator><comments>https://news.ycombinator.com/item?id=47712768</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47712768</guid></item><item><title><![CDATA[New comment by goofy_lemur in "Ask HN: Can someone make a CAS just checking last bit on x86/ARM please?"]]></title><description><![CDATA[
<p>all right, I am doing a sort of a copy-on-write thing here. So the idea is that I only want to update the pointer if the record it points to is "unlocked"</p>
]]></description><pubDate>Wed, 21 Jan 2026 20:11:24 +0000</pubDate><link>https://news.ycombinator.com/item?id=46710907</link><dc:creator>goofy_lemur</dc:creator><comments>https://news.ycombinator.com/item?id=46710907</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46710907</guid></item><item><title><![CDATA[Ask HN: Can someone make a CAS just checking last bit on x86/ARM please?]]></title><description><![CDATA[
<p>Guys/gals, I was thinking about doing some work here and I noticed there's no operation that allows a atomic compare/exchange based on the last bit.<p>There should be an instruction that allows you to do an update of a 64 bit value only if the last bit is a 0.<p>The idea here is you would be able to swap pointer values atomically only if they were unlocked.<p>2^63 is such a huge number, it is sufficient to represent practically all the data in the universe.  If we allowed an atomic compare exchange on the last bit, or something like check if the last bit is 0, allow the write, otherwise don't, it would make programming a lot easier.<p>Thanks!</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=46703768">https://news.ycombinator.com/item?id=46703768</a></p>
<p>Points: 4</p>
<p># Comments: 3</p>
]]></description><pubDate>Wed, 21 Jan 2026 10:50:28 +0000</pubDate><link>https://news.ycombinator.com/item?id=46703768</link><dc:creator>goofy_lemur</dc:creator><comments>https://news.ycombinator.com/item?id=46703768</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46703768</guid></item></channel></rss>