>>106415170
nigga it’s literally trivial. you just pop open gcp or azure, spin up a vm, and you’re god of interrupts in like 5 minutes. want to swap out an interrupt handler? ssh in, tweak the kernel module or even just override the signal handling in userland if you’re lazy, reboot, done. all “through the cloud”
on azure you can even wrap it in their automation so it redeploys the handler whenever you push to git. gcp has startup scripts where you can preload your handler on boot. it’s basically point-and-click interrupt hacking at this point