Live data from Hacker News

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

news.ycombinator.com

831–840 of 1001 posts

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

#833
I just (vibe) coded up a little block training app for skateboarding. I noticed that the vast majority of skaters don't land anything consistently and just huck their skateboard around. Unlike in other sports where people follow some sort of progression most skaters never learn fundamentals or practice in a logical way. This is my solution to that using modern block training, progression gates, and tracking methods. This is still a tiny MVP:

https://blainehodder.github.io/shredlog/

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

#834
My one-stop shop combining Letterboxd, Goodreads, Vivino (basically anything).

You use it to 'rank' any abstract entity you choose. The idea is that you'll be able to find common things you like across categories (I think the type of books you like probably influences the kind of movies you like!)

https://rankr.click/

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

#835
I have been building coding agent: VT Code and I'm very proud of it.

https://github.com/vinhnx/VTCode > It's an open-source coding agent with LLM-native code understanding and robust shell safety. Supports multiple LLM providers with automatic failover and efficient context management.

Recently it just got the 500th tagged release. The project has been started since August 2025, and the coding agent VT Code itself I believe to be stable and ready to use. Thankfully, I got help from the community; recently, we pushed quite a lot of releases, enhancements, and bug fixes.

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

#837
Building Clawrium (https://github.com/ric03uec/clawrium), a CLI to orchestrate a fleet of autonomous agents(like openclaw, hermes etc) on multiple physical hosts. As I started running agents on my home network I needed an easy way to maintain them without sshing every every time. I built clawrium as a way to centralize config management, secrets, templates and llm providers. Think of it like a control plane similar to kubectl.
Post reply on HN