Ask HN: What are you working on? (August 2026)
61–70 of 1001 posts
Re: Ask HN: What are you working on? (August 2026)
#62I’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)
#63I'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.
Re: Ask HN: What are you working on? (August 2026)
#64A work in progress, and will stay so for much longer, I guess.
Re: Ask HN: What are you working on? (August 2026)
#65Re: Ask HN: What are you working on? (August 2026)
#66I 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)
#67Re: Ask HN: What are you working on? (August 2026)
#68Indexing multiple captured video streams with awarded action points and adding athlete/referee positions overlay. Stretch goal -- controlling PTZ camera for predictive capture of the high intensity actions.
Re: Ask HN: What are you working on? (August 2026)
#69I 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)
#70I 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.