Instead of running AI workflows 24/7, this setup wakes a local machine on a schedule, processes everything in one batch with n8n, then shuts down cleanly before the day starts.
Getting persistent save files working in a C++ web app with Emscripten: why WASMFS replaces IDBFS, how to mount the OPFS backend, standard C++ file I/O on the web, browser lifecycle save hooks, and the threading pitfalls that will silently deadlock your app
Building a component code generator from scratch: YAML parsing in a custom scripting language, meta-programming without external dependencies, c++ code generation and eliminating 78% of boilerplate code in a game engine