Still the same HID remapping project from last month (I was hoping to be done by now, but hardware is hard): https://github.com/cedarhacks/HIDMorph This is an HID ReMapping device, things like converting keyboard input to joystick input, or adding macros to specific inputs. The usage is: - It has 1 USB in and 1 USB out. - In programming mode it's a USB drive you can put LUA scripts on (or pull out log files). - In ru…
Ive dabbled in a bit of all of this, and let me say, good luck! Sounds interesting. Unfortunately, USB is hot garbage imo. The USB-IF, really screwed up USB, especially with all the power negotiation bullshit that has to happen now. Thanks to their ever changing USB3.x super premium plus ultra megaspeed crap that they keep doing, i ended up giving up on a multi-year usb project. Because of their changes, i would have…
Ask HN: What are you working on? (January 2026)
911–914 of 914 posts
Re: Ask HN: What are you working on? (January 2026)
#912Spent about 2 years improving printing and scanning stack of Linux: CUPS, SANE, AirSane, as well as some legacy drivers, and also x86 proprietary driver emulation on ARM with Box86. Even that "modern" printing stack in Linux is 20+ years old, there's still such an unbelievable amount of basic bugs and low-hanging-fruit optimizations, that it's kinda sad. Not to mention that it still maintains ALL its legacy compatibi…
Re: Ask HN: What are you working on? (January 2026)
#913I'm currently working on Codebox, a remote development workspaces provider. After trying many existing solutions, I realized there wasn’t a self-hosted option that was both simple to set up and easy to use, so I decided to build one. With Codebox, you can define workspace templates or load workspace configurations directly from Git repositories. At the moment, it supports Dev Containers and Docker Compose, with plans…