Ask HN: What Are You Working On? (Nov 2025)
721–730 of 1001 posts
Re: Ask HN: What Are You Working On? (Nov 2025)
#722Also learning Zig. Would be cool (but a huge effort) to port Delphi’s VCL or Lazarus’s LCL to Zig and create a RAD environment.
Re: Ask HN: What Are You Working On? (Nov 2025)
#723- Scan wine labels (it analyzes the label automatically)
- Add structured or unstructured tasting notes
- Create lists (shared or not) to keep wines organized
- View information about the regions/grapes
It's called Cork Club: https://corkclub.app/
Re: Ask HN: What Are You Working On? (Nov 2025)
#724I started it a couple of years ago as personal project to help me study for interviews. Back then, it was simple RSS feed aggregator of big tech companies engineering blogs.
Recently I expanded content library to technical conferences and indie blogs, and implemented semantic search in all the library (for example, you can semantic search by all Strange Loop videos archive).
Give it a try!
Re: Ask HN: What Are You Working On? (Nov 2025)
#725Re: Ask HN: What Are You Working On? (Nov 2025)
#726(1) For one product I am working, I have been working on a custom reporting language for producing high quality PDFs. I used hy.py as a basis to make it LISP-like.
(2) I need to make a Django postgres site that I am running more reliable. Earlier I was experimenting with making static HTML renderings of the pages. That is certainly nice, but it took several hours to reproduce the site. I am currently prototyping making read-only replica of the database in SQLite (the database is only 1 MB) and hosting it on CDN, and then pulling that for the read-only replicas. The database export takes only some seconds.
(3) I vibe coded a iOS app using that same SQLite database that fetches it from the same location. It was surprisingly simple. It seems much simpler than using Flutter or React native.
Re: Ask HN: What Are You Working On? (Nov 2025)
#727Re: Ask HN: What Are You Working On? (Nov 2025)
#728Re: Ask HN: What Are You Working On? (Nov 2025)
#729Re: Ask HN: What Are You Working On? (Nov 2025)
#730https://github.com/addpipe/webcam-tester
Live demo @ https://addpipe.com/webcam-tester/