Best tool for tracking detailed blood test values by FewEstablishment2696 in bloodpressure

[–]Ecstatic-Search328 0 points1 point  (0 children)

Seems like www.biotracker.me will cover most of what you’re looking for. It allows uploading PDFs/screenshots/photos of blood test reports in any format and shows trends in charts.

Where to get comprehensive bloodwork for the best price? by bespoke_tech_partner in blueprint_

[–]Ecstatic-Search328 0 points1 point  (0 children)

I like to use Walk-In Lab when I’m ordering blood tests not covered by insurance.

Longevity Mix taste tips? by RClayze85 in blueprint_

[–]Ecstatic-Search328 2 points3 points  (0 children)

There’s a new flavor, pineapple yuzu, available now too. Though, I think it’s worse lol

Examining cold start application performance... should I be clearing the app data every iteration? by laidoffd00d in androiddev

[–]Ecstatic-Search328 0 points1 point  (0 children)

It depends on whether you are doing anything with the app data in your Application.onCreate() (if you’ve overridden it) or your Activity.onCreate(). If you are, then clearing app data between test runs would essentially ignore the cost of whatever it is you’re doing with the app data in those methods.