Live data from Hacker News

Ask HN: What are you working on? (August 2026)

news.ycombinator.com

931–940 of 1001 posts

Re: Ask HN: What are you working on? (August 2026)

#931
Building throwdown.top: a free web app for making leaderboards for club crossfit competitions. The main goal was to build a tool for a friend who owns a crossfit box. The app is kinda simple (a few forms and tables) and not overloaded with features, but I was trying my best to make the UX comfortable, because I was the first user, and my friend - the second one :) It is battle-tested at real club events, so the early kinks have already been worked out, but feedback is always welcome!

https://throwdown.top

Re: Ask HN: What are you working on? (August 2026)

#932
post #924

I made Beacon, a mobile app for answering: “which friend is free to talk right now?” It’s basically a one-to-many phone call that only one person can answer. Send a beacon to a group, and everyone gets rung at the same time. The first person who answers gets connected for a 1-1 call, and for everyone else the signal drops silently. No missed-calls or pressure to answer. Works pretty well given most people keep their…

I like it, I've been thinking about making something similar. This is such a good alternative to current social media.

Re: Ask HN: What are you working on? (August 2026)

#933
post #882

AI quant trading (so that I have another income and can stop being threatened by managers that if I don't meet their unrealistic expecations that I won't have food on the table next year). So far it's going well, 30000% gains on my initial capital in 3 months very gradually over 100K trades. But I need to build some more sleeves because (a) the edge could die any time (b) I hit capacity of that edge and it can only g…

Did you use any libraries?

Re: Ask HN: What are you working on? (August 2026)

#934
Over the last 6-9 months, I build an app to calculate the optimum jet lag management plan from a combination of flight. It tells you the optimum times for light exposure, sleeping, taking coffee...

It started with a naive "I know the tricks, let put them in an app" based on my own travel experience and quickly turned into a pretty nasty constrained optimization problem to optimize a cost function while keeping the schedule realist. So far I have been slowly releasing with friends and family, but I am pretty happy with the results as it can handle pretty complex combination of flights and layovers, compared to other similar apps.

If anyone wants to poke at it, I'd love to have some feedback! https://www.jetlagcoach.com

Re: Ask HN: What are you working on? (August 2026)

#935
Lapse (lapse.in) – a little memory space for my AI agents

I kept losing thoughts. An idea would show up while walking, half a sentence before falling asleep, some random connection I knew I’d want later — and by the time I found the right app to write it down, it was gone.

So I built Lapse for myself.

It’s a memory layer that my AI agents can read from and write to. I can talk to it, dump a thought, or send it something half-formed. I don’t have to worry about folders or organizing anything. The agent figures out where it belongs.

There’s MCP for Claude, a simple HTTP API for everything else, and an iPhone Shortcut for quick voice capture. There is alos a chrome extension that pops up on selecting a text & lets you log it as a lapse.

This is a closed system which you can use for various use-cases like Journaling, Meeting Notes, Reminder, Second Brain etc.. I’ve been using it every day for a few weeks (150+ lapses) now, mostly for the little things I would've otherwise forgotten.

It’s still a very personal project, but it’s becoming a surprisingly useful place for my thoughts to live. There are few other users as well.

Read more here - https://hariprasd.me/works/lapse

Re: Ask HN: What are you working on? (August 2026)

#936
I'm having some success doing work on my own, so I decided to create a version of my site for the US, specializing in providing maintenance services for WordPress sites. It is not the most intellectual work, but I enjoy helping small businesses with problems that can really affect them:

https://us.alprado.com

Re: Ask HN: What are you working on? (August 2026)

#937

I'm having some success doing work on my own, so I decided to create a version of my site for the US, specializing in providing maintenance services for WordPress sites. It is not the most intellectual work, but I enjoy helping small businesses with problems that can really affect them: https://us.alprado.com

A friend of mine runs a 6 person company where they specialize in maintaining WordPress sites for SMBs.

It's definitely a viable business!

Re: Ask HN: What are you working on? (August 2026)

#938

I'm working on Trebella [0], a tool to help classical music students structure their practice sessions more effectively. I tried to build something similar ~10 years ago in the form of a more interactive music game, but felt like it wasn't actually that helpful for intermediate and advanced students. So this time I'm doing it in collaboration with actual music teachers and building a tool that actually helps me learn…

Very cool. What audio model is this using for listening? I am surprised music recognition is good enough to give any feedback.

Re: Ask HN: What are you working on? (August 2026)

#939
I built this cli-based project management tracker that is designed to be harness agnostic. Essentially creating a cascading pool of milestones, then sprints, then tasks, each with gates, and context requirements, into a pool for agents to claim. So multiple agents from different harnesses could all work on the same project at once without losing drift of the project's intended focus. Essentially the same project management we all use and love in our day to day. But the cli commands are made for agents while the tui commands are for humans.

https://github.com/mattrichmo/boreal-work/

The thing I love about software, is you occasionally get this holy crap moment and I got that when I had to be away for 2 days and had an orchestrator agent run this for multiple days, without drifting too much. Maybe a little overenginneered but thats whatever. I spent about an hour planning, auditing the plan and adding more so the top-level milestone and inner sprints were pretty well defined or included the relevant context locations for each task. then watching the orchestrator launch a multi-day multi-agent workflow, was quite amazing.

Post reply on HN