Top
Best
New

Posted by david927 6 days ago

Ask HN: What Are You Working On? (Nov 2025)

What are you working on? Any new ideas that you're thinking about?
457 points | 1343 commentspage 67
foster-hangdaan 6 days ago|
Working on a CLI tool to sync packages between NPM registries. I'll be pushing the code here once its done: https://code.hangdaan.com/foster/kagami
hsolive 1 day ago||
My first coding project: built a PDF tool to save paper on expense reports

TL;DR: Expense reports were killing me (and trees). Built my first coding project – a PDF merger that fits multiple receipts per page. Planned to charge "one bike tire

worth" to recoup costs, but decided to make it free after learning so much from the community. [https://ahay.app/](https://ahay.app/)

HenryYWF 5 days ago||
I’m building a stablecoin account for workers in LATAM. It helps them protect their earnings from inflation and makes doing taxes easier. (https://www.useairsend.com)
yanis_t 5 days ago||
Knowledge management meets spaced repetition: open-sourcing my tool I've been using for the last five years https://github.com/odosui/mt.
ssttoo 5 days ago||
https://SightRead.org - free, ad-free, etc, vanilla js (except for the abcjs notation library) web app to practice sight reading. Currently rhythm-only, but more is planned.
johnsimer 6 days ago||
A notes app, where you can create flashcards on your notes/pages directly

you can also infinitely nest your notes/flashcard decks, and turn each note into a dedicated page

spaced repetition coming soon

https://studybranches.com

clx75 5 days ago||
1. Langsam - https://github.com/cellux/langsam

This is an AST-walking interpreter for my personal LISP dialect written in C. Once it's ready, I would use it to implement a low-level, statically typed language (Schnell) as a Langsam library. The goal is to gain the ability to JIT-compile Schnell code (sexps of a statically typed language) from Langsam. Once this works, I would rewrite Langsam in Schnell so that it becomes a fast bytecode interpreter. With the faster Langsam (and the Schnell built into it) I could build a little OS called "Oben". The OS would first run on top of Linux, then I would attempt to bootstrap the entire stack on bare-metal. I already have a Forth dialect implemented in assembly language (Grund/Boden). The idea is to implement Langsam in Grund and then bootstrap the entire Grund -> Langsam -> Schnell -> Oben chain on something like the qemu q35, later on a Raspberry Pi Zero 2W and maybe even my own hardware (ie. an FPGA board like what Wirth et al. created for Project Oberon).

2. MTrak - https://github.com/cellux/mtrak

This is a TUI MIDI tracker written in Go. Not too user-friendly: one has to enter raw MIDI messages in hex into the tracks. Can be connected to synths like Fluidsynth or Surge XT via JACK MIDI. Unfortunately it takes a lot of CPU time, probably due to the use of BubbleTea (and no time spent on optimization).

3. Mixtape - https://github.com/cellux/mixtape

Beginnings of a programmable, non-realtime audio sample generator/manipulator written in Go with an OpenGL GUI. I was thinking about how people in the old times cut up the magnetic tape which contained the sound bites and rearranged them to build something new. What if I'd implement a data type called "tape" which is basically a piece of sound and then provide operators in a Forth-like language to create and manipulate such tapes. Each tape could be a sound and then these could be stitched together to form songs. Who knows maybe an entire song could be represented as a hierarchy of these tapes. Each sound or song section could be its own file (*.tape), these could be loaded from each other, maybe even caching the WAV generated from the code of a tape to speed things up when there is a huge hierarchy of tapes in a project. Lots of interesting ideas are brewing in this one.

Rand_cat 5 days ago||
i'm building a camera app that can connect two iPhone peer-to-peer, no server needed.

https://apps.apple.com/us/app/onesnap/id6754680962

kenforthewin 6 days ago||
An AI development workflow platform with GitHub integration. Built in Elixir / Phoenix. Early stages but it's a fun project.

https://github.com/kenforthewin/matic

nrhrjrjrjtntbt 6 days ago|
Just learning. Interested in prolog.
More comments...