There was a short doco on this in a recent Australian show if anyone is interested https://youtu.be/EXqPHM7Uauk?t=0&si=-W6-z4L8UEo4KtgS
I use Charmstone for spatial app switching - https://charmstone.app/ Not the same as full spaces, but it gives the same vibe of always having a particular app on a particular hotkey. I try to limit my multi-tasking…
I think the idea is that many games in essence boil down to this. Gamified random number generators. It's really well done, and hilarious.
Ours currently runs with Cloud Tasks, which involves some cleanup handling if one run fails to enqueue the next. Originally I had Cloud Scheduler running a heartbeat task every X mins, and the one of the heartbeat tasks…
Built similar for internal use at our work. Slack+JIRA though, not Linear. Otherwise GCP-native like this. I didn't want to be on the hook for supporting an open source version though, so never made it public. Good on…
https://github.com/sourcegraph/zoekt Run a copy of this in the same VPC. Monorepos would definitely help, but that's not the structure we have. I didn't want to rely on API limits (or stability) at GitHub for such a…
I built an internal version of this for my workplace. Something very useful that will be harder for you most likely is code search. Having a proper index over hundreds of code repos so the agent can find where code is…
ISO8601 is really broad with loads of edge cases and differing versions. RFC 3339 is closer, but still with a few quirks. Not sure why we can't have one of these that actually has just one way of representing each…
My take from reading some docs is that you've got to partition your data properly, likely per-user. Then hopefully most of that users interactions are within the same datacentre.
There was a short doco on this in a recent Australian show if anyone is interested https://youtu.be/EXqPHM7Uauk?t=0&si=-W6-z4L8UEo4KtgS
I use Charmstone for spatial app switching - https://charmstone.app/ Not the same as full spaces, but it gives the same vibe of always having a particular app on a particular hotkey. I try to limit my multi-tasking…
I think the idea is that many games in essence boil down to this. Gamified random number generators. It's really well done, and hilarious.
Ours currently runs with Cloud Tasks, which involves some cleanup handling if one run fails to enqueue the next. Originally I had Cloud Scheduler running a heartbeat task every X mins, and the one of the heartbeat tasks…
Built similar for internal use at our work. Slack+JIRA though, not Linear. Otherwise GCP-native like this. I didn't want to be on the hook for supporting an open source version though, so never made it public. Good on…
https://github.com/sourcegraph/zoekt Run a copy of this in the same VPC. Monorepos would definitely help, but that's not the structure we have. I didn't want to rely on API limits (or stability) at GitHub for such a…
I built an internal version of this for my workplace. Something very useful that will be harder for you most likely is code search. Having a proper index over hundreds of code repos so the agent can find where code is…
ISO8601 is really broad with loads of edge cases and differing versions. RFC 3339 is closer, but still with a few quirks. Not sure why we can't have one of these that actually has just one way of representing each…
My take from reading some docs is that you've got to partition your data properly, likely per-user. Then hopefully most of that users interactions are within the same datacentre.