<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: m11a</title><link>https://news.ycombinator.com/user?id=m11a</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Sat, 04 Jul 2026 07:43:01 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=m11a" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by m11a in "Meta is adding rate limits and soft paywall to smart glasses"]]></title><description><![CDATA[
<p>Says a lot about just how much money they’re raking in from core business.</p>
]]></description><pubDate>Wed, 01 Jul 2026 07:40:06 +0000</pubDate><link>https://news.ycombinator.com/item?id=48743454</link><dc:creator>m11a</dc:creator><comments>https://news.ycombinator.com/item?id=48743454</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48743454</guid></item><item><title><![CDATA[New comment by m11a in "Claude Code is steganographically marking requests"]]></title><description><![CDATA[
<p>I mean, you’d resort to an obfuscated approach if you thought the ‘malicious’ users would remove your direct telemetry. The other users could be perfectly happy about it, but if you announced the change, obviously the malicious users would hear about it too and disable it.<p>This isn’t a comment on whether I agree with the change. Just that your analogies aren’t applicable here.</p>
]]></description><pubDate>Wed, 01 Jul 2026 07:22:46 +0000</pubDate><link>https://news.ycombinator.com/item?id=48743339</link><dc:creator>m11a</dc:creator><comments>https://news.ycombinator.com/item?id=48743339</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48743339</guid></item><item><title><![CDATA[New comment by m11a in "U.S. government will decide who gets to use GPT-5.6"]]></title><description><![CDATA[
<p>I mean, after the US just signed an export control ordering Fable access blocked to non-US users (including European nationals), I doubt European and "US-aligned markets" are eager to ban Chinese models against their own interests.</p>
]]></description><pubDate>Sat, 27 Jun 2026 00:17:45 +0000</pubDate><link>https://news.ycombinator.com/item?id=48693720</link><dc:creator>m11a</dc:creator><comments>https://news.ycombinator.com/item?id=48693720</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48693720</guid></item><item><title><![CDATA[New comment by m11a in "How to convert between wealth and income tax"]]></title><description><![CDATA[
<p>California already has very high taxes. I think marginal tax rates are higher in California than for UK tax residents, certainly for CGT, and roughly similar for income tax.<p>I'd say the fact that California remains the epicenter of tech despite its high taxes suggests concentration of talent matters far more than tax rates.</p>
]]></description><pubDate>Sat, 23 May 2026 00:10:04 +0000</pubDate><link>https://news.ycombinator.com/item?id=48243123</link><dc:creator>m11a</dc:creator><comments>https://news.ycombinator.com/item?id=48243123</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48243123</guid></item><item><title><![CDATA[New comment by m11a in "Incident Report: Railway Blocked by Google Cloud [resolved]"]]></title><description><![CDATA[
<p>If Railway's account was suspended due to an error, not a TOS violation, I doubt they'll pull such a card. If Google were sued, such a blatant lie would be found in discovery pretty quickly and I doubt a court would look upon it favourably. They'd also be starting a public PR battle that they'd almost certainly lose (assuming there was indeed no real TOS violation) which would make them look completely untrustworthy. So I doubt Google will do that.<p>bastawhiz is probably right in that Google will offer some credits and an apology, and Railway will reduce their dependence (probably), rather than a lawsuit. And I doubt Railway wants to be on the bad side of one of the few big cloud providers. But I'd be surprised if Railway didn't have a good argument to make for compensation or a lawsuit.</p>
]]></description><pubDate>Thu, 21 May 2026 00:06:56 +0000</pubDate><link>https://news.ycombinator.com/item?id=48216077</link><dc:creator>m11a</dc:creator><comments>https://news.ycombinator.com/item?id=48216077</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48216077</guid></item><item><title><![CDATA[New comment by m11a in "Curl and Mythos"]]></title><description><![CDATA[
<p>I’ve learned that in AI, until you can get your hands on something and try it yourself, assume all claims are false.</p>
]]></description><pubDate>Tue, 12 May 2026 21:06:18 +0000</pubDate><link>https://news.ycombinator.com/item?id=48114568</link><dc:creator>m11a</dc:creator><comments>https://news.ycombinator.com/item?id=48114568</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48114568</guid></item><item><title><![CDATA[New comment by m11a in "Cal.com is going closed source"]]></title><description><![CDATA[
<p>I'm not sure security through obscurity is a great practice?<p>Not to mention, I presume the core bits of Cal.com's source code are already in place and aren't going to change significantly?<p>Like, this feels like a business decision and not a security decision</p>
]]></description><pubDate>Thu, 16 Apr 2026 13:11:35 +0000</pubDate><link>https://news.ycombinator.com/item?id=47792468</link><dc:creator>m11a</dc:creator><comments>https://news.ycombinator.com/item?id=47792468</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47792468</guid></item><item><title><![CDATA[New comment by m11a in "Welcome to FastMCP"]]></title><description><![CDATA[
<p>Cloudflare's Code Mode is conceptually the same as Anthropic's Code Mode (<a href="https://www.anthropic.com/engineering/code-execution-with-mcp" rel="nofollow">https://www.anthropic.com/engineering/code-execution-with-mc...</a>), or the various open source implementations that predate and postdate those blog posts.<p>tbh, that companies tried to make something proprietary of this concept is probably why its adoption has been weak and why we have "MCP vs CLI/Skills/etc" debates in the first place. In contrast, CLI tools only require a general a bash shell (potentially in a sandbox environment), which is very standardised.</p>
]]></description><pubDate>Wed, 25 Mar 2026 04:08:15 +0000</pubDate><link>https://news.ycombinator.com/item?id=47513120</link><dc:creator>m11a</dc:creator><comments>https://news.ycombinator.com/item?id=47513120</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47513120</guid></item><item><title><![CDATA[New comment by m11a in "Welcome to FastMCP"]]></title><description><![CDATA[
<p>If I recall correctly, the ‘official’ Python one is a fork of FastMCP v1 (which then removed the attribution, arguably in violation of the original software’s license)</p>
]]></description><pubDate>Tue, 24 Mar 2026 20:37:20 +0000</pubDate><link>https://news.ycombinator.com/item?id=47508837</link><dc:creator>m11a</dc:creator><comments>https://news.ycombinator.com/item?id=47508837</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47508837</guid></item><item><title><![CDATA[New comment by m11a in "Launch HN: Terminal Use (YC W26) – Vercel for filesystem-based agents"]]></title><description><![CDATA[
<p>K8s gives you orchestration of Docker containers. I don’t think it handles the container boundary any more than Docker does.<p>I don’t think it should be assumed to give network isolation, unless you’re also using extensions and something like Cilium for that purpose. I don’t think it’s the right primitive for agent sandboxes, or other kinds of agent infra.<p>(Obviously, you could still run a custom runtime inside k8s pods, or something like GCP’s k8s gVisor magic.)</p>
]]></description><pubDate>Mon, 09 Mar 2026 20:11:05 +0000</pubDate><link>https://news.ycombinator.com/item?id=47314785</link><dc:creator>m11a</dc:creator><comments>https://news.ycombinator.com/item?id=47314785</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47314785</guid></item><item><title><![CDATA[New comment by m11a in "Anthropic officially bans using subscription auth for third party use"]]></title><description><![CDATA[
<p>Don't think that's a valid comparison.<p>Apple can do those things because they control the hardware device, which has physical distribution, and they lock down the ecosystem. There is no third party app store, and you can't get the Photos app to save to Google Drive.<p>With Claude Code, just export an env variable or use a MITM proxy + some middleware to forward requests to OpenAI instead. It's impossible to have lock in. Also, coding agent CLIs are a commodity.</p>
]]></description><pubDate>Fri, 20 Feb 2026 04:00:57 +0000</pubDate><link>https://news.ycombinator.com/item?id=47083536</link><dc:creator>m11a</dc:creator><comments>https://news.ycombinator.com/item?id=47083536</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47083536</guid></item><item><title><![CDATA[New comment by m11a in "I’m joining OpenAI"]]></title><description><![CDATA[
<p>> seems to be on it’s way out<p>Change is fraught with chaos. I don't think exuberant trends are indicators of whether we'll still care about secure and high quality software in the long term. My bet is that we will.</p>
]]></description><pubDate>Sun, 15 Feb 2026 23:57:44 +0000</pubDate><link>https://news.ycombinator.com/item?id=47029125</link><dc:creator>m11a</dc:creator><comments>https://news.ycombinator.com/item?id=47029125</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47029125</guid></item><item><title><![CDATA[New comment by m11a in "Show HN: OpenWorkers – Self-hosted Cloudflare workers in Rust"]]></title><description><![CDATA[
<p>I agree, and as much as I think AI helps productivity, for a high security solution,<p>> Recently, with Claude's help, I rewrote everything on top of rusty_v8 directly.<p>worries me</p>
]]></description><pubDate>Thu, 01 Jan 2026 19:03:55 +0000</pubDate><link>https://news.ycombinator.com/item?id=46456966</link><dc:creator>m11a</dc:creator><comments>https://news.ycombinator.com/item?id=46456966</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46456966</guid></item><item><title><![CDATA[New comment by m11a in "Show HN: OpenWorkers – Self-hosted Cloudflare workers in Rust"]]></title><description><![CDATA[
<p>Is WASM’s story for side effects solved yet? eg network calls seems too complicated (<a href="https://github.com/vasilev/HTTP-request-from-inside-WASM" rel="nofollow">https://github.com/vasilev/HTTP-request-from-inside-WASM</a> etc)</p>
]]></description><pubDate>Thu, 01 Jan 2026 19:01:53 +0000</pubDate><link>https://news.ycombinator.com/item?id=46456949</link><dc:creator>m11a</dc:creator><comments>https://news.ycombinator.com/item?id=46456949</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46456949</guid></item><item><title><![CDATA[New comment by m11a in "Show HN: OpenWorkers – Self-hosted Cloudflare workers in Rust"]]></title><description><![CDATA[
<p>Node in Docker doesn’t have full isolation and ‘sandbox’ escapes are possible. V8 is comparatively quite hardened</p>
]]></description><pubDate>Thu, 01 Jan 2026 18:59:00 +0000</pubDate><link>https://news.ycombinator.com/item?id=46456920</link><dc:creator>m11a</dc:creator><comments>https://news.ycombinator.com/item?id=46456920</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46456920</guid></item><item><title><![CDATA[New comment by m11a in "Show HN: Use Claude Code to Query 600 GB Indexes over Hacker News, ArXiv, etc."]]></title><description><![CDATA[
<p>The quick setup is cool! I’ve not seen this onboarding flow for other tools, and I quite like its simplicity.</p>
]]></description><pubDate>Wed, 31 Dec 2025 11:32:53 +0000</pubDate><link>https://news.ycombinator.com/item?id=46443299</link><dc:creator>m11a</dc:creator><comments>https://news.ycombinator.com/item?id=46443299</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46443299</guid></item><item><title><![CDATA[New comment by m11a in "Cloudflare Global Network experiencing issues"]]></title><description><![CDATA[
<p>So ... any bets the cause isn't DNS?</p>
]]></description><pubDate>Tue, 18 Nov 2025 12:02:53 +0000</pubDate><link>https://news.ycombinator.com/item?id=45964205</link><dc:creator>m11a</dc:creator><comments>https://news.ycombinator.com/item?id=45964205</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45964205</guid></item><item><title><![CDATA[New comment by m11a in "OpenAI ChatKit"]]></title><description><![CDATA[
<p>It might meaningfully change the business model of LLM businesses. Becomes seemingly much harder to universally charge $30/mo subscriptions when the user is bringing their own API key.</p>
]]></description><pubDate>Tue, 07 Oct 2025 09:26:49 +0000</pubDate><link>https://news.ycombinator.com/item?id=45501063</link><dc:creator>m11a</dc:creator><comments>https://news.ycombinator.com/item?id=45501063</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45501063</guid></item><item><title><![CDATA[New comment by m11a in "Offline card payments should be possible no later than 1 July 2026"]]></title><description><![CDATA[
<p>Right. IIRC, the acquiring bank would send an authorisation advice to the issuer when it comes back online. An auth advice is like notice that a payment happened, the issuer doesn’t really get a say in rejecting it (as it does for an authorisation). For the most part, anyway.<p>If that transaction brings the customer into a negative balance, it’d be between the bank and customer to figure that out. Especially if the customer has no overdraft facility and isn’t supposed to be able to go negative, and isn’t able to easily recover the payment, or the customer is considered vulnerable, then the bank will often just swallow the loss.</p>
]]></description><pubDate>Sat, 04 Oct 2025 21:24:36 +0000</pubDate><link>https://news.ycombinator.com/item?id=45476840</link><dc:creator>m11a</dc:creator><comments>https://news.ycombinator.com/item?id=45476840</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45476840</guid></item><item><title><![CDATA[New comment by m11a in "OpenAI's H1 2025: $4.3B in income, $13.5B in loss"]]></title><description><![CDATA[
<p>I’d agree. The biggest exception I can think of is X, which post-Musk has plans to reduce/remove ads. Though I don’t know how much this tanked their ad revenue and whether it was worth it.</p>
]]></description><pubDate>Fri, 03 Oct 2025 01:26:17 +0000</pubDate><link>https://news.ycombinator.com/item?id=45457724</link><dc:creator>m11a</dc:creator><comments>https://news.ycombinator.com/item?id=45457724</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45457724</guid></item></channel></rss>