Ask HN: What are you working on? (September 2025)
411–420 of 1001 posts
Re: Ask HN: What are you working on? (September 2025)
#412Re: Ask HN: What are you working on? (September 2025)
#413Re: Ask HN: What are you working on? (September 2025)
#414Punch TV: Fighting Game Show
https://play.google.com/store/apps/details?id=com.fourfats.p...
Re: Ask HN: What are you working on? (September 2025)
#415Hi HN, I am working on Circuitscript, a language based on python to describe electronic schematics/circuits: https://circuitscript.net/ Recently, I have released a simple IDE (called the Bench) to try Circuitscript online: https://bench.circuitscript.net/ The next steps are to create more schematics with Circuitscript as examples to test the limitations of the language and to generate PCB designs with KiCAD. The Circ…
Hey I am a embedded sw / hw engineer. looks pretty neat. would love to talk to you about it
Re: Ask HN: What are you working on? (September 2025)
#416https://sumostats.com a fun side project to track Sumo stats. Every two months there’s a 15-day tournament where 670 rikishi(sumo wrestler) fighting ~160 matches each day. I’m recording all the results and kimarite (winning moves) into a browsable database with charts and videos. Recently I have been using Gemini to process and edit the daily match videos. It works surprising well. It can detect the start/end of each…
Re: Ask HN: What are you working on? (September 2025)
#417Something that doesn't nickle and dime you, very cheap (perhaps even open source), has all of the extensibility of a modern ERP, a great UI, and handles complex use cases (revenue rec, expense management, inventory cogs, etc).
I feel like this is solving a real problem, but have no idea how to break into the industry. Just trying to solve my own problems for business accounting but would be nice to know other folks would be interested.
Re: Ask HN: What are you working on? (September 2025)
#418Re: Ask HN: What are you working on? (September 2025)
#419I’m working on https://www.hessra.net/, an identity + authorization service built around [Biscuits](https://www.biscuitsec.org/) instead of JWTs. The goal is to decompose auth primitives so they’re easier to use in service-to-service cases, while also showing off what Biscuit tokens make possible.
JWTs feel like problems waiting to happen. I think biscuits give stronger guarantees and are harder to get wrong.
One piece I’ve shipped is an identity token that can be delegated offline. For example, “company:alice” can delegate to “company:alice:agent,” and that token can then be used to request an authorization token. This makes for a neat API key model: you can issue a simple opaque identity token to your customer (e.g. “customer123”) without having to maintain a DB of hashes/expirations, since those are encoded into the token. Later, you can upgrade security by exchanging the identity token for an authorization token, or let customers delegate access (e.g. “customer123:marketing”).
I’ve also been experimenting with higher-order authorization flows:
• Service chains: each step in a request’s path (edge → app → DB) can add attestations, so later services can validate the full chain.
• Multi-party authorization: requiring two independent services/orgs to co-sign an authorization token, useful for cross-org or on-prem deployments.
Right now I’m building an OAuth 2.1 profile where the identity token replaces a refresh token and the authorization token stands in for the access token. I’m especially interested in hearing where people find OAuth clunky in practice, or stories from folks who’ve built auth systems with other token types (macaroons, biscuits, etc.) or for use cases where OAuth didn’t fit well.
Re: Ask HN: What are you working on? (September 2025)
#420I started a company to grow unlimited eggs from stem cells, based on the work from my recent PhD. This will solve nearly all female infertility and help prevent genetic disease. https://ovelle.bio