Live data from Hacker News

Viewing profile — spladug

spladug

HN member
Joined
Thu, Sep 11, 2014, 7:09 PM UTC
HN karma
158
Public activity
34 items

About spladug

No profile information was provided.

Recent public activity

  1. comment
    Comment #40231430

    Significantly north and a bit west of there: https://en.wikipedia.org/wiki/Chicxulub_crater

  2. comment
    Comment #38846422

    WattCarbon | Full Time | REMOTE (US) | Data Engineer (Python) | $130k-$145k + equity WattCarbon has launched the first clean energy market aimed at rapidly scaling distributed ener…

  3. comment
    Comment #38491624

    WattCarbon | Full Time | REMOTE (US) | Senior Frontend Engineer & Data Engineer (Python) | $130k-$165k + equity WattCarbon has launched the first clean energy market aimed at rapid…

  4. story
  5. story
  6. comment
    Comment #36790749

    Ah yeah. Not sure on that one. scp does have the `-3` option to copy between two remote hosts via the local host, but that can be significantly slower if the remote hosts are in th…

  7. comment
    Comment #36790538

    FWIW, `ProxyJump` is a safer way to go through a bastion without having to expose your agent to either the bastion or the target host behind it.

  8. comment
    Comment #34886897

    And for SF: https://bsm.sfdpw.org/urbanforestry/

  9. comment
  10. comment
  11. comment
    Comment #28111836

    It's a great word. Nice choice!

  12. comment
    Comment #26939373

    > The bus will still have to wait on or go around rideshare drivers This is why transit-only lanes are important. https://www.youtube.com/watch?v=RQY6WGOoYis

  13. comment
    Comment #23105544

    If you just want to share your public key safely, a .well-known directory on your domain works these days: https://wiki.gnupg.org/WKD

  14. comment
    Comment #21566110

    The South Coast (California) Air Quality Management District does some really thorough tests on the quality of the various low-cost sensors: https://www.aqmd.gov/aq-spec/evaluation…

  15. comment
  16. comment
    Comment #17106849

    Are bay area software engineer wages really that low that this is the biggest deal?

  17. comment
    Comment #16159297

    Yup! And this sort of tracking is exactly why. https://github.com/reddit/reddit/blob/master/r2/r2/lib/cssfi... https://www.reddit.com/r/cssnews/comments/24anzb/css_change_...

  18. comment
    Comment #14477065

    Generally: no. The worker processes will finish up their current request before shutting down and being reaped. At the whole server level, Einhorn will indeed make sure that reques…

  19. comment
    Comment #14477052

    Yeah, rollbacks are more of adding a revert to the top of the pile so we just make sure we roll back things that can be rolled back. This is important to think about when planning …

  20. comment
  21. comment
    Comment #14475198

    Feature flags are super useful. We didn't really have room to cover our use of them in this post, but if you're curious you can see the system we currently use for it here: https:/…

  22. comment
    Comment #14475117

    Keep it simple and boring as long as you can, and even then go with the boringest solution to your problems.

  23. comment
  24. comment
    Comment #14475114

    > why did you choose to write your deployment tools from scratch, instead of going with something like Jenkins? Each step along the way was basically just a small modification on t…

  25. comment
    Comment #14474864

    Actually quite the opposite. One of the benefits of being a larger company is separation of concerns. Our community team is a bunch of fantastic people that are focused on that sid…