HackerTrans
TopNewTrendsCommentsPastAskShowJobs

hwatkins

no profile record

comments

hwatkins
·5년 전·discuss
I agree, most sites are very aggressive with popups and modals, that having a small pleasant avatar peak out at you is a nice change.
hwatkins
·5년 전·discuss
If you are cloud based this does not sound correct. If you have the cluster autoscaler setup, then the cluster should grow to allow for the deployment based on the constraints in your deployment.

If you are on prem then this is reasonable, since you have limited physical hardware so the cluster can not automatically grow.
hwatkins
·5년 전·discuss
I think this is the key, someone can easily use k8s in the wrong way, so if you don't understand the concepts and try to use it like a VM you will have serious issues.
hwatkins
·5년 전·discuss
Very different from my experience, k8s makes deployment very easy. We use Concourse CI for build and deployment and it's very easy. Using Helm to control DDL changes using liquibase pre-deploy jobs, makes the deployment self contained.
hwatkins
·5년 전·discuss
I really like this approach, it seems like it could eliminate a lot of complexity. I will have to try it.
hwatkins
·5년 전·discuss
This look interesting, it took some digging to get to what the actual treatment is, so it gets your body use to the allergen to build up tolerance. What happens when you have multiple pollen allergies, how does it track all of them. Also seems like many pollens will be region specific, different trees, etc.
hwatkins
·5년 전·discuss
I agree with that, we had to replace the whole logging module that Phoenix gives you out of the box to provide for logging messages to one line, JSON format, logging both to stdout and file. This is an area that would be easy to improve. Also distributed tracing is not easy to get working or at least the libraries I've found.