Live data from Hacker News

Ask HN: What Are You Working On? (Nov 2025)

news.ycombinator.com

721–730 of 1001 posts

Re: Ask HN: What Are You Working On? (Nov 2025)

#723
I've been studying wine and was a bit frustrated with the wine note taking apps around, so I've been building one. It allows to:

- 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)

#724
I'm working on aggregator of curated technical content https://devblogs.sh.

I 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)

#725
I've been really frustrated with the state of networking and discovering new career opportunities lately. Both in person and online I feel like there aren't very good tools and I have a growing disdain for LinkedIn. I wanted to make a tool that helps ambitious navigate their career goals and meet people who are going to move the needle. It's called Catalyst: https://getcatalyst.tech/

Re: Ask HN: What Are You Working On? (Nov 2025)

#726
Many projects active.

(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)

#730
A webcam & microphone JS tester library that you can put in front of your WebRTC or MediaRecorder web app to diagnose any possible issues (the presence of getUserMedia, secure context, required devices, policies blocking device access, supported resolutions, etc.). It also primes your users’ OS/browser permissions before they get to the real app.

https://github.com/addpipe/webcam-tester

Live demo @ https://addpipe.com/webcam-tester/

Post reply on HN