<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: ozten</title><link>https://news.ycombinator.com/user?id=ozten</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Tue, 14 Apr 2026 17:37:49 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=ozten" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by ozten in "Lean proved this program correct; then I found a bug"]]></title><description><![CDATA[
<p>HN to be renamed Flex Social. Damn.</p>
]]></description><pubDate>Tue, 14 Apr 2026 02:54:13 +0000</pubDate><link>https://news.ycombinator.com/item?id=47760695</link><dc:creator>ozten</dc:creator><comments>https://news.ycombinator.com/item?id=47760695</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47760695</guid></item><item><title><![CDATA[New comment by ozten in "Who is Satoshi Nakamoto? My quest to unmask Bitcoin's creator"]]></title><description><![CDATA[
<p>Thank you!<p>Reasoning: They have the chops to create the world's first system where consensus, scarcity, and ownership exist without a central authority... But, they also lack the ability to write a Perl script to "Send Later". Checks out.</p>
]]></description><pubDate>Wed, 08 Apr 2026 22:15:29 +0000</pubDate><link>https://news.ycombinator.com/item?id=47696987</link><dc:creator>ozten</dc:creator><comments>https://news.ycombinator.com/item?id=47696987</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47696987</guid></item><item><title><![CDATA[New comment by ozten in "Who is Satoshi Nakamoto? My quest to unmask Bitcoin's creator"]]></title><description><![CDATA[
<p>Does Carreyrou give reasons for eliminating Hal Finney from being (part or all of) Satoshi?</p>
]]></description><pubDate>Wed, 08 Apr 2026 21:49:21 +0000</pubDate><link>https://news.ycombinator.com/item?id=47696714</link><dc:creator>ozten</dc:creator><comments>https://news.ycombinator.com/item?id=47696714</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47696714</guid></item><item><title><![CDATA[New comment by ozten in "Apple Just Lost Me"]]></title><description><![CDATA[
<p>I have been an active user for almost 30 years. You can tell by my comment.</p>
]]></description><pubDate>Wed, 25 Mar 2026 16:15:44 +0000</pubDate><link>https://news.ycombinator.com/item?id=47519412</link><dc:creator>ozten</dc:creator><comments>https://news.ycombinator.com/item?id=47519412</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47519412</guid></item><item><title><![CDATA[New comment by ozten in "Apple Just Lost Me"]]></title><description><![CDATA[
<p>Luckily, the author will face no frustrations with Ubuntu or whatever Linux OS they migrate to. Flawless UX. Zero compromises.</p>
]]></description><pubDate>Wed, 25 Mar 2026 15:24:30 +0000</pubDate><link>https://news.ycombinator.com/item?id=47518623</link><dc:creator>ozten</dc:creator><comments>https://news.ycombinator.com/item?id=47518623</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47518623</guid></item><item><title><![CDATA[New comment by ozten in "I wanted to build vertical SaaS for pest control, so I took a technician job"]]></title><description><![CDATA[
<p>But you can onshore pests... wait, Nutria pest control and generate demand by ... introducing Nutria to untapped markets!</p>
]]></description><pubDate>Wed, 25 Mar 2026 00:40:49 +0000</pubDate><link>https://news.ycombinator.com/item?id=47511670</link><dc:creator>ozten</dc:creator><comments>https://news.ycombinator.com/item?id=47511670</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47511670</guid></item><item><title><![CDATA[New comment by ozten in "I wanted to build vertical SaaS for pest control, so I took a technician job"]]></title><description><![CDATA[
<p>William Burroughs on 1959 HN: I wanted to write Naked Lunch, so I took a pest control job.</p>
]]></description><pubDate>Wed, 25 Mar 2026 00:38:44 +0000</pubDate><link>https://news.ycombinator.com/item?id=47511647</link><dc:creator>ozten</dc:creator><comments>https://news.ycombinator.com/item?id=47511647</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47511647</guid></item><item><title><![CDATA[New comment by ozten in "Two pilots dead after plane and ground vehicle collide at LaGuardia"]]></title><description><![CDATA[
<p>Raining, misting. The plane may have been up in cloud cover when they looked and decided to enter the runway. Hard to judge the distance and trajectory of planes. Once the firetruck started moving, they may have seen it without time to gun it or back up.<p>> It would have prevented this.<p>Wow.</p>
]]></description><pubDate>Mon, 23 Mar 2026 21:37:05 +0000</pubDate><link>https://news.ycombinator.com/item?id=47495432</link><dc:creator>ozten</dc:creator><comments>https://news.ycombinator.com/item?id=47495432</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47495432</guid></item><item><title><![CDATA[New comment by ozten in "The future of version control"]]></title><description><![CDATA[
<p>pijul clone <a href="https://nest.pijul.org/pijul/pijul" rel="nofollow">https://nest.pijul.org/pijul/pijul</a><p>pijul log --hash-only > all_changes.txt<p>pijul unrecord --all<p>git init<p>```
for HASH in $(cat all_changes.txt); do
  pijul apply "$HASH"
  pijul reset                  # sync working copy to channel state
  git add -A
  git commit -m "pijul change: $HASH"
