<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: beefsack</title><link>https://news.ycombinator.com/user?id=beefsack</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Sun, 30 Aug 2026 11:06:24 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=beefsack" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by beefsack in "Hy4 preview"]]></title><description><![CDATA[
<p>I can't help but imagine agents using caveman speak sometimes start behaving in a stereotypically caveman manner, even if it's subtle. Is there a chance the agent does less reasoning because of it?</p>
]]></description><pubDate>Sat, 29 Aug 2026 23:31:08 +0000</pubDate><link>https://news.ycombinator.com/item?id=49494251</link><dc:creator>beefsack</dc:creator><comments>https://news.ycombinator.com/item?id=49494251</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49494251</guid></item><item><title><![CDATA[New comment by beefsack in "Qwen 3.8"]]></title><description><![CDATA[
<p>For those trying to get it to work in OpenCode with a Qwen Cloud Token Plan, this is what worked for me. Note that I've just matched Qwen 3.7 Max for the limits as I don't know exactly what they are.<p><pre><code>  "provider": {
    "alibaba-token-plan": {
      "models": {
        "qwen3.8-max-preview": {
          "limit": {
            "context": 1048576,
            "output": 65536
          },
          "modalities": {
            "input": [
              "text"
            ],
            "output": [
              "text"
            ]
          },
          "name": "Qwen3.8 Max Preview"
        }
      }
    }
  }</code></pre></p>
]]></description><pubDate>Sun, 19 Jul 2026 13:05:49 +0000</pubDate><link>https://news.ycombinator.com/item?id=48967898</link><dc:creator>beefsack</dc:creator><comments>https://news.ycombinator.com/item?id=48967898</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48967898</guid></item><item><title><![CDATA[New comment by beefsack in "Fable 5 vs. GPT-5.6 Sol on an NP-Hard Problem: Does /goal help?"]]></title><description><![CDATA[
<p>For the vast majority of models I've worked with, 150k tokens of context seems like some magic spot. If you can stay under it then the session will stay on track and the agent won't start getting forgetful and weird.<p>Just like with real work, it's valuable to break down big tasks into small tasks that you can knock over in a single session. When a session does start getting too big, you just need to ask the agent to reply with a comprehensive handover report and paste it into a new session.</p>
]]></description><pubDate>Sat, 18 Jul 2026 14:18:44 +0000</pubDate><link>https://news.ycombinator.com/item?id=48958398</link><dc:creator>beefsack</dc:creator><comments>https://news.ycombinator.com/item?id=48958398</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48958398</guid></item><item><title><![CDATA[New comment by beefsack in "Pebble Mega Update – July 2026"]]></title><description><![CDATA[
<p>Nirav from Framework is similar, he speaks openly about compromises they make with their designs and why they make them.<p>When leaders are both technical and open about these sorts of things it makes me feel like I can trust that they are invested in supporting and improving their products.</p>
]]></description><pubDate>Fri, 17 Jul 2026 07:31:31 +0000</pubDate><link>https://news.ycombinator.com/item?id=48944346</link><dc:creator>beefsack</dc:creator><comments>https://news.ycombinator.com/item?id=48944346</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48944346</guid></item><item><title><![CDATA[New comment by beefsack in "GPT-5.6"]]></title><description><![CDATA[
<p>I'd say Codex and Claude Code have different strengths and weaknesses. Claude Code is significantly better in terms of their subagent UI for example - being able to see the list of subagents under the input is great.<p>To be honest though, I've gotten to the point where I prefer the OpenCode UI. A big win for OpenAI is you can log in to your subscription in OpenCode, whereas this is not trivially achievable for a Claude subscription.<p>I was getting some really impressive cost efficiency today in OpenCode with the following:<p><pre><code>  * Main session agent: gpt-5.6-sol (high) via OpenAI subscription
  * General purpose subagent: deepseek-v4-pro (high) via OpenCode Go subscription
  * Using `obra/superpowers` for subagent driven workflows
  * The main session only being allowed filesystem read permissions and everything else delegated
