Posts

Show HN: We scanned uscis.gov for third-party trackers. The results are jarring https://ift.tt/nbPCdWN

Show HN: We scanned uscis.gov for third-party trackers. The results are jarring https://ift.tt/Tb3xMmK April 11, 2026 at 07:13PM

Show HN: Do All the Things https://ift.tt/qd3CNVp

Show HN: Do All the Things https://ift.tt/TQ2Op7m April 10, 2026 at 05:11PM

Show HN: I run AI background removal in the browser–no upload,no server https://ift.tt/oqXcpn8

Show HN: I run AI background removal in the browser–no upload,no server RMBG-1.4 + SAM running client-side via ONNX Runtime WASM. ~2s on laptop, works on mobile. Your image never leaves the browser. Built this as part of allplix.com. 19yo student in France, solo project. Happy to talk about the WASM pipeline or the pain of running ML models in a browser tab. https://ift.tt/2ZOple0 April 10, 2026 at 11:30PM

Show HN: Dynamic Map of YouTube Channels https://ift.tt/LI4POYf

Show HN: Dynamic Map of YouTube Channels https://www.ytmap.xyz/ April 10, 2026 at 10:55PM

Show HN: Figma for Coding Agents https://ift.tt/nM5YDOP

Show HN: Figma for Coding Agents Feels a bit like Figma, but for coding agents. Instead of going back and forth with prompts, you give the agent a DESIGN.md that defines the design system up front, and it generally sticks to it when generating UI. Google Stitch seems to be moving in this direction as a standard, so we put together a small collection of DESIGN.md files based on popular web sites. https://getdesign.md April 10, 2026 at 08:50PM

Show HN: Druids – Build your own software factory https://ift.tt/uH7ixcL

Show HN: Druids – Build your own software factory Hi HN! Druids ( https://ift.tt/XKFGSWJ ) is an open-source library for structuring and running multi-agent coding workflows. Druids makes it easy to do this by abstracting away all the VM infrastructure, agent provisioning, and communication. You can watch our demo video here ( https://www.youtube.com/watch?v=EVJqW-tvSy4 ) to see what it looks like. At a high level: - Users can write Python programs that define what roles the agents take on and how they interact with each other. - A program is made of events - clear state transitions that the agents or clients can call to modify state. Each event gets exposed as an agent tool. - Druids provisions full VMs so that the agents can run continuously and communicate effectively. We made Druids because we were making lots of internal coding tools using agents and found it annoying to have to rearrange the wiring every time. As we were building Druids, we realized a lot of our internal tools we...