Ask HN: What Are You Working On? (April 2026)
801–810 of 1001 posts
Re: Ask HN: What Are You Working On? (April 2026)
#802Only supports Go, specifically, due to unified formatting, codestyle, testing methodologies, core packages etc. Saves tons of tokens for system prompts to use Go.
Currently working on the summarizer agent and the requirements specifications, because I want to have the specifications check for valid Go syntax (using the upstream parser and ast package).
Warning, here be dragons:
Re: Ask HN: What Are You Working On? (April 2026)
#803Re: Ask HN: What Are You Working On? (April 2026)
#804Re: Ask HN: What Are You Working On? (April 2026)
#805It currently builds and announces itself to my TV (can see the server in Roku Media Player) but crashes because the http server implementation is homemade and out of date. Copilot generated some options and I will be plugging an implementation of a sockets-based server in the next couple of days.
Re: Ask HN: What Are You Working On? (April 2026)
#806Re: Ask HN: What Are You Working On? (April 2026)
#807I'm using sandvault+Claude to rebuild my personal blog, Code of Honor [1], because I got tired of WordPress. The site includes search functionality, and articles are automatically syndicated to Mastadon, BlueSky, and Twitter.
I wrote a Claude skill to automate testing of iOS apps [2], and it found issues in one of my released apps [3].
[0]: https://github.com/webcoyote/sandvault
[1]: https://www.codeofhonor.com
[2]: https://github.com/webcoyote/AppTestCircuit
[3]: https://www.codeofhonor.com/blog/finding-bugs-with-an-automa...
Re: Ask HN: What Are You Working On? (April 2026)
#808Re: Ask HN: What Are You Working On? (April 2026)
#809I'm currently working on the paycheck prediction algorithm so Envelope can automatically determine how much needs to be set aside from user's paychecks so their bills are paid on time.