Posts

Show HN: Lific: Issue trackers should be simple, right? https://ift.tt/O27WkwZ

Show HN: Lific: Issue trackers should be simple, right? I built Lific because I direct AI coding agents on largish projects and needed somewhere for project state to live that isn't markdown files in the repo. When I was begging to work on long horizon ideas, I started on Linear, but my agent files issues faster than a human does, and I hit their limits and pricing wall almost immediately. Then I self-hosted a popular open source tracker which meant running its 13 containers, and its MCP integration was 30k tokens and I got so fed up that I eventually removed it and went back to .md files for a few weeks. Lific is the opposite shape of most of your self hosted server issue trackers: It's a single Rust binary that uses SQLite, and it has an optimized MCP server built in. Web UI is also included integrated directly into the binary. The simplicity is meant to only apply to the size and the ease of installation. The web UI is fully fleshed out with all of the UX you would expect fr...

Show HN: Rudo - A small, elegant dock for Wayland https://ift.tt/AkGRwzo

Show HN: Rudo - A small, elegant dock for Wayland https://ift.tt/QM4VCAW July 17, 2026 at 01:12AM

Show HN: Be the ChatBOT https://ift.tt/D9CTs3E

Show HN: Be the ChatBOT I made this experimental art project/game that's an LLM chat assistant, but where you're the AI. I wanted people to get a visceral sense of what it's like to answer the kinds of things that people prompt their chatbots day in and day out. If you're interested, I wrote up some more info on how I made it, including how the "user" prompts are generated with an eye for realism: https://ift.tt/hdOgUZf Hope you enjoy it! https://ift.tt/eRZ0K6u July 17, 2026 at 12:14AM

Show HN: Tree, truth, druid, dryad, and tar share one Proto-Indo-European root https://ift.tt/ry0h18N

Show HN: Tree, truth, druid, dryad, and tar share one Proto-Indo-European root https://ift.tt/MITkdC2 July 16, 2026 at 11:11PM

Show HN: Leet Robotics: Learn robotics and ROS2 with hands-on courses https://ift.tt/O4uAazQ

Show HN: Leet Robotics: Learn robotics and ROS2 with hands-on courses Hi all, I've just launched Leet Robotics: a platform to learn robotics hands-on, with a full ROS2 workspace that runs in the browser (Jazzy, Gazebo Harmonic, Foxglove, VS Code) - no install required. The platform also has room for sharing projects and simulation assets as it grows. Our first course is live now: Intro to ROS2 (free to read). The course teaches skills ranging from building your first node to a capstone project of a robot touring a museum world, with every lesson runnable in the online workspace (free accounts get an hour of workspace time daily - enough to follow the course). Would love feedback from this community: on the course, the workspace experience, and what courses to build next. https://ift.tt/P43qx6m July 15, 2026 at 05:44PM

Show HN: Make senders work to get into your inbox https://ift.tt/6j9doyl

Show HN: Make senders work to get into your inbox Hi HN :) really excited to share this with you. The one thing AI reliably does is generate noise. Half the tools I see launch are just machines for producing more noise across more channels. And people are starting to see this in the form of emails in their inboxes as spam filters are struggling. There used to be a useful signal in email: the effort a sender put into customizing a message was a rough proxy for how relevant it actually was. AI killed that. Now it's customized slop with the appearance of effort with none of the cost. It is painful that the open internet / open channels have been abused like this. Captchainbox applies the idea of proof-of-work to email. If a sender is willing to do a bit of work to reach you, the message is more likely to be worth your time and the sender more likely to be real. The work is a traditional captcha. You can also set a pay-to-deliver amount if you want more friction. The proceeds of the de...

Show HN: Beautiful Type Erasure with C++26 Reflection https://ift.tt/oqLlDKU

Show HN: Beautiful Type Erasure with C++26 Reflection Try it on Compiler Explorer: https://ift.tt/rY9JWhu Check out the source code: https://ift.tt/XUfRGL7 https://ryanjk5.github.io/posts/rjk-duck/ July 14, 2026 at 06:10PM