Live data from Hacker News

Ask HN: What are you working on? (September 2025)

news.ycombinator.com

411–420 of 1001 posts

Re: Ask HN: What are you working on? (September 2025)

#412
I joined two current interests, my need to learn better JavaScript (since I never used it much) and the discovery of programs like PICO-8. I realize TIC-80 is basically the same but allows me to use other languages, so I’m trying to write small games using JS. I’m still on the struggle phase, trying to learn how to make sound effects, music etc. but I like the fact it comes with everything you need to create whatever you want. Also like how it makes you forget about all the giant software complexity nowadays.

Re: Ask HN: What are you working on? (September 2025)

#414
We made a game that's a cross between Super Smash Bros and Street Fighter, our last game Maximus 2 got google indie award.

Punch TV: Fighting Game Show

https://play.google.com/store/apps/details?id=com.fourfats.p...

https://apps.apple.com/app/punch-tv/id6477147072

https://store.steampowered.com/app/3964520/Punch_TV/

Re: Ask HN: What are you working on? (September 2025)

#415

Hi 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

Sure, let's talk! Please contact me at my email in my profile. Thanks!

Re: Ask HN: What are you working on? (September 2025)

#416
post #362

https://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…

Given that people bet on sumo, wouldn't people pay a lot of money for your stats?

Re: Ask HN: What are you working on? (September 2025)

#417
I'm trying to build a next gen quickbooks competitor.

Something 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)

#419
biscuit-based identity and authorization

I’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)

#420

I 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

You might just beat the Mombasa Hatchery and Conditioning Center's record!
Post reply on HN