Ask HN: What Are You Working On? (Nov 2025)
711–720 of 1001 posts
Re: Ask HN: What Are You Working On? (Nov 2025)
#712In programming mode, its a flash drive you can put LUA scripts on.
In run mode, you can select a lua script to run. Lua scripts can take HID input and produce HID output.
All open source, hardware and software: https://github.com/cedarhacks/ReMapper
It can do things like keyboard -> joystick mapping, key logging, macros, mouse wiggling etc etc
Re: Ask HN: What Are You Working On? (Nov 2025)
#713https://share.combo.cc/-Z7hBzNbaCc
(work in progress prototype, design is not final)
Intentionally made simple and centered around plain text files and editing speed. I've spent a week on the prototype, now it's good enough to dog-food. Would like to eventually distribute it as a multi-platform app.
Re: Ask HN: What Are You Working On? (Nov 2025)
#714Re: Ask HN: What Are You Working On? (Nov 2025)
#715The work is mysterious but important.
Re: Ask HN: What Are You Working On? (Nov 2025)
#716https://osint.moe/ - LLM-based app to build research graphs based on goal-directed web search
Re: Ask HN: What Are You Working On? (Nov 2025)
#717I've always loved the "What are you working on" post. So many niche and interesting projects!
Re: Ask HN: What Are You Working On? (Nov 2025)
#718And the other goal is minimal dependencies. The only bootstrapping stage is a very very small core in Common Lisp + FSet but could also be replaced with other languages, and then using that subset to bootstrap the rest.
There is absolutely zero claim to be highly performant, it is more of an educational experience.
All of it is done via literate programming in org-mode. So far it's working pretty well, but will have to see how that approach works if the project grows.