<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: _acco</title><link>https://news.ycombinator.com/user?id=_acco</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Thu, 09 Apr 2026 09:18:22 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=_acco" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by _acco in "Hashcards: A plain-text spaced repetition system"]]></title><description><![CDATA[
<p>So cool. Would love to hear more - What app do you use? How often do you clear your inbox and how long does it take?</p>
]]></description><pubDate>Sun, 14 Dec 2025 22:02:12 +0000</pubDate><link>https://news.ycombinator.com/item?id=46267478</link><dc:creator>_acco</dc:creator><comments>https://news.ycombinator.com/item?id=46267478</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46267478</guid></item><item><title><![CDATA[New comment by _acco in "Icons in Menus Everywhere – Send Help"]]></title><description><![CDATA[
<p>My best guess for the sparse icons in older MacOS versions: icons only for frequently-used menu items.</p>
]]></description><pubDate>Tue, 09 Dec 2025 01:31:19 +0000</pubDate><link>https://news.ycombinator.com/item?id=46200253</link><dc:creator>_acco</dc:creator><comments>https://news.ycombinator.com/item?id=46200253</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46200253</guid></item><item><title><![CDATA[New comment by _acco in "Gleam OTP – Fault Tolerant Multicore Programs with Actors"]]></title><description><![CDATA[
<p>I disagree. I started with Elixir and its OTP resources are really good. Books like Elixir in Action do a great job.<p>I read Programming Erlang later, but it was just for fun, and I knew most things already at that point.</p>
]]></description><pubDate>Mon, 20 Oct 2025 12:38:42 +0000</pubDate><link>https://news.ycombinator.com/item?id=45643217</link><dc:creator>_acco</dc:creator><comments>https://news.ycombinator.com/item?id=45643217</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45643217</guid></item><item><title><![CDATA[New comment by _acco in "SpaceX Gets Billions from the Government, Gives Little to Nothing Back in Taxes"]]></title><description><![CDATA[
<p>False, payroll taxes are split.<p>And Texas is famous for its property taxes.</p>
]]></description><pubDate>Sat, 16 Aug 2025 15:48:44 +0000</pubDate><link>https://news.ycombinator.com/item?id=44924478</link><dc:creator>_acco</dc:creator><comments>https://news.ycombinator.com/item?id=44924478</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44924478</guid></item><item><title><![CDATA[New comment by _acco in "SpaceX Gets Billions from the Government, Gives Little to Nothing Back in Taxes"]]></title><description><![CDATA[
<p>You think they don’t pay payroll tax, sales tax, or property tax?<p>Operating a business means consuming and producing things, which involves paying taxes.</p>
]]></description><pubDate>Sat, 16 Aug 2025 15:41:03 +0000</pubDate><link>https://news.ycombinator.com/item?id=44924401</link><dc:creator>_acco</dc:creator><comments>https://news.ycombinator.com/item?id=44924401</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44924401</guid></item><item><title><![CDATA[New comment by _acco in "SpaceX Gets Billions from the Government, Gives Little to Nothing Back in Taxes"]]></title><description><![CDATA[
<p>Clickbait title.<p>First, this is narrowly about federal income tax. SpaceX presumably pays plenty of other taxes.<p>Second, using the projected profits in the article, SpaceX will have exhausted its NOL pool by the end of this year, and so will pay billions in federal income tax next year.<p>But more important: the whole point of these tax cuts and programs is to let businesses use losses today so they can create value — and tax revenue — tomorrow. Of course, if you take a snapshot after part 1 but before part 2, it will <i>always</i> look like “X gets Y from government and gives nothing back”.</p>
]]></description><pubDate>Sat, 16 Aug 2025 15:31:10 +0000</pubDate><link>https://news.ycombinator.com/item?id=44924295</link><dc:creator>_acco</dc:creator><comments>https://news.ycombinator.com/item?id=44924295</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44924295</guid></item><item><title><![CDATA[New comment by _acco in "Why Elixir? Common misconceptions"]]></title><description><![CDATA[
<p>I consider myself expert-level at Elixir and did not learn Erlang first. Couldn't write a single line of Erlang today unaided if I tried.<p>I picked up Joe's Erlang book years after out of pure joy/curiosity.<p>Especially with LLMs, totally unnecessary.</p>
]]></description><pubDate>Wed, 23 Jul 2025 16:33:25 +0000</pubDate><link>https://news.ycombinator.com/item?id=44661086</link><dc:creator>_acco</dc:creator><comments>https://news.ycombinator.com/item?id=44661086</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44661086</guid></item><item><title><![CDATA[New comment by _acco in "Why Elixir? Common misconceptions"]]></title><description><![CDATA[
<p>It doesn't matter as much as you think. I believe this is in part due to how assertive most Elixir code tends to be. [1] These assertions not only aid the LSP and can cause compiler warnings/errors, they also help LLMs just like types do.<p>Still, every release now contains new type system features. Next up is full type inference. [2] After that will be typed structs.<p>[1] José Valim giving his balanced view on type systems: <a href="https://www.youtube.com/watch?v=giYbq4HmfGA" rel="nofollow">https://www.youtube.com/watch?v=giYbq4HmfGA</a><p>[2] <a href="https://hexdocs.pm/elixir/main/changelog.html" rel="nofollow">https://hexdocs.pm/elixir/main/changelog.html</a></p>
]]></description><pubDate>Wed, 23 Jul 2025 16:32:09 +0000</pubDate><link>https://news.ycombinator.com/item?id=44661068</link><dc:creator>_acco</dc:creator><comments>https://news.ycombinator.com/item?id=44661068</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44661068</guid></item><item><title><![CDATA[New comment by _acco in "LLM Daydreaming"]]></title><description><![CDATA[
<p>This is a good way of framing that we don't understand human creativity. And that we can't hope to build it until we do.<p>i.e. AGI is a philosophical problem, not a scaling problem.<p>Though we understand them little, we know the default mode network and sleep play key roles. That is likely because they aid some universal property of AGI. Concepts we don't understand like motivation, curiosity, and qualia are likely part of the picture too. Evolution is far too efficient for these to be mere side effects.<p>(And of course LLMs have none of these properties.)<p>When a human solves a problem, their search space is not random - just like a chess grandmaster's search space of moves is not random.<p>How our brains are so efficient when problem solving while also able to generate novelty is a mystery.</p>
]]></description><pubDate>Wed, 16 Jul 2025 14:14:14 +0000</pubDate><link>https://news.ycombinator.com/item?id=44582627</link><dc:creator>_acco</dc:creator><comments>https://news.ycombinator.com/item?id=44582627</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44582627</guid></item><item><title><![CDATA[New comment by _acco in "Multigres: Vitess for Postgres"]]></title><description><![CDATA[
<p>Your unique advantage is you know Vitess super well. Your unique disadvantage is you know Vitess super well! Second system syndrome is real. Using as much Vitess as possible could help you guard against it.<p>Excited to follow your progress :)</p>
]]></description><pubDate>Wed, 11 Jun 2025 17:22:06 +0000</pubDate><link>https://news.ycombinator.com/item?id=44249766</link><dc:creator>_acco</dc:creator><comments>https://news.ycombinator.com/item?id=44249766</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44249766</guid></item><item><title><![CDATA[New comment by _acco in "Lua for Elixir"]]></title><description><![CDATA[
<p>This is so cool. A key benefit is that it's not embedding the C Lua runtime and compiler, but rather implements Lua in the host language (Elixir/Erlang).<p>When sandboxing user code in another runtime, you need to serialize the data to and from that runtime. That comes with a performance penalty.<p>So, for example, if you sandbox code in WASM, you need to pick a transport data format, like JSON. You need to serialize Elixir data structures into JSON, send it to WASM, and then deserialize the result. For a high-performance data pipeline, this adds up!<p>But if your sandbox is in the host language, no serialization/de-serialization is required. You can execute the sandboxed language in microseconds.<p>I wrote more about this here:
<a href="https://blog.sequinstream.com/why-we-built-mini-elixir/" rel="nofollow">https://blog.sequinstream.com/why-we-built-mini-elixir/</a><p>Wish this library existed just a couple months ago!</p>
]]></description><pubDate>Thu, 15 May 2025 19:17:39 +0000</pubDate><link>https://news.ycombinator.com/item?id=43998344</link><dc:creator>_acco</dc:creator><comments>https://news.ycombinator.com/item?id=43998344</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43998344</guid></item><item><title><![CDATA[We Built Mini-Elixir]]></title><description><![CDATA[
<p>Article URL: <a href="https://blog.sequinstream.com/why-we-built-mini-elixir/">https://blog.sequinstream.com/why-we-built-mini-elixir/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=43762407">https://news.ycombinator.com/item?id=43762407</a></p>
<p>Points: 6</p>
<p># Comments: 0</p>
]]></description><pubDate>Tue, 22 Apr 2025 14:10:42 +0000</pubDate><link>https://blog.sequinstream.com/why-we-built-mini-elixir/</link><dc:creator>_acco</dc:creator><comments>https://news.ycombinator.com/item?id=43762407</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43762407</guid></item><item><title><![CDATA[Building a fast sandbox for user code]]></title><description><![CDATA[
<p>Article URL: <a href="https://blog.sequinstream.com/microsecond-transforms-building-a-lightning-fast-sandbox-for-user-code/">https://blog.sequinstream.com/microsecond-transforms-building-a-lightning-fast-sandbox-for-user-code/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=43727315">https://news.ycombinator.com/item?id=43727315</a></p>
<p>Points: 3</p>
<p># Comments: 0</p>
]]></description><pubDate>Fri, 18 Apr 2025 12:11:29 +0000</pubDate><link>https://blog.sequinstream.com/microsecond-transforms-building-a-lightning-fast-sandbox-for-user-code/</link><dc:creator>_acco</dc:creator><comments>https://news.ycombinator.com/item?id=43727315</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43727315</guid></item><item><title><![CDATA[New comment by _acco in "The role of developer skills in agentic coding"]]></title><description><![CDATA[
<p>Why do we use hotkeys and snippets?<p>There is a lot of tedium in software development and these tools help alleviate it.</p>
]]></description><pubDate>Thu, 27 Mar 2025 13:38:49 +0000</pubDate><link>https://news.ycombinator.com/item?id=43493524</link><dc:creator>_acco</dc:creator><comments>https://news.ycombinator.com/item?id=43493524</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43493524</guid></item><item><title><![CDATA[New comment by _acco in "Ask HN: Who is hiring? (February 2025)"]]></title><description><![CDATA[
<p>Sequin | Platform Engineer | San Francisco | ONSITE
We're building the world's fastest change data capture (CDC) platform for Postgres. CDC is a proven pattern that enables real-time use cases like triggering side effects, fanning out events, caching at the edge, and audit logging - but existing solutions are notoriously difficult to set up and maintain.<p>We're making CDC easy enough for weekend projects yet robust enough for Fortune 500 companies.<p>Sequin is open source/MIT (<a href="https://github.com/sequinstream/sequin">https://github.com/sequinstream/sequin</a>). We're backed by Kleiner Perkins and Craft Ventures.<p>Tech Stack: Elixir/Phoenix, LiveView + Svelte, Postgres<p>What makes this role exciting:<p>- Join an early-stage open source project with significant technical influence<p>- Build a tool you would use for a user you understand<p>- Work deeply with Postgres<p>- Solve novel distributed systems challenges (not building CRUD apps)<p>- Work with Elixir/Phoenix and OTP primitives in production<p>- High-energy environment focused on rapid iteration and customer impact–we ship a lot, and fast!<p>We're based in San Francisco, where we have an office. Learn more: <a href="https://sequin.notion.site/" rel="nofollow">https://sequin.notion.site/</a></p>
]]></description><pubDate>Mon, 03 Feb 2025 21:00:59 +0000</pubDate><link>https://news.ycombinator.com/item?id=42923041</link><dc:creator>_acco</dc:creator><comments>https://news.ycombinator.com/item?id=42923041</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42923041</guid></item><item><title><![CDATA[New comment by _acco in "Kuvasz-streamer: open-source CDC for Postgres for low latency replication"]]></title><description><![CDATA[
<p>Sequin engineer here. We'll publish our benchmark repo soon! Indeed, we're still doing a lot of fiddling with Debezium ourselves to make sure we cover different configurations, deployments, etc.<p>The main thing we want to communicate is that we're able to keep up with workloads Debezium can handle.<p>(And, re: RabbitMQ, I wouldn't write off a platform based on a single application built on that platform :) )</p>
]]></description><pubDate>Fri, 03 Jan 2025 20:53:00 +0000</pubDate><link>https://news.ycombinator.com/item?id=42589363</link><dc:creator>_acco</dc:creator><comments>https://news.ycombinator.com/item?id=42589363</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42589363</guid></item><item><title><![CDATA[New comment by _acco in "Ask HN: Who is hiring? (January 2025)"]]></title><description><![CDATA[
<p>Sequin | Platform Engineer | San Francisco | ONSITE<p>We're building the world's fastest change data capture (CDC) platform for Postgres. CDC is a proven pattern that enables real-time use cases like triggering side effects, fanning out events, caching at the edge, and audit logging - but existing solutions are notoriously difficult to set up and maintain.<p>We're making CDC easy enough for weekend projects yet robust enough for Fortune 500 companies.<p>Sequin is open source/MIT (<a href="https://github.com/sequinstream/sequin">https://github.com/sequinstream/sequin</a>). We're backed by Kleiner Perkins and Craft Ventures.<p>Tech Stack: Elixir/Phoenix, LiveView + Svelte, Postgres<p>What makes this role exciting:<p>- Join an early-stage open source project with significant technical influence<p>- Build a tool you would use for a user you understand<p>- Work deeply with Postgres<p>- Solve novel distributed systems challenges (not building CRUD apps)<p>- Work with Elixir/Phoenix and OTP primitives in production<p>- High-energy environment focused on rapid iteration and customer impact–we ship a lot, and fast!<p>We're based in San Francisco, where we have an office. Learn more: <a href="https://sequin.notion.site/" rel="nofollow">https://sequin.notion.site/</a></p>
]]></description><pubDate>Thu, 02 Jan 2025 16:51:58 +0000</pubDate><link>https://news.ycombinator.com/item?id=42576081</link><dc:creator>_acco</dc:creator><comments>https://news.ycombinator.com/item?id=42576081</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42576081</guid></item><item><title><![CDATA[Using watermarks to coordinate change data capture in Postgres]]></title><description><![CDATA[
<p>Article URL: <a href="https://blog.sequinstream.com/using-watermarks-to-coordinate-change-data-capture-in-postgres/">https://blog.sequinstream.com/using-watermarks-to-coordinate-change-data-capture-in-postgres/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=42575566">https://news.ycombinator.com/item?id=42575566</a></p>
<p>Points: 1</p>
<p># Comments: 0</p>
]]></description><pubDate>Thu, 02 Jan 2025 16:02:32 +0000</pubDate><link>https://blog.sequinstream.com/using-watermarks-to-coordinate-change-data-capture-in-postgres/</link><dc:creator>_acco</dc:creator><comments>https://news.ycombinator.com/item?id=42575566</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42575566</guid></item><item><title><![CDATA[New comment by _acco in "From where I left"]]></title><description><![CDATA[
<p>AFAIK, the reason for these changes is basically "prevent AWS from eating our business". Is that right?<p>If so, are these trends harmful to open source? Are we not choosing between:<p>1. A world where all revenue in OSS infrastructure ultimately flows to a few big platform companies.<p>2. A world where these carve-outs are commonplace.<p>Meta's carve-out with Llama is so interesting because it practically calls the big companies out by name. Should there be a similar standard license for open source infrastructure?</p>
]]></description><pubDate>Tue, 10 Dec 2024 22:11:23 +0000</pubDate><link>https://news.ycombinator.com/item?id=42382167</link><dc:creator>_acco</dc:creator><comments>https://news.ycombinator.com/item?id=42382167</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42382167</guid></item><item><title><![CDATA[We fixed our documentation with the Diátaxis framework]]></title><description><![CDATA[
<p>Article URL: <a href="https://blog.sequinstream.com/we-fixed-our-documentation-with-the-diataxis-framework/">https://blog.sequinstream.com/we-fixed-our-documentation-with-the-diataxis-framework/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=42340740">https://news.ycombinator.com/item?id=42340740</a></p>
<p>Points: 61</p>
<p># Comments: 15</p>
]]></description><pubDate>Fri, 06 Dec 2024 15:38:08 +0000</pubDate><link>https://blog.sequinstream.com/we-fixed-our-documentation-with-the-diataxis-framework/</link><dc:creator>_acco</dc:creator><comments>https://news.ycombinator.com/item?id=42340740</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42340740</guid></item></channel></rss>