<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: ammario</title><link>https://news.ycombinator.com/user?id=ammario</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Sun, 06 Sep 2026 19:06:46 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=ammario" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by ammario in "An update on residential proxies and the scraper situation"]]></title><description><![CDATA[
<p>There are PoW approaches that even the playing field between data centers and desktops. RandomX is my favorite.</p>
]]></description><pubDate>Sat, 11 Jul 2026 04:47:37 +0000</pubDate><link>https://news.ycombinator.com/item?id=48868828</link><dc:creator>ammario</dc:creator><comments>https://news.ycombinator.com/item?id=48868828</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48868828</guid></item><item><title><![CDATA[New comment by ammario in "The hallucinogenic mushroom that contains no known psychedelic"]]></title><description><![CDATA[
<p>Similar phenomena consistently reported in high doses of Benadryl: little spiders.</p>
]]></description><pubDate>Mon, 15 Jun 2026 04:16:24 +0000</pubDate><link>https://news.ycombinator.com/item?id=48536527</link><dc:creator>ammario</dc:creator><comments>https://news.ycombinator.com/item?id=48536527</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48536527</guid></item><item><title><![CDATA[New comment by ammario in "Electricity use of AI coding agents"]]></title><description><![CDATA[
<p>Lol, this is my PR. That cost is misleading. That workspace did far more than that change. In reality I spend ~$1000/week in tokens for all of my development work, and I'm quite happy with the exchange.</p>
]]></description><pubDate>Wed, 21 Jan 2026 15:04:52 +0000</pubDate><link>https://news.ycombinator.com/item?id=46706671</link><dc:creator>ammario</dc:creator><comments>https://news.ycombinator.com/item?id=46706671</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46706671</guid></item><item><title><![CDATA[New comment by ammario in "A desktop app for isolated, parallel agentic development"]]></title><description><![CDATA[
<p>Curious to hear more.. why is random port selection not working for your case? The other issue we've seen is machines tend to get overloaded with tons of agents running tests concurrently, hence the SSH remote isolation mode.</p>
]]></description><pubDate>Mon, 24 Nov 2025 16:24:45 +0000</pubDate><link>https://news.ycombinator.com/item?id=46035800</link><dc:creator>ammario</dc:creator><comments>https://news.ycombinator.com/item?id=46035800</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46035800</guid></item><item><title><![CDATA[New comment by ammario in "A desktop app for isolated, parallel agentic development"]]></title><description><![CDATA[
<p>Author of Mux here:<p>I started building it out that way but found it very challenging to create parity between the models. E.g. they have different tools, system prompts, interruption semantics, cost tracking etc. The spirit of the product is decoupling the LLM from the UI, so we went with a custom loop / tools that can perform decently across all models.</p>
]]></description><pubDate>Mon, 24 Nov 2025 16:19:35 +0000</pubDate><link>https://news.ycombinator.com/item?id=46035728</link><dc:creator>ammario</dc:creator><comments>https://news.ycombinator.com/item?id=46035728</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46035728</guid></item><item><title><![CDATA[New comment by ammario in "Show HN: Cmux – Coding Agent Multiplexer"]]></title><description><![CDATA[
<p>I wrote up some tips on that here: <a href="https://cmux.io/prompting-tips.html" rel="nofollow">https://cmux.io/prompting-tips.html</a> — most of it is generally applicable outside of `cmux`</p>
]]></description><pubDate>Thu, 16 Oct 2025 00:16:41 +0000</pubDate><link>https://news.ycombinator.com/item?id=45600036</link><dc:creator>ammario</dc:creator><comments>https://news.ycombinator.com/item?id=45600036</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45600036</guid></item><item><title><![CDATA[Show HN: Cmux – Coding Agent Multiplexer]]></title><description><![CDATA[
<p>HN,<p>I'm stoked to share this product I've been working on non-stop for the past few weeks. It's an immersive GUI experience for working with many coding agents in parallel. The UX should be familiar to Claude Code users, but we took advantage of the GUI nature to add in a bunch more.<p>cmux is early but certainly usable—almost all of our internal cmux development rolls through cmux itself. Please let me know your thoughts and feedback!</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=45596024">https://news.ycombinator.com/item?id=45596024</a></p>
<p>Points: 22</p>
<p># Comments: 4</p>
]]></description><pubDate>Wed, 15 Oct 2025 17:40:26 +0000</pubDate><link>https://github.com/coder/cmux</link><dc:creator>ammario</dc:creator><comments>https://news.ycombinator.com/item?id=45596024</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45596024</guid></item><item><title><![CDATA[New comment by ammario in "Fine-grained HTTP filtering for Claude Code"]]></title><description><![CDATA[
<p>I meant read-only there in the sense of mutability, not exfiltration.<p>Of course, some websites may permit mutations through GET so it’s probably only sensible to use alongside known hosts.</p>
]]></description><pubDate>Mon, 22 Sep 2025 21:49:48 +0000</pubDate><link>https://news.ycombinator.com/item?id=45339993</link><dc:creator>ammario</dc:creator><comments>https://news.ycombinator.com/item?id=45339993</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45339993</guid></item><item><title><![CDATA[Fine-grained HTTP filtering for Claude Code]]></title><description><![CDATA[
<p>Article URL: <a href="https://ammar.io/blog/httpjail">https://ammar.io/blog/httpjail</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=45338561">https://news.ycombinator.com/item?id=45338561</a></p>
<p>Points: 88</p>
<p># Comments: 11</p>
]]></description><pubDate>Mon, 22 Sep 2025 19:49:02 +0000</pubDate><link>https://ammar.io/blog/httpjail</link><dc:creator>ammario</dc:creator><comments>https://news.ycombinator.com/item?id=45338561</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45338561</guid></item><item><title><![CDATA[Show HN: Httpjail – HTTP(s) request filter for processes]]></title><description><![CDATA[
<p>I originally built this as a way to make it safer to give CLI coding agents more autonomy. I wrote about that particular use case here: <a href="https://ammar.io/blog/httpjail" rel="nofollow">https://ammar.io/blog/httpjail</a>.<p>Any feedback is appreciated!</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=45254423">https://news.ycombinator.com/item?id=45254423</a></p>
<p>Points: 4</p>
<p># Comments: 0</p>
]]></description><pubDate>Mon, 15 Sep 2025 20:18:05 +0000</pubDate><link>https://github.com/coder/httpjail</link><dc:creator>ammario</dc:creator><comments>https://news.ycombinator.com/item?id=45254423</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45254423</guid></item><item><title><![CDATA[New comment by ammario in "Anyclaude – Claude Code with Any LLM"]]></title><description><![CDATA[
<p>/shrug<p>The implementation is so simple it's quite the cat and mouse game if they want to become litigious</p>
]]></description><pubDate>Sun, 10 Aug 2025 16:03:46 +0000</pubDate><link>https://news.ycombinator.com/item?id=44856096</link><dc:creator>ammario</dc:creator><comments>https://news.ycombinator.com/item?id=44856096</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44856096</guid></item><item><title><![CDATA[Anyclaude – Claude Code with Any LLM]]></title><description><![CDATA[
<p>Article URL: <a href="https://github.com/coder/anyclaude">https://github.com/coder/anyclaude</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=44849905">https://news.ycombinator.com/item?id=44849905</a></p>
<p>Points: 2</p>
<p># Comments: 2</p>
]]></description><pubDate>Sat, 09 Aug 2025 20:29:42 +0000</pubDate><link>https://github.com/coder/anyclaude</link><dc:creator>ammario</dc:creator><comments>https://news.ycombinator.com/item?id=44849905</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44849905</guid></item><item><title><![CDATA[Kalshi Exchange Statistics]]></title><description><![CDATA[
<p>Article URL: <a href="https://greed.bot/">https://greed.bot/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=43143489">https://news.ycombinator.com/item?id=43143489</a></p>
<p>Points: 3</p>
<p># Comments: 0</p>
]]></description><pubDate>Sat, 22 Feb 2025 21:34:33 +0000</pubDate><link>https://greed.bot/</link><dc:creator>ammario</dc:creator><comments>https://news.ycombinator.com/item?id=43143489</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43143489</guid></item><item><title><![CDATA[New comment by ammario in "Making Markets on Kalshi"]]></title><description><![CDATA[
<p>Unfortunately collaboration here would kill my alpha ;)</p>
]]></description><pubDate>Wed, 19 Feb 2025 01:14:38 +0000</pubDate><link>https://news.ycombinator.com/item?id=43097372</link><dc:creator>ammario</dc:creator><comments>https://news.ycombinator.com/item?id=43097372</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43097372</guid></item><item><title><![CDATA[New comment by ammario in "Making Markets on Kalshi"]]></title><description><![CDATA[
<p>I've been recording every trade across the platform for the past 3 months, which is when I began my operation.<p>Median Daily Volume (M$)<p>Dec 2024 - 10.2<p>Jan 2025 - 5.04<p>Feb 2025 - 5.89<p>So, in short, my data is inconclusive. I've been impressed with their marketing and business development though. They seem to be cozy with the new administration and I imagine any headwinds they had from the CFTC are disappearing.</p>
]]></description><pubDate>Tue, 18 Feb 2025 03:34:54 +0000</pubDate><link>https://news.ycombinator.com/item?id=43085820</link><dc:creator>ammario</dc:creator><comments>https://news.ycombinator.com/item?id=43085820</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43085820</guid></item><item><title><![CDATA[New comment by ammario in "Making Markets on Kalshi"]]></title><description><![CDATA[
<p>Cool to see. I'm currently #1 on the Kalshi volume leaderboard (<a href="https://kalshi.com/social/leaderboard" rel="nofollow">https://kalshi.com/social/leaderboard</a>) with a proprietary market making algorithm.<p>There is plenty of money to be made on Kalshi, but I had to rethink the math from the ground up as most of the literature describes highly liquid, somewhat stable markets.<p>One small change you could make to your algorithm is to calculate the skews/spreads in log-odds space. A change in price from 50c to 49c represents a very small delta in expected return whereas 2c to 1c is a doubling. Dealing with probability contracts in log-odds controls for this effect.</p>
]]></description><pubDate>Mon, 17 Feb 2025 21:02:23 +0000</pubDate><link>https://news.ycombinator.com/item?id=43083269</link><dc:creator>ammario</dc:creator><comments>https://news.ycombinator.com/item?id=43083269</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43083269</guid></item><item><title><![CDATA[New comment by ammario in "Making Markets on Kalshi"]]></title><description><![CDATA[
<p>Daily trading volume is about ~$5m</p>
]]></description><pubDate>Mon, 17 Feb 2025 20:54:54 +0000</pubDate><link>https://news.ycombinator.com/item?id=43083203</link><dc:creator>ammario</dc:creator><comments>https://news.ycombinator.com/item?id=43083203</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43083203</guid></item><item><title><![CDATA[New comment by ammario in "Don't defer Close() on writable files (2017)"]]></title><description><![CDATA[
<p>I think this post overhypes the issue. So many writes we do just aren’t that important (e.g. logs, cli config, blah), Close fails rarely, and it’s pretty standard for casually developed application software to misbehave once the disk is full or breaking.<p>This is a classic safety / performance trade off that was properly selected in favor of performance.<p>The defer Close() is still quite useful as a way to avoid fd leaks.</p>
]]></description><pubDate>Wed, 11 Sep 2024 04:55:17 +0000</pubDate><link>https://news.ycombinator.com/item?id=41508129</link><dc:creator>ammario</dc:creator><comments>https://news.ycombinator.com/item?id=41508129</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41508129</guid></item><item><title><![CDATA[Show HN: labeler – automatically label GitHub issues]]></title><description><![CDATA[
<p>We've been using this on mature OSS projects as well as internal repos @coder with good success. I figured it would be useful to the broader community. It's the kind of thing that saves a few minutes a day. So, not groundbreaking, but makes GitHub work slightly more pleasant.</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=41468105">https://news.ycombinator.com/item?id=41468105</a></p>
<p>Points: 1</p>
<p># Comments: 0</p>
]]></description><pubDate>Fri, 06 Sep 2024 17:34:01 +0000</pubDate><link>https://github.com/coder/labeler</link><dc:creator>ammario</dc:creator><comments>https://news.ycombinator.com/item?id=41468105</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41468105</guid></item><item><title><![CDATA[New comment by ammario in "Web scraping with GPT-4o: powerful but expensive"]]></title><description><![CDATA[
<p>To scale such an approach you could have the LLM generate JS to walk the DOM and extract content, caching the JS for each page.</p>
]]></description><pubDate>Mon, 02 Sep 2024 22:22:40 +0000</pubDate><link>https://news.ycombinator.com/item?id=41429265</link><dc:creator>ammario</dc:creator><comments>https://news.ycombinator.com/item?id=41429265</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41429265</guid></item></channel></rss>