Ask HN: What are you working on? (July 2025)
1–10 of 900 posts
Re: Ask HN: What are you working on? (July 2025)
#2Re: Ask HN: What are you working on? (July 2025)
#3Might start doing a few posts on Cloudflare WAF as I've been working with it extensively lately. Maybe it'll help me uncover some startup ideas in that space.
Re: Ask HN: What are you working on? (July 2025)
#4You select columns and then just drill down to create further joins. Change the SQL text and it updates the view.
I'm a CS undergrad would love feedback.
Re: Ask HN: What are you working on? (July 2025)
#5As simple and personal as can be. Straight to inbox.
Optimized for coding agents DX through full customization and data appending by url parameters.
https://formvoice.com Appreciate any feedback!
Re: Ask HN: What are you working on? (July 2025)
#6I've been working on an open source LLM proxy that handles the boring stuff. Small SDK, call OpenAI or Anthropic from your frontend, proxy manages secrets/auth/limits/logs.
As far as I know, this is the first way to add LLM features without any backend code at all. Like what Stripe does for payments, Auth0 for auth, Firebase for databases.
It's TypeScript/Node.js with JWT auth with short-lived tokens (SDK auto-handles refresh) and rate limiting. Very limited features right now but we're actively adding more.
Currently adding bring-your-own-auth (Auth0, Clerk, Firebase, Supabase) to lock down the API even more.
Re: Ask HN: What are you working on? (July 2025)
#7https://news.ycombinator.com/item?id=44627910
In lieu of chatbots as the primary means of working with AI.
This is an approach that is human centered and intended to accommodate a wide array of possible use cases where human interaction/engagement is essential for getting work done.