Live data from Hacker News

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

news.ycombinator.com

991–1000 of 1001 posts

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

#991
I’ve always had the same problem with website blockers: I might need YouTube for a tutorial related to what I’m working on, but allowing YouTube also means allowing every unrelated video. Same with Hacker News - I might need to look something up for work, but I shouldn’t end up reading the front page for the next 30 minutes.

Most blockers operate at the domain/app level, but whether something is distracting really depends on what you’re trying to do.

With Nono, you describe what you intend to work on at the start of a focus session. It then uses an on-device model to look at the active window in that context. So a relevant YT video can stay open, while an unrelated video gets blocked.

The tricky part right now is the model. It needs to be small and fast to run continuously, while still being capable enough to understand the context and not annoy you with false positives.

https://nonofocus.com/

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

#997

I’m working on a native UI framework in rust. I want to be able to build cross platform, fully native applications with native code. And I want platform native components. I started with Leptos - which gives you a nice declarative UI syntax and reactive elements. I used Claude to get that working on iOS, cocoa and GTK. I made a nice little iOS schedule app for attendees at conferences. It works great. All rust, nativ…

That sounds a lot like my Day (https://daybrite.dev) project! We should compare notes…

Are you confident that forking Leptos for this is the right choice? Do you like their HTML-ish DSL when applied to native apps?

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

#999

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 can create parametric procedures so e.g. stick framing becomes a simp…

For each build, it would be so cool to list the projects that I can make with the off cuts and scraps.
Post reply on HN