You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
it would be cool to have a map (maybe D3 or otherwise) that show dots on a big world map for who's hacking on the last saturday of every month (not even necessarily restricted to only the one we do connected to this website. If anyone at all is hacking during the hackday, it would be cool for the city/country/etc to show up on the map.
Also wanted to use cloudflare KV (https://developers.cloudflare.com/kv/) on the edge to store this state, and what we could do is just let anyone set the values for a country (probably only let the workers switch from false => true for a specific place), and then just have a github action to wipe the values on the first of every month.
Not super sure how we keep the values from being written on not the last saturday of the month (probably just some hacky if blocks or something), but would also be nice. I suppose we could just only have the worker spin up at midnight on the last saturday of the month and maybe that entire problem goes away. Then we can kill at midnight of the same day and also wipe the KV state.
The text was updated successfully, but these errors were encountered:
it would be cool to have a map (maybe D3 or otherwise) that show dots on a big world map for who's hacking on the last saturday of every month (not even necessarily restricted to only the one we do connected to this website. If anyone at all is hacking during the hackday, it would be cool for the city/country/etc to show up on the map.
Also wanted to use cloudflare KV (https://developers.cloudflare.com/kv/) on the edge to store this state, and what we could do is just let anyone set the values for a country (probably only let the workers switch from false => true for a specific place), and then just have a github action to wipe the values on the first of every month.
Not super sure how we keep the values from being written on not the last saturday of the month (probably just some hacky if blocks or something), but would also be nice. I suppose we could just only have the worker spin up at midnight on the last saturday of the month and maybe that entire problem goes away. Then we can kill at midnight of the same day and also wipe the KV state.
The text was updated successfully, but these errors were encountered: