<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: ent1c3d</title><link>https://news.ycombinator.com/user?id=ent1c3d</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Mon, 15 Jun 2026 07:47:43 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=ent1c3d" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[Show HN: Lightweight Task queue on Erlang/OTP, SQLite-backed, no overengineering]]></title><description><![CDATA[
<p>Setting up Kafka or such enterprise oriented software with their clusters or dedicated servers is heavy and bothering enough that most small 
teams or indie hackers skip it entirely and making compromise to use in-memory queues.<p>I wanted something in between: a persistent queue that is simple to run (one binary, which makes one sqlite db), gets real fault isolation and crash recovery due to Elixir, easy to inspect (open ezra.db in any SQLite browser and see every 
task), and requires no new client library - it speaks the Redis Streams wire protocol, 
so any Redis client in any language just works out of the box.<p>Very short demo video: [<a href="https://www.youtube.com/watch?v=MLYyD3DVWmE" rel="nofollow">https://www.youtube.com/watch?v=MLYyD3DVWmE</a>]</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=48476202">https://news.ycombinator.com/item?id=48476202</a></p>
<p>Points: 73</p>
<p># Comments: 11</p>
]]></description><pubDate>Wed, 10 Jun 2026 13:45:26 +0000</pubDate><link>https://github.com/entGriff/ezra</link><dc:creator>ent1c3d</dc:creator><comments>https://news.ycombinator.com/item?id=48476202</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48476202</guid></item></channel></rss>