done
```<p>git remote add origin git@github.com:you/pijul-mirror.git
git push -u origin main</p>
]]></description><pubDate>Sun, 22 Mar 2026 22:55:42 +0000</pubDate><link>https://news.ycombinator.com/item?id=47483182</link><dc:creator>ozten</dc:creator><comments>https://news.ycombinator.com/item?id=47483182</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47483182</guid></item><item><title><![CDATA[New comment by ozten in "The future of version control"]]></title><description><![CDATA[
<p>They should mirror on GitHub for marketing purposes</p>
]]></description><pubDate>Sun, 22 Mar 2026 18:02:39 +0000</pubDate><link>https://news.ycombinator.com/item?id=47480270</link><dc:creator>ozten</dc:creator><comments>https://news.ycombinator.com/item?id=47480270</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47480270</guid></item><item><title><![CDATA[New comment by ozten in "404 Deno CEO not found"]]></title><description><![CDATA[
<p>For me Bun’s dramatic entrance and the a lack of any Deno response that reached my attention effectively evaporated any interest I would have in switching my runtime. I’m already set with my tooling and hosting.</p>
]]></description><pubDate>Sat, 21 Mar 2026 18:37:46 +0000</pubDate><link>https://news.ycombinator.com/item?id=47469916</link><dc:creator>ozten</dc:creator><comments>https://news.ycombinator.com/item?id=47469916</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47469916</guid></item><item><title><![CDATA[New comment by ozten in "Marketing for Founders"]]></title><description><![CDATA[
<p>I’m building this for pay as you go agent first GoToMarket engine, but I wonder if I should offer fractional GTM services.</p>
]]></description><pubDate>Sun, 15 Mar 2026 13:17:26 +0000</pubDate><link>https://news.ycombinator.com/item?id=47387109</link><dc:creator>ozten</dc:creator><comments>https://news.ycombinator.com/item?id=47387109</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47387109</guid></item><item><title><![CDATA[New comment by ozten in "Show HN: Cantrip – Agent-native GTM engine I built for solo technical founders"]]></title><description><![CDATA[
<p>Hey HN — I'm Austin in Seattle, a solo technical founder with 20+ years of engineering experience and 4 years of biz/marketing. 
I've shipped a lot of software. Selling it has always been the hard part.<p>I see a lot of Indie Hacker / bootstrap founders follow the same arc: build something Your proud of, Google "how to find your first customers," get a wall of generic advice, context-switch between six tabs of ChatGPT conversations that forget everything by tomorrow, and eventually just go back to writing code because at least that feels productive.<p>I built Cantrip to fix this. It's a go-to-market engine — not a chatbot, not a consultant replacement, not an all-in-one platform that wants to own your stack.<p>What it actually does:
You describe your product (paste a README, explain it in plain English, whatever). Cantrip builds a Context Graph — a persistent, structured map of your business: ideal customer profiles, pain points, value propositions, channels where your customers hang out, competitors, and experiments to validate your assumptions.<p>The system runs continuous gap analysis. No ICP defined? That's a gap. Competitors not analyzed? Gap. Channels identified but untested? Gap. Each gap becomes a prioritized opportunity with three options: let Cantrip research it with AI, get a context-rich prompt to use in any LLM, or fill in what you already know.<p>Everything AI-generated enters a review queue. Nothing is treated as ground truth until you accept it. The graph deepens over time — each cycle builds on the last.<p>What's technically interesting:
Cantrip is agent-native from day one. Every capability is exposed as one of 17 MCP tools — cantrip_snapshot, cantrip_next, cantrip_review, etc. Any<p>MCP-compatible agent (Claude Code, OpenClaw, Cursor, custom workflows) can read and write to your Context Graph programmatically.<p>This means your coding agent can finish a feature, call cantrip_snapshot, discover no value proposition covers the new capability, call cantrip_next to find the gap, and surface it in your review queue — without you leaving your IDE. The Context Graph becomes shared state for multi-agent coordination, with human review as the trust boundary.<p>The daemon handles identity, auth, and credit gating transparently. Agents read .cantrip.json from the working directory — no project IDs as parameters, no auth ceremony. One API surface powers the MCP server, dashboard, and CLI with zero drift between interfaces.<p>Business model: Credits, not subscriptions. GTM work is bursty — intense before a launch, quiet for weeks. Credits match that reality. Every feature available from day one; credits unlock depth, not access. Reads are always free.<p>This is super rough around the edges but if you want to kick the tires on the MCP server or CLI, join the Discord and I'll give you some free credits if paying is a barrier.<p>I've seen some "Autonomous company" launches, this isn't that. Check out the FAQ...<p>I'd genuinely love feedback on the architecture, the MCP tool design, or the overall approach. What am I missing? What would make this useful to you?</p>
]]></description><pubDate>Mon, 09 Mar 2026 01:24:43 +0000</pubDate><link>https://news.ycombinator.com/item?id=47303726</link><dc:creator>ozten</dc:creator><comments>https://news.ycombinator.com/item?id=47303726</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47303726</guid></item><item><title><![CDATA[Show HN: Cantrip – Agent-native GTM engine I built for solo technical founders]]></title><description><![CDATA[
<p>Article URL: <a href="https://cantrip.ai">https://cantrip.ai</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=47303723">https://news.ycombinator.com/item?id=47303723</a></p>
<p>Points: 2</p>
<p># Comments: 1</p>
]]></description><pubDate>Mon, 09 Mar 2026 01:24:18 +0000</pubDate><link>https://cantrip.ai</link><dc:creator>ozten</dc:creator><comments>https://news.ycombinator.com/item?id=47303723</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47303723</guid></item><item><title><![CDATA[New comment by ozten in "Welcome to the Wasteland: A Thousand Gas Towns"]]></title><description><![CDATA[
<p>Gas Town Wasteland is an elaborate growth hack for DoltDB</p>
]]></description><pubDate>Wed, 04 Mar 2026 19:54:33 +0000</pubDate><link>https://news.ycombinator.com/item?id=47252915</link><dc:creator>ozten</dc:creator><comments>https://news.ycombinator.com/item?id=47252915</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47252915</guid></item><item><title><![CDATA[New comment by ozten in "When AI writes the software, who verifies it?"]]></title><description><![CDATA[
<p>This is really great and important progress, but Lean is still an island floating in space. Too hard to get actual work done building any real world system.</p>
]]></description><pubDate>Tue, 03 Mar 2026 22:40:45 +0000</pubDate><link>https://news.ycombinator.com/item?id=47240127</link><dc:creator>ozten</dc:creator><comments>https://news.ycombinator.com/item?id=47240127</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47240127</guid></item><item><title><![CDATA[New comment by ozten in "I am directing the Department of War to designate Anthropic a supply-chain risk"]]></title><description><![CDATA[
<p>Unserious people, in the most serious of positions.</p>
]]></description><pubDate>Sat, 28 Feb 2026 00:03:14 +0000</pubDate><link>https://news.ycombinator.com/item?id=47187892</link><dc:creator>ozten</dc:creator><comments>https://news.ycombinator.com/item?id=47187892</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47187892</guid></item><item><title><![CDATA[New comment by ozten in "Ex-GitHub CEO launches a new developer platform for AI agents"]]></title><description><![CDATA[
<p>The demo shows a bunch of manual stuff that humans shouldn't be doing.</p>
]]></description><pubDate>Wed, 11 Feb 2026 16:50:24 +0000</pubDate><link>https://news.ycombinator.com/item?id=46977338</link><dc:creator>ozten</dc:creator><comments>https://news.ycombinator.com/item?id=46977338</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46977338</guid></item><item><title><![CDATA[New comment by ozten in "OpenClaw is what Apple intelligence should have been"]]></title><description><![CDATA[
<p>Trust takes years to build, seconds to break, and forever to repair.</p>
]]></description><pubDate>Thu, 05 Feb 2026 01:47:37 +0000</pubDate><link>https://news.ycombinator.com/item?id=46894575</link><dc:creator>ozten</dc:creator><comments>https://news.ycombinator.com/item?id=46894575</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46894575</guid></item><item><title><![CDATA[New comment by ozten in "Tesla ending Models S and X production"]]></title><description><![CDATA[
<p>They are one of several memetic devices which keep Tesla’s stock price in orbit, untethered from reality.</p>
]]></description><pubDate>Thu, 29 Jan 2026 14:50:15 +0000</pubDate><link>https://news.ycombinator.com/item?id=46810926</link><dc:creator>ozten</dc:creator><comments>https://news.ycombinator.com/item?id=46810926</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46810926</guid></item></channel></rss>