Ask HN: What Are You Working On? (April 2026)
871–880 of 1001 posts
Re: Ask HN: What Are You Working On? (April 2026)
#872$5/table, about half what incumbents charge. Happy to trade a 30-day Professional trial code for honest feedback. Reply here or blaine@anomalyarmor.ai.
Re: Ask HN: What Are You Working On? (April 2026)
#873Macros.gg applies game mechanics to good nutrition to encourage consistency and progression -- including XP, levels, daily quests, streaks, achievements, leaderboards, and a discord community.
It has an AI logger that allows you to describe what you ate and it'll estimate the macros for you, and after inputting over 10,000 foods, I've found it to be very accurate (and much easier than manual logging).
Other popular tracking apps I tried had major problems: - Most are heavily ad-supported or have no free tier for macro tracking - Most hide insights and AI tools behind a paid subscription - I lost interest within 2 weeks because none of them were engaging
Macros.gg is ad-free, privacy-focused, and gamer-centric. All of its features are free to use, including AI logging and advanced insights, so gamers can improve their health with a system that makes sense to them.
I'm looking for feedback, so if you decide to try it out, lmk and I'll hook you up with a Pro subscription.
Re: Ask HN: What Are You Working On? (April 2026)
#874Re: Ask HN: What Are You Working On? (April 2026)
#875I'm building a financial censorship monitor at https://nofunds.org/ , that tells a story of how money has been turned into a political weapon to silence journalists, activists, and civil society by freezing assets, blocking accounts, sanctioning, and banning payments. It's part of my master's thesis https://www.doria.fi/handle/10024/187407 and also https://news.ycombinator.com/item?id=36430596 , but now I wanted to m…
With Feds showing up with your door with guns and handcuffs, you'll have to hand over your private keys, and that's how they freeze BTC accounts. It's not particularly immune to the same threats.
Re: Ask HN: What Are You Working On? (April 2026)
#876Re: Ask HN: What Are You Working On? (April 2026)
#877It imports your agent config from any supported platform into a universal IR (AgentGraph), then runs autonomous multi-turn conversation simulations against it. A simulator LLM plays the caller, your agent graph handles the routing, and an LLM judge scores transcripts against success criteria. Also supports deterministic rule tests for compliance stuff, PII leakage, required disclosures, forbidden phrases.
Write tests once and they work across platforms. Import from Retell, export to VAPI, run the same test suite. Also does format conversion between platforms if you're migrating.
Has interfaces for CLI (CI/CD), web UI, REST API, and a TUI. Results go into DuckDB so you can query them. Uses LiteLLM via DSPy so it works w/whatever provider you want
Re: Ask HN: What Are You Working On? (April 2026)
#878Re: Ask HN: What Are You Working On? (April 2026)
#879Re: Ask HN: What Are You Working On? (April 2026)
#880This solves both the laziness of creating UI test automation setups, without it breaking everytime a slight change is made. with VizQA, the test is just a yaml file describing sequences of simple steps, to navigate, interact, and make assertions.
I just made an initial release, looking for feedback and opinions for such a powerful tool, also open for contribution!