TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: Strava-gear – local-first rule-based component tracker for Strava

5 pointsby Liskni_siover 3 years ago

1 comment

Liskni_siover 3 years ago
Hi, I&#x27;m the author of the strava-map-switcher[1] browser extension and last year I published strava-offline[2], a tool to download activities metadata from Strava into local sqlite database (and optionally also activities as gpx).<p>I&#x27;m quite a data nerd, so I wanted to track component wear in more detail than Strava allows. Some people on &#x2F;r&#x2F;Strava suggested their online web-based gear trackers, but I was always afraid of trusting them with all the data, and also quite reluctant to enter hundreds of components manually. I really prefer to keep this in git rather than in a 3rd party website that can go away. So now that I have activities metadata in sqlite from strava-offline, it was quite easy to create a local gear tracker that reads rules from YAML and computes component wear. Most of the work was spent polishing this and documenting. :-)<p>[1]: <a href="https:&#x2F;&#x2F;github.com&#x2F;liskin&#x2F;strava-map-switcher" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;liskin&#x2F;strava-map-switcher</a><p>[2]: <a href="https:&#x2F;&#x2F;github.com&#x2F;liskin&#x2F;strava-offline" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;liskin&#x2F;strava-offline</a>