Ask HN: What are you working on? (April 2025)
931–940 of 1001 posts
Re: Ask HN: What are you working on? (April 2025)
#932Re: Ask HN: What are you working on? (April 2025)
#933Re: Ask HN: What are you working on? (April 2025)
#934Re: Ask HN: What are you working on? (April 2025)
#935I'm working on my second self-published technical book related to Elixir. The first one has been a surprising success, but since it was about learning to use Ecto on the basis of an old pedagogical toy database (and tiny dataset), the new book is about the development of a production-grade REST API with Elixir and Phoenix. I find that many books out there are focused on documenting the "happy path" for rather small a…
Re: Ask HN: What are you working on? (April 2025)
#936The first ever SQL debugger – runs & visualizes your query step-by-step, every clause, condition, expression, incl. GROUP BY, aggregates / windows, DISTINCT (ON), subqueries (even correlated ones!), CTEs, you name it. You can search for full or partial rows and see the whole query lineage – which intermediate rows from which CTEs/subqueries contributed to the result you're searching for. Entirely offline & no usage o…
Finish it, shut up, take my money! This looks really good - make a website just to make it possible to sign up for updates.
Re: Ask HN: What are you working on? (April 2025)
#937A tree cutting tool. Take photos of the tree from 6 different angles, feed into a 3D model generator, erode the model and generate a 3D graph representation of the tree. The tool suggests which cuts to make and where, given a restricted fall path (e.g. constrained by a neighbors yard on one side). I create the fallen branches in their final state along the fall plane, and create individual correction vectors mapping…
I've been thinking for years about a safer alternative to chain saws. Something along the lines of a carbide coated wire driven by an electric motor and battery. Strap it to the tree, turn it on, walk away and some minutes later the tree falls down. The main difficulty is in how to drive the wire. Using friction would create fast wearing parts. Maybe a chain could be used instead of a wire. It could oscillate back an…
Re: Ask HN: What are you working on? (April 2025)
#938Most AI first coding tools don't seem to respect how much critical context gets lost between sessions. Prompts, chats, refactors, decision paths all gone. Really believe that intent (prompts & responses from AI) is going to be the critical artifact upstream of code and there is a need to capture all of it: what the AI suggested, what you kept, what you rewrote, and why. We integrate directly with AI-powered IDEs so your intent becomes as searchable as your code.
We started with Cursor and just shipped support for GitHub Copilot (Agent Mode). The long-term goal is to build a canonical intent layer for codebases built with AI—something like git log/blame, but for why things changed, not just what.
Re: Ask HN: What are you working on? (April 2025)
#939Re: Ask HN: What are you working on? (April 2025)
#940Project link: https://github.com/cybrota/scharf
Quick demo: https://imgur.com/a/wEyk9AR
This tool can cutdown hours of grind for Security engineers.