Live data from Hacker News

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

news.ycombinator.com

521–530 of 1001 posts

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

#521
I got sick of being on Zoom calls and having things lag or glitch, and not knowing if the issue was something I'm responsible for or not. Is it my LAN/Wi-Fi, my ISP path, some broader Internet issue, or Zoom?

So, I built a tool to answer that. Major goals have been to keep low energy/cpu usage (so I can run it 24/7), have it adapt to the apps/traffic I'm using (rather than use static monitoring endpoints), and to deliver both at-a-glance answers in the menubar and in-depth detail in the dropdown.

It's called Breakdown. It's a free (for typical uses). It's Mac-only for now (but if enough people ask for Windows I'll port it).

https://breakdown.live

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

#523

I've been building the most advanced automotive diagnostic app on the market I used to be a mechanic, and spend a lot of my free time working on project vehicles, motorcycles, tractors, trucks etc. I wanted a tool to track the tasks I needed done, then a way to easily access VIN info for parts search, then I DMV records, and finally built an iphone app to scan the OBD2 diagnostic codes and hook them up to a custom ai…

It looks really impressive. Well done. Wishing you luck with it.

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

#524
I’m working on ProofLeague, an app for keeping workout promises with friends:

https://proofleague.com (iOS, web app and android)

You create a private league, set a weekly goal (workout 3x a week), and tap Start when you begin a workout. Friends get notified and then have 30 minutes to ask for a selfie. If nobody asks, the workout counts automatically. There’s no public feed or strangers involved, just a small group keeping each other honest.

My friends and I had been doing a version of this via text message for years, but this app has been great. I am in 4 "leagues", all of them get notified at once and then I only share my selfie once and it automatically goes to any group that asks. It's motivating and hilarious to see people working out.

It's free and would love for you guys to try it and set up a league with friends or family. Please send me any feedback at amit@proofleague.com

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

#527

I am building my "dream tool" too, a cross-device roaming profile-experience context-focused UI. Many, many iterations that go back maybe 15y, even built a custom linux distro (iolinux) back in the day(ro root, containerized user-spac with composer-like app handling). Always worked on side-projects, consulting gigs or one-off implementations, often times across multiple customer-devices. Switching context is damn exp…

This is awesome. I always have imagined my computer being well, my desk. So far I have to live with a bunch of i3 screens I name after whatever I'm working on. I'd love to be able to page through the bench to flip to a task. Unfortunately with apps going so mono-windowed (slack, etc) it's harder to do. If I could just say have my slack window for this client, with their docs, proposals, database, whatever up, that'd be sick. I love the idea thank you. good luckl

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

#528
For the last 6 months I've been working on a local-first replacement for accounting and business management software. I just finished building a modular system that I'm pretty proud of, which lets users develop their own modules and import them into a running instance without having to fork the repo.

https://github.com/celerp/celerp

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

#529
Mu - Tools for Agents. An MCP server and web app that provides real time access to news, markets, weather, video, places, search, etc. It's sort of extension of a previous idea I had to put all the key tools and services behind a single api and access token. I don't know that it's quite there yet. The idea might change. Still looking for feedback.

https://micro.mu https://github.com/micro/mu

Also have an agent harness and service framework in Go

https://github.com/micro/go-micro

Post reply on HN