Live data from Hacker News

Viewing profile — adamdecaf

adamdecaf

HN member
Joined
Wed, Jun 02, 2010, 3:29 AM UTC
HN karma
332
Public activity
151 items

About adamdecaf

Software sometimes works.

[ my public key: https://keybase.io/adamdecaf; my proof: https://keybase.io/adamdecaf/sigs/JhjHOnEjtMDl41wC2xfUaC3Z_afA7cODWph1_zhyDYg ]

Recent public activity

  1. comment
    Comment #48378833

    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. comment
    Comment #47095427

    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 sma…

  3. comment
    Comment #46554483

    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 an…

  4. comment
    Comment #46193113

    Redpanda has been a superior wire-compatible alternative to Kafka for years. https://www.redpanda.com/compare/redpanda-vs-kafka

  5. comment
    Comment #45443856

    The roles are US only currently.

  6. comment
    Comment #45442421

    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…

  7. comment
    Comment #44184038

    There's quite the mix of languages involved! ------------------------------------------------------------------------------- Language files blank comment code ---------------------…

  8. comment
    Comment #43129668

    An iPhone hitting someone in the head at 70mph could indeed kill them.

  9. comment
    Comment #42530442

    That’s a problem with lazydocker, not ghostty. Maybe contribute to https://github.com/jesseduffield/lazydocker/issues/610 ?

  10. comment
    Comment #42457994

    We’ve had a lot of success with our Go library for iso8583 https://github.com/moov-io/iso8583

  11. comment
  12. comment
    Comment #41812049

    Deadcheck handles calculating the snooze durations for you. It could be a library as well.

  13. comment
    Comment #41811706

    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 …

  14. comment
    Comment #41811381

    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 integrati…

  15. comment
    Comment #41811361

    No, you can get text, email, slack, etc alerts from PagerDuty without installing their app.

  16. comment
    Comment #41811359

    Yea I want to support other vendors. What do you use?

  17. comment
    Comment #41811352

    Yea I’ve setup multiple Alertmanagers that all check each other before. That setup is useful to detecting route failures between sites.

  18. comment
    Comment #41811343

    How are they triggering the alert when the dead man’s switch isn’t tripped in time?

  19. comment
    Comment #41811334

    Yea I’ve setup two alertmanagers that check each other before. It’s useful for multi site deployments.

  20. comment
    Comment #41810854

    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

  21. comment
    Comment #41810847

    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…

  22. comment
    Comment #41810820

    Yep. I looked at Cronitor and thought about using it, but direct to PD removed a step for us at Moov.

  23. comment
    Comment #41810812

    Thanks. We already rely on PD so preconfiguring the alert/snooze isn’t additional risk for us.

  24. comment
    Comment #41810808

    Yea the idea is that if your service doesn’t check-in then a preconfigured alert triggers.

  25. comment
    Comment #41810619

    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.