Viewing profile — 220
220
HN member- Joined
- Thu, Feb 09, 2017, 4:07 PM UTC
- HN karma
- 21
- Public activity
- 9 items
- HN profile
- View on Hacker News ↗
About 220
No profile information was provided.
Recent public activity
-
comment
Comment #14532002
Do y'all have any way of tracking feature for custom images and machine types for GCP? Cloud ML feels not nearly ready, and but being able to do something like this on GKE would be…
-
comment
Comment #14084472
DNS for service discovery is fraught with perils. Many implementations don't respect TTLs, or don't actually use multiple records, or don't do something smart like power of two. Ev…
-
comment
Comment #14083820
I don't think SRV records are the right answer; your networking layer should be k8s aware and issue a watch command on Endpoints; it'll be updated immediately-ish when the servers …
-
comment
Comment #14054755
My current startup and my last one, both smaller orgs. I setup both build systems, and initially used SBT in the previous one. In both cases I think it helps that we had engineers …
-
comment
Comment #14054529
> operator-overloading enabling eDSL-creation This is almost certainly in the negative column for me. SBT has the dubious distinction of being the only build system that takes me h…
-
comment
Comment #13841519
If you use cert pinning, like the DigiNotar/Iran/Gmail, you're still protected against a trusted CA, assuming you've communicated in the past, which is realistic for a real world a…
-
comment
Comment #13839996
Is there a risk model where you control the network enough to fake domain validation but only if the target initiates the request to Let's Encrypt? Otherwise it doesn't matter if y…
-
comment
Comment #13839779
> FWIW, my personal website uses let's encrypt, so it would be yellow or worse. This shouldn't effect your security stance. There's a common misconception that you trust your priva…
-
comment
Comment #13608007
We were a parse user for (many) apps, and tried to run parse server briefly before just letting all the features built on it die. I think one of the major instabilities not mention…