<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: gardnr</title><link>https://news.ycombinator.com/user?id=gardnr</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Fri, 29 May 2026 20:43:54 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=gardnr" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by gardnr in "Elevated error rates on Opus 4.7"]]></title><description><![CDATA[
<p>Are you using Opus? Sonnet remains as useful as it was while Opus efficacy and token burn rate has soured over the last 4 months.</p>
]]></description><pubDate>Fri, 15 May 2026 01:43:15 +0000</pubDate><link>https://news.ycombinator.com/item?id=48143531</link><dc:creator>gardnr</dc:creator><comments>https://news.ycombinator.com/item?id=48143531</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48143531</guid></item><item><title><![CDATA[New comment by gardnr in "The hypocrisy of cyberlibertarianism"]]></title><description><![CDATA[
<p>I have a suspicion most Libertarians are actually something else but who haven't realized it yet. When you really dig into it: idea of private property (as in owning land and charging people rent for using it) is akin to slavery (owning people and extracting labor from them). The pre-colonial indigenous  structures of managing societies were much more aligned with my internal values but they are poorly defined in modern vernacular and we don't have a good "common vocabulary" to talk about how we might want to do things in a different way.</p>
]]></description><pubDate>Sun, 10 May 2026 00:07:34 +0000</pubDate><link>https://news.ycombinator.com/item?id=48079606</link><dc:creator>gardnr</dc:creator><comments>https://news.ycombinator.com/item?id=48079606</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48079606</guid></item><item><title><![CDATA[Show HN: Keep coding agents on track with shared Git hooks]]></title><description><![CDATA[
<p>You need to keep them fast and reliable or your team will hate you. Shared git hooks can be a double-edged sword. They can also prevent your agents from producing abject trash. Use `pre-commit` or `husky` and enable max-lines-per-file @ 600 lines and McCabe-style complexity at 10. You can ask your agents to use `rope` or `ts-morph` where it fits to refactor and meet the new requirements.<p>Add a note to our AGENTS.md/CLAUDE.md: "Make descriptive commits at reasonable intervals. Ensure the git hooks are installed. NEVER use `--no-verify` unless the user confirms first."<p>While you are in there add this magic too: `Use TDD "Red, green, refactor." where possible.`</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=48065889">https://news.ycombinator.com/item?id=48065889</a></p>
<p>Points: 2</p>
<p># Comments: 0</p>
]]></description><pubDate>Fri, 08 May 2026 17:05:32 +0000</pubDate><link>https://news.ycombinator.com/item?id=48065889</link><dc:creator>gardnr</dc:creator><comments>https://news.ycombinator.com/item?id=48065889</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48065889</guid></item><item><title><![CDATA[New comment by gardnr in "Agents need control flow, not more prompts"]]></title><description><![CDATA[
<p>This is straight outta 2023:<p>Agents aren't reliable; use workflows instead.</p>
]]></description><pubDate>Thu, 07 May 2026 18:17:56 +0000</pubDate><link>https://news.ycombinator.com/item?id=48052851</link><dc:creator>gardnr</dc:creator><comments>https://news.ycombinator.com/item?id=48052851</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48052851</guid></item><item><title><![CDATA[New comment by gardnr in "Claude.ai and API unavailable [fixed]"]]></title><description><![CDATA[
<p>Here is one source that agrees: <a href="https://artificialanalysis.ai/models/capabilities/coding" rel="nofollow">https://artificialanalysis.ai/models/capabilities/coding</a></p>
]]></description><pubDate>Thu, 30 Apr 2026 01:36:42 +0000</pubDate><link>https://news.ycombinator.com/item?id=47957036</link><dc:creator>gardnr</dc:creator><comments>https://news.ycombinator.com/item?id=47957036</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47957036</guid></item><item><title><![CDATA[New comment by gardnr in "Intel Arc Pro B70 Review"]]></title><description><![CDATA[
<p>Same throughput with much less heat. Not sure what that extra 175w is going towards but it's diminishing returns.</p>
]]></description><pubDate>Wed, 29 Apr 2026 03:11:19 +0000</pubDate><link>https://news.ycombinator.com/item?id=47943783</link><dc:creator>gardnr</dc:creator><comments>https://news.ycombinator.com/item?id=47943783</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47943783</guid></item><item><title><![CDATA[New comment by gardnr in "GitHub unwanted UX change: issue links now open in a popup"]]></title><description><![CDATA[
<p>They keep adding “fancy” UI and hijacking standard browser behaviour that is infuriating on a daily basis.<p>Please consider a lofi version for people that want to select text without navigating to a different page.</p>
]]></description><pubDate>Sun, 26 Apr 2026 18:43:09 +0000</pubDate><link>https://news.ycombinator.com/item?id=47912713</link><dc:creator>gardnr</dc:creator><comments>https://news.ycombinator.com/item?id=47912713</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47912713</guid></item><item><title><![CDATA[New comment by gardnr in "Show HN: I've built a nice home server OS"]]></title><description><![CDATA[
<p>Looks like it may not have a package manager like apt or dnf:<p>> Can you please add wget, nano, $my_fav_app_omg_i_love_it to the root filesystem?<p>> No, not likely.<p>I am guessing the way to use software not already in the image is to use `docker run`.</p>
]]></description><pubDate>Fri, 24 Apr 2026 23:29:05 +0000</pubDate><link>https://news.ycombinator.com/item?id=47897066</link><dc:creator>gardnr</dc:creator><comments>https://news.ycombinator.com/item?id=47897066</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47897066</guid></item><item><title><![CDATA[New comment by gardnr in "Tell HN: Claude 4.7 is ignoring stop hooks"]]></title><description><![CDATA[
<p>It can be damn near impossible to break them out of some loops once they've committed. Gotta trim the context back to before the behaviour started.</p>
]]></description><pubDate>Fri, 24 Apr 2026 23:20:09 +0000</pubDate><link>https://news.ycombinator.com/item?id=47897001</link><dc:creator>gardnr</dc:creator><comments>https://news.ycombinator.com/item?id=47897001</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47897001</guid></item><item><title><![CDATA[New comment by gardnr in "DeepSeek v4"]]></title><description><![CDATA[
<p>865 GB: I am going to need a bigger GPU.</p>
]]></description><pubDate>Fri, 24 Apr 2026 05:39:29 +0000</pubDate><link>https://news.ycombinator.com/item?id=47886026</link><dc:creator>gardnr</dc:creator><comments>https://news.ycombinator.com/item?id=47886026</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47886026</guid></item><item><title><![CDATA[New comment by gardnr in "Apple Changes Prongs on MacBook Chargers; Breaks Compatibility"]]></title><description><![CDATA[
<p>If you buy a new MacBook Pro be prepared to ditch all of your duckhead adapters.<p>If you enjoy using a "Power Adapter Extension Cable" to extend your distance from the wall, then be prepared that you cannot buy one that fits the new prongs as Apple does not sell them.<p>I just got off the phone with their sales support and they recommended that I go to a hardware store and buy a regular extension cable.</p>
]]></description><pubDate>Fri, 24 Apr 2026 02:12:31 +0000</pubDate><link>https://news.ycombinator.com/item?id=47884687</link><dc:creator>gardnr</dc:creator><comments>https://news.ycombinator.com/item?id=47884687</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47884687</guid></item><item><title><![CDATA[Apple Changes Prongs on MacBook Chargers; Breaks Compatibility]]></title><description><![CDATA[
<p>Article URL: <a href="https://discussions.apple.com/thread/256262949?sortBy=rank">https://discussions.apple.com/thread/256262949?sortBy=rank</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=47884686">https://news.ycombinator.com/item?id=47884686</a></p>
<p>Points: 3</p>
<p># Comments: 1</p>
]]></description><pubDate>Fri, 24 Apr 2026 02:12:31 +0000</pubDate><link>https://discussions.apple.com/thread/256262949?sortBy=rank</link><dc:creator>gardnr</dc:creator><comments>https://news.ycombinator.com/item?id=47884686</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47884686</guid></item><item><title><![CDATA[New comment by gardnr in "Acetaminophen vs. ibuprofen"]]></title><description><![CDATA[
<p>I wouldn't label that arrogance. In my experience outside the USA, my GP has been unaware of new research / advice / guidelines published by the MoH. They generally respond to new info from reputable sources when you print it out and bring it to them.<p>I would expect specialists to be subscribed to journals and reading the latest articles in their field. When I saw a specialist at UCSF this was definitely the case; while my GP still has gaps where their current knowledge on a specific subject is from their time at med school.<p>An equivalence would be a front-end engineer being naive to the happenings on the Linux kernel mailing list. They could likely understand what's going on if they took the time to read it, but that is not their focus.</p>
]]></description><pubDate>Wed, 22 Apr 2026 19:31:54 +0000</pubDate><link>https://news.ycombinator.com/item?id=47868184</link><dc:creator>gardnr</dc:creator><comments>https://news.ycombinator.com/item?id=47868184</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47868184</guid></item><item><title><![CDATA[New comment by gardnr in "Measuring Claude 4.7's tokenizer costs"]]></title><description><![CDATA[
<p>The GLM-4.7 model isn't that great. I was on their $200/month plan for a while. It was really hard to keep up with how fast it works. Going back to Claude seems like everything takes forever. GLM got much better in 5.1 but Cerebras still doesn't offer that yet (it's a bit heavier). I have a year of Z.ai that I got as a bargain and I use GLM-5.1 for some open source stuff but I am a bit nervous about sending data into their API.</p>
]]></description><pubDate>Fri, 17 Apr 2026 23:54:53 +0000</pubDate><link>https://news.ycombinator.com/item?id=47811881</link><dc:creator>gardnr</dc:creator><comments>https://news.ycombinator.com/item?id=47811881</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47811881</guid></item><item><title><![CDATA[New comment by gardnr in "Cloudflare Email Service"]]></title><description><![CDATA[
<p>It's like the author handed the copy to the editor who then added a new broken sentence after each original sentence that somehow jams "agents" in there.</p>
]]></description><pubDate>Thu, 16 Apr 2026 16:23:56 +0000</pubDate><link>https://news.ycombinator.com/item?id=47795748</link><dc:creator>gardnr</dc:creator><comments>https://news.ycombinator.com/item?id=47795748</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47795748</guid></item><item><title><![CDATA[New comment by gardnr in "Muse Spark: Scaling towards personal superintelligence"]]></title><description><![CDATA[
<p>The llama weights were leaked. It open sourced itself.<p>You are right though. Meta could have been in lockstep releasing ChatGPT features into some chat bot on Facebook.com but instead it seemed like their FAIR arm was hell bent on commoditising this stuff by publishing their research models before the Chinese companies took the lead in that.<p>It’s hard for me to be mad at FAIR even though I general disagree with the outcomes that Meta produce for their users.</p>
]]></description><pubDate>Wed, 08 Apr 2026 19:36:27 +0000</pubDate><link>https://news.ycombinator.com/item?id=47695195</link><dc:creator>gardnr</dc:creator><comments>https://news.ycombinator.com/item?id=47695195</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47695195</guid></item><item><title><![CDATA[New comment by gardnr in "Muse Spark: Scaling towards personal superintelligence"]]></title><description><![CDATA[
<p>It’s personal…</p>
]]></description><pubDate>Wed, 08 Apr 2026 19:27:16 +0000</pubDate><link>https://news.ycombinator.com/item?id=47695065</link><dc:creator>gardnr</dc:creator><comments>https://news.ycombinator.com/item?id=47695065</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47695065</guid></item><item><title><![CDATA[New comment by gardnr in "Muse Spark: Scaling towards personal superintelligence"]]></title><description><![CDATA[
<p>I was really excited until I realised that “personal” meant “owned by meta“.<p>I’m trying to decide is I find the doublespeak a bit offensive or not.</p>
]]></description><pubDate>Wed, 08 Apr 2026 19:26:19 +0000</pubDate><link>https://news.ycombinator.com/item?id=47695054</link><dc:creator>gardnr</dc:creator><comments>https://news.ycombinator.com/item?id=47695054</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47695054</guid></item><item><title><![CDATA[New comment by gardnr in "Claude Code is unusable for complex engineering tasks with the Feb updates"]]></title><description><![CDATA[
<p>There is this 3rd party tracker: <a href="https://marginlab.ai/trackers/claude-code/" rel="nofollow">https://marginlab.ai/trackers/claude-code/</a></p>
]]></description><pubDate>Mon, 06 Apr 2026 20:38:07 +0000</pubDate><link>https://news.ycombinator.com/item?id=47666707</link><dc:creator>gardnr</dc:creator><comments>https://news.ycombinator.com/item?id=47666707</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47666707</guid></item><item><title><![CDATA[New comment by gardnr in "iNaturalist"]]></title><description><![CDATA[
<p>A genuinely good-for-the-world project. The data is really useful for science and for machine learning. You can export all the research-grade identifications of fungi to train a classifier; if that’s what you’re into.</p>
]]></description><pubDate>Fri, 03 Apr 2026 18:56:21 +0000</pubDate><link>https://news.ycombinator.com/item?id=47630609</link><dc:creator>gardnr</dc:creator><comments>https://news.ycombinator.com/item?id=47630609</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47630609</guid></item></channel></rss>