<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: npace12</title><link>https://news.ycombinator.com/user?id=npace12</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Sat, 02 May 2026 10:25:17 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=npace12" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by npace12 in "Managing context on the Claude Developer Platform"]]></title><description><![CDATA[
<p>it doesnt use it yet</p>
]]></description><pubDate>Sun, 05 Oct 2025 11:13:35 +0000</pubDate><link>https://news.ycombinator.com/item?id=45480637</link><dc:creator>npace12</dc:creator><comments>https://news.ycombinator.com/item?id=45480637</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45480637</guid></item><item><title><![CDATA[New comment by npace12 in "Trust Me, I'm Local: Chrome Extensions, MCP, and the Sandbox Escape"]]></title><description><![CDATA[
<p>it's not possible in firefox, that traffic is not visible (at least as of the last time I tried 1.5 years ago)</p>
]]></description><pubDate>Thu, 01 May 2025 15:41:36 +0000</pubDate><link>https://news.ycombinator.com/item?id=43859214</link><dc:creator>npace12</dc:creator><comments>https://news.ycombinator.com/item?id=43859214</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43859214</guid></item><item><title><![CDATA[New comment by npace12 in "Trust Me, I'm Local: Chrome Extensions, MCP, and the Sandbox Escape"]]></title><description><![CDATA[
<p>also check out the claude-mcp extension, very much related to this post :)</p>
]]></description><pubDate>Thu, 01 May 2025 13:28:12 +0000</pubDate><link>https://news.ycombinator.com/item?id=43857387</link><dc:creator>npace12</dc:creator><comments>https://news.ycombinator.com/item?id=43857387</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43857387</guid></item><item><title><![CDATA[New comment by npace12 in "Trust Me, I'm Local: Chrome Extensions, MCP, and the Sandbox Escape"]]></title><description><![CDATA[
<p>I built little-rat (chrome extension) a couple of years ago that can track and block traffic from other extensions:<p><a href="https://github.com/dnakov/little-rat">https://github.com/dnakov/little-rat</a></p>
]]></description><pubDate>Thu, 01 May 2025 12:50:37 +0000</pubDate><link>https://news.ycombinator.com/item?id=43857016</link><dc:creator>npace12</dc:creator><comments>https://news.ycombinator.com/item?id=43857016</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43857016</guid></item><item><title><![CDATA[New comment by npace12 in "Show HN: Frida-MCP – Claude reversing itself using frida"]]></title><description><![CDATA[
<p>also radare2-mcp :)<p><a href="https://github.com/dnakov/radare2-mcp" rel="nofollow">https://github.com/dnakov/radare2-mcp</a></p>
]]></description><pubDate>Thu, 27 Mar 2025 20:23:05 +0000</pubDate><link>https://news.ycombinator.com/item?id=43497748</link><dc:creator>npace12</dc:creator><comments>https://news.ycombinator.com/item?id=43497748</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43497748</guid></item><item><title><![CDATA[Show HN: Frida-MCP – Claude reversing itself using frida]]></title><description><![CDATA[
<p>Article URL: <a href="https://github.com/dnakov/frida-mcp">https://github.com/dnakov/frida-mcp</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=43493379">https://news.ycombinator.com/item?id=43493379</a></p>
<p>Points: 3</p>
<p># Comments: 1</p>
]]></description><pubDate>Thu, 27 Mar 2025 13:25:40 +0000</pubDate><link>https://github.com/dnakov/frida-mcp</link><dc:creator>npace12</dc:creator><comments>https://news.ycombinator.com/item?id=43493379</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43493379</guid></item><item><title><![CDATA[New comment by npace12 in "MCP server for Ghidra"]]></title><description><![CDATA[
<p>Also one for radare2:<p><a href="https://github.com/dnakov/radare2-mcp" rel="nofollow">https://github.com/dnakov/radare2-mcp</a></p>
]]></description><pubDate>Wed, 26 Mar 2025 20:04:27 +0000</pubDate><link>https://news.ycombinator.com/item?id=43486579</link><dc:creator>npace12</dc:creator><comments>https://news.ycombinator.com/item?id=43486579</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43486579</guid></item><item><title><![CDATA[New comment by npace12 in "Show HN: Fork of Claude-code working with local and other LLM providers"]]></title><description><![CDATA[
<p>Thanks! Love to hear people are still using it, even though it needs a flag toggle now.</p>
]]></description><pubDate>Wed, 05 Mar 2025 21:44:28 +0000</pubDate><link>https://news.ycombinator.com/item?id=43272983</link><dc:creator>npace12</dc:creator><comments>https://news.ycombinator.com/item?id=43272983</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43272983</guid></item><item><title><![CDATA[New comment by npace12 in "Show HN: Fork of Claude-code working with local and other LLM providers"]]></title><description><![CDATA[
<p>It's not much different than your proxy idea.
It's implemented as a transformation between the internal message structure (close to Anthropic API's) to OpenAI message spec and vice-versa. Then, it's calling all the other models using the openai-node client, as pretty much everyone supports that now (openrouter, ollama, etc)</p>
]]></description><pubDate>Wed, 05 Mar 2025 03:22:24 +0000</pubDate><link>https://news.ycombinator.com/item?id=43262268</link><dc:creator>npace12</dc:creator><comments>https://news.ycombinator.com/item?id=43262268</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43262268</guid></item><item><title><![CDATA[New comment by npace12 in "Show HN: Fork of Claude-code working with local and other LLM providers"]]></title><description><![CDATA[
<p>The interesting part, to me, is that claude-code is made by people who know their models well. Having the same tool work with other models lets us get a better feel of how to make better coding agents</p>
]]></description><pubDate>Tue, 04 Mar 2025 19:49:16 +0000</pubDate><link>https://news.ycombinator.com/item?id=43259142</link><dc:creator>npace12</dc:creator><comments>https://news.ycombinator.com/item?id=43259142</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43259142</guid></item><item><title><![CDATA[New comment by npace12 in "Show HN: Fork of Claude-code working with local and other LLM providers"]]></title><description><![CDATA[
<p>Cross fingers :)<p><a href="https://github.com/anthropics/claude-code/issues/249#issuecomment-2692847907">https://github.com/anthropics/claude-code/issues/249#issueco...</a></p>
]]></description><pubDate>Tue, 04 Mar 2025 18:04:05 +0000</pubDate><link>https://news.ycombinator.com/item?id=43258007</link><dc:creator>npace12</dc:creator><comments>https://news.ycombinator.com/item?id=43258007</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43258007</guid></item><item><title><![CDATA[New comment by npace12 in "Show HN: Fork of Claude-code working with local and other LLM providers"]]></title><description><![CDATA[
<p>Yeah, hopefully they'd let it slide</p>
]]></description><pubDate>Tue, 04 Mar 2025 17:46:28 +0000</pubDate><link>https://news.ycombinator.com/item?id=43257830</link><dc:creator>npace12</dc:creator><comments>https://news.ycombinator.com/item?id=43257830</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43257830</guid></item><item><title><![CDATA[Show HN: Fork of Claude-code working with local and other LLM providers]]></title><description><![CDATA[
<p>Article URL: <a href="https://github.com/dnakov/anon-kode">https://github.com/dnakov/anon-kode</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=43254351">https://news.ycombinator.com/item?id=43254351</a></p>
<p>Points: 177</p>
<p># Comments: 38</p>
]]></description><pubDate>Tue, 04 Mar 2025 13:35:12 +0000</pubDate><link>https://github.com/dnakov/anon-kode</link><dc:creator>npace12</dc:creator><comments>https://news.ycombinator.com/item?id=43254351</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43254351</guid></item><item><title><![CDATA[New comment by npace12 in "Claude-code full source code extracted from source maps"]]></title><description><![CDATA[
<p>Everything is reversible anyway and I think they built something decent. Don't think it's fair to bash them.</p>
]]></description><pubDate>Tue, 25 Feb 2025 16:14:33 +0000</pubDate><link>https://news.ycombinator.com/item?id=43173761</link><dc:creator>npace12</dc:creator><comments>https://news.ycombinator.com/item?id=43173761</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43173761</guid></item><item><title><![CDATA[New comment by npace12 in "Claude 3.7 Sonnet and Claude Code"]]></title><description><![CDATA[
<p>The source maps were included in an earlier release. I extracted the source code here if anyone is curious:<p><a href="https://github.com/dnakov/claude-code">https://github.com/dnakov/claude-code</a></p>
]]></description><pubDate>Tue, 25 Feb 2025 15:55:30 +0000</pubDate><link>https://news.ycombinator.com/item?id=43173509</link><dc:creator>npace12</dc:creator><comments>https://news.ycombinator.com/item?id=43173509</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43173509</guid></item><item><title><![CDATA[New comment by npace12 in "Claude-code full source code extracted from source maps"]]></title><description><![CDATA[
<p>claude-code was published with full source maps but later removed. I extracted it for learning purposes.</p>
]]></description><pubDate>Tue, 25 Feb 2025 15:41:15 +0000</pubDate><link>https://news.ycombinator.com/item?id=43173325</link><dc:creator>npace12</dc:creator><comments>https://news.ycombinator.com/item?id=43173325</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43173325</guid></item><item><title><![CDATA[Claude-code full source code extracted from source maps]]></title><description><![CDATA[
<p>Article URL: <a href="https://github.com/dnakov/claude-code">https://github.com/dnakov/claude-code</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=43173324">https://news.ycombinator.com/item?id=43173324</a></p>
<p>Points: 4</p>
<p># Comments: 4</p>
]]></description><pubDate>Tue, 25 Feb 2025 15:41:15 +0000</pubDate><link>https://github.com/dnakov/claude-code</link><dc:creator>npace12</dc:creator><comments>https://news.ycombinator.com/item?id=43173324</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43173324</guid></item><item><title><![CDATA[New comment by npace12 in "Show HN: Factorio Blueprint Visualizer"]]></title><description><![CDATA[
<p>yeah but getting from 1 to 10MW is a pain with all these pumps</p>
]]></description><pubDate>Thu, 09 Jan 2025 16:19:29 +0000</pubDate><link>https://news.ycombinator.com/item?id=42647098</link><dc:creator>npace12</dc:creator><comments>https://news.ycombinator.com/item?id=42647098</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42647098</guid></item><item><title><![CDATA[New comment by npace12 in "Show HN: Factorio Blueprint Visualizer"]]></title><description><![CDATA[
<p>true, i loaded up my save to try the visualizer, but i just have to fix my factory energy output first real quick</p>
]]></description><pubDate>Thu, 09 Jan 2025 15:08:09 +0000</pubDate><link>https://news.ycombinator.com/item?id=42646357</link><dc:creator>npace12</dc:creator><comments>https://news.ycombinator.com/item?id=42646357</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42646357</guid></item><item><title><![CDATA[New comment by npace12 in "Show HN: Factorio Blueprint Visualizer"]]></title><description><![CDATA[
<p>oh come on guys, i've got real work to do</p>
]]></description><pubDate>Thu, 09 Jan 2025 14:18:30 +0000</pubDate><link>https://news.ycombinator.com/item?id=42645763</link><dc:creator>npace12</dc:creator><comments>https://news.ycombinator.com/item?id=42645763</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42645763</guid></item></channel></rss>