Live data from Hacker News

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

news.ycombinator.com

191–200 of 823 posts

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

#191
I've been slowly working on https://github.com/CanineHQ/canine for about 2 years now. Basically a self hosted, FOSS that turns a Kubernetes cluster into something as easy to use as Heroku. Its grown to about 2000 active developers using it host small things at https://canine.sh

It was a pain point from a start up I cofounded before where we needed Kubernetes flexibility but developers hated using it. I figured there was no reason why it had to be hard to use and thus Canine was born.

Lately been playing around with setting up remote dev containers on your own compute as well -- basically like github codespaces, except self hosted.

Built in Rails + Stimulus

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

#192
I'm working on an open-source, self-hosted revenue recognition and analytics for Stripe.

Here: https://bookofrevenue.com

To my surprise, I think it's the first open-source revenue analytics for Stripe.

I worked at Stripe building both revenue recognition and analytics, and I always wanted to build an open-source version of those. Finally, I had the time to do it.

Bonus: Revenue is not MRR nor payments: https://medium.com/@tanin47/revenue-is-not-mrr-nor-payments-...

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

#193
Still plugging away teaching kids to code and hand draw their own computer games:

https://breaka.club/blog/why-were-building-clubs-for-kids

Have been running an in-school pilot over the last school term. Has been super insightful and led to a heap of changes to optimize UX. However, the biggest challenge has been delivery in this environment.

Trying to run a game in a browser on school iPads powered by really locked down networks has been challenging. Some school iPads will crash (out of memory) when launching the camera view, whilst others run flawlessly. We use a fork of Godot, and are constantly fighting to strike a balance between UX (increased parallelism) and browser device constraints i.e. a limit on how many web workers we can fit in memory.

In addition to our main (build and play your own RPG) experience, we also stream games direct to iPad. In particular a modded version of Overcooked! 2 that teaches kids to code — Overcooked itself was never even released on iPad. We've built our own Kubernetes system that spins up (a license limited number of) games/pods on demand backed by (time sliced) NVidia GPUs. This is literally running out of my home office. Despite the complexity of building all that, the Kubernetes and GPU time slicing wasn't even the largest hurdle. Turns out UDP is a no-go on the school network, so direct WebRTC was out the window. Instead we're using Cloudflare's TURN relay with TCP. Which much to my surprise, is holding up quite well.

Definitely a learning experience. However, kids are having a blast. Can't wait to roll this out further!

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

#195
I am still working on MyTinyCafé https://mytinycafe.com/ a PWA to help you be the barista at home and take (free) online order from friends and family. It is fun and I am happy to share it for free !

And also Kronikle https://www.kronikle.eu/en/ an app for local libraries. It creates public display interfaces that (I think) are good for showcasing their events.

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

#196
post #56

https://makefaster.dev I had a bunch of extra Fable credits, so I spent about $10k running autoresearch loops on 200 of the top github repos with frontends to try and speed up the frontend performance. I distilled them down into a leaderboard of the most common wins, and built out an autoresearch loop that takes those learnings and applies them to your repo. Works with your existing claude/cursor/codex sub in a cute…

That's such a great idea. Thanks for doing it!

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

#197
post #47

https://fabulae.orbilii.com - A Latin language audiobook containing both volumes of A.D. Godley's "The Fables of Orbilius" which are entertaining intermediate Latin stories written at the turn of the 20th century for use in British schools. The audio itself is in delivered with the restored classical Latin pronunciation and contains spoken nuances like vowel nasalization, elision, and prodelision. I used a wav2vec2 m…

Woah this is so interesting. Confirmed it myself, you actually implemented elision!!! I really like your idea of capturing provenance in-document as well. This is humans speech, right? If you can do forced alignment on Latin, it gets me wondering if one could use a wav2vec especially turned to convert IPA into speech somewhat deterministically to compensate for how there is not heaps of training data in Latin.

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

#198
post #195

I am still working on MyTinyCafé https://mytinycafe.com/ a PWA to help you be the barista at home and take (free) online order from friends and family. It is fun and I am happy to share it for free ! And also Kronikle https://www.kronikle.eu/en/ an app for local libraries. It creates public display interfaces that (I think) are good for showcasing their events.

This great. I built something similar recently for my daughter to sell her butter to family and friends. Micro ecommerce with no payments or shipping.

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

#199
Jane Street released a new challenge so I'm considering picking it up. It hasn't fully captured my brain, but I can feel it in there from time to time and depending how it lands it might be my next project [0]. I'm not really a hardware person but I'm close enough that it's maybe within reach

[0] https://blog.janestreet.com/protocol-emulator-asic-competiti...

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

#200

I’m building https://www.freefocusgames.com , a free collection of browser-based attention and working-memory exercises, including Dual N-Back, Stroop, Schulte tables, attention-control exercises, and memory games. I started it because I wanted simple brain-training exercises that didn’t require an account, app install, or subscription. It’s also open source: https://github.com/loethen/freefocusgames

Just a heads up: The word memory test is case sensitive. My mobile phone defaults to capitalizing the first letter of those inputs, so the result was 0% accuracy despite technically remembering the words. I don’t know if case sensitivity is deliberate, but I chose not finish the test.
Post reply on HN