Ask HN: What Are You Working On? (April 2026)
331–340 of 1001 posts
Re: Ask HN: What Are You Working On? (April 2026)
#332https://colinator.github.io/Ariel/post1.html
I just got a bigger robot, further results forthcoming!
Re: Ask HN: What Are You Working On? (April 2026)
#333Re: Ask HN: What Are You Working On? (April 2026)
#334Re: Ask HN: What Are You Working On? (April 2026)
#335Re: Ask HN: What Are You Working On? (April 2026)
#3362 products released (merge conflicts/codeowners) and now working on workflow automation. Basically trying to use Cloudflare Workers for a different paradigm of executing workflows instead of the traditional n8n VM.
Re: Ask HN: What Are You Working On? (April 2026)
#337Also, cleaning up a microscope 4-axis micro-positioning stage project control-loop.
Finding spare time to deal with a backlog of various other small projects. =3
Re: Ask HN: What Are You Working On? (April 2026)
#338So I built an on-device OCR engine (PaddleOCR) that reads screen text locally and feeds it into an AI sentiment analysis pipeline. No screenshots leave the machine. We now get alerts if there's detection of concerning interactions. The client is written in Rust, with DNS filtering, game detection (Steam/Wine/Proton), and screen time enforcement built in.
It started as a home project that worked really well. My wife suggested other families wouldbenefit, so I've been building it out as a product. The client shipped on Linux first, we're a Linux gaming family, with Windows coming soon.
There are many more features I haven't touched on. Would love feedback from other parents who've dealt with this space. The goal is to protect children and empower parents with tooling that's transparent and effective.
Re: Ask HN: What Are You Working On? (April 2026)
#339The Registry in turn has two interfaces: one REST, and one A2A itself. If you hit /.well-known/agent-card.json on the Registry server, you get the AgentListerAgent, which supports searching for Agents by various criteria. Or you can search using the REST interface. In either case, you get an AgentCard that points to the correct APISIX endpoint to talk to the desired Agent.
Besides adding K8S support, other plans include adding support for other proxy providers (including Istio for the K8S case), supporting Agents that are not based on A2A and, allowing Agents to register themselves using the Registry API, and... uh, well, that's the main stuff I have in mind right now. Aaah, wait, I might do something along the lines of integrating an MCP Registry as well, not sure yet. Heck maybe I'll get bored and make it an all-out API registry for all sorts of endpoints... could integrate a UDDI server and bake in WSDL support for good measure! (Don't count on that last bit happening anytime soon).
Anyway, no repo to share right this second, but I do intend to make it open source. I'm just committing the cardinal sin right now of wanting to "make it presentable before releasing the code".