The ones on diabetic warehouse don't work well enough (https://www.diabeticwarehouse.org/collections/continuous-glu...? Or is that site sketch for you? I think you can just get one if you are willing to burn $500 (not cheap, but only in the price range of a higher-end smartwatch)
Keep in mind that a single sensor will work for only a week or two, depending on the type. So it's not exactly right to compare the price to a smartwatch.
We need more anti-anticompetitive action. Why should NVidia and those who use their products be punished because their competitors have not stepped up to the plate?
>(If a company valuation stays flat, stock options are worthless - but RSUs have value)
Can you help me understand why? I'd expect if you're granted options at a strike price of $Y, you will still make money as long as the valuation at liquidation time is more than $Y.
None of my actual jobs were through linkedin, but that's just luck. I've done several onsites as a result of either applying through linkedin, or because someone messaged me.
at my current place, we started off with kustomize. I rewrote everything into helm, which was good initially (at least you can force inject some common params, and others can include this in their charts).
But people (including me) were unhappy at yaml reading; I also grew to hate it with a passion because it's neither go nor yaml, and super difficult to read in general. We are a typescript company, and https://cdk8s.io/ has been great for us. We can unit test parts of charts without rendering the whole thing, distribute canonical pod/deployment/service definitions, etc.
In all of the cases, we combined this with config outputted by terraform, for env specific overrides, etc.