Live data from Hacker News

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

news.ycombinator.com

61–70 of 1001 posts

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

#62
I’m working on a sailing watch system for clubs and teams without the resources for existing systems (thousands of dollars per boat).

I’m starting with the Waveshare ESP-32 watch. It has a great price tag and features, and an impossibly small battery for regattas that run for hours over two days. Designing it for super low power like this, no internet (regattas are often rural), and very high expectations (competitive sailors) is challenging and fun.

Ultimately custom hardware (probably Nordic based) will be in the cards, but for now I’m engineering a solution from what I have.

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

#63
post #28

I'm working on a browser IDLE game made with Go. I've never touched Go before. The game core it's 80% done and it was pretty easy to code but I have no idea what I'm doing in with the transport/http layer. At this rate I'll have it finished by the end of the next decade.

I love idle games. What's it about?

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

#64
I used to teach C to students many years ago, and with agents it's becoming a niche craft. C is still both an important and fun language to use, and I've been very slowly making a C language course to let beginners learn a bit about the language and practice writing simple code with no AI: https://c-course.com

A work in progress, and will stay so for much longer, I guess.

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

#66
I am retired, so this may not be of general interest: I am working on my fourth AI coding agent, this one written in Racket Scheme: https://github.com/mark-watson/racket-coding-agent

I don't necessarily suggest that anyone besides myself use it. I open-sourced it to perhaps give other people ideas, but it is tailored to just my own needs (e.g., hardwired to use deepseek-v4-flash-0731 via FireWorks.ai; supports just the tools I need).

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

#69
Building a modern typing application.

https://typequicker.com

I believe typing is probably one of the most important skills in 21st century for knowledge workers and yet one of the most neglected. Hoping to change that.

Anyone can learn to type fast, without having to think about or look down at the keyboard. We are building the best tool to help people get there quickly

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

#70
post #64

I used to teach C to students many years ago, and with agents it's becoming a niche craft. C is still both an important and fun language to use, and I've been very slowly making a C language course to let beginners learn a bit about the language and practice writing simple code with no AI: https://c-course.com A work in progress, and will stay so for much longer, I guess.

This is neat! I’ve been meaning to get back into C. I’ll give this a shake.
Post reply on HN