Live data from Hacker News

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

news.ycombinator.com

801–810 of 1001 posts

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

#801
Made a partially open source event platform for Pickleball and Badminton in Asia. Apart from managing event attendance, reminders, waitlist, level restrictions, and calendar syncing, there is also a pretty thorough Event Manager built in.

The event manager has a built-in ELO-style rating system designed for computer games and applies it to offline sports. You tap on the winning pair and it automatically calculates new ratings offline. It takes the attendees from the event automatically, and can manage taking turns evenly, placing players of similar level together and balancing matches. It can also do all of that while handling players who come in and out at random times, or matchmaking for fixed pairs.

So what problem does it solve? The event manager is a solution for anyone who organizes slightly larger groups of players. So instead of a a paddle queue or random-round robin tables, an event can be managed by level at a very granular level fully automatically. Players just go to the court they are assigned and they'll be put in a balanced competitive match automatically. At the end of the match the players just tap on the winning team. I think commercial facilities or clubs could also benefit from using this as it can do matchmaking for "open play" style events, but this is an open source side project and I have no intention of making any sales pitches.

https://www.pkuru.com - please check it out and if you are visiting Tokyo or Bangkok you can join the Pickleball events straight from the website.

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

#802
post #23

Microlandia, the brutally honest city builder. Posting this for a second time, because i’ve been working super hard on a steam release. last month’s “what are you working on” thread impulsed me to upload this game to itch and 1 month later, i’ve got a small community, lots of feedback and iterations. It brought a whole new life to a project that was on the verge of abandoning. So, I’m really grateful for this thread.…

I am definitely giving it a try after reading this: "When citizens have no job for some time, they consider a career in the criminal underworld." LOL

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

#803
post #599
post #574

A static site generator for German laws. The goal is to serve the laws in a format that is easy to cite, monitor, or machine-read. It should also have predictable URLs that can be inferred from the law’s name. It will also have side by side AI translations (marked as such). I cite a lot of laws in my content and I want to automatically flag content for review when a specific paragraph of the law changes. I also want…

This sounds great, do you think something like this could be ported over to other countries' laws? Where I'm from, citizens _need_ more awareness of their rights today and in the future.

I'm not actively planning for it, as I'm building this to fix a specific problem I have. However, it will be a static API and an SPA frontend, and both will be open source. The frontend should be fairly easy to reuse.

It will be on either of these accounts:

- https://github.com/nicbou/

- https://github.com/all-About-Berlin/

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

#804

Currently working on https://tinyZKP.com It's an API that allows zero-knowledge proofs to be generated in a streaming fashion, meaning ZKPs that use way less RAM than normal. The goal is to let people create ZKPs of any size on any device. ZKPs are very cool but have struggled to gain adoption due to the memory requirements. You usually need to pay for specialized hardware or massive server costs. Hoping to help fix…

Fwiw: the website is brand new and very much in the "hot garbage" phase of development. I'm not a front-end guy, so critique is welcome from all - especially any bugs in the UX. I'm still actively uncovering them

that's cool. if would be great if you can add real-world examples for use-cases on the main page.

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

#805
I'm working on a tool to auto-label emails in Gmail (first) based on what you've labeled in the past.

It pulls down up to 400 emails for each custom label and creates a custom model just for you, that will label new incoming email.

For emails that are likely, but not certain to be a particular label, I use a 'Proposed/{label}' approach which lets you just archive them in Gmail, and it will detect that they've been archived with the proposed label and move them to the correct label. (Essentially using the archive action as an acceptance criteria.) Similarly I use re-labeling by the user as a negative signal, and include that data as a counter-example.

It's working well for my own accounts, and the back-end is pretty legendary, but Google requires a hefty cost to audit security in order to turn it into a real product.

It always frustrated me that Google won't use their ML systems to label emails for me based on what I've done before. So I scratched that itch.

I'm using very straightforward BERT models right now, but I'm exploring using something a little more intelligent. I'm also exploring a multi-stage process, because a lot of emails can be categorized using much simpler techniques.

It's a great Machine Learning project, with a back-end that really runs spectacularly on Temporal and Kubernetes, and it's useful to me, so...wins all around.

I do wish I could make it a product, though.

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

#806
post #574

A static site generator for German laws. The goal is to serve the laws in a format that is easy to cite, monitor, or machine-read. It should also have predictable URLs that can be inferred from the law’s name. It will also have side by side AI translations (marked as such). I cite a lot of laws in my content and I want to automatically flag content for review when a specific paragraph of the law changes. I also want…

That's really important I think. Tangentially, https://ecfr.gov/ is bizarrely one of the most impressive websites I have encountered. It's regulations not laws but it has so many ways to discover and link and learn and trace back to law. I'm not a lawyer but it's been a great resource for understanding and surprisingly pleasant to read. I found learning about the whole law and regulation machinery and provenance via…

This is surprisingly close to what I have in mind!

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

#807
post #31

Currently a one-man side project: https://laboratory.love Last year, PlasticList found plastic chemicals in 86% of tested foods—including 100% of baby foods they tested. Around the same time, the EU lowered its “safe” BPA limit by 20,000×, while the FDA still allows levels roughly 100× higher than Europe’s new standard. That seemed solvable. Laboratory.love lets you crowdfund independent lab testing of the specific p…

This is very cool. Here is something I'm struggling with as a user. I look at a product (this tofu for example [0]) and see the amounts. And then I have absolutely no clue what it means. Is it bad? How bad? I see nanograms one place and μg in an info menu - is μg a nanogram? And what is LOQ? Virtually 0? Simply less than the recommended amount? I think 99% of people will have the same reaction. They will have no idea…

Exactly my thoughts when I went through it.

I want to see the results of the test compared to the EU/US/Whoever recommendations. I want explanations of what the different chemicals are and preferably linked to peer reviewed studies explaining side effects.

Once even more tests are ran I want comparisons between product brands.

Overall still great but very much an engineer presentation to complex data. Not that its a bad thing, being transparent with data is important, but we aren't all experts.

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

#809
I'm working on my (mostly) R7RS Scheme Interpreter. I've just finished call-with-current-continuation and exceptions which were rather difficult for me to grok. Currently working on improving the debugging experience before starting the monotonous work on implementing the ~400 required functions and documentation.

https://github.com/wmedrano/szl

Post reply on HN