Posted by david927 17 hours ago
Ask HN: What Are You Working On? (March 2026)
Online part mostly done at https://www.meso.cloud/plants/, currently building glass grow box and light prototypes that will be driven by it.
* Self-contained Customer support portal (in a quirky neobrutalist UI) https://github.com/sscarduzio/intreu-portal
* 0-copy single binary Rust binary-delta optimized S3 proxy with a GUI https://github.com/beshu-tech/deltaglider_proxy
https://github.com/teekay/dictum
Currently dogfooding and evaluating whether it helps in the long term or not.
Since then, I configured all the hardware (switches, router, server, bastion host, etc), put it in a real colo, and am doing BGP with one upstream (with a second upstream and some peers on the way). This means I'm officially part of the internet! E.g. https://bgp.tools/as/55078
I'm just working on some BGP and network hardening stuff, then I'll start putting real live services on the server. And in parallel, I'm working on getting the link from my home to the colo active, so I can be my own home internet provider.
[1] https://www.arin.net/participate/policy/nrpm/#4-10-dedicated...
https://breaka.club/blog/why-were-building-clubs-for-kids
The recent Netflix Games edition of Overcooked with K-Pop Demon Hunters is cool, but not nearly as cool as kids coding and playing their way through Overcooked levels in our custom educational mod for Overcooked:
I'm also maintaining GodotJS, strongly typed TypeScript bindings for Godot, which is used to build the Breaka Club RPG (see first link):
https://github.com/godotjs/GodotJS
And last week I also put together the first release of MoonSharp in ~10 years; Lua runtime for Unity. That's not for Breaka Club though, I also consult for Berserk Games on Tabletop Simulator:
The stock firmware is horrible but the community has this firmware called CrossPoint. I wanted to be able to upload, manage files etc. from my iPhone on the go and also send over web articles. So I build this app CrossPoint Sync https://crosspointsync.com to do just that.
I've already published it on App Store and pending publishing on Android. The community is niche and has also been using the app, so its been fun building for my use and in turn also getting good feedback from community.
If you are using the Xteink and CrossPoint firmware, then give the app a try.
iOS App Store: https://apps.apple.com/app/crosspoint-sync/id6758985427
Android Beta: https://crosspointsync.com/android/join-beta
I recently converted a bunch of stuff to be client side instead of server side (turns out running a real-time MMORPG server is expensive) so there's a new round of bugs I'm still resolving, but it's still fun to play:
With nao we are exploring the fact that agents are good to work with filesystems, so we help people getting the context into the filesystem and then you can plug our agent loop on top (on anything else).
The most exciting part is working with sandboxes and emulating filesystems. So at the moment the filesystem is local, but it could be a bucket or a database that we emulate as real filesystem for the agentic loop, all of this can also be mounted to sandboxes, and in the end you can do data transformations all in isolation with control on the context.
In the past month, as suggested by the previous user, I have added support for kicad schematic libraries. The kicad schematic libraries files are converted into circuitscript format and can be directly imported into circuitscript code. To support the large number of components in the kicad libraries, I had to improve the import functionality and also implement some caching to speed up the imports. With the kicad schematic libraries available now, it provides a larger library of components that can be used in circuitscript projects. The converted libraries can be found here: https://gitlab.com/circuitscript/kicad-libraries
The motivation for creating Circuitscript is to describe schematics in terms of code rather than graphical UIs after using different CAD packages extensively (Allegro, Altium, KiCAD) for work in the past. I wanted to spend more time thinking about the schematic design itself rather than fiddling around with GUIs.
Please check it out and I look forward to your feedback, especially if you are also exploring alternative ways to create schematics. Thanks!