Posted by david927 1 day ago
Ask HN: What Are You Working On? (Nov 2025)
https://github.com/entomorph/reverse-engineering
I started the project when ChatGPT 4 was first released, using it as a way to explore what LLMs could actually do. I also find working on it very relaxing, there is something cool about uncovering secrets hidden in code for more than twenty years.
https://kauwenofspauwen.be/en Belgian food hygiene rating from official gov reports
I got all the components, tested it on a breadboard, learned to solder and now I'm working on the 3d Print to enclose everything.
I actually just did a test run to see if my current 3d design would fit my PICO board, and it fit, but not that secure yet.
Im a developer but never worked this close to metal, so I've been so happy with how it's been going so far, making me real proud of myself.
It's an open-source iOS voice agent that uses the OpenAI Realtime API (bring your own key).
Current connectors: Hacker News (check demo in readme!), Google Drive, GitHub, and web search.
I got frustrated with the limitations of the OpenAI Realtime Voice iOS app—for example, it can't even connect to Google Drive.
Arty is self-contained except for the OpenAI model and any third-party services you connect to. Uses local tools—no MCP support yet.
If you'd like additional connectors, feel free to open an issue.
Once you sign up and connect your Google sheet, it generates a template (using AI) based on your data, which you can edit in a Notion-like editor. You can then generate PDFs for your entire sheet or a for a range of rows.
Some use cases I'm seeing:
* Certificates for students or course completions
* Monthly invoices for all your clients (https://sheetstopdf.com/use-cases/business/invoices)
* Personalized reports with individual client data
* Event tickets or conference badges
* Contracts, offer letters, or any personalized documents
* Really anything where you have rows of data that need to become individual PDFs
Would love to hear what you think or if you have use cases I haven't thought of yet!
Windows does not natively support rendering thumbnails for 10-bit videos, which are commonly produced by cameras like the Sony A7IV.
When I started working on a short film the video clips were piling up on my hard drive. Opening them one by one to find what I was looking for was tedious.
I could not find a reputable solution to this problem, so I started a company and built one. I went through the process of EV Certification to have the installer and executable code signed.
I hope to be in the Microsoft Store soon.
I'm also building other utilities with similar purpose.
I should be able to do it with my various personal apps, but one app I've written, was done in concert with a professional graphic designer, and he is not happy with LG, so I expect that app to be a pain.
These are my apps: https://littlegreenviper.com/AppDocs/
I built it because I work across multiple machines and often worry about which projects are on which computer or whether I’ve left any files in unique locations. Now I can diff the summaries between devices to see what’s out of sync, which repositories have uncommitted changes, and which folders have been modified.
I avoid using cloud sync services, and most of my files are already in git anyway. I find that having clear visibility is enough, I just need to know what to commit, push, pull, or sync manually.
I would be glad if it proves useful to someone besides me.
Open source, drop-in replacement and self-hosted alternative for Firebase
Using Node.js, Express.js, BetterAuth and PostgreSQL (JSONB)