Show HN: Notifyd – notification queue on Postgres alone (Rust, MCP, no UI) https://ift.tt/w7fJvb9

Show HN: Notifyd – notification queue on Postgres alone (Rust, MCP, no UI) https://rmzlb.github.io/notifyd/articles/postgres-queue-what-skip-locked-does-not-give-you.html September 8, 2026 at 02:45AM

Show HN: Copperhead – Hardware as Fast as Software https://ift.tt/5WfjgkT

Show HN: Copperhead – Hardware as Fast as Software https://copperhead.sh/ September 8, 2026 at 03:26AM

Show HN: I've Translated Linear Algebra Done Right by Axler to Hebrew https://ift.tt/nboJuB0

Show HN: I've Translated Linear Algebra Done Right by Axler to Hebrew https://twitter.com/AxlerLinear/status/2097188716091674804 September 8, 2026 at 01:53AM

Show HN: I made Artle – a quick, daily art guessing game https://ift.tt/Q03pn7H

Show HN: I made Artle – a quick, daily art guessing game Made this game some years ago after wordle blew up and it has very slowly gathered some returning players. Guess the artist, if you’re wrong you see more of the painting. Round 2 is year, round 3 is art style. Hope the difficulty level is alright. https://artle.eu September 7, 2026 at 11:31PM

Show HN: I stopped using an LLM gateway and put rate-limits/fallback in-process https://ift.tt/KU2MeCT

Show HN: I stopped using an LLM gateway and put rate-limits/fallback in-process Sup HN. I built VernLLM cuz every LLM gateaway I looked at, meant adding a network hop just to get rate limiting, multi provider fallback, circuit breaking and other features. Needing to take a whole seperate service just to deploy, monitor and trust with my API keys is just annoying since my whole tech stack was just TypeScript and Node. VernLLM does the same job within your LLM calls, but its in process instead. Its supports OpenAI-compatible APIs, Anthropic, Gemini and Bedrock providers. I would also argue that the features VernLLM provides is more developed then any other gateaway out there when it comes to resilience and customization. The tradeoff vs a gateaway is that it has no centralized policy across multiple apps or languages so if you want that then its better to use a gateaway instead. Here is the docs for more info: https://vernllm.dev https://ift.tt/geymdu2 September 6, 2026 at 02:17AM

Show HN: Notifyd – notification queue on Postgres alone (Rust, MCP, no UI) https://ift.tt/w7fJvb9

Show HN: Notifyd – notification queue on Postgres alone (Rust, MCP, no UI) https://rmzlb.github.io/notifyd/articles/postgres-queue-what-ski...