Viewing profile — spladug
spladug
HN member- Joined
- Thu, Sep 11, 2014, 7:09 PM UTC
- HN karma
- 158
- Public activity
- 34 items
- HN profile
- View on Hacker News ↗
About spladug
No profile information was provided.
Recent public activity
-
comment
Comment #40231430
Significantly north and a bit west of there: https://en.wikipedia.org/wiki/Chicxulub_crater
-
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…
-
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…
- story
- story
-
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…
-
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.
-
comment
Comment #34886897
And for SF: https://bsm.sfdpw.org/urbanforestry/
- comment
- comment
-
comment
Comment #28111836
It's a great word. Nice choice!
-
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
-
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
-
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…
- comment
-
comment
Comment #17106849
Are bay area software engineer wages really that low that this is the biggest deal?
-
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_...
-
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…
-
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 …
-
comment
Comment #14477048
Spot on.
-
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:/…
-
comment
Comment #14475117
Keep it simple and boring as long as you can, and even then go with the boringest solution to your problems.
- comment
-
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…
-
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…