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…
Something I've felt is missing is a developer orchestration layer that makes it really easy to define the set of services like a docker-compose but just as easy to switch implementations between container, source, or…
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…
Something I've felt is missing is a developer orchestration layer that makes it really easy to define the set of services like a docker-compose but just as easy to switch implementations between container, source, or…