Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
auszeph
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
auszeph
22d ago
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
2.
▲
by
auszeph
4mo ago
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 though,
3.
▲
by
auszeph
4mo ago
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.
4.
▲
by
auszeph
5mo ago
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 was to look for any
5.
▲
by
auszeph
5mo ago
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 you for putting i
6.
▲
by
auszeph
5mo ago
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
7.
▲
by
auszeph
5mo ago
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 called from or work ou
8.
▲
by
auszeph
1y ago
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 instant. Related: ht
9.
▲
by
auszeph
1y ago
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 remote. Sometimes
10.
▲
by
auszeph
1y ago
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.