Posted by david927 4 days ago
Ask HN: What Are You Working On? (Nov 2025)
So far I'm within spitting distance of the winning entries without using any unsafe code or bit twiddling tricks or custom JVMs or anything like that, and having all the concerns nicely separated and modularized.
Excited to share soon!
Currently it works as standalone player. Addition of MPD client mode opens possibility to play music on a separate device while keeping the UX of the music player that I like.
So far all levels have been handmade pixel art. I’m now testing machine generated puzzles with random “pixels”. This is an interesting challenge because I still want levels to be solvable and fun. I recently released 15 new puzzles like this and I’m preparing a new update with more.
[1]: https://apps.apple.com/app/nonoverse-nonogram-puzzles/id6748...
Working on this made it really clear to me how a LLM can bring real value to a backend, it excels on processing very differently structured dynamic data (something if done without an LLM would require quite specific code - which would lead to more development time and increase time to market)
Biggest trick is incorporate deep-sleep as much as possible and "waking up by interrupts". That has a big impact on your software designs.
It's mostly targeted at me, or others that make music, but are not piano players.
There isn't much to show currently, but I have a rhythm generator, and have been working on a chord builder. The main thing that has taken time has been trying to decide which things to add to a user interface to make it worth actually building.
Most obvious features, at first glance, are no commas and no need for escape characters. Other useful features include processing instructions, extensible data-substitution rules, and support for comments. Currently only implemented in .NET; plans are to rewrite the core in Rust and provide language wrappers around that core.
Enjoying writing some really fast Zig implementations of hand evaluation and CFR-based solvers.
It’s similar to tic-tac-toe but slightly different of course.
Found it a great opportunity to learn about new areas of maths. Trying to figure out where to go next with it.
Demo to try it out: https://kumi-play-web.fly.dev/
GitHub: https://github.com/amuta/kumi