<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: abelanger</title><link>https://news.ycombinator.com/user?id=abelanger</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Thu, 16 Apr 2026 05:25:38 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=abelanger" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by abelanger in "Supertoast tables"]]></title><description><![CDATA[
<p>Candidly we're still trying to figure that out: all of the plumbing is there in the open source, but the actual implementation of writes to S3 are only on the cloud version. This is partially because we're loath to introduce additional dependencies, and partially because this job requires a decent amount of CPU and memory and would have to run separate from the Hatchet engine, which adds complexity to self-hosted setups. That said, we're aware of multi-TB self-hosted instances, and this would be really useful for them - so it's important that we can get this into the open source.<p>The payloads are time-partitioned (in either case) so we do drop them after the user-defined retention period.</p>
]]></description><pubDate>Fri, 06 Mar 2026 19:17:21 +0000</pubDate><link>https://news.ycombinator.com/item?id=47279717</link><dc:creator>abelanger</dc:creator><comments>https://news.ycombinator.com/item?id=47279717</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47279717</guid></item><item><title><![CDATA[Supertoast tables]]></title><description><![CDATA[
<p>Article URL: <a href="https://hatchet.run/blog/supertoast-tables">https://hatchet.run/blog/supertoast-tables</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=47277420">https://news.ycombinator.com/item?id=47277420</a></p>
<p>Points: 56</p>
<p># Comments: 12</p>
]]></description><pubDate>Fri, 06 Mar 2026 16:46:50 +0000</pubDate><link>https://hatchet.run/blog/supertoast-tables</link><dc:creator>abelanger</dc:creator><comments>https://news.ycombinator.com/item?id=47277420</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47277420</guid></item><item><title><![CDATA[Tove Jansson's criticized illustrations of The Hobbit (2023)]]></title><description><![CDATA[
<p>Article URL: <a href="https://tovejansson.com/hobbit-tolkien/">https://tovejansson.com/hobbit-tolkien/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=47182284">https://news.ycombinator.com/item?id=47182284</a></p>
<p>Points: 223</p>
<p># Comments: 123</p>
]]></description><pubDate>Fri, 27 Feb 2026 16:17:53 +0000</pubDate><link>https://tovejansson.com/hobbit-tolkien/</link><dc:creator>abelanger</dc:creator><comments>https://news.ycombinator.com/item?id=47182284</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47182284</guid></item><item><title><![CDATA[Escaping Misconfigured VSCode Extensions (2023)]]></title><description><![CDATA[
<p>Article URL: <a href="https://blog.trailofbits.com/2023/02/21/vscode-extension-escape-vulnerability/">https://blog.trailofbits.com/2023/02/21/vscode-extension-escape-vulnerability/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=47093604">https://news.ycombinator.com/item?id=47093604</a></p>
<p>Points: 13</p>
<p># Comments: 0</p>
]]></description><pubDate>Fri, 20 Feb 2026 20:39:06 +0000</pubDate><link>https://blog.trailofbits.com/2023/02/21/vscode-extension-escape-vulnerability/</link><dc:creator>abelanger</dc:creator><comments>https://news.ycombinator.com/item?id=47093604</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47093604</guid></item><item><title><![CDATA[New comment by abelanger in "Building a TUI is easy now"]]></title><description><![CDATA[
<p>Author here - I'm also generally skeptical of coding agents, but with the right problem domain and approach they can produce quality output when paired with humans. There was a point in time in the chess world where computer + human was stronger than computer or human alone. I think we're in that era for a handful of applications. Not for things like kernels, browsers, or databases.<p>> Besides, who is going to maintain that code?<p>I maintain the code. If Claude gets sunset tomorrow, I'll still be able to maintain and write it - I've already rewritten parts of it.<p>You could make the same argument for a team member leading a project that you've worked on. Is that code forever required to be maintained by one team member?<p>Previously the overhead of ensuring code quality when the development process was driven by Claude Code was greater than just writing the code myself. But that was different for this project.</p>
]]></description><pubDate>Sat, 14 Feb 2026 17:08:19 +0000</pubDate><link>https://news.ycombinator.com/item?id=47016169</link><dc:creator>abelanger</dc:creator><comments>https://news.ycombinator.com/item?id=47016169</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47016169</guid></item><item><title><![CDATA[New comment by abelanger in "Building a TUI is easy now"]]></title><description><![CDATA[
<p>Hi, thanks! To be clear, the demo there is merely a WASM-based Ghostty build which is rendering the TUI on a web page, just so people could try it out without needing to install anything. The actual TUI runs in your terminal. I'm guessing it's the WASM side of things causing the fans to spin, which you wouldn't see locally.</p>
]]></description><pubDate>Sat, 14 Feb 2026 16:53:44 +0000</pubDate><link>https://news.ycombinator.com/item?id=47016042</link><dc:creator>abelanger</dc:creator><comments>https://news.ycombinator.com/item?id=47016042</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47016042</guid></item><item><title><![CDATA[New comment by abelanger in "Building a TUI is easy now"]]></title><description><![CDATA[
<p>Hi everyone, I enjoyed building this TUI for myself and wanted to write down how I did it. I appreciate all the thoughts and feedback! The web app is our main investment, but I think there's a slice of developers who really like to interact with TUIs, so I'm going to keep working on it.<p>For the demo at <a href="https://tui.hatchet.run">https://tui.hatchet.run</a>, to answer some messages asking about it: I built this with the fantastic ghostty-web project (<a href="https://github.com/coder/ghostty-web" rel="nofollow">https://github.com/coder/ghostty-web</a>). It's been a while since I've used WASM for anything and this made it really easy. I deployed the demo across six Fly.io regions (hooray stateless apps) to try to minimize the impact of keystroke latency, but I imagine it's still felt by quite a few people.</p>
]]></description><pubDate>Sat, 14 Feb 2026 01:06:01 +0000</pubDate><link>https://news.ycombinator.com/item?id=47010167</link><dc:creator>abelanger</dc:creator><comments>https://news.ycombinator.com/item?id=47010167</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47010167</guid></item><item><title><![CDATA[New comment by abelanger in "Building a TUI is easy now"]]></title><description><![CDATA[
<p>You're right - I'll remove that now until we can get it more performant or drop it altogether. This wasn't something we caught during testing. I appreciate the feedback!</p>
]]></description><pubDate>Fri, 13 Feb 2026 23:48:16 +0000</pubDate><link>https://news.ycombinator.com/item?id=47009465</link><dc:creator>abelanger</dc:creator><comments>https://news.ycombinator.com/item?id=47009465</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47009465</guid></item><item><title><![CDATA[Building a TUI is easy now]]></title><description><![CDATA[
<p>Article URL: <a href="https://hatchet.run/blog/tuis-are-easy-now">https://hatchet.run/blog/tuis-are-easy-now</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=47005509">https://news.ycombinator.com/item?id=47005509</a></p>
<p>Points: 306</p>
<p># Comments: 255</p>
]]></description><pubDate>Fri, 13 Feb 2026 17:50:54 +0000</pubDate><link>https://hatchet.run/blog/tuis-are-easy-now</link><dc:creator>abelanger</dc:creator><comments>https://news.ycombinator.com/item?id=47005509</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47005509</guid></item><item><title><![CDATA[Postgres Indexes, Partitioning and LWLock:LockManager Scalability]]></title><description><![CDATA[
<p>Article URL: <a href="https://ardentperf.com/2024/03/03/postgres-indexes-partitioning-and-lwlocklockmanager-scalability/">https://ardentperf.com/2024/03/03/postgres-indexes-partitioning-and-lwlocklockmanager-scalability/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=46993228">https://news.ycombinator.com/item?id=46993228</a></p>
<p>Points: 2</p>
<p># Comments: 0</p>
]]></description><pubDate>Thu, 12 Feb 2026 18:49:41 +0000</pubDate><link>https://ardentperf.com/2024/03/03/postgres-indexes-partitioning-and-lwlocklockmanager-scalability/</link><dc:creator>abelanger</dc:creator><comments>https://news.ycombinator.com/item?id=46993228</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46993228</guid></item><item><title><![CDATA[Claude Code Psychosis]]></title><description><![CDATA[
<p>Article URL: <a href="https://jasmi.news/p/claude-code">https://jasmi.news/p/claude-code</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=46829319">https://news.ycombinator.com/item?id=46829319</a></p>
<p>Points: 2</p>
<p># Comments: 1</p>
]]></description><pubDate>Fri, 30 Jan 2026 20:19:03 +0000</pubDate><link>https://jasmi.news/p/claude-code</link><dc:creator>abelanger</dc:creator><comments>https://news.ycombinator.com/item?id=46829319</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46829319</guid></item><item><title><![CDATA[Stripe's New Homepage]]></title><description><![CDATA[
<p>Article URL: <a href="https://stripe.com/">https://stripe.com/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=46812425">https://news.ycombinator.com/item?id=46812425</a></p>
<p>Points: 2</p>
<p># Comments: 2</p>
]]></description><pubDate>Thu, 29 Jan 2026 16:28:42 +0000</pubDate><link>https://stripe.com/</link><dc:creator>abelanger</dc:creator><comments>https://news.ycombinator.com/item?id=46812425</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46812425</guid></item><item><title><![CDATA[New comment by abelanger in "The Devastating Decline of a Brilliant Young Coder (2020)"]]></title><description><![CDATA[
<p><a href="https://archive.ph/GbVrJ" rel="nofollow">https://archive.ph/GbVrJ</a></p>
]]></description><pubDate>Mon, 26 Jan 2026 17:28:05 +0000</pubDate><link>https://news.ycombinator.com/item?id=46768596</link><dc:creator>abelanger</dc:creator><comments>https://news.ycombinator.com/item?id=46768596</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46768596</guid></item><item><title><![CDATA[The Devastating Decline of a Brilliant Young Coder (2020)]]></title><description><![CDATA[
<p>Article URL: <a href="https://www.wired.com/story/lee-holloway-devastating-decline-brilliant-young-coder/">https://www.wired.com/story/lee-holloway-devastating-decline-brilliant-young-coder/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=46768592">https://news.ycombinator.com/item?id=46768592</a></p>
<p>Points: 1</p>
<p># Comments: 3</p>
]]></description><pubDate>Mon, 26 Jan 2026 17:27:54 +0000</pubDate><link>https://www.wired.com/story/lee-holloway-devastating-decline-brilliant-young-coder/</link><dc:creator>abelanger</dc:creator><comments>https://news.ycombinator.com/item?id=46768592</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46768592</guid></item><item><title><![CDATA[Reflecting on two years as an open-source startup]]></title><description><![CDATA[
<p>Article URL: <a href="https://hatchet.run/blog/two-years-open-source">https://hatchet.run/blog/two-years-open-source</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=46725335">https://news.ycombinator.com/item?id=46725335</a></p>
<p>Points: 1</p>
<p># Comments: 0</p>
]]></description><pubDate>Thu, 22 Jan 2026 21:28:11 +0000</pubDate><link>https://hatchet.run/blog/two-years-open-source</link><dc:creator>abelanger</dc:creator><comments>https://news.ycombinator.com/item?id=46725335</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46725335</guid></item><item><title><![CDATA[New comment by abelanger in "Ask HN: Story about a CEO going off on a user who left feedback?"]]></title><description><![CDATA[
<p>Sounds like the CodeRabbit controversy: <a href="https://xcancel.com/harjotsgill/status/2004050004785484172" rel="nofollow">https://xcancel.com/harjotsgill/status/2004050004785484172</a></p>
]]></description><pubDate>Tue, 13 Jan 2026 15:24:46 +0000</pubDate><link>https://news.ycombinator.com/item?id=46602183</link><dc:creator>abelanger</dc:creator><comments>https://news.ycombinator.com/item?id=46602183</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46602183</guid></item><item><title><![CDATA[Reflecting on two years as an open-source startup]]></title><description><![CDATA[
<p>Article URL: <a href="https://hatchet.run/blog/two-years-open-source">https://hatchet.run/blog/two-years-open-source</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=46602058">https://news.ycombinator.com/item?id=46602058</a></p>
<p>Points: 5</p>
<p># Comments: 0</p>
]]></description><pubDate>Tue, 13 Jan 2026 15:14:56 +0000</pubDate><link>https://hatchet.run/blog/two-years-open-source</link><dc:creator>abelanger</dc:creator><comments>https://news.ycombinator.com/item?id=46602058</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46602058</guid></item><item><title><![CDATA[New comment by abelanger in "Message Queues: A Simple Guide with Analogies (2024)"]]></title><description><![CDATA[
<p>Drawing the boundary at high throughput, huge fan-out and ultra-low-latency is correct - I'd also add that MQs are often used for pub/sub and signaling.<p>MQs are heavily optimized for reducing E2E latency between publishers and consumers in a way that DE engines are not, since DE engines usually rely on an ACID compliant database. Under load I've seen an order of magnitude difference in enqueue times (low single-digit milliseconds for the MQ p95 vs 10ms p95 for Postgres commit times). And AMQP has a number of routing features built-in (i.e. different exchange types) that you won't see in DE engines.<p>Another way to think about it is that message queues usually provide an optional message durability layer alongside signaling and pub/sub. So if you need a very simple queue with retries _and_ you need pub/sub, I'd be eyeing an MQ (or a DE execution engine that supports basic pub/sub, like Hatchet).<p>I wrote about our perspective on this here: <a href="https://hatchet.run/blog/durable-execution">https://hatchet.run/blog/durable-execution</a><p>( disclaimer - I'm one of the people behind <a href="https://github.com/hatchet-dev/hatchet" rel="nofollow">https://github.com/hatchet-dev/hatchet</a> )</p>
]]></description><pubDate>Mon, 12 Jan 2026 23:53:04 +0000</pubDate><link>https://news.ycombinator.com/item?id=46595748</link><dc:creator>abelanger</dc:creator><comments>https://news.ycombinator.com/item?id=46595748</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46595748</guid></item><item><title><![CDATA[New comment by abelanger in "Code and Let Live"]]></title><description><![CDATA[
<p>Not harmful for now - "fork from checkpoint" would be perfectly fine for me at the moment. The main issue (as flagged in the post) is that setting up additional tooling can take a while!<p>In the longer term, docker is nice from a reproducibility + CI perspective, and a docker build is already something can easily work with and track in my system.<p>One thing I've heard but not verified with other sandboxed execution providers is that startup times for custom images can be quite slow, so it could be a potential differentiator given Fly's existing infra.</p>
]]></description><pubDate>Sun, 11 Jan 2026 17:29:31 +0000</pubDate><link>https://news.ycombinator.com/item?id=46577645</link><dc:creator>abelanger</dc:creator><comments>https://news.ycombinator.com/item?id=46577645</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46577645</guid></item><item><title><![CDATA[New comment by abelanger in "Code and Let Live"]]></title><description><![CDATA[
<p>This is seriously cool - it's exactly the DX and API I've been waiting for from sandboxed execution providers.<p>I'd love to be able to configure the base image/VM in a way that doesn't bundle coding tools or anything else I don't need, and comes with some other binaries installed (I'm more interested in using this as an API for a sandbox use-case I have). Is there a way to do this at the moment / is this on the roadmap?<p>Another option would be configuring the sprite via checkpoint and then cloning the checkpoint from a base sprite, but I don't see this option anywhere either.</p>
]]></description><pubDate>Sat, 10 Jan 2026 23:53:04 +0000</pubDate><link>https://news.ycombinator.com/item?id=46571210</link><dc:creator>abelanger</dc:creator><comments>https://news.ycombinator.com/item?id=46571210</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46571210</guid></item></channel></rss>