Posted by david927 1 day ago
Ask HN: What Are You Working On? (Nov 2025)
[2] https://msp.ucsd.edu/techniques.htm
[3] https://mitpress.mit.edu/9780262014465/the-audio-programming...
I should be able to do it with my various personal apps, but one app I've written, was done in concert with a professional graphic designer, and he is not happy with LG, so I expect that app to be a pain.
These are my apps: https://littlegreenviper.com/AppDocs/
https://metro.scopecreeplabs.com
https://metro.scopecreeplabs.com/abc
https://metro.scopecreeplabs.com/video
Offline first, everything is saved to Local Storage. Sharing is also purely serverless - the ABC text and the video chapter defs are shared via query parameters after compression and base64 encoding.
Tech: React, Material UI, ToneJS, ABCJS, CloudFlare (Pages, Workers, D1 Storage)
Next: Add an AI assistant to the ABC editor - editing ABC text gets painful fast.
My backhand is OK but my forehand sucks. Grip styles for standard handles usually end up favoring one side or the other. I'm making a handle shape that's easier to get the blade angle right on both sides. Hopefully a couple more iterations on the 3D printer and then I can have a functional prototype made.
In particular hardware-accelerated video playback, and adding Portals.
1. hn comments are valuable, I've spent a lot of time going through hn comments. I think there are valuable comments buried in the threads with fewer points, so it's not enough to just read top3 threads.
2. Sometimes a good post is ignored due to a bad title, sometimes I still have no idea what the post's theme even after I read a few paragraphs.
3. I want to filter out some posts I'm not interested in, but I realized I need read some other posts it's not a simple yes/no problem, so I gave every post a interesting score based on my own preference
so I want a tool to save my time while not missing out too much on hn
And the repo is here:
https://github.com/igor47/csheet
If you play DnD, I would love feedback! Feel free to leave it as GitHub issues or discussion.
If you don't play DnD, you might still find the repo interesting. It's hono on bun, I render jsx server side and client side is all htmx. I use vercel's ai toolkit for the LLM interactions, which are super fun and work really well. I think this is a great use for AI actually. I've structured the code so the same services can be called either by the user via forms and routes, or via LLM tool use, so for every action in the code you can do it via either LLM or "manually".
I suggest adding an export function to make the characters more portable. Maybe export to PDF as well as JSON.