@HealthToFit New user, loving the app so far.
Any chance you could extract the URI of the Apple Fitness+ workout? It would be great to be able to repeat a workout that we found via a the HealthFit UI, or to find most frequently repeated workout etc.
@HealthToFit Ah, I should have read the description fully. Thanks for checking.
Pity that the data is out of reach. It could not only help users by letting third party apps fill gaps in the offical UI, but also serve to promote the service.
🐞 In the new Compiler Academy video, @sjrdoeraene demonstrates a technique called Adversarial Testing which is an effective approach to catching bugs. You will learn how to break your own code to ensure its quality: https://t.co/D8wZokBo6o
A quick write up of a deep-dive debugging session from this week at work, tracing back latency spikes in a Yugabyte cluster during a load test: https://t.co/b4e0VygyI5
@virtualvoid Nicely documented! It makes me imagine tooling to do system wide “spectral analysis” to help when some symptom is observed on a regular interval… analyse logs elsewhere to look for patterns at the same frequency, even if they lack correlation trace ids.
Look what I found in the mail today! Get Programming with #Scala now available at https://t.co/2iOwQuj8KF Thanks @ManningBooks for the nice surprise! 🥳
I want to thank Simon for his influence on my own work - again sometimes indirect - also for his limitless personal kindness, and everything he has brought to Microsoft. His charitable giving has been an inspiration to many, and he is a man of dignity.
My partner is a cancer doctor. She repeatedly sees patients these days who need emergency care but can’t get it (or don’t due to 10+ hour wait times) because hospitals full of folks whose “personal choice” not to take the vaccine is killing unrelated people who need those beds 🤬
Super exciting news: after 4 years of hard work, Get Programming with #Scala's final manuscript has been signed off and it is with the printers! :D @ManningBooks https://t.co/2iOwQuj8KF
@gunnarmorling I’d imagine a default like this is near impossible to change after the fact. One could imagine a -Xdev VM option that enabled useful but security-dubious context in exceptions, etc. maybe some of it could be monkey patched with byte code instrumentation