Hacker News' monthly "What are you working on?" thread returns for August 2026
A routine recurring Ask HN post drew community discussion and cross-platform syndication, with no other notable content.
Conversation activity · last 24 hours peak 12/hr
Summary, timeline and people extracted by Claude from 45 items across 3 sources · 19h ago. Quotes are verbatim.
User david927 posted the recurring monthly "Ask HN: What are you working on?" thread on Hacker News, inviting users to share current projects and interests. The post was picked up by an automated Mastodon bot account and syndicated via an HN Frontpage RSS feed, drawing dozens of comments but no substantive news beyond the routine community thread.
- This is a recurring monthly Hacker News community thread, not a breaking news event.
- The post accumulated around 31-36 points and 86-110 comments depending on source snapshot.
- Coverage consists only of the original post, an automated Mastodon repost, and an RSS syndication entry, with no substantive additional reporting or reaction content provided.
How it unfolded
-
Reaction Automated cross-post
A Mastodon bot account (hnbot@chrispelli.fun) automatically reposted a link to the Hacker News thread.
-
Event Ask HN thread posted
User david927 submitted the recurring monthly "Ask HN: What are you working on?" thread to Hacker News.
-
Report RSS syndication
The HN Frontpage RSS feed picked up the same thread, showing a slightly different score (31 points) and comment count (86).
What people are saying verbatim
“What are you working on? What have you been curious about lately?”
david927, Hacker News poster · Hacker News · Aug 8
“Ask HN: What are you working on? (August 2026) - https:// news.ycombinator.com/item?id=4 9233423 # hackernews”
hnbot@chrispelli.fun, Automated bot account · Mastodon · Aug 8
Voices from the web unedited
-
The last time somebody made this thread, I posted about https://the-waterline.com/, a site I launched as a side project/eval to see how well Claude can do a decent-sized project (mostly) independently. It pulls public government data about water levels in the western US, updates the website and sends out a newsletter.It started getting some search…
-
I built and run several SaaS platforms: - https://dave-bot.com -> a full-stack AI platform where you can generate videos, images, music, code, 3d objects with frontier Gen AI models.- https://headsnap.io -> a platform that you can generate images of yourself based on 4 selfies.- https://quantiq.live -> a service providing financial and historical…
-
I'm building a program that should help golf courses and golf course architects design better courses. I've been writing about it on my blog. My goal is to start a golf architecture consulting company, and help design/redesign courses that are better.The general thesis on identifying architecturally interesting areas on the golf course…
-
I have a keyboard I bought in 2020 called the Makerdiary M60 keyboard. It runs Python, and over the years I've coded in various functions. But it was somewhat buggy, and the upstream firmware was never upgraded.I love the hardware because it's the only keyboard I've been able to find that keeps a live Bluetooth connection and lets you toggle back…
-
I’m currently on the beach at Google (since mid July), so I’m looking internally and externally for a new role. But I’m exhausted, so I’m playing around with local LLMs and DeepSeek more as well. I’m currently trying to get an agent harness going where orchestration happens via bazel, and agents are completely isolated beyond what context you give…
-
I am working on cataloguing Murder Stones!These were stone memorials placed where someone was killed, especially in the UK. Most of them are 18th-19th century. Some are lost.After watching a YouTube video about it and finding there was no definitive list, I registered https://murder-stones.org on Friday night and fired up claude code. There is…
-
My two biggest projects are:https://www.idlequest.net/ - a from-scratch recreation of the 1999 MMORPG classic EverQuest, featuring a real-time MMO server written in Go, a 3D game browser-based client built with Babylon.js, and the clasic UI recreated using React. You can play it both as a regular MMORPG but also in "idle mode" where it basically…
-
I got laid off at the end of April and have been building my own personal dream tool since, it's a skeuomorphic carpentry simulator with an agent MCP. You start with real wood specs and a shop full of miter saws, router tables, table saws and the like. Think of it like Sketchup but no extruding rectangles.It's been really fun to build with. Agents…
-
I've been blogging about learning embedded C, while building a wearable device for cardiovascular research.I'm trying to improve access to raw data, expand the sensing modalities, and improve data quality for studies in to diseases that can present through cardiovascular mechanisms.If you’ve done research with wearables, I’d be interested to hear…
-
I'm working on what could be described as a Ralph Loop on horse steroids.It's an externally orchestrated (meaning it's not the agent running the loop) spec driven agentic build system.A bunch of buzz words but essentially it's a tool you use as the last step after planning your work and writing a spec, to actually have agents write the code.But it…