Postingan

Show HN: I built a Cargo-like build tool for C/C++ https://ift.tt/h92cANe

Show HN: I built a Cargo-like build tool for C/C++ I love C and C++, but setting up projects can sometimes be a pain. Every time I wanted to start something new I'd spend the first hour writing CMakeLists.txt, figuring out find_package, copying boilerplate from my last project, and googling why my library isn't linking. By the time the project was actually set up I'd lost all momentum. So, I built Craft - a lightweight build and workflow tool for C and C++. Instead of writing CMake, your project configuration goes in a simple craft.toml: [project] name = "my_app" version = "0.1.0" language = "c" c_standard = 99 [build] type = "executable" Run craft build and Craft generates the CMakeLists.txt automatically and builds your project. Want to add dependencies? That's just a simple command: craft add --git https://ift.tt/TXfjvLB --links raylib craft add --path ../my_library craft add sfml Craft will clone the dependency, regenerate the...

Show HN: LLM-Wiki but for Early Founders https://ift.tt/HtwUFZE

Show HN: LLM-Wiki but for Early Founders https://ift.tt/WVO3HvL April 9, 2026 at 11:27PM

Show HN: I built Dirac, Hash Anchored AST native coding agent, costs -64.8 pct https://ift.tt/cLiEqTe

Show HN: I built Dirac, Hash Anchored AST native coding agent, costs -64.8 pct Fully open source, a hard fork of cline. Full evals on the github page that compares 7 agents (Cline, Kilo, Ohmypi, Opencode, Pimono, Roo, Dirac) on 8 medium complexity tasks. Each task, each diff and correctness + cost info on the github Dirac is 64.8% cheaper than the average of the other 6. https://ift.tt/qQZUH5v April 9, 2026 at 07:06PM

Show HN: Homebutler – I manage my homelab from chat. AI never gets raw shell https://ift.tt/sryzeOj

Show HN: Homebutler – I manage my homelab from chat. AI never gets raw shell https://homebutler.dev April 9, 2026 at 07:09PM

Show HN: CSS Studio. Design by hand, code by agent https://ift.tt/rRhzI8C

Show HN: CSS Studio. Design by hand, code by agent Hi HN! I've just released CSS Studio, a design tool that lives on your site, runs on your browser, sends updates to your existing AI agent, which edits any codebase. You can actually play around with the latest version directly on the site. Technically, the way this works is you view your site in dev mode and start editing it. In your agent, you can run /studio which then polls (or uses Claude Channels) an MCP server. Changes are streamed as JSON via the MCP, along with some viewport and URL information, and the skill has some instructions on how best to implement them. It contains a lot of the tools you'd expect from a visual editing tool, like text editing, styles and an animation timeline editor. https://cssstudio.ai April 9, 2026 at 06:23PM

Show HN: OpenMix, open-source computational framework for formulation science https://ift.tt/weV4KSG

Show HN: OpenMix, open-source computational framework for formulation science I built OpenMix because computational chemistry has great tools for individual molecules (RDKit, DeepChem) but nothing for mixtures. pip install openmix. Apache 2.0. Technical blog: https://ift.tt/RWB9Alg... https://ift.tt/RYbW5XC April 9, 2026 at 12:12AM

Show HN: I built a navigation app that displays weather along the route https://ift.tt/L1uJegK

Show HN: I built a navigation app that displays weather along the route Hello HN, I live in northern part of USA where winters are snowy. Whenever I took long trips, I always wondered what the weather along the route is going to be. For those who live in northern USA, you know weather can change frequently, so when you're traveling matters a lot, not just the route. To solve this problem for myself, I built https://navimodo.com/ . NaviModo calculates the route, and then checks weather along the route based on your start time, and displays weather along the route. Change start time, and the whole thing is recalculated. I am not expecting any commercialization for this, just wanted to scratch an itch, and just did it. I have ideas for adding additional features (suggestions for when to take breaks based on bad weather, auto-suggestion of start time to avoid bad weather, etc.,) but will add more as time goes by. Any feedback is welcome! https://navimodo.com/ April 6, 2026 at 08:58PM