TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

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

5 点作者 Liskni_si超过 3 年前

1 comment

Liskni_si超过 3 年前
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>