Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
adamdecaf
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
8 ms
·
1.
▲
by
adamdecaf
4mo ago
Scala has had a function called ??? which fills the same role and it’s really useful. https://scala-lang.org/api/3.3.1/scala/Predef$.html#???-0
2.
▲
by
adamdecaf
7mo ago
govulncheck is the much better answer and we use it. We also let renovate[bot] (similar to dependabot) merge non-major dep updates if tests pass. I hardly notice when deps have small updates. https://github.com/search?q=org%
3.
▲
by
adamdecaf
8mo ago
Compilation target support from Go and other languages makes it really easy to provide your library to websites - which we use for demos. It's quick to compile Go code into WASM and show folks quickly what your library offers. Plus the
4.
▲
by
adamdecaf
9mo ago
Redpanda has been a superior wire-compatible alternative to Kafka for years. https://www.redpanda.com/compare/redpanda-vs-kafka
5.
▲
by
adamdecaf
1y ago
The roles are US only currently.
6.
▲
by
adamdecaf
1y ago
Moov | Multiple Roles | Remote (US Only) Moov powers infinite payment use cases with full data transparency. However you decide to orchestrate the motion of money: pay by bank, pay by card, disburse to a Moov wallet or linked bank account w
7.
▲
by
adamdecaf
1y ago
There's quite the mix of languages involved! ------------------------------------------------------------------------------- Language files blank comment code ----------------
8.
▲
by
adamdecaf
2y ago
An iPhone hitting someone in the head at 70mph could indeed kill them.
9.
▲
by
adamdecaf
2y ago
That’s a problem with lazydocker, not ghostty. Maybe contribute to https://github.com/jesseduffield/lazydocker/issues/610 ?
10.
▲
by
adamdecaf
2y ago
We’ve had a lot of success with our Go library for iso8583 https://github.com/moov-io/iso8583
11.
▲
by
adamdecaf
2y ago
Deadcheck handles calculating the snooze durations for you. It could be a library as well.
12.
▲
by
adamdecaf
2y ago
I don't see how to configure anything but an interval (e.g. every N minutes) in checklyhq. Deadcheck allows you to expect check-ins at arbitrary times (e.g. 9am, 1:15pm, 3:15pm on weekdays). https://developers.checklyhq.com&
13.
▲
by
adamdecaf
2y ago
Systems always rely on something. PagerDuty has been very reliable for years and we use it for alerting, so relying on it more isn’t a big ask. I plan to support multiple integrations so you could get alerted from multiple streams.
14.
▲
by
adamdecaf
2y ago
No, you can get text, email, slack, etc alerts from PagerDuty without installing their app.
15.
▲
by
adamdecaf
2y ago
Yea I want to support other vendors. What do you use?
16.
▲
by
adamdecaf
2y ago
Yea I’ve setup multiple Alertmanagers that all check each other before. That setup is useful to detecting route failures between sites.
17.
▲
by
adamdecaf
2y ago
How are they triggering the alert when the dead man’s switch isn’t tripped in time?
18.
▲
by
adamdecaf
2y ago
Yea I’ve setup two alertmanagers that check each other before. It’s useful for multi site deployments.
19.
▲
by
adamdecaf
2y ago
Exactly. At Moov we rely on PD, so if they’re down we have bigger issues anyway. I plan to support additional integrations so a check-in could update multiple
20.
▲
by
adamdecaf
2y ago
Thanks, yea I’d like to support other vendors. Haven’t heard of Squadcast I have https://github.com/adamdecaf/deadcheck/issues/12 tracking additional vendors Edit: I'm open to a PR if you're willing
21.
▲
by
adamdecaf
2y ago
Yep. I looked at Cronitor and thought about using it, but direct to PD removed a step for us at Moov.
22.
▲
by
adamdecaf
2y ago
Thanks. We already rely on PD so preconfiguring the alert/snooze isn’t additional risk for us.
23.
▲
by
adamdecaf
2y ago
Yea the idea is that if your service doesn’t check-in then a preconfigured alert triggers.
24.
▲
by
adamdecaf
2y ago
There’s no crontab for banking days. Deadcheck also requires checkins within a delta of the expected checking time. Deadcheck also doesn’t rely on your infra to alert.
25.
▲
by
adamdecaf
2y ago
It sets up expected check in times for an app/job. The job is responsible for checking in, but the alert will fire regardless of your infra. Doesn’t require a start command and your infra can completely fail and you’ll still get alerte
26.
▲
by
adamdecaf
2y ago
The idea is an app checks in after scheduled jobs, which extends the snooze
27.
▲
by
adamdecaf
2y ago
Yea, and you would delete the pending message. Good idea…
28.
▲
Show HN: Dead man's switch without reliance on your infra
(github.com)
139 points
by
adamdecaf
2y ago
|
116 comments
29.
▲
by
adamdecaf
2y ago
I’d like to learn more about switching compose to nix. We will hit a wall with compose at some point.
30.
▲
by
adamdecaf
2y ago
Buying the biggest Mac’s also lets developers run an electron app or three (Slack, IDE, Spotify, browser, etc) while running the docker-compose stack.
More ›