Posts

Show HN: OpenClawMachines – Extending OpenClaw to the Enterprise https://ift.tt/SC8sRQ7

Show HN: OpenClawMachines – Extending OpenClaw to the Enterprise https://ift.tt/VaUIwih July 13, 2026 at 11:15PM

Show HN: Connect a voice agent to your phone as a Bluetooth headset with a ESP32 https://ift.tt/CmBr4XO

Show HN: Connect a voice agent to your phone as a Bluetooth headset with a ESP32 Just a bunch of sub-$20 ESP32-A1S components and you can snap a voice agent into your smartphone and take all the calls for you https://ift.tt/HGogfVv July 13, 2026 at 10:56PM

Show HN: Pgnudge - tell your app which Postgres tables just changed https://ift.tt/Bz5MKmO

Show HN: Pgnudge - tell your app which Postgres tables just changed Genuinely unsure if this is crazy or cool: looking for feedback. pgnudge is a small async Python library that tells you which tables just changed in Postgres, so a cache or read model can refetch the moment the data moves. No row data - it tells you when and what to reload, you already know how to load it. It leaves nothing persistent on the server (temp replication slot, dropped when the session ends) and needs no database driver — it speaks the walsender protocol itself. One dependency. Not CDC (no before/after rows), not a queue (no durability). It moves wakefulness, not rows or work. Repo: https://ift.tt/D7BqiLA https://ift.tt/D7BqiLA July 12, 2026 at 11:27PM

Show HN: Share and explore custom Claude Code status lines https://ift.tt/CTu3bD7

Show HN: Share and explore custom Claude Code status lines Hey HN, I made a registry for claude code users to share and explore status lines. I found that my friends/coworkers and I would always share screenshots of our terminal to show off our custom claude lines so I decided to build this registry as a place for others to show off! https://claudelines.com July 12, 2026 at 01:21AM

Show HN: We beat Cloudflare's bot detection (open-source stealth browser) https://ift.tt/i0EuO2B

Show HN: We beat Cloudflare's bot detection (open-source stealth browser) https://ift.tt/LlW86H1 July 11, 2026 at 05:56AM

Show HN: SubjectiveZero, an open-source agentic node editor for creative coding https://ift.tt/AfM3rg8

Show HN: SubjectiveZero, an open-source agentic node editor for creative coding Hey there, My name is Clem, I've been a solo indie dev for a couple years now, exploring frontier tech like XR and agentic workflows in the context of creative / interactive work. I've been building creation tools for a while and some common design challenge is to figure out the right level of abstraction for your tool. You can always make it super advanced and complex with low level concepts (shader composition, actual code etc.) but then you get something with a high complexity / learning curve. On the other hand, if you make your tool too high level, it might be easier to use at first, but people will most likely hit a wall eventually and start fighting with your tool to get their edge case done (you see that on mobile a lot actually). With this prototype (called SubjectiveZero), I'd like to imagine that we can kind of move the "slider" on the abstraction layer, meaning that you can...