<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: imron</title><link>https://news.ycombinator.com/user?id=imron</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Tue, 07 Apr 2026 01:55:07 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=imron" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by imron in "Microsoft hasn't had a coherent GUI strategy since Petzold"]]></title><description><![CDATA[
<p>That’s not so bad. I still stick to win32</p>
]]></description><pubDate>Sun, 05 Apr 2026 23:11:48 +0000</pubDate><link>https://news.ycombinator.com/item?id=47654886</link><dc:creator>imron</dc:creator><comments>https://news.ycombinator.com/item?id=47654886</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47654886</guid></item><item><title><![CDATA[New comment by imron in "Why Sora Failed: $15M/day inference cost vs. $2.1M lifetime revenue"]]></title><description><![CDATA[
<p>Make a loss on every sale but make it up in volume!</p>
]]></description><pubDate>Thu, 26 Mar 2026 10:19:54 +0000</pubDate><link>https://news.ycombinator.com/item?id=47528664</link><dc:creator>imron</dc:creator><comments>https://news.ycombinator.com/item?id=47528664</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47528664</guid></item><item><title><![CDATA[New comment by imron in "Ask HN: Why is everyone on HN obsessed with Rust?"]]></title><description><![CDATA[
<p>The robot _does_ gaf.<p>Rust's biggest selling point is that it turns runtime problems in to compile time problems.<p>Compile time problems are significantly easier and cheaper for robots (and humans) to solve.</p>
]]></description><pubDate>Fri, 20 Mar 2026 00:02:15 +0000</pubDate><link>https://news.ycombinator.com/item?id=47448335</link><dc:creator>imron</dc:creator><comments>https://news.ycombinator.com/item?id=47448335</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47448335</guid></item><item><title><![CDATA[New comment by imron in "Agents that run while I sleep"]]></title><description><![CDATA[
<p>Sometimes it’s still the app:<p><pre><code>   rows = select all accounts
   for each row in rows:
       update row
