<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: andrewchilds</title><link>https://news.ycombinator.com/user?id=andrewchilds</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Thu, 30 Apr 2026 03:06:48 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=andrewchilds" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[Show HN: Local, agent-friendly double-entry bookkeeping and tax prep]]></title><description><![CDATA[
<p>Hi HN. I built this to help me keep my books in order and get my personal + small business tax returns for this year filed. I had been using an older piece of accounting software I wrote maybe 10 years ago that I never open-sourced; I realized that agents can actually help quite a bit with accounting tasks, so I built this new version. It's a local-only app that uses Bun and Postgres. No telemetry aside from what you choose to send to an agent. It makes backups, you can undo/redo, and you can export/import using JSON. Federal, state and corp tax categories are built-in so you can link accounts to specific schedules and lines. It handles imports from a lot of different sources quite well.</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=47844178">https://news.ycombinator.com/item?id=47844178</a></p>
<p>Points: 1</p>
<p># Comments: 0</p>
]]></description><pubDate>Tue, 21 Apr 2026 03:30:48 +0000</pubDate><link>https://github.com/andrewchilds/moneypit</link><dc:creator>andrewchilds</dc:creator><comments>https://news.ycombinator.com/item?id=47844178</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47844178</guid></item><item><title><![CDATA[New comment by andrewchilds in "Claude Opus 4.7"]]></title><description><![CDATA[
<p>I'm still very happily using Claude Code + Opus 4.5, and am distressed by the idea of losing access to that specific model in a few months. In my experience, 4.5 is very much worth $100/month, whereas 4.6 is basically worthless. I'm honestly not even interested in trying out 4.7. The unfortunate reality of these black boxes is that what makes a particular model shine is very hard to understand and replicate, so you end up with an unpredictable product direction, not something that is steadily improving.</p>
]]></description><pubDate>Fri, 17 Apr 2026 02:17:22 +0000</pubDate><link>https://news.ycombinator.com/item?id=47801841</link><dc:creator>andrewchilds</dc:creator><comments>https://news.ycombinator.com/item?id=47801841</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47801841</guid></item><item><title><![CDATA[New comment by andrewchilds in "Claude Sonnet 4.6"]]></title><description><![CDATA[
<p>I've found that Opus 4.6 is happy to read a significant amount of the codebase in preparation to do something, whereas Opus 4.5 tends to be much more efficient and targeted about pulling in relevant context.</p>
]]></description><pubDate>Tue, 17 Feb 2026 19:58:02 +0000</pubDate><link>https://news.ycombinator.com/item?id=47052385</link><dc:creator>andrewchilds</dc:creator><comments>https://news.ycombinator.com/item?id=47052385</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47052385</guid></item><item><title><![CDATA[New comment by andrewchilds in "Claude Sonnet 4.6"]]></title><description><![CDATA[
<p>You're not alone: <a href="https://github.com/anthropics/claude-code/issues/23706" rel="nofollow">https://github.com/anthropics/claude-code/issues/23706</a></p>
]]></description><pubDate>Tue, 17 Feb 2026 19:40:11 +0000</pubDate><link>https://news.ycombinator.com/item?id=47052087</link><dc:creator>andrewchilds</dc:creator><comments>https://news.ycombinator.com/item?id=47052087</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47052087</guid></item><item><title><![CDATA[New comment by andrewchilds in "Claude Sonnet 4.6"]]></title><description><![CDATA[
<p>Many people have reported Opus 4.6 is a step back from Opus 4.5 - that 4.6 is consuming 5-10x as many tokens as 4.5 to accomplish the same task: <a href="https://github.com/anthropics/claude-code/issues/23706" rel="nofollow">https://github.com/anthropics/claude-code/issues/23706</a><p>I haven't seen a response from the Anthropic team about it.<p>I can't help but look at Sonnet 4.6 in the same light, and want to stick with 4.5 across the board until this issue is acknowledged and resolved.</p>
]]></description><pubDate>Tue, 17 Feb 2026 19:39:13 +0000</pubDate><link>https://news.ycombinator.com/item?id=47052072</link><dc:creator>andrewchilds</dc:creator><comments>https://news.ycombinator.com/item?id=47052072</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47052072</guid></item><item><title><![CDATA[Show HN: Productmap – local-first visual product planning for humans and agents]]></title><description><![CDATA[
<p>Hi HN,<p>I'm working on getting a new startup off the ground that has a lot of moving pieces, components, and product areas and I was starting to struggle with seeing how far along everything was.<p>I decided to build this as a way to help me visually see where things are with my product, and as a way to connect specific tasks with specific Claude Code sessions.<p>Key features:<p>- No telemetry
- Tasks are displayed as draggable, resizable cards on a recursive canvas
- Tasks can have subtasks, markdown plan docs, open & resolved questions, and its own dedicated Claude Code process
- The terminal tab automatically prompts Claude with context from the task
- All data is stored locally as text files in a {project}/productmap directory, in a human (and agent) readable format<p>The README includes a screen-capture that illustrates how it looks with a full project.<p>Built using SvelteKit and Electron.</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=47051893">https://news.ycombinator.com/item?id=47051893</a></p>
<p>Points: 2</p>
<p># Comments: 0</p>
]]></description><pubDate>Tue, 17 Feb 2026 19:27:23 +0000</pubDate><link>https://github.com/andrewchilds/Productmap</link><dc:creator>andrewchilds</dc:creator><comments>https://news.ycombinator.com/item?id=47051893</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47051893</guid></item><item><title><![CDATA[New comment by andrewchilds in "Over 36,500 killed in Iran's deadliest massacre, documents reveal"]]></title><description><![CDATA[
<p>The word "iran" is currently mentioned exactly zero times on <a href="https://nytimes.com" rel="nofollow">https://nytimes.com</a>. Plenty of baking tips though.</p>
]]></description><pubDate>Tue, 27 Jan 2026 16:23:45 +0000</pubDate><link>https://news.ycombinator.com/item?id=46782092</link><dc:creator>andrewchilds</dc:creator><comments>https://news.ycombinator.com/item?id=46782092</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46782092</guid></item><item><title><![CDATA[New comment by andrewchilds in "Bye Bye Gmail"]]></title><description><![CDATA[
<p>Maybe it’s just me, but I have serious issue with Fastmail’s spam filtering. Meaning, it seems that I am the spam filter. I find myself considering closing the account on a regular basis because of it.<p>I am also extremely frustrated with Gmail’s AI features now being apparently impossible to disable.</p>
]]></description><pubDate>Sat, 24 Jan 2026 21:05:20 +0000</pubDate><link>https://news.ycombinator.com/item?id=46747661</link><dc:creator>andrewchilds</dc:creator><comments>https://news.ycombinator.com/item?id=46747661</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46747661</guid></item><item><title><![CDATA[New comment by andrewchilds in "Sick of smart TVs? Here are your best options"]]></title><description><![CDATA[
<p>Not the parent but my family also has a mac mini to offline TV setup - just a small bluetooth keyboard/mouse and the tv remote for volume. Works well.<p>As far as I know there are no remotes that work with MacOS.</p>
]]></description><pubDate>Sat, 13 Dec 2025 13:49:28 +0000</pubDate><link>https://news.ycombinator.com/item?id=46254486</link><dc:creator>andrewchilds</dc:creator><comments>https://news.ycombinator.com/item?id=46254486</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46254486</guid></item><item><title><![CDATA[New comment by andrewchilds in "Bad Dye Job"]]></title><description><![CDATA[
<p>My hope is this will lead to the reversal of the insane "HDR auto-brightness" behavior that causes any photo marked as HDR to go extreme brightness mode while the rest of the screen darkens:<p><a href="https://discussions.apple.com/thread/254050878" rel="nofollow">https://discussions.apple.com/thread/254050878</a> 
<a href="https://apple.stackexchange.com/questions/436949/why-are-some-videos-appearing-to-make-my-screen-extremely-bright" rel="nofollow">https://apple.stackexchange.com/questions/436949/why-are-som...</a></p>
]]></description><pubDate>Mon, 08 Dec 2025 22:49:18 +0000</pubDate><link>https://news.ycombinator.com/item?id=46198736</link><dc:creator>andrewchilds</dc:creator><comments>https://news.ycombinator.com/item?id=46198736</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46198736</guid></item><item><title><![CDATA[New comment by andrewchilds in "How to post when no one is reading"]]></title><description><![CDATA[
<p>If your definition of a return on your blogging/writing investment is how many likes you got, you're doing it for the wrong reasons.<p>I am in no way a good writer, and I don't have an audience, however a few of the articles I've published on my personal site have resulted in a small number of extremely high quality responses from almost exactly the people I wanted to reach. For example, I wrote a review of an insulin pump and received a reply a few days later from a director at the company thanking me for the review and that he was sharing it with his team.<p>So I'd say blogging can absolutely can pay off, if you think of it in terms of making connections with the right people over time.</p>
]]></description><pubDate>Mon, 02 Jun 2025 15:05:56 +0000</pubDate><link>https://news.ycombinator.com/item?id=44159587</link><dc:creator>andrewchilds</dc:creator><comments>https://news.ycombinator.com/item?id=44159587</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44159587</guid></item><item><title><![CDATA[Would Somebody Please Just Build This Browser]]></title><description><![CDATA[
<p>Article URL: <a href="https://andrewchilds.com/posts/please-build-this-browser">https://andrewchilds.com/posts/please-build-this-browser</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=44140293">https://news.ycombinator.com/item?id=44140293</a></p>
<p>Points: 2</p>
<p># Comments: 1</p>
]]></description><pubDate>Fri, 30 May 2025 22:06:13 +0000</pubDate><link>https://andrewchilds.com/posts/please-build-this-browser</link><dc:creator>andrewchilds</dc:creator><comments>https://news.ycombinator.com/item?id=44140293</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44140293</guid></item><item><title><![CDATA[New comment by andrewchilds in "The David Lynch Collection"]]></title><description><![CDATA[
<p>It’s not just David Lynch’s own coffee drinking. Making coffee (“there was a fish in the percolator!”) and drinking coffee was one of the most memorable aspects of the original Twin Peaks TV series.</p>
]]></description><pubDate>Fri, 30 May 2025 12:35:45 +0000</pubDate><link>https://news.ycombinator.com/item?id=44135566</link><dc:creator>andrewchilds</dc:creator><comments>https://news.ycombinator.com/item?id=44135566</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44135566</guid></item><item><title><![CDATA[New comment by andrewchilds in "Instagram Addiction"]]></title><description><![CDATA[
<p>You are free to do whatever you want with your website. This is about the limited number of platforms where communities exist online these days, and how those platforms knowingly using addictive and harmful UX patterns to keep people hooked. I think you and I deserve some level of consumer protection from that.</p>
]]></description><pubDate>Wed, 21 May 2025 20:27:29 +0000</pubDate><link>https://news.ycombinator.com/item?id=44055961</link><dc:creator>andrewchilds</dc:creator><comments>https://news.ycombinator.com/item?id=44055961</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44055961</guid></item><item><title><![CDATA[New comment by andrewchilds in "Show HN: Sshsync – CLI tool to run shell commands across multiple remote servers"]]></title><description><![CDATA[
<p>PR to add Vultr support: <a href="https://github.com/andrewchilds/overcast/pull/61">https://github.com/andrewchilds/overcast/pull/61</a></p>
]]></description><pubDate>Wed, 21 May 2025 15:18:48 +0000</pubDate><link>https://news.ycombinator.com/item?id=44052438</link><dc:creator>andrewchilds</dc:creator><comments>https://news.ycombinator.com/item?id=44052438</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44052438</guid></item><item><title><![CDATA[New comment by andrewchilds in "Show HN: Sshsync – CLI tool to run shell commands across multiple remote servers"]]></title><description><![CDATA[
<p>It does not support Vultr currently, but it likely wouldn't be difficult to add. There's an open issue for it: <a href="https://github.com/andrewchilds/overcast/issues/58">https://github.com/andrewchilds/overcast/issues/58</a></p>
]]></description><pubDate>Wed, 21 May 2025 13:05:05 +0000</pubDate><link>https://news.ycombinator.com/item?id=44051035</link><dc:creator>andrewchilds</dc:creator><comments>https://news.ycombinator.com/item?id=44051035</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44051035</guid></item><item><title><![CDATA[New comment by andrewchilds in "Instagram Addiction"]]></title><description><![CDATA[
<p>The point was that we should have some kind of social contract that pushes back against the worst known addictive product choices, and to create public awareness about them. Mobile Safari has some limited functionality built-in like "Hide Distracting Items" and reader mode, but it's not enough. iOS has Accessibility > Motion > Auto-Play Video Previews, but that seems to only impact Messages.</p>
]]></description><pubDate>Wed, 21 May 2025 12:46:39 +0000</pubDate><link>https://news.ycombinator.com/item?id=44050899</link><dc:creator>andrewchilds</dc:creator><comments>https://news.ycombinator.com/item?id=44050899</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44050899</guid></item><item><title><![CDATA[New comment by andrewchilds in "Instagram Addiction"]]></title><description><![CDATA[
<p>Totally agree. There should be a digital consumer bill of rights, that includes the right to disable autoplaying videos. Even the NYTimes home page is plastered with them these days, it’s awful. Another one is control over sort order, having the option of “most recent first”, vs. “most likely to keep you here”.</p>
]]></description><pubDate>Wed, 21 May 2025 03:39:58 +0000</pubDate><link>https://news.ycombinator.com/item?id=44048061</link><dc:creator>andrewchilds</dc:creator><comments>https://news.ycombinator.com/item?id=44048061</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44048061</guid></item><item><title><![CDATA[New comment by andrewchilds in "Show HN: Sshsync – CLI tool to run shell commands across multiple remote servers"]]></title><description><![CDATA[
<p>I built (and still use) a similar tool called Overcast 10 years ago: <a href="https://github.com/andrewchilds/overcast">https://github.com/andrewchilds/overcast</a></p>
]]></description><pubDate>Mon, 19 May 2025 11:50:49 +0000</pubDate><link>https://news.ycombinator.com/item?id=44028812</link><dc:creator>andrewchilds</dc:creator><comments>https://news.ycombinator.com/item?id=44028812</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44028812</guid></item><item><title><![CDATA[New comment by andrewchilds in "LegoGPT: Generating Physically Stable and Buildable Lego"]]></title><description><![CDATA[
<p>Meanwhile, Amazon is perfectly happy to sell/promote this "Boy and Tiger Adventure Blocks Set" which simultaneously rips off LEGO and Calvin & Hobbes: <a href="https://www.amazon.com/Adventure-Rotatable-Compatible-Characters-Stocking/dp/B0DDT6JMJ2" rel="nofollow">https://www.amazon.com/Adventure-Rotatable-Compatible-Charac...</a></p>
]]></description><pubDate>Fri, 09 May 2025 14:51:49 +0000</pubDate><link>https://news.ycombinator.com/item?id=43937437</link><dc:creator>andrewchilds</dc:creator><comments>https://news.ycombinator.com/item?id=43937437</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43937437</guid></item></channel></rss>