Our database on Supabase is $75 / month, and it's also way overkill but the dollars are small and we'd rather be safe.
So yesterday we were just under $100 / month, but today we're closer to $150.
Our database on Supabase is $75 / month, and it's also way overkill but the dollars are small and we'd rather be safe.
So yesterday we were just under $100 / month, but today we're closer to $150.
Soon we'll do real sandboxing, either ourselves through Docker, wasm, bubblewrap[1], etc, or an existing FaaS (Lambda, Deno Deploy, Cloudflare Workers) or FaaSaaS (Deno Subhosting)
https://developers.cloudflare.com/cloudflare-for-platforms/w...
The reason I'm curious is that a lot of my private projects rely on evaluating code server side, but it's a big reason I'm not willing to share them with the public, because the overhead of watching for abuse would just make it.. not worth it. It falls into the category of "this is why we can't have nice things".
As a security challenge though (for the defender) I do love something like this. But I doubt dockerizing it would help against CPU abuse unless you want to spin up a docker vm for every request..