I'm working on Zen Notes - a minimal, distraction-free notes app that prioritizes ownership and longevity. The core philosophy is: your notes should be yours forever, that also includes the software stack it's built on. Everything is stored locally in SQLite with standard Markdown, so no vendor lock-in or proprietary formats. The interface is very minimal without flashy colors or icons, so you can focus on your thoug…
Ask HN: What are you working on? (July 2025)
421–430 of 900 posts
Re: Ask HN: What are you working on? (July 2025)
#422I’m working on a free & open-source invoice generator: - Live PDF preview - 100% client-side - No sign-up required - Includes a Stripe-style invoice template - Built with modern web tech – simple to self-host or fork Repo: https://github.com/VladSez/easy-invoice-pdf Demo: https://easyinvoicepdf.com Would love feedback, contributions, or ideas for other templates/features!
Only minor gripe is that the "support my work" popup is a bit aggressive.
Re: Ask HN: What are you working on? (July 2025)
#423I'm copying the Puppeteer / Playwright client API to run in a Chrome extension using the native Chrome extension APIs. It is possible to run Playwright inside a Chrome extension, however, it requires the Chrome DevTools Protocol (CDP) to automate a browser which really hurts the user experience, is very slow, and opens security vulnerabilities. Chrome extension APIs can accomplish maybe ~85% of the same functionality…
Re: Ask HN: What are you working on? (July 2025)
#424My roommate and I are still working on Tornyol, our mosquito killing drone! It uses ultrasonic sonar to detect mosquitoes, and missile control theory to ram into mosquitoes and grind them in its propellers. Our target platform is a 40 grams tinywhoop so it’s safe to fly everywhere and makes almost no noise :). A Roomba for mosquitoes! The main plus compared to traditional systems is that a drone can cover an enormous…
Re: Ask HN: What are you working on? (July 2025)
#425I am working on world model for computer systems. I am designing experiment and benchmark for LLM Agents to see if they possess understanding of "Linux". World model for computer systems will be crucial next step for computer use agents to reliably plan their actions over long horizon.
Links to draft: https://open.substack.com/pub/disastermanagementtechnologies...
Re: Ask HN: What are you working on? (July 2025)
#426An iOS app that uses your AirPods' sensors to catch bad posture in real time.
How it works:
Real-time tilt tracking – Your AirPods already have the tech Customizable alerts – Adjust sensitivity so it nudges you only when needed Prevent strain before it starts – Stop neck pain and headaches at the source
https://www.airposture.pro/ (TestFlighting)
Re: Ask HN: What are you working on? (July 2025)
#427I often need a PostgreSQL server for testing an application, vibe coding, or troubleshooting a PG client. Inspired by Neon's architecture, I implemented PostgreSQL WASM (PGlite) with a cloud proxy (via Websockets) at https://postgresql.dbfor.dev All the PostgreSQL data lives in your browser, and you have unlimited PostgreSQL servers that persist the data locally without installing anything.
Re: Ask HN: What are you working on? (July 2025)
#428I've actually started getting some back and fourth feedback with a couple users, which has kept me motivated and validated. But I need more organic traffic somehow. I've recently released a new usecase (https://theretowhere.com/vacation) that might be more well suited for vacationers, so let's see if that sticks.
Funny anecdote from today - I just set up Slack notifications so I get more instant knowledge of errors on the platform, and the first notification came in just a couple moments after I deployed. It was for an error that I thought noone would run into for a couple days. Imagine my (bad) luck!
Re: Ask HN: What are you working on? (July 2025)
#429Re: Ask HN: What are you working on? (July 2025)
#430I just discovered the formulas Excel library for Python, and I have about two dozen ideas for things that you could do with it. It turns out they already implemented the first dozen in the library itself, but the possibilities that come from extracting the computational graph out of a workbook are huge.