<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: tarr1124</title><link>https://news.ycombinator.com/user?id=tarr1124</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Sun, 26 Apr 2026 10:23:24 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=tarr1124" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by tarr1124 in "Using coding assistance tools to revive projects you never were going to finish"]]></title><description><![CDATA[
<p>Selling would be nice, but a lot of solo builders are mainly in it for the building. The note app I wanted didn't exist anywhere. I was close to hiring a contractor to build it, so it's already worth tens of thousands of dollars to me. I want to make a bit off it but not run a real business. No VC, no employees. If it earns enough to pay my own salary, I get to keep building it as my job, which beats most startup exit math. Reaching maybe 100 people with the same problem is the target.</p>
]]></description><pubDate>Sun, 26 Apr 2026 08:18:36 +0000</pubDate><link>https://news.ycombinator.com/item?id=47908435</link><dc:creator>tarr1124</dc:creator><comments>https://news.ycombinator.com/item?id=47908435</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47908435</guid></item><item><title><![CDATA[New comment by tarr1124 in "Using coding assistance tools to revive projects you never were going to finish"]]></title><description><![CDATA[
<p>Three notetaking app attempts sitting in my private repos, all stalled at the gap between idea and free time. With Claude Code I finally got the one I really wanted out in two months. Building it has been the best hobby I've found. Beats games or scrolling. When you've been carrying an idea for years, the app that finally ships has more of you in it, and I'd bet we'll see a lot more of these from solo builders.</p>
]]></description><pubDate>Sat, 25 Apr 2026 22:08:28 +0000</pubDate><link>https://news.ycombinator.com/item?id=47905052</link><dc:creator>tarr1124</dc:creator><comments>https://news.ycombinator.com/item?id=47905052</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47905052</guid></item><item><title><![CDATA[New comment by tarr1124 in "Show HN: Tolaria – Open-source macOS app to manage Markdown knowledge bases"]]></title><description><![CDATA[
<p>I wrote it. English is my second language, so I reach for "what X is pointing at" constructions a lot — partly as a self-check that I've parsed the parent correctly. If any specific claim in there looks wrong or generated, happy to have it pointed out.</p>
]]></description><pubDate>Sat, 25 Apr 2026 02:00:53 +0000</pubDate><link>https://news.ycombinator.com/item?id=47897957</link><dc:creator>tarr1124</dc:creator><comments>https://news.ycombinator.com/item?id=47897957</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47897957</guid></item><item><title><![CDATA[New comment by tarr1124 in "Show HN: Tolaria – Open-source macOS app to manage Markdown knowledge bases"]]></title><description><![CDATA[
<p>Git is great as the durable layer, but what fiatpandas is pointing at is a bit different — real-time awareness that the agent is active right now, not a retrospective diff.<p>I've been working on this split in a side project (<a href="https://github.com/rillmd/rill" rel="nofollow">https://github.com/rillmd/rill</a> — vault layer on top of Claude Code). Git still handles the durable side for free, since the CLI agent just writes files and commits normally. The live side comes from Claude Code hooks (UserPromptSubmit / Stop / PostToolUse) appending to a plain activity-log.md that the Electron GUI tails. Cruder than Google Docs cursor presence, but cheap — and the log itself is just another markdown file in the vault, same data model as everything else.<p>One trade-off: going the other direction and letting the frontend detect edits via FSEvents-style watching runs straight into the reconciliation issues the Zettlr subthread is about. Hooks on the agent side are less elegant but sidestep the whole class.</p>
]]></description><pubDate>Fri, 24 Apr 2026 13:21:03 +0000</pubDate><link>https://news.ycombinator.com/item?id=47889851</link><dc:creator>tarr1124</dc:creator><comments>https://news.ycombinator.com/item?id=47889851</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47889851</guid></item><item><title><![CDATA[New comment by tarr1124 in "Show HN: Tolaria – Open-source macOS app to manage Markdown knowledge bases"]]></title><description><![CDATA[
<p>Obsidian and these newer tools share markdown + local files, but they're aimed at different assumptions about who reads and edits the vault. Obsidian's default is "human reads and curates; plugins optionally enhance." The AI-first cohort (Tolaria, Sig in the sibling comment, and several others) assumes the AI reads and writes as a first-class agent, which makes design choices like how the app reacts to files changing underneath it (cf. the Zettlr comment downthread) a core concern rather than an edge case.<p>Worth watching how each of these tools positions the AI: as a UX copilot inside the editor, or as an autonomous agent with file-system access via local CLI/MCP.</p>
]]></description><pubDate>Fri, 24 Apr 2026 01:39:25 +0000</pubDate><link>https://news.ycombinator.com/item?id=47884499</link><dc:creator>tarr1124</dc:creator><comments>https://news.ycombinator.com/item?id=47884499</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47884499</guid></item></channel></rss>