Posts

Show HN: Epiq – Distributed Git based issue tracker TUI https://ift.tt/M7Uj3tx

Show HN: Epiq – Distributed Git based issue tracker TUI Issue trackers typically live outside of your workflow, with poor ergonomics. Epiq aims to solve that, bringing issue tracking into your terminal. Multi-user collaboration is achieved via git using user-scoped immutable event logs that converge in memory. Put my all into it. Let me know what you think. https://ljtn.github.io/epiq/ May 16, 2026 at 05:48AM

Show HN: Browser based sythesizer, drum machine and squencer https://ift.tt/gx5sz9y

Show HN: Browser based sythesizer, drum machine and squencer Inspired by the recent Boards Of Canada announcement, I've been in a low-fi electronica mood lately and was going back and forth with Claude on how to design similar instruments in the browser that fit the genre. One thing led to another and pretty soon I had a fully browser based polyphonic synthesizer / drum machine / sequencer. The interface and workflow was heavily inspired by the Rebirth338 application released back in the 90's, but with lo-fi synth voices rather than the original 303 & 808 emulation. I know there's a significant overlap of developers and musicians and I though some of you may enjoy playing with the app, or at least listening to the resulting album. I've also open sourced track 1 of the album via the performance script used to record it. It's in the repo. Bandcamp link to the resulting album: https://ift.tt/WEDHl21... https://ift.tt/gQiXblk May 16, 2026 at 01:37AM

Show HN: Find local farms near you with raw dairy, pasture eggs, and more https://ift.tt/1Dy82XS

Show HN: Find local farms near you with raw dairy, pasture eggs, and more Hey folks, I made a farm-to-door so you can find local farms near you. It allows you to filter by farms that have raw dairy, unwashed eggs, and more “trendy” items. It also lets you filter by who does delivery and pickup, so you can get your goods. https://ift.tt/UZYNBxW May 15, 2026 at 10:45PM

Show HN: 3D-Agent – AI that edits Blender scenes through the Python API https://ift.tt/s4iTEgY

Show HN: 3D-Agent – AI that edits Blender scenes through the Python API https://ift.tt/JgdCMFf May 14, 2026 at 08:17PM

Show HN: Browse 61 3D Printable Robots https://ift.tt/GNtQkZ1

Show HN: Browse 61 3D Printable Robots Robotics is advancing really fast lately, with AI inference, different controllers, software, and parts always changing. I wanted a place that supports many device types, Raspberry Pi, NVDA Jetson, Arduino, ESP32, hardware sources, and maximizes for printability. Instructables, Github, and Thingiverse are currently popular but aren't really focused on robotics, So I built orobot.io to try and make printing robots as standardized and accessible as possible. It uses a lot of Agent built content custom to each project, and every project is designed to be used by humans or your agent. Features: - Photos and Estimated Prices for all projects - Links back to source GitHub projects - LLMs write descriptions and tips on how to build - View + Download 3d printable STL files in browser - BOM purchase links are kept up to date with LLMs checking Amazon link health - LLMs write Javascript install and controller wrappers custom to each project so a single...

Show HN: Nibble https://ift.tt/nsAdUey

Show HN: Nibble An attempt at a single pass LLVM frontend in ~3000 lines of C without external dependencies, malloc, or an AST. Included are some graphical examples. The IR isn't perfect, and the README touches on one particular downfall https://ift.tt/IAQme6U May 14, 2026 at 07:16AM

Show HN: Petri – Drop-in Postgres image that forks a DB per test https://ift.tt/6Yio2wj

Show HN: Petri – Drop-in Postgres image that forks a DB per test Rolling it out at work to parallelize 4,257 tests across 5 services. It fixes our tests running in band and DB mocking in API tests. It's a drop-in Postgres image, with a Golang proxy. :5432 is passthrough, :5433 forks the DB per conn (CREATE DATABASE … TEMPLATE …, dropped on disconnect). If you use it, let me know what you like or don't like, so I can make it better. Cheers! https://ift.tt/yF0BtEz May 14, 2026 at 05:02AM