</code></pre>
But that’s not necessarily a PHP problem. N+1 queries are everywhere.</p>
]]></description><pubDate>Wed, 11 Mar 2026 06:43:28 +0000</pubDate><link>https://news.ycombinator.com/item?id=47332339</link><dc:creator>imron</dc:creator><comments>https://news.ycombinator.com/item?id=47332339</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47332339</guid></item><item><title><![CDATA[New comment by imron in "How I use Claude Code: Separation of planning and execution"]]></title><description><![CDATA[
<p>Not in the last 2 months.<p>Current clause subscription is a sunk cost for the next month.  Maybe I’ll try codex if Claude doesn’t lead anywhere.</p>
]]></description><pubDate>Sun, 22 Feb 2026 05:06:24 +0000</pubDate><link>https://news.ycombinator.com/item?id=47108382</link><dc:creator>imron</dc:creator><comments>https://news.ycombinator.com/item?id=47108382</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47108382</guid></item><item><title><![CDATA[New comment by imron in "How I use Claude Code: Separation of planning and execution"]]></title><description><![CDATA[
<p>> and use my $800/month company Claude allowance only for the tricky stuff that Codex can’t figure out.<p>It doesn’t seem controversial that the model that can solve more complex problems (that you admit the cheaper model can’t solve) costs more.<p>For the things I use it for, I’ve not found any other model to be worth it.</p>
]]></description><pubDate>Sun, 22 Feb 2026 02:51:54 +0000</pubDate><link>https://news.ycombinator.com/item?id=47107640</link><dc:creator>imron</dc:creator><comments>https://news.ycombinator.com/item?id=47107640</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47107640</guid></item><item><title><![CDATA[New comment by imron in "How I use Claude Code: Separation of planning and execution"]]></title><description><![CDATA[
<p>I have tried using this and other workflows for a long time and had never been able to get them to work (see chat history for details).<p>This has changed in the last week, for 3 reasons:<p>1. Claude opus. It’s the first model where I haven’t had to spend more time correcting things than it would’ve taken me to just do it myself.  The problem is that opus chews through tokens, which led to..<p>2. I upgraded my Claude plan. Previously on the regular plan I’d get about 20 mins of time before running out of tokens for the session and then needing to wait a few hours to use again. It was fine for little scripts or toy apps but not feasible for the regular dev work I do. So I upgraded to 5x. This now got me 1-2 hours per session before tokens expired. Which was better but still a frustration. Wincing at the price, I upgraded again to the 20x plan and this was the next game changer.  I had plenty of spare tokens per session and at that price it felt like they were being wasted - so I ramped up my usage. Following a similar process as OP but with a plans directory with subdirectories for backlog, active and complete plans, and skills with strict rules for planning, implementing and completing plans, I now have 5-6 projects on the go.  While I’m planning a feature on one the others are implementing. The strict plans and controls keep them on track and I have follow up skills for auditing quality and performance.  I still haven’t hit token limits for a session but I’ve almost hit my token limit for the week so I feel like I’m getting my money’s worth. In that sense spending more has forced me to figure out how to use more.<p>3. The final piece of the puzzle is using opencode over claude code. I’m not sure why but I just don’t gel with Claude code.  Maybe it’s all the sautéing and flibertygibbering, maybe it’s all the permission asking, maybe it’s that it doesn’t show what it’s doing as much as opencode. Whatever it is it just doesn’t work well for me. Opencode on the other hand is great. It’s shows what it’s doing and how it’s thinking which makes it easy for me to spot when it’s going off track
and correct early.<p>Having a detailed plan, and correcting and iterating on the plan is essential. Making clause follow the plan is also essential - but there’s a line. Too fine grained and it’s not as creative at solving problems. Too loose/high level and it makes bad choices and goes in the wrong direction.<p>Is it actually making me more productive? I think it is but I’m only a week in. I’ve decided to give myself a month to see how it all works out.<p>I don’t intend to keep paying for the 20x plan unless I can see a path to using it to earn me at least as much back.</p>
]]></description><pubDate>Sun, 22 Feb 2026 02:19:22 +0000</pubDate><link>https://news.ycombinator.com/item?id=47107451</link><dc:creator>imron</dc:creator><comments>https://news.ycombinator.com/item?id=47107451</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47107451</guid></item><item><title><![CDATA[New comment by imron in "Editor's Note: Retraction of article containing fabricated quotations"]]></title><description><![CDATA[
<p>How do you unintentionally use an AI to help you write an article?</p>
]]></description><pubDate>Mon, 16 Feb 2026 06:26:23 +0000</pubDate><link>https://news.ycombinator.com/item?id=47031552</link><dc:creator>imron</dc:creator><comments>https://news.ycombinator.com/item?id=47031552</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47031552</guid></item><item><title><![CDATA[New comment by imron in "Eight more months of agents"]]></title><description><![CDATA[
<p>> I just don’t code manually anymore<p>I'm curious about what industry you are in and the tech stack you are using?</p>
]]></description><pubDate>Tue, 10 Feb 2026 09:43:22 +0000</pubDate><link>https://news.ycombinator.com/item?id=46957392</link><dc:creator>imron</dc:creator><comments>https://news.ycombinator.com/item?id=46957392</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46957392</guid></item><item><title><![CDATA[New comment by imron in "Eight more months of agents"]]></title><description><![CDATA[
<p>Yes I have.</p>
]]></description><pubDate>Tue, 10 Feb 2026 09:18:25 +0000</pubDate><link>https://news.ycombinator.com/item?id=46957191</link><dc:creator>imron</dc:creator><comments>https://news.ycombinator.com/item?id=46957191</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46957191</guid></item><item><title><![CDATA[New comment by imron in "Eight more months of agents"]]></title><description><![CDATA[
<p>> By far the greatest IDE I have ever used was Visual Studio C++ 6.0 on Windows 2000<p>Visual C++ 6 was incredible!  My favourite IDE of all time too.</p>
]]></description><pubDate>Tue, 10 Feb 2026 07:31:57 +0000</pubDate><link>https://news.ycombinator.com/item?id=46956471</link><dc:creator>imron</dc:creator><comments>https://news.ycombinator.com/item?id=46956471</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46956471</guid></item><item><title><![CDATA[New comment by imron in "Testing Ads in ChatGPT"]]></title><description><![CDATA[
<p>It’s a boil the frog thing.</p>
]]></description><pubDate>Mon, 09 Feb 2026 19:36:44 +0000</pubDate><link>https://news.ycombinator.com/item?id=46949932</link><dc:creator>imron</dc:creator><comments>https://news.ycombinator.com/item?id=46949932</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46949932</guid></item><item><title><![CDATA[New comment by imron in "Our approach to advertising"]]></title><description><![CDATA[
<p>The first punchline<p>> Our mission is to ensure AGI benefits all of humanity; our pursuit of advertising is always in support of that mission</p>
]]></description><pubDate>Fri, 16 Jan 2026 23:23:08 +0000</pubDate><link>https://news.ycombinator.com/item?id=46653529</link><dc:creator>imron</dc:creator><comments>https://news.ycombinator.com/item?id=46653529</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46653529</guid></item><item><title><![CDATA[New comment by imron in "Ask HN: When has a "dumb" solution beaten a sophisticated one for you?"]]></title><description><![CDATA[
<p>They had a great article on this too.</p>
]]></description><pubDate>Tue, 13 Jan 2026 08:53:24 +0000</pubDate><link>https://news.ycombinator.com/item?id=46598682</link><dc:creator>imron</dc:creator><comments>https://news.ycombinator.com/item?id=46598682</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46598682</guid></item><item><title><![CDATA[New comment by imron in "Brave overhauled its Rust adblock engine with FlatBuffers, cutting memory 75%"]]></title><description><![CDATA[
<p>It is not necessary in a theoretical sense, but in a practical sense developers that care about memory efficiency only have a handful of options.<p>If you also care about memory safety it further limits options.</p>
]]></description><pubDate>Tue, 06 Jan 2026 03:41:58 +0000</pubDate><link>https://news.ycombinator.com/item?id=46508493</link><dc:creator>imron</dc:creator><comments>https://news.ycombinator.com/item?id=46508493</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46508493</guid></item><item><title><![CDATA[New comment by imron in "Vibe Coding for CTOs: The Real Cost of 100 Lines of Code"]]></title><description><![CDATA[
<p>I couldn’t tell if this article was genuine or satire, and I changed my mind several times throughout.</p>
]]></description><pubDate>Fri, 02 Jan 2026 10:52:07 +0000</pubDate><link>https://news.ycombinator.com/item?id=46463550</link><dc:creator>imron</dc:creator><comments>https://news.ycombinator.com/item?id=46463550</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46463550</guid></item><item><title><![CDATA[New comment by imron in "Google Cloud Run cost me $4,676 in 6 weeks with zero traff"]]></title><description><![CDATA[
<p>> Cloud SQL is the baseline<p>Does GCP not have something equivalent to Aurora Serverless? [0]<p>It's more expensive if you are constantly using the database over the course of a month, but much less expensive if you only have bursty traffic.<p>0: <a href="https://aws.amazon.com/rds/aurora/serverless/" rel="nofollow">https://aws.amazon.com/rds/aurora/serverless/</a></p>
]]></description><pubDate>Wed, 31 Dec 2025 10:52:33 +0000</pubDate><link>https://news.ycombinator.com/item?id=46443109</link><dc:creator>imron</dc:creator><comments>https://news.ycombinator.com/item?id=46443109</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46443109</guid></item><item><title><![CDATA[New comment by imron in "LLVM AI tool policy: human in the loop"]]></title><description><![CDATA[
<p>See this thread from a while back: <a href="https://news.ycombinator.com/item?id=46039274">https://news.ycombinator.com/item?id=46039274</a></p>
]]></description><pubDate>Wed, 31 Dec 2025 05:18:10 +0000</pubDate><link>https://news.ycombinator.com/item?id=46441575</link><dc:creator>imron</dc:creator><comments>https://news.ycombinator.com/item?id=46441575</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46441575</guid></item><item><title><![CDATA[New comment by imron in "You Need to Ditch VS Code"]]></title><description><![CDATA[
<p>That is a reasonable argument - but it was not made in the article and also does not preclude the use of breakpoints (see your except clause which covers a lot of ground).</p>
]]></description><pubDate>Tue, 30 Dec 2025 23:22:17 +0000</pubDate><link>https://news.ycombinator.com/item?id=46439375</link><dc:creator>imron</dc:creator><comments>https://news.ycombinator.com/item?id=46439375</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46439375</guid></item><item><title><![CDATA[New comment by imron in "You Need to Ditch VS Code"]]></title><description><![CDATA[
<p>You’re gonna love ctrl-r name-of-command</p>
]]></description><pubDate>Tue, 30 Dec 2025 13:27:08 +0000</pubDate><link>https://news.ycombinator.com/item?id=46433126</link><dc:creator>imron</dc:creator><comments>https://news.ycombinator.com/item?id=46433126</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46433126</guid></item></channel></rss>