<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: __erik</title><link>https://news.ycombinator.com/user?id=__erik</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Thu, 02 Jul 2026 11:09:35 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=__erik" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by __erik in "XS: A programming language. Anywhere, anytime, by anyone"]]></title><description><![CDATA[
<p>Here's a lot of really nice features in this language (I really like the actor / nursery designs), but a GIL in 2026 feels like a massive weakness</p>
]]></description><pubDate>Sun, 17 May 2026 17:22:05 +0000</pubDate><link>https://news.ycombinator.com/item?id=48170930</link><dc:creator>__erik</dc:creator><comments>https://news.ycombinator.com/item?id=48170930</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48170930</guid></item><item><title><![CDATA[New comment by __erik in "Kagi Small Web"]]></title><description><![CDATA[
<p>This is cool, it reminds me of stumbleupon from back in the day</p>
]]></description><pubDate>Tue, 17 Mar 2026 18:10:06 +0000</pubDate><link>https://news.ycombinator.com/item?id=47416174</link><dc:creator>__erik</dc:creator><comments>https://news.ycombinator.com/item?id=47416174</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47416174</guid></item><item><title><![CDATA[New comment by __erik in "Show HN: NickelJoke – Pay a Nickel to Get a Joke Using X402 Micropayments"]]></title><description><![CDATA[
<p>x402 as a standard will never have a fee.</p>
]]></description><pubDate>Thu, 30 Oct 2025 15:07:03 +0000</pubDate><link>https://news.ycombinator.com/item?id=45760873</link><dc:creator>__erik</dc:creator><comments>https://news.ycombinator.com/item?id=45760873</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45760873</guid></item><item><title><![CDATA[New comment by __erik in "x402 — An open protocol for internet-native payments"]]></title><description><![CDATA[
<p>x402 abstracts away gas!
You can try here from a human use standpoint: <a href="https://www.x402.org/protected" rel="nofollow">https://www.x402.org/protected</a>
And you can see how to accept stablecoins or spend in the the examples
<a href="https://github.com/coinbase/x402/tree/main/examples/typescript/servers/express" rel="nofollow">https://github.com/coinbase/x402/tree/main/examples/typescri...</a>
<a href="https://github.com/coinbase/x402/blob/main/examples/typescript/clients/fetch/README.md" rel="nofollow">https://github.com/coinbase/x402/blob/main/examples/typescri...</a></p>
]]></description><pubDate>Tue, 23 Sep 2025 19:42:50 +0000</pubDate><link>https://news.ycombinator.com/item?id=45351814</link><dc:creator>__erik</dc:creator><comments>https://news.ycombinator.com/item?id=45351814</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45351814</guid></item><item><title><![CDATA[New comment by __erik in "x402 — An open protocol for internet-native payments"]]></title><description><![CDATA[
<p>Blockchains are fast and and cheap now! Modern blockchains like Base, Solana, Sui (and many more) typically have block times <2 seconds, and a stablecoin transfer can cost as little as $0.0005 independent of the $ amount being transfered</p>
]]></description><pubDate>Tue, 23 Sep 2025 19:39:53 +0000</pubDate><link>https://news.ycombinator.com/item?id=45351769</link><dc:creator>__erik</dc:creator><comments>https://news.ycombinator.com/item?id=45351769</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45351769</guid></item><item><title><![CDATA[New comment by __erik in "x402 — An open protocol for internet-native payments"]]></title><description><![CDATA[
<p>its not that 402 isn't used, its that there is no standard response, which makes it hard for AI agents to pay for access.
x402 provides a standard response format clients can programmatically use to create a payment, either using crypto assets like stablecoins, or in future, fiat methods.</p>
]]></description><pubDate>Tue, 23 Sep 2025 19:36:49 +0000</pubDate><link>https://news.ycombinator.com/item?id=45351723</link><dc:creator>__erik</dc:creator><comments>https://news.ycombinator.com/item?id=45351723</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45351723</guid></item><item><title><![CDATA[New comment by __erik in "x402 — An open protocol for internet-native payments"]]></title><description><![CDATA[
<p>>Given that this runs atop Payment Required, doesn’t this mean that each API request would involve an extra one or two data transfers?<p>Yes, assuming its the first time you've interacted with an API endpoint and don't have cached payment requirements.<p>>Is there a reason why you wouldn’t pay ahead of time? I just understand why you couldn’t buy a few dozen/hundred/thousand dollars worth of credits, and wait until it runs low.<p>This would require manually integrating each vendor, which is totally valid if your agent performs a lot of a single type of task, but we suspect over time there will be huge value in agents being able to dynamically select tools / apis they want to use to accomplish their tasks, and dynamically pay for what they use</p>
]]></description><pubDate>Tue, 23 Sep 2025 18:56:02 +0000</pubDate><link>https://news.ycombinator.com/item?id=45351265</link><dc:creator>__erik</dc:creator><comments>https://news.ycombinator.com/item?id=45351265</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45351265</guid></item><item><title><![CDATA[New comment by __erik in "x402 — An open protocol for internet-native payments"]]></title><description><![CDATA[
<p>>Does x402 prevent the double-spending problem?<p>This depends on the implementation on the underlying network, but basically the spending signs an authorization for transfer, and the merchant either settles that onchain themselves or delegates to what is called a facilitator that settles on their behalf. On EVM chains for the exact payment scheme this leverages EIP-3009 signatures</p>
]]></description><pubDate>Tue, 23 Sep 2025 18:53:52 +0000</pubDate><link>https://news.ycombinator.com/item?id=45351242</link><dc:creator>__erik</dc:creator><comments>https://news.ycombinator.com/item?id=45351242</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45351242</guid></item><item><title><![CDATA[New comment by __erik in "x402 — An open protocol for internet-native payments"]]></title><description><![CDATA[
<p>Gas is variable, but Coinbase currently subsidizes x402 transactions that go through our facilitator</p>
]]></description><pubDate>Tue, 23 Sep 2025 18:32:42 +0000</pubDate><link>https://news.ycombinator.com/item?id=45351009</link><dc:creator>__erik</dc:creator><comments>https://news.ycombinator.com/item?id=45351009</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45351009</guid></item><item><title><![CDATA[New comment by __erik in "x402 — An open protocol for internet-native payments"]]></title><description><![CDATA[
<p>x402 as a protocol has no fees, but the underlying network transactions are conducted on my have costs. Merchants can choose the underlying network transactions are conducted on that best fit their usecase. x402 also has the concept of a facilitator, which exists to abstract away the underlying payment networks. Many facilitators (including Coinbase's) subsidize the gas used for transactions.</p>
]]></description><pubDate>Tue, 23 Sep 2025 18:32:05 +0000</pubDate><link>https://news.ycombinator.com/item?id=45351000</link><dc:creator>__erik</dc:creator><comments>https://news.ycombinator.com/item?id=45351000</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45351000</guid></item><item><title><![CDATA[New comment by __erik in "x402 — An open protocol for internet-native payments"]]></title><description><![CDATA[
<p>(x402 author here) Thats actually exactly what the intention with x402 is. Merchants express to the buyer multiple ways that they accept payment and the buyer chooses the one they prefer. 
As of right now stablecoins on various crypto rails are the major form (largely because they're the easiest to start with from a development standpoint), but as Cloudflare indicated in their blogpost, they're proposing a scheme that uses deferred payment via credit card or ACH <a href="https://blog.cloudflare.com/x402/" rel="nofollow">https://blog.cloudflare.com/x402/</a>.</p>
]]></description><pubDate>Tue, 23 Sep 2025 18:26:31 +0000</pubDate><link>https://news.ycombinator.com/item?id=45350933</link><dc:creator>__erik</dc:creator><comments>https://news.ycombinator.com/item?id=45350933</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45350933</guid></item><item><title><![CDATA[New comment by __erik in "Show HN: X402 – an open standard for internet native payments"]]></title><description><![CDATA[
<p>we will happy accept PRs the add support for any chains that can perform the payment flows in a safe, non-custodial way for the client, resource server and faciliator. Currently x402 works with any EVM chain, and we're working with several chains on integrating.</p>
]]></description><pubDate>Wed, 07 May 2025 16:46:40 +0000</pubDate><link>https://news.ycombinator.com/item?id=43917923</link><dc:creator>__erik</dc:creator><comments>https://news.ycombinator.com/item?id=43917923</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43917923</guid></item><item><title><![CDATA[Show HN: X402 – an open standard for internet native payments]]></title><description><![CDATA[
<p>Hi HN – excited to announce x402, initially developed by Coinbase (YC 12)<p>x402 lets any HTTP API charge per request without issuing API keys or storing credit cards. Buyers (humans or AI agents) keep funds in their own wallet and dynamically discover compatible endpoints, call them as usual, and automatically pay a microtransaction in USDC or other tokens to settle.<p>90 second demo: <a href="https://www.youtube.com/watch?v=PV-L2AfLhJg" rel="nofollow">https://www.youtube.com/watch?v=PV-L2AfLhJg</a><p>Problem:
Every time we want to use a new API we have to:
find the service online 
create a developer account,
copy a secret key into env vars,
pre-fund or hand over a credit card<p>This flow blocks agents even more. They can’t solve CAPTCHAs or enter credit cards. It also hurts sellers: fraud, chargebacks, onboarding friction, and marketing to humans are huge pain points.<p>Why buyers care
Zero setup – Hit a new endpoint immediately.
Runtime discovery – Because every x402 service exists in a common registry, an agent can search, compare, and invoke in one loop. Self-assembling agents become practical.
Easily create proxy servers – Want an endpoint that isn’t supported? You can use our proxy server template to spin up an x402-compatible instance yourself using traditional API keys, and monetize it for others wanting access.<p>Why sellers care
Reach incremental demand – Long-tail bots, side projects, one-off scripts, all of which too small for an account/signup flow, can now pay you.
Micropayments without fraud – All payments settle onchain, nothing for stolen credit cards or chargebacks to reverse.
Embedded distribution – instead of marketing to humans, create a compelling service meeting demand for agents and watch the requests roll in.<p>How we got here
Last year we launched AgentKit (wallets for AI agents). Tens of thousands of agents now hold onchain balances, but they can’t pay for most web services. We revived the long-unused HTTP 402 (“Payment Required”) status code and wrote a spec to make it real. Marc Andresseen calls the lack of native value transfer “the original sin of the internet,” and we see x402 as the absolution of this sin.<p>How it works:
x402 specifies a standard response body to accompany a 402 status code. This response body contains machine understandable instructions for how to pay. Payments are signature based an included as an `X-PAYMENT` header in a subsequent request to the same API endpoint.
The accepting server can verify and settle payment themselves, or delegate the onchain settlement to what we call a facilitator. This means you don't have to touch crypto as a developer, you can just integrate a middleware and start receiving stablecoin payments in as little as 1 line of code.
Because x402 natively traverses your existing client / server requests, it can be implemented in any language, and doesn't require webhooks, or any other complex integration. Its literally this simple: `paymentMiddleware("0xYourAddress", {"/your-endpoint": "$0.01"})`<p>Ask HN
API providers – does the one-line integration fit your stack? What’s missing?
Agent / infra builders – if a service isn’t available is the proxy server template sufficient? File issues, PRs welcome
Everyone – poke holes in the trust and fee model; we’d love to iterate with your feedback<p>Curious to learn more? Check out our documentation and repo for more information, and please don’t hesitate to reach out to get onboard.<p><a href="https://github.com/coinbase/x402">https://github.com/coinbase/x402</a>
<a href="https://x402.org" rel="nofollow">https://x402.org</a>
<a href="https://x402.gitbook.io/x402/getting-started/quickstart-for-sellers" rel="nofollow">https://x402.gitbook.io/x402/getting-started/quickstart-for-...</a></p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=43908129">https://news.ycombinator.com/item?id=43908129</a></p>
<p>Points: 16</p>
<p># Comments: 6</p>
]]></description><pubDate>Tue, 06 May 2025 18:24:51 +0000</pubDate><link>https://www.x402.org/</link><dc:creator>__erik</dc:creator><comments>https://news.ycombinator.com/item?id=43908129</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43908129</guid></item><item><title><![CDATA[New comment by __erik in "Should managers still code?"]]></title><description><![CDATA[
<p>People never discuss company size along with this question.<p>If you're at a giant company, the answer is likely no, there's enough politicing and paperwork where the highest impact thing to be done by a manager is likely not coding.<p>If you're at a startup / smaller more nimble org in a big company, the answer is likely yes, if you've gotten to the point where you're a manager, in theory you're a very good engineer and you should spend your time coding, but on things that aren't on critical path. Bug backlog, experimental things with no hard deadlines, proof of concepts, all of these are valuable things. Leading from the front is also just generally good with smaller groups.<p>Also under discussed by people having these debates (typically managers), is not acknowledging how bad most managers are at coding, especially if their job hasn't required them to code in a while. I see all the time that managers look for any excuse not to code, because it would reveal to their team that they're at best an L4 level coder after being in management for 5-10 years.</p>
]]></description><pubDate>Tue, 04 Mar 2025 22:31:38 +0000</pubDate><link>https://news.ycombinator.com/item?id=43260508</link><dc:creator>__erik</dc:creator><comments>https://news.ycombinator.com/item?id=43260508</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43260508</guid></item><item><title><![CDATA[New comment by __erik in "Show HN: Kameo – Fault-tolerant async actors built on Tokio"]]></title><description><![CDATA[
<p>This looks really nice! Curious if its running in production anywhere</p>
]]></description><pubDate>Wed, 02 Oct 2024 18:55:40 +0000</pubDate><link>https://news.ycombinator.com/item?id=41723893</link><dc:creator>__erik</dc:creator><comments>https://news.ycombinator.com/item?id=41723893</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41723893</guid></item><item><title><![CDATA[New comment by __erik in "Show HN: Kalosm an embeddable framework for pre-trained models in Rust"]]></title><description><![CDATA[
<p>This is super cool. Haven't seen such a pragmatic framework for composing local LLM action, especially in rust</p>
]]></description><pubDate>Wed, 28 Feb 2024 18:31:32 +0000</pubDate><link>https://news.ycombinator.com/item?id=39541897</link><dc:creator>__erik</dc:creator><comments>https://news.ycombinator.com/item?id=39541897</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39541897</guid></item><item><title><![CDATA[New comment by __erik in "Show HN: General Task, a free task manager for builders (beta)"]]></title><description><![CDATA[
<p>Data policy, knowing what and how data is stored, would be good enough</p>
]]></description><pubDate>Mon, 21 Nov 2022 20:54:59 +0000</pubDate><link>https://news.ycombinator.com/item?id=33697793</link><dc:creator>__erik</dc:creator><comments>https://news.ycombinator.com/item?id=33697793</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=33697793</guid></item><item><title><![CDATA[New comment by __erik in "Show HN: General Task, a free task manager for builders (beta)"]]></title><description><![CDATA[
<p>This looks really cool and something I would use, but I'd need to see more on data retention and security. Just by nature of the product it requires sharing a lot of potentially very sensitive information.</p>
]]></description><pubDate>Mon, 21 Nov 2022 19:18:01 +0000</pubDate><link>https://news.ycombinator.com/item?id=33696625</link><dc:creator>__erik</dc:creator><comments>https://news.ycombinator.com/item?id=33696625</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=33696625</guid></item><item><title><![CDATA[New comment by __erik in "Ask HN: Who is hiring? (November 2021)"]]></title><description><![CDATA[
<p>Zora.co | Senior Infra Engineer | REMOTE or NYC | Full time | Visa possible<p>About Zora:
* Zora is a decentralized market protocol for NFTs
* Globally distributed team, remote first but with an NYC office
* Focused on creators and artists
* Great comp and equity
* Amazing entrypoint for people who want to get in to crypto, no crypto / web3 experience required, Zora is a crypto native company!<p>About you:
* Terraform / infra wizard
* Enjoy startup vibes
* Comfortable with AWS, Datadog, GCP
* If you've got experience with data thats amazing
* Interested in crypto / NFTs / Web3<p>Shoot me an email! erik @ zora.co</p>
]]></description><pubDate>Mon, 01 Nov 2021 19:51:20 +0000</pubDate><link>https://news.ycombinator.com/item?id=29072083</link><dc:creator>__erik</dc:creator><comments>https://news.ycombinator.com/item?id=29072083</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=29072083</guid></item><item><title><![CDATA[New comment by __erik in "Announcing Updated Postman Plans and Pricing"]]></title><description><![CDATA[
<p>If anyone is looking to switch, I've far preferred using Insomnia to Postman
<a href="https://insomnia.rest/" rel="nofollow">https://insomnia.rest/</a></p>
]]></description><pubDate>Thu, 09 Jan 2020 16:54:26 +0000</pubDate><link>https://news.ycombinator.com/item?id=22002839</link><dc:creator>__erik</dc:creator><comments>https://news.ycombinator.com/item?id=22002839</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=22002839</guid></item></channel></rss>