<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: kanemcgrath</title><link>https://news.ycombinator.com/user?id=kanemcgrath</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Tue, 04 Aug 2026 00:35:19 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=kanemcgrath" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by kanemcgrath in "Qwen3.8-Max: A New Bar for Coding and Cowork"]]></title><description><![CDATA[
<p>I tried it for a bit, and It was not really worth its size.  It got swept up in all the other AI news recently, but laguna s 2.1 I think is the best ~100B moe model right now</p>
]]></description><pubDate>Mon, 03 Aug 2026 04:30:01 +0000</pubDate><link>https://news.ycombinator.com/item?id=49151228</link><dc:creator>kanemcgrath</dc:creator><comments>https://news.ycombinator.com/item?id=49151228</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49151228</guid></item><item><title><![CDATA[New comment by kanemcgrath in "Libsm64: Mario 64 as a library for use in external game engines"]]></title><description><![CDATA[
<p>My favorite one was the blender addon <a href="https://github.com/libsm64/libsm64-blender" rel="nofollow">https://github.com/libsm64/libsm64-blender</a></p>
]]></description><pubDate>Mon, 27 Jul 2026 21:05:13 +0000</pubDate><link>https://news.ycombinator.com/item?id=49075515</link><dc:creator>kanemcgrath</dc:creator><comments>https://news.ycombinator.com/item?id=49075515</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49075515</guid></item><item><title><![CDATA[New comment by kanemcgrath in "It's not about physical vs. digital games, it's about ownership"]]></title><description><![CDATA[
<p>Also the steam DRM on a lot of single player games can be removed very easily.  <a href="https://github.com/atom0s/Steamless" rel="nofollow">https://github.com/atom0s/Steamless</a><p>and is a recommended step for engine modding games like skyrim.</p>
]]></description><pubDate>Sun, 05 Jul 2026 18:47:00 +0000</pubDate><link>https://news.ycombinator.com/item?id=48796803</link><dc:creator>kanemcgrath</dc:creator><comments>https://news.ycombinator.com/item?id=48796803</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48796803</guid></item><item><title><![CDATA[New comment by kanemcgrath in "I Hate (Most) Keyboard 'Fn' Keys"]]></title><description><![CDATA[
<p>One of my favorite things about my custom mechanical keyboard, is being able to remap the entire key set in the firmware with VIA.  I have fn+arrow keys for media, fn+space for play/pause fn+end for calculator, and a bunch of random others.  It is so useful I could never get another keyboard that doesn’t have a similar functionality.</p>
]]></description><pubDate>Wed, 10 Jun 2026 13:47:23 +0000</pubDate><link>https://news.ycombinator.com/item?id=48476230</link><dc:creator>kanemcgrath</dc:creator><comments>https://news.ycombinator.com/item?id=48476230</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48476230</guid></item><item><title><![CDATA[New comment by kanemcgrath in "Gemma 4 12B: A unified, encoder-free multimodal model"]]></title><description><![CDATA[
<p>Something about qwen models hold up really well even at low quants.  for most other models anything under q5 is cooked, but on 35B-A3B I can get a lot of things done even at q3_xl.  It is definitely better than full precision 9B</p>
]]></description><pubDate>Thu, 04 Jun 2026 21:33:14 +0000</pubDate><link>https://news.ycombinator.com/item?id=48404921</link><dc:creator>kanemcgrath</dc:creator><comments>https://news.ycombinator.com/item?id=48404921</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48404921</guid></item><item><title><![CDATA[New comment by kanemcgrath in "Hackers breach JDownloader's website to serve malware-laced downloads"]]></title><description><![CDATA[
<p>I am always worried that popular software like this is getting compromised.  But what about all the smaller stuff?  I download and run a bunch of small programs, especially for game modding.  Do the small tools not have the same risk because of their smaller scale invites less dedicated attacks?  or do they get compromised and fly completely under the radar?</p>
]]></description><pubDate>Fri, 08 May 2026 20:49:15 +0000</pubDate><link>https://news.ycombinator.com/item?id=48068618</link><dc:creator>kanemcgrath</dc:creator><comments>https://news.ycombinator.com/item?id=48068618</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48068618</guid></item><item><title><![CDATA[New comment by kanemcgrath in "“Kitten Space Agency”, a Spiritual Successor to “Kerbal Space Program” (2025)"]]></title><description><![CDATA[
<p>Mechjeb does a lot of automation for complex maneuvers like planetary transfers, ascent autopilot, target interception, etc..
You can even do a porkchop plot for interplanetary transfer.
but lagrange points are not possible in KSP because of the Sphere of Influence Model.
and orbital slingshots are not included, I assume because they require an intense bruteforce calculation.</p>
]]></description><pubDate>Tue, 05 May 2026 00:28:56 +0000</pubDate><link>https://news.ycombinator.com/item?id=48016655</link><dc:creator>kanemcgrath</dc:creator><comments>https://news.ycombinator.com/item?id=48016655</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48016655</guid></item><item><title><![CDATA[New comment by kanemcgrath in "“Kitten Space Agency”, a Spiritual Successor to “Kerbal Space Program” (2025)"]]></title><description><![CDATA[
<p>I relied on Mechjeb too much in my game, so I did a run using KRPC and built my own autopilot features with it.  It was a lot of fun, and I would recommend it.</p>
]]></description><pubDate>Mon, 04 May 2026 22:17:24 +0000</pubDate><link>https://news.ycombinator.com/item?id=48015701</link><dc:creator>kanemcgrath</dc:creator><comments>https://news.ycombinator.com/item?id=48015701</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48015701</guid></item><item><title><![CDATA[New comment by kanemcgrath in "GitHub Copilot is moving to usage-based billing"]]></title><description><![CDATA[
<p>So far I have done coding projects only, but I have some ideas for some non-coding agent projects in the future, so I'll give Gemma another shot</p>
]]></description><pubDate>Tue, 28 Apr 2026 06:39:11 +0000</pubDate><link>https://news.ycombinator.com/item?id=47931102</link><dc:creator>kanemcgrath</dc:creator><comments>https://news.ycombinator.com/item?id=47931102</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47931102</guid></item><item><title><![CDATA[New comment by kanemcgrath in "GitHub Copilot is moving to usage-based billing"]]></title><description><![CDATA[
<p>I did, but in almost everything I tried even qwen3.5 was better, and 3.6 was a huge step up.</p>
]]></description><pubDate>Mon, 27 Apr 2026 19:16:29 +0000</pubDate><link>https://news.ycombinator.com/item?id=47925986</link><dc:creator>kanemcgrath</dc:creator><comments>https://news.ycombinator.com/item?id=47925986</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47925986</guid></item><item><title><![CDATA[New comment by kanemcgrath in "GitHub Copilot is moving to usage-based billing"]]></title><description><![CDATA[
<p>I do love using local models when I can, but qwen-35B is the best model I can run, and while its an insanely good local model, it does not compare to the big ones.</p>
]]></description><pubDate>Mon, 27 Apr 2026 18:24:57 +0000</pubDate><link>https://news.ycombinator.com/item?id=47925310</link><dc:creator>kanemcgrath</dc:creator><comments>https://news.ycombinator.com/item?id=47925310</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47925310</guid></item><item><title><![CDATA[New comment by kanemcgrath in "GitHub Copilot is moving to usage-based billing"]]></title><description><![CDATA[
<p>I liked copilot because I didn't have to think about tokens.  I get hung up when having to think about the price of things, and its hard to think about the project at the same time I got to think about token usage like a gas bill.  The usage system had its own issues, but having a set amount of requests was a very comfortable way to use a paid AI service.</p>
]]></description><pubDate>Mon, 27 Apr 2026 18:14:35 +0000</pubDate><link>https://news.ycombinator.com/item?id=47925182</link><dc:creator>kanemcgrath</dc:creator><comments>https://news.ycombinator.com/item?id=47925182</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47925182</guid></item><item><title><![CDATA[New comment by kanemcgrath in "Qwen3.6-35B-A3B: Agentic coding power, now open to all"]]></title><description><![CDATA[
<p>I haven't ran 27b that much because it only runs at like 2 tokens/sec on my computer.</p>
]]></description><pubDate>Fri, 17 Apr 2026 20:12:08 +0000</pubDate><link>https://news.ycombinator.com/item?id=47810075</link><dc:creator>kanemcgrath</dc:creator><comments>https://news.ycombinator.com/item?id=47810075</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47810075</guid></item><item><title><![CDATA[New comment by kanemcgrath in "Qwen3.6-35B-A3B: Agentic coding power, now open to all"]]></title><description><![CDATA[
<p>I would say byteshape is smaller and faster, I can’t really notice a quality difference.  But I haven’t used it as much as I only started using it a few days ago.</p>
]]></description><pubDate>Fri, 17 Apr 2026 00:24:49 +0000</pubDate><link>https://news.ycombinator.com/item?id=47801167</link><dc:creator>kanemcgrath</dc:creator><comments>https://news.ycombinator.com/item?id=47801167</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47801167</guid></item><item><title><![CDATA[New comment by kanemcgrath in "Qwen3.6-35B-A3B: Agentic coding power, now open to all"]]></title><description><![CDATA[
<p>Now that I have tried out on a few tasks, Qwen3.6 is a huge jump in capability.
It can make improvements to a project that qwen3.5 always struggled with.</p>
]]></description><pubDate>Thu, 16 Apr 2026 23:42:18 +0000</pubDate><link>https://news.ycombinator.com/item?id=47800925</link><dc:creator>kanemcgrath</dc:creator><comments>https://news.ycombinator.com/item?id=47800925</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47800925</guid></item><item><title><![CDATA[New comment by kanemcgrath in "Qwen3.6-35B-A3B: Agentic coding power, now open to all"]]></title><description><![CDATA[
<p>I have been using Qwen3.5-35B-A3B a lot in local testing, and it is by far the most capable model that could fit on my machine.
I think quantization technology has really upped its game around these models,
and there were two quants that blew me away<p>Mudler APEX-I-Quality.
then later I tried
Byteshape Q3_K_S-3.40bpw<p>Both made claims that seemed too good to be true, but I couldn't find any traces of lobotomization doing long agent coding loops.
with the byteshape quant I am up to 40+ t/s which is a speed that makes agents much more pleasant.
On an rtx 3060 12GB and 32GB of system ram, I went from slamming all my available memory to having like 14GB to spare.</p>
]]></description><pubDate>Thu, 16 Apr 2026 20:07:09 +0000</pubDate><link>https://news.ycombinator.com/item?id=47798787</link><dc:creator>kanemcgrath</dc:creator><comments>https://news.ycombinator.com/item?id=47798787</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47798787</guid></item><item><title><![CDATA[New comment by kanemcgrath in "Rare concert recordings are landing on the Internet Archive"]]></title><description><![CDATA[
<p>since they have been doing orchestral performances, getting to hear the orchestral versions of their old songs has been amazing.</p>
]]></description><pubDate>Tue, 14 Apr 2026 20:22:46 +0000</pubDate><link>https://news.ycombinator.com/item?id=47770983</link><dc:creator>kanemcgrath</dc:creator><comments>https://news.ycombinator.com/item?id=47770983</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47770983</guid></item><item><title><![CDATA[New comment by kanemcgrath in "Nvidia's DLSS 5 uses generative AI to boost photorealism in video games"]]></title><description><![CDATA[
<p>I don't like the Netflix CGI slop movie style filter look it gives everything.  But that is a more general trend in tv and movies that I just can't stand.<p>I do think this will eventually be a major part of the graphics pipeline, but I hope it will be limited and masked to things like hair, which is almost impossible to get right in real-time rendering.</p>
]]></description><pubDate>Tue, 17 Mar 2026 20:49:15 +0000</pubDate><link>https://news.ycombinator.com/item?id=47418083</link><dc:creator>kanemcgrath</dc:creator><comments>https://news.ycombinator.com/item?id=47418083</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47418083</guid></item><item><title><![CDATA[New comment by kanemcgrath in "Is legal the same as legitimate: AI reimplementation and the erosion of copyleft"]]></title><description><![CDATA[
<p>without discussing copyright, I don't believe any of this is copied.  Which I think should be the argument that actually matters.<p>I downloaded both 6.0 and 7.0 and based on only a light comparison of a few key files, nothing would suggest to me that 7.0 was copied from 6.0, especially for a 41x faster implementation.
It is a lot more organized and readable in my armature opinion, and the code is about 1/10th the size.</p>
]]></description><pubDate>Mon, 09 Mar 2026 21:25:15 +0000</pubDate><link>https://news.ycombinator.com/item?id=47315764</link><dc:creator>kanemcgrath</dc:creator><comments>https://news.ycombinator.com/item?id=47315764</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47315764</guid></item><item><title><![CDATA[New comment by kanemcgrath in "Phi-4-reasoning-vision and the lessons of training a multimodal reasoning model"]]></title><description><![CDATA[
<p>Small local models are the only thing that still have that magic feeling to me.  While large models are still useful and impressive, it makes more sense that they are happening on a giant super computer in a datacenter somewhere.  But all the intelligence and capability that can run on my mid level gaming PC is astonishing to me.</p>
]]></description><pubDate>Sun, 08 Mar 2026 23:30:03 +0000</pubDate><link>https://news.ycombinator.com/item?id=47302786</link><dc:creator>kanemcgrath</dc:creator><comments>https://news.ycombinator.com/item?id=47302786</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47302786</guid></item></channel></rss>