Earlier quoted context omitted.
I doubt the actual leaderboard calculation requires full granular data down to the meter. Segments can be aggregated from the meter level data in advance. I’m sure there are clever choices in creating those aggregates but that seems like the obvious (and admittedly naive) approach.
> Segments can be aggregated from the meter level data in advance. Not for a segment that doesn't exist. When I create a segment, it goes back over all nearby activities since the dawn of Strava time. That's the part where geographic sharding helps. Then, it has to check each one to see whether it traversed the segment without interruption or deviation - not within one meter but AFAICT within only a few. Does further…
Strava abruptly ends 3rd party data sync to Apple Health
111–114 of 114 posts
Re: Strava abruptly ends 3rd party data sync to Apple Health
#112Earlier quoted context omitted.
There is no business here that scales sadly. In fact, it gets more expensive for Strava to operate the longer you are a subscriber And it apparently isn't valuable enough to charge more for ($5/month)
>> it gets more expensive for Strava to operate the longer you are a subscriber What are you referring to? That Strava has to store&compute more and more data from a user the longer they are using the platform?
Re: Strava abruptly ends 3rd party data sync to Apple Health
#113Earlier quoted context omitted.
Garmin was designed to work off grid and not need the internet lifeline to San Francisco or us-east. Can't say that about any of their competition.
And yet when they got hit by ransomware a while back their mobile and web apps were rendered useless. You could neither add new activities, nor view old activities, nor sync with other apps. You could of course access the .FIT files directly on your device via USB, so maybe that's what you meant. Their hardware is pretty good for working off grid but you need other software to do anything with the data it creates unl…
Isn't that to be expected, if you're using their cloud services? The point is that Garmin is (or was, I've had my watch for a few years) designed in such a way that the cloud services are not a requirement for full use of the device.
Yes, you can access the .FIT files directly via USB and then sync with other apps, such as TurtleSport, GPXsee, etc.
Re: Strava abruptly ends 3rd party data sync to Apple Health
#114Earlier quoted context omitted.
And yet when they got hit by ransomware a while back their mobile and web apps were rendered useless. You could neither add new activities, nor view old activities, nor sync with other apps. You could of course access the .FIT files directly on your device via USB, so maybe that's what you meant. Their hardware is pretty good for working off grid but you need other software to do anything with the data it creates unl…
> And yet when they got hit by ransomware a while back their mobile and web apps were rendered useless. You could neither add new activities, nor view old activities, nor sync with other apps. Isn't that to be expected, if you're using their cloud services? The point is that Garmin is (or was, I've had my watch for a few years) designed in such a way that the cloud services are not a requirement for full use of the d…
For the most part, yes, though I don't think it is particularly unreasonable to expect that you could view some of your recent activities in the app without having to phone home, given how small the .FIT files tend to be.
Syncing with other apps is also something I would expect could be done without phoning home, assuming the other app is capable of parsing your .FIT file directly (which Strava is). In that case all the app needs to do is fetch the .FIT over Bluetooth and pass to the third party app using whatever phone API.