Ask HN: What are you working on? (May 2025)
581–590 of 1001 posts
Re: Ask HN: What are you working on? (May 2025)
#582An open-source, self-hostable app for sending out newsletter to your friends and families. I'm mostly making it for myself because I want to share what I've been up to and family photos, without uploading it to Facebook or whatnot. At the moment, the flow goes like this: 1. During the week, write posts for things that have happened. 2. Posts can be assigned to groups. (family, friends etc). 3. At the end of the week…
Re: Ask HN: What are you working on? (May 2025)
#583DBeaver was my go-to but the UI became too buggy for me. Alternatives all cost a buttload of money for basic features and I couldn't be bothered spending money just so I can make a backup of my DB
Re: Ask HN: What are you working on? (May 2025)
#584I have built the basic photo management functionality. I have also added conversational search using the CLIP model, which is working really well.
I hope to add a photo editor to the app because that's the part i love about Lightroom. It's a photo management app with a built in photo editor (which is really good).
Re: Ask HN: What are you working on? (May 2025)
#585I am currently working on thethoughtcatcher.com It started as a side project to explore the latest AI trends. Now it’s something we use daily — and others are starting to as well. Thoughtcatcher is a lightweight, AI-powered notes + reminders app that acts like a memory companion. It helps you: - Capture raw thoughts and auto-tag them using AI - Set smart reminders triggered by context and meaning - This was a game ch…
Nice to see an entirely new category of program, based on the core data type "thought", which is what I would call pre-organized information. A spontaneous thought could become a task or a whole project plan, a project or product, once refined, or a memo, even a book. The value proposition is to capture early where other tools force more orgnization before or at capture. So one problem you solve is losing a nucleus o…
Re: Ask HN: What are you working on? (May 2025)
#586The idea is to aggregate videos by language and then sort them by difficulty.
Re: Ask HN: What are you working on? (May 2025)
#587Built using python the app alerts you to when someone is looking at your screen, using locally running deep learning models + your webcam.
I developed the app when I felt uncomfortable with working in public spaces, I wanted EyesOff to give an extra barrier of security to shoulder surfing scenarios
Re: Ask HN: What are you working on? (May 2025)
#588Re: Ask HN: What are you working on? (May 2025)
#589First time trying vibe coding as a staff SWE at F, so it’s been a lot of fun to try things out. 100K+ lines of code without a single line myself. Working on a new process to one shot the mobile app from scratch (even deployment). Learned a lot that I apply to my day job. Hoping to make an agent builder next!
Re: Ask HN: What are you working on? (May 2025)
#590A program that will play chess (written in Go). My 18yo daughter can now beat me at chess (not that I'm any good). I figured if I can't beat her, I'll see if I can write a program to beat her instead. My idea for v1 is that I'd write the algorithm myself, without looking up anything about how to write a chess program (I'm sure such literature abounds). I've just about finished v1; still a few bugs to iron out. To be…
I'm a big chess buff, and will say that the hard part is not making an engine (which is hard!), but making an engine that plays poorly, well. What I mean is: engines are very smart and better than the best human. When you make a "dumb" engine, you are telling a chess god to intentionally make mistakes. The mistakes they make, however, are not the same mistakes a beginner chess player would make. Today, beginners are…