</code></pre>
It was absolutely crunching through tasks without hitting the limit, and this combination is quite cost effective.<p>GPT 5.6 was picking up on quality and functional issues from DeepSeek and having it resolve them cleanly, and I didn't even get close to my quotas whereas I can usually blast through them. I feel as people get more comfortable with subagents and mixing and matching models in their daily work, Anthropic's walled garden stance will start to hurt them.</p>
]]></description><pubDate>Fri, 10 Jul 2026 09:00:25 +0000</pubDate><link>https://news.ycombinator.com/item?id=48857510</link><dc:creator>beefsack</dc:creator><comments>https://news.ycombinator.com/item?id=48857510</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48857510</guid></item><item><title><![CDATA[New comment by beefsack in "What British people mean when they say 'sorry'"]]></title><description><![CDATA[
<p>I think it would be the case in many of the commonwealth countries. You hear "sorry" being used a lot like this in Australia too.</p>
]]></description><pubDate>Thu, 07 May 2026 04:38:41 +0000</pubDate><link>https://news.ycombinator.com/item?id=48045441</link><dc:creator>beefsack</dc:creator><comments>https://news.ycombinator.com/item?id=48045441</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48045441</guid></item><item><title><![CDATA[New comment by beefsack in "Schedule tasks on the web"]]></title><description><![CDATA[
<p>I feel this would be more useful for tasks like "Check website X to see if there are any great deals today". Specifically, tasks that are loosely defined and require some form of intuition.</p>
]]></description><pubDate>Fri, 27 Mar 2026 08:35:23 +0000</pubDate><link>https://news.ycombinator.com/item?id=47540258</link><dc:creator>beefsack</dc:creator><comments>https://news.ycombinator.com/item?id=47540258</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47540258</guid></item><item><title><![CDATA[New comment by beefsack in "Helix: A post-modern text editor"]]></title><description><![CDATA[
<p>The different bindings vs Vim was actually what stopped me using it. I really really wanted to love it and love a lot of the motivation and principles behind it, but unlearning decades of muscle memory is an absolute nightmare.</p>
]]></description><pubDate>Sat, 07 Mar 2026 07:25:46 +0000</pubDate><link>https://news.ycombinator.com/item?id=47285339</link><dc:creator>beefsack</dc:creator><comments>https://news.ycombinator.com/item?id=47285339</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47285339</guid></item><item><title><![CDATA[New comment by beefsack in "GPT-5.4"]]></title><description><![CDATA[
<p>Many people buy two separate Claude pro subscriptions and that makes the limit become a non-issue. It works surprisingly well when you tend to hit the 5 hourly limit after a few hours, and hit the weekly limit after 4-5 days. $40 vs $100 is significant for a lot of people.</p>
]]></description><pubDate>Fri, 06 Mar 2026 03:27:29 +0000</pubDate><link>https://news.ycombinator.com/item?id=47270483</link><dc:creator>beefsack</dc:creator><comments>https://news.ycombinator.com/item?id=47270483</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47270483</guid></item><item><title><![CDATA[New comment by beefsack in "LLMs as the new high level language"]]></title><description><![CDATA[
<p>Prompting isn't programming. Prompting is managing.</p>
]]></description><pubDate>Sat, 07 Feb 2026 23:28:35 +0000</pubDate><link>https://news.ycombinator.com/item?id=46929439</link><dc:creator>beefsack</dc:creator><comments>https://news.ycombinator.com/item?id=46929439</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46929439</guid></item><item><title><![CDATA[New comment by beefsack in "AI is killing B2B SaaS"]]></title><description><![CDATA[
<p>It almost always devolves into some all encompassing ERP that is meant to solve the needs of all parts of the business and save millions in licensing costs, and we all know how well that plan goes.</p>
]]></description><pubDate>Thu, 05 Feb 2026 03:33:23 +0000</pubDate><link>https://news.ycombinator.com/item?id=46895346</link><dc:creator>beefsack</dc:creator><comments>https://news.ycombinator.com/item?id=46895346</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46895346</guid></item><item><title><![CDATA[New comment by beefsack in "Show HN: Stop Claude Code from forgetting everything"]]></title><description><![CDATA[
<p>I feel like so many of these memory solutions are incredibly over-engineered too.<p>You can work around a lot of the memory issues for large and complex tasks just by making the agent keep work logs. Critical context to keep throughout large pieces of work include decisions, conversations, investigations, plans and implementations - a normal developer should be tracking these and it's sensible to have the agent track them too in a way that survives compaction.</p>
]]></description><pubDate>Tue, 30 Dec 2025 03:34:11 +0000</pubDate><link>https://news.ycombinator.com/item?id=46429251</link><dc:creator>beefsack</dc:creator><comments>https://news.ycombinator.com/item?id=46429251</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46429251</guid></item><item><title><![CDATA[New comment by beefsack in "Claude Code: Now in Beta in Zed"]]></title><description><![CDATA[
<p>The model is usually so confused after a /compact I also prefer a /clear.<p>I set up my directives to maintain a work log for all work that I do. I instruct Claude Code to maintain a full log of the conversation, all commands executed including results, all failures as well as successes, all learnings and discoveries, as well as a plan/task list including details of what's next. When context is getting full, I do a /clear and start the new session by re-reading the work log and it is able to jump right back into action without confusion.<p>Work logs are great because the context becomes portable - you can share it between different tools or engineers and can persist the context for reuse later if needed.</p>
]]></description><pubDate>Thu, 04 Sep 2025 09:02:52 +0000</pubDate><link>https://news.ycombinator.com/item?id=45125167</link><dc:creator>beefsack</dc:creator><comments>https://news.ycombinator.com/item?id=45125167</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45125167</guid></item><item><title><![CDATA[New comment by beefsack in "Simon Tatham's Portable Puzzle Collection"]]></title><description><![CDATA[
<p>I wonder how many thousands of hours I have put into this wonderful collection. My kids play them too.<p>There's some jank relating to fractional scaling on Wayland unfortunately, but I keep one monitor without scaling so when I want to play I just launch the puzzles on that.</p>
]]></description><pubDate>Sat, 26 Jul 2025 08:41:21 +0000</pubDate><link>https://news.ycombinator.com/item?id=44692487</link><dc:creator>beefsack</dc:creator><comments>https://news.ycombinator.com/item?id=44692487</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44692487</guid></item><item><title><![CDATA[New comment by beefsack in "Pimping My Casio: Part Deux"]]></title><description><![CDATA[
<p>I absolutely loved my Pebble. It was so amazing in its own niche.</p>
]]></description><pubDate>Sat, 19 Jul 2025 11:22:29 +0000</pubDate><link>https://news.ycombinator.com/item?id=44614541</link><dc:creator>beefsack</dc:creator><comments>https://news.ycombinator.com/item?id=44614541</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44614541</guid></item><item><title><![CDATA[New comment by beefsack in "Suckless.org: software that sucks less"]]></title><description><![CDATA[
<p>I generally find with Nix and NixOS that I'm able to just use a dev shell to create little custom environments at runtime as needed. Another option is `mkOutOfStoreSymlink` if you want some dynamic config for some GUI you are running.<p>Depends on what you are trying to achieve though.</p>
]]></description><pubDate>Sat, 22 Feb 2025 03:07:38 +0000</pubDate><link>https://news.ycombinator.com/item?id=43135703</link><dc:creator>beefsack</dc:creator><comments>https://news.ycombinator.com/item?id=43135703</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43135703</guid></item><item><title><![CDATA[New comment by beefsack in "GitHub was down"]]></title><description><![CDATA[
<p>They say you shouldn't host status pages on the same infrastructure that it is monitoring, but in a way that makes it much more accurate and responsive in outages!</p>
]]></description><pubDate>Thu, 15 Aug 2024 06:08:36 +0000</pubDate><link>https://news.ycombinator.com/item?id=41253492</link><dc:creator>beefsack</dc:creator><comments>https://news.ycombinator.com/item?id=41253492</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41253492</guid></item><item><title><![CDATA[New comment by beefsack in "The album art of Phil Hartmann (2022)"]]></title><description><![CDATA[
<p>Crazy to think he died 26 years ago.</p>
]]></description><pubDate>Wed, 26 Jun 2024 06:16:35 +0000</pubDate><link>https://news.ycombinator.com/item?id=40796936</link><dc:creator>beefsack</dc:creator><comments>https://news.ycombinator.com/item?id=40796936</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40796936</guid></item><item><title><![CDATA[New comment by beefsack in "Krazam OS"]]></title><description><![CDATA[
<p>Open the Terminal and type help to start a puzzle, not much to it but it was a bit of silly fun!</p>
]]></description><pubDate>Tue, 23 Apr 2024 09:00:30 +0000</pubDate><link>https://news.ycombinator.com/item?id=40129939</link><dc:creator>beefsack</dc:creator><comments>https://news.ycombinator.com/item?id=40129939</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40129939</guid></item><item><title><![CDATA[New comment by beefsack in "Building end-to-end security for Messenger"]]></title><description><![CDATA[
<p>It seems really straightforward to suggest that the better way to solve this is with standard protocols and self-hosting, but I do realise that's quite hand wavy and often not very accessible.<p>SMTP is an example of this succeeding, as problematic as that protocol is.</p>
]]></description><pubDate>Thu, 07 Dec 2023 04:10:57 +0000</pubDate><link>https://news.ycombinator.com/item?id=38552723</link><dc:creator>beefsack</dc:creator><comments>https://news.ycombinator.com/item?id=38552723</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38552723</guid></item></channel></rss>