<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: wbnns</title><link>https://news.ycombinator.com/user?id=wbnns</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Thu, 02 Jul 2026 12:23:29 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=wbnns" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[Mru: A Fault-Tolerant Operating System for Thousand-Year Autonomous Operation]]></title><description><![CDATA[
<p>Article URL: <a href="https://zenodo.org/records/20579438">https://zenodo.org/records/20579438</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=48433967">https://news.ycombinator.com/item?id=48433967</a></p>
<p>Points: 3</p>
<p># Comments: 0</p>
]]></description><pubDate>Sun, 07 Jun 2026 11:55:49 +0000</pubDate><link>https://zenodo.org/records/20579438</link><dc:creator>wbnns</dc:creator><comments>https://news.ycombinator.com/item?id=48433967</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48433967</guid></item><item><title><![CDATA[Time Travel: Temporal Mutability in the Absence of Hardware [pdf]]]></title><description><![CDATA[
<p>Article URL: <a href="https://wbnns.com/time-travel.pdf">https://wbnns.com/time-travel.pdf</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=47304378">https://news.ycombinator.com/item?id=47304378</a></p>
<p>Points: 1</p>
<p># Comments: 0</p>
]]></description><pubDate>Mon, 09 Mar 2026 02:57:13 +0000</pubDate><link>https://wbnns.com/time-travel.pdf</link><dc:creator>wbnns</dc:creator><comments>https://news.ycombinator.com/item?id=47304378</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47304378</guid></item><item><title><![CDATA[New comment by wbnns in "Show HN: Claude Extender – Autonomous Agent Management for Claude Code"]]></title><description><![CDATA[
<p>Hey HN, I built Claude Extender because I wanted a way to run multiple instances of Claude Code (e.g. agents). The core idea: agents are markdown files. The YAML frontmatter defines schedule, tools, cost limits, and notifications. The markdown body is the instruction Claude follows. A daemon runs in the background, spawning claude -p when agents are due.<p>There are three execution modes:<p>* Scheduled, cron-based. For example, my daily email triage runs at 6 AM, processes ~50 emails, archives the noise, and sends me a Telegram summary before I wake up.<p>* Watcher, event-driven. A cheap check script (JS/Python) polls for changes. Only triggers Claude when something actually happened.<p>* Persistent, long-running sessions with heartbeats, checkpoints, and restart policies.<p>Tools use MCP (Model Context Protocol) servers that you write and control. No plugin marketplace, no third-party code touching your credentials. Cost tracking is first-class. Every run logs its cost in USD. Per-run limits, daily budgets, monthly caps. The daemon pauses everything if you hit your budget. This matters when agents run unsupervised.<p>Everything is plain text,  agent definitions, run logs, memory, cost ledgers. git diff your agents, grep your run history. I'm currently running this on a $5/mo Hetzner VPS.<p>Requirements: Node.js 20+ and the Claude Code CLI.<p>Anyhow, hope it's helpful and happy to answer any questions.</p>
]]></description><pubDate>Sun, 15 Feb 2026 10:12:31 +0000</pubDate><link>https://news.ycombinator.com/item?id=47022557</link><dc:creator>wbnns</dc:creator><comments>https://news.ycombinator.com/item?id=47022557</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47022557</guid></item><item><title><![CDATA[Show HN: Claude Extender – Autonomous Agent Management for Claude Code]]></title><description><![CDATA[
<p>Article URL: <a href="https://github.com/wbnns/cx">https://github.com/wbnns/cx</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=47022524">https://news.ycombinator.com/item?id=47022524</a></p>
<p>Points: 2</p>
<p># Comments: 1</p>
]]></description><pubDate>Sun, 15 Feb 2026 10:06:09 +0000</pubDate><link>https://github.com/wbnns/cx</link><dc:creator>wbnns</dc:creator><comments>https://news.ycombinator.com/item?id=47022524</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47022524</guid></item><item><title><![CDATA[New comment by wbnns in "We pwned X, Vercel, Cursor, and Discord through a supply-chain attack"]]></title><description><![CDATA[
<p>The collected bounty on this should have been so much higher than $14K :/</p>
]]></description><pubDate>Sat, 20 Dec 2025 08:54:45 +0000</pubDate><link>https://news.ycombinator.com/item?id=46334613</link><dc:creator>wbnns</dc:creator><comments>https://news.ycombinator.com/item?id=46334613</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46334613</guid></item><item><title><![CDATA[New comment by wbnns in "x402 — An open protocol for internet-native payments"]]></title><description><![CDATA[
<p>Would you have said the same if I told you last year that the president and first lady would each have a memecoin?</p>
]]></description><pubDate>Tue, 23 Sep 2025 17:18:12 +0000</pubDate><link>https://news.ycombinator.com/item?id=45350088</link><dc:creator>wbnns</dc:creator><comments>https://news.ycombinator.com/item?id=45350088</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45350088</guid></item><item><title><![CDATA[New comment by wbnns in "x402 — An open protocol for internet-native payments"]]></title><description><![CDATA[
<p>Debatable but IMO Lightning is still nascent even to this day. There is no real large ecosystem of interactive web applications available in-browser that you can build 402 offerings on top of. The EVM is light years ahead.<p>I'm by no means against Lightning, it's just got a long road of ecosystem, development and better UX ahead of it before we see general mainstream adoption. At the moment, bitcoin's killer feature is holding bitcoin. Most people don't know what Sats are. There are few bitcoin-payable apps. Few stable assets that remove volatility for every day payments like you would need with 402. Stuff like that.</p>
]]></description><pubDate>Tue, 23 Sep 2025 17:16:56 +0000</pubDate><link>https://news.ycombinator.com/item?id=45350063</link><dc:creator>wbnns</dc:creator><comments>https://news.ycombinator.com/item?id=45350063</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45350063</guid></item><item><title><![CDATA[New comment by wbnns in "x402 — An open protocol for internet-native payments"]]></title><description><![CDATA[
<p>It's pretty trivial to set up, here's a link to the docs: <a href="https://x402.gitbook.io/x402" rel="nofollow">https://x402.gitbook.io/x402</a><p>Transactions confirm every 2 seconds on Base, and preconfirm even faster (every 200ms); there's no lag from a peer to peer payments perspective since they settle so quickly.<p>Through account abstraction and spend permissions, you also don't have to wait and authorize every single payment. It's a customizable from a developer perspective depending on how they want to build out their application.</p>
]]></description><pubDate>Tue, 23 Sep 2025 17:11:49 +0000</pubDate><link>https://news.ycombinator.com/item?id=45349984</link><dc:creator>wbnns</dc:creator><comments>https://news.ycombinator.com/item?id=45349984</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45349984</guid></item><item><title><![CDATA[New comment by wbnns in "x402 — An open protocol for internet-native payments"]]></title><description><![CDATA[
<p>Yep! Here: <a href="https://www.x402.org/ecosystem" rel="nofollow">https://www.x402.org/ecosystem</a></p>
]]></description><pubDate>Tue, 23 Sep 2025 17:08:11 +0000</pubDate><link>https://news.ycombinator.com/item?id=45349912</link><dc:creator>wbnns</dc:creator><comments>https://news.ycombinator.com/item?id=45349912</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45349912</guid></item><item><title><![CDATA[New comment by wbnns in "x402 — An open protocol for internet-native payments"]]></title><description><![CDATA[
<p>It's really difficult to build agentic applications on top of Bitcoin. It's generally possible throughout the EVM however, which is many networks, not just Base. Base won't be the only EVM-compatible network that x402 utilizes.</p>
]]></description><pubDate>Tue, 23 Sep 2025 17:07:30 +0000</pubDate><link>https://news.ycombinator.com/item?id=45349905</link><dc:creator>wbnns</dc:creator><comments>https://news.ycombinator.com/item?id=45349905</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45349905</guid></item><item><title><![CDATA[New comment by wbnns in "x402 — An open protocol for internet-native payments"]]></title><description><![CDATA[
<p>> The protocol boast "no fee" but that's deceptive: if it's based upon a blockchain, there will be transaction fees.<p>These days many transaction types onchain are completely free and subsidized because gas costs are subcent[1].<p>x402 functions predominantly on L2 networks like Base, where individual tx costs between agents are generally not a factor.<p>[1] <a href="https://www.gasfees.io/" rel="nofollow">https://www.gasfees.io/</a></p>
]]></description><pubDate>Tue, 23 Sep 2025 17:06:08 +0000</pubDate><link>https://news.ycombinator.com/item?id=45349875</link><dc:creator>wbnns</dc:creator><comments>https://news.ycombinator.com/item?id=45349875</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45349875</guid></item><item><title><![CDATA[New comment by wbnns in "A postmortem of three recent issues"]]></title><description><![CDATA[
<p>You're absolutely right!</p>
]]></description><pubDate>Thu, 18 Sep 2025 13:04:19 +0000</pubDate><link>https://news.ycombinator.com/item?id=45289147</link><dc:creator>wbnns</dc:creator><comments>https://news.ycombinator.com/item?id=45289147</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45289147</guid></item><item><title><![CDATA[New comment by wbnns in "Show HN: Submit to Hacker News | Browser Extension"]]></title><description><![CDATA[
<p>Cheers, yes, this is inspired by it.</p>
]]></description><pubDate>Tue, 09 Sep 2025 10:26:29 +0000</pubDate><link>https://news.ycombinator.com/item?id=45180061</link><dc:creator>wbnns</dc:creator><comments>https://news.ycombinator.com/item?id=45180061</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45180061</guid></item><item><title><![CDATA[New comment by wbnns in "The Storm Hits the Art Market"]]></title><description><![CDATA[
<p>> A blockchain is the world's slowest database.<p>It's dependent on how performant the underlying protocol is, not all blockchains are the same.</p>
]]></description><pubDate>Tue, 09 Sep 2025 08:42:24 +0000</pubDate><link>https://news.ycombinator.com/item?id=45179264</link><dc:creator>wbnns</dc:creator><comments>https://news.ycombinator.com/item?id=45179264</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45179264</guid></item><item><title><![CDATA[New comment by wbnns in "How did Tether profit $13B in 2024 from USDT?"]]></title><description><![CDATA[
<p>I think we'll see this soon, perhaps on Tempo, the new L1 backed by Stripe and Paradigm.</p>
]]></description><pubDate>Tue, 09 Sep 2025 08:33:44 +0000</pubDate><link>https://news.ycombinator.com/item?id=45179196</link><dc:creator>wbnns</dc:creator><comments>https://news.ycombinator.com/item?id=45179196</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45179196</guid></item><item><title><![CDATA[New comment by wbnns in "Show HN: Submit to Hacker News | Browser Extension"]]></title><description><![CDATA[
<p>v1.4.0: <a href="https://github.com/wbnns/submit-to-hacker-news/releases/tag/v1.4.0" rel="nofollow">https://github.com/wbnns/submit-to-hacker-news/releases/tag/...</a></p>
]]></description><pubDate>Mon, 08 Sep 2025 12:01:35 +0000</pubDate><link>https://news.ycombinator.com/item?id=45167249</link><dc:creator>wbnns</dc:creator><comments>https://news.ycombinator.com/item?id=45167249</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45167249</guid></item><item><title><![CDATA[New comment by wbnns in "Show HN: Submit to Hacker News | Browser Extension"]]></title><description><![CDATA[
<p>Additional updates alongside the change: <a href="https://github.com/wbnns/submit-to-hacker-news/commit/d9e027d1fb68bcb326d57f99f60623f7f19f820a" rel="nofollow">https://github.com/wbnns/submit-to-hacker-news/commit/d9e027...</a></p>
]]></description><pubDate>Mon, 08 Sep 2025 11:17:49 +0000</pubDate><link>https://news.ycombinator.com/item?id=45166934</link><dc:creator>wbnns</dc:creator><comments>https://news.ycombinator.com/item?id=45166934</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45166934</guid></item><item><title><![CDATA[New comment by wbnns in "Show HN: Submit to Hacker News | Browser Extension"]]></title><description><![CDATA[
<p>Thanks so much, I've just refactored to do exactly this, based on your comment: <a href="https://github.com/wbnns/submit-to-hacker-news/commit/1afd667b1f83f3808254f0ebadfac5fbda54f75f" rel="nofollow">https://github.com/wbnns/submit-to-hacker-news/commit/1afd66...</a></p>
]]></description><pubDate>Mon, 08 Sep 2025 11:09:11 +0000</pubDate><link>https://news.ycombinator.com/item?id=45166877</link><dc:creator>wbnns</dc:creator><comments>https://news.ycombinator.com/item?id=45166877</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45166877</guid></item><item><title><![CDATA[New comment by wbnns in "Show HN: Submit to Hacker News | Browser Extension"]]></title><description><![CDATA[
<p>Hi all, I built this browser extension as someone who reads HN daily but doesn't post much. I want to be more active and thought this would be a fun weekend side project. Would appreciate any feedback. Particularly interested in hearing about HN pain points this could be improved to address.<p>This extension is inspired by the 'post to HN' bookmarklet and does three main things...<p>1. Smart title optimization: automatically removes site names, converts "10 Ways to Build X" to "How to Build X", and follows HN's title guidelines / recommendations for best practices<p>2. Duplicate detection: scans 1000+ recent HN stories to find existing submissions (links to the most upvoted, canonical version if found)<p>3. Built-in HN guidelines: helps people like me who want to contribute, be mindful of doing it the right way<p>It's pure vanilla JavaScript with no external dependencies, uses HN's official Firebase API for duplicate checking, and only requests activeTab permission. Works on Chrome, Firefox, Edge, and Brave.<p>It's open source (MIT license) and privacy-first and the only data it accesses is your current tab's URL and title when you explicitly use it:
<a href="https://github.com/wbnns/submit-to-hacker-news" rel="nofollow">https://github.com/wbnns/submit-to-hacker-news</a><p>You can install it by downloading from GitHub and loading the appropriate folder into your browser's developer mode. No accounts or setup required.</p>
]]></description><pubDate>Mon, 08 Sep 2025 10:37:56 +0000</pubDate><link>https://news.ycombinator.com/item?id=45166666</link><dc:creator>wbnns</dc:creator><comments>https://news.ycombinator.com/item?id=45166666</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45166666</guid></item><item><title><![CDATA[Show HN: Submit to Hacker News | Browser Extension]]></title><description><![CDATA[
<p>Article URL: <a href="https://hn.wbnns.com/">https://hn.wbnns.com/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=45166662">https://news.ycombinator.com/item?id=45166662</a></p>
<p>Points: 1</p>
<p># Comments: 7</p>
]]></description><pubDate>Mon, 08 Sep 2025 10:37:09 +0000</pubDate><link>https://hn.wbnns.com/</link><dc:creator>wbnns</dc:creator><comments>https://news.ycombinator.com/item?id=45166662</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45166662</guid></item></channel></rss>