👨‍💻 Axel Going to try a new type of project. I've been doing some reading on how self-updates work in long-running processes, and want to try that with Zig. i.e. receive the byte code for a function over the network and live patch yourself.
Dennis be careful that no attacker can push updates
Login or register your account to reply
👨‍💻 Axel Yeah, I'll have to implement some sort of code signing functionality to make sure only I can push code :) that's a good call though! It brings up more interesting problems like how do I revoke certificates, etc
🐵 George also don't forget data filtration rules, I guess.