<feed xmlns='http://www.w3.org/2005/Atom'>
<title>biking_home/.gitignore, branch main</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<id>https://git.kagamino.dev/biking_home/atom?h=main</id>
<link rel='self' href='https://git.kagamino.dev/biking_home/atom?h=main'/>
<link rel='alternate' type='text/html' href='https://git.kagamino.dev/biking_home/'/>
<updated>2026-08-16T12:23:32+00:00</updated>
<entry>
<title>refactor(web): migrate browser code to TypeScript</title>
<updated>2026-08-16T12:23:32+00:00</updated>
<author>
<name>Martin Kagamino Lehoux</name>
<email>martin@lehoux.net</email>
</author>
<published>2026-08-16T12:23:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kagamino.dev/biking_home/commit/?id=53ab332e6d2afe9818914e0026310e4cadcc4202'/>
<id>urn:sha1:53ab332e6d2afe9818914e0026310e4cadcc4202</id>
<content type='text'>
</content>
</entry>
<entry>
<title>refactor(web): establish JavaScript module tooling</title>
<updated>2026-08-16T11:19:22+00:00</updated>
<author>
<name>Martin Kagamino Lehoux</name>
<email>martin@lehoux.net</email>
</author>
<published>2026-08-16T11:19:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kagamino.dev/biking_home/commit/?id=be78280c669a04c112afaf1801f22ed2eec7c55a'/>
<id>urn:sha1:be78280c669a04c112afaf1801f22ed2eec7c55a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>feat: move GPX storage under data</title>
<updated>2026-08-11T19:38:43+00:00</updated>
<author>
<name>Martin Kagamino Lehoux</name>
<email>martin@lehoux.net</email>
</author>
<published>2026-08-11T19:38:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kagamino.dev/biking_home/commit/?id=f7c85b160d17f8cf7de01c4b505501a3821aedbf'/>
<id>urn:sha1:f7c85b160d17f8cf7de01c4b505501a3821aedbf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>chore: Update Go tooling configuration</title>
<updated>2026-08-11T13:12:24+00:00</updated>
<author>
<name>Martin Kagamino Lehoux</name>
<email>martin@lehoux.net</email>
</author>
<published>2026-08-11T13:12:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kagamino.dev/biking_home/commit/?id=9d3b55c54269b97ee65f5453472285ac569daf2c'/>
<id>urn:sha1:9d3b55c54269b97ee65f5453472285ac569daf2c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>refactor: Replace env config with atomic YAML</title>
<updated>2026-08-05T12:17:59+00:00</updated>
<author>
<name>Martin Kagamino Lehoux</name>
<email>martin@lehoux.net</email>
</author>
<published>2026-08-05T12:17:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kagamino.dev/biking_home/commit/?id=71c39ed9f8ce3563130cdfc5099e9d7df60845a9'/>
<id>urn:sha1:71c39ed9f8ce3563130cdfc5099e9d7df60845a9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>feat: Add web ride library with Strava sync</title>
<updated>2026-08-05T09:21:55+00:00</updated>
<author>
<name>Martin Kagamino Lehoux</name>
<email>martin@lehoux.net</email>
</author>
<published>2026-08-05T09:21:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kagamino.dev/biking_home/commit/?id=bef31e1d35fe88f2698cf0e3191f26a79623f66f'/>
<id>urn:sha1:bef31e1d35fe88f2698cf0e3191f26a79623f66f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>feat: Sync Strava rides as GPX files</title>
<updated>2026-08-03T19:53:04+00:00</updated>
<author>
<name>Martin Kagamino Lehoux</name>
<email>martin@lehoux.net</email>
</author>
<published>2026-08-03T19:53:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kagamino.dev/biking_home/commit/?id=69f317d8cb51b911732712a9fcc8ac49563326c6'/>
<id>urn:sha1:69f317d8cb51b911732712a9fcc8ac49563326c6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>feat: Detect mountain pass crossings, name climbs after passes, render ride charts</title>
<updated>2026-08-03T06:25:07+00:00</updated>
<author>
<name>Martin Kagamino Lehoux</name>
<email>martin@lehoux.net</email>
</author>
<published>2026-08-03T06:25:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kagamino.dev/biking_home/commit/?id=9707f9ad09db935af7d06b5de08bc52de13ba6a7'/>
<id>urn:sha1:9707f9ad09db935af7d06b5de08bc52de13ba6a7</id>
<content type='text'>
- osmpass: extract mountain_pass=yes nodes from an OSM PBF, enrich centcols passes with OSM coordinates, resumable -fetch-osm download
- mountain_pass: DetectCrossings for a ride, MatchClimb to name a climb after the pass it tops
- ride: expose Points(), add Climb.Top() and Climb.Name
- chart: -chart renders elevation profile with climb bands and pass markers
- commands: -fetch-osm, -extract-osm, -import-cached, -enrich
</content>
</entry>
<entry>
<title>feat: Download mountain passes from centcols into SQLite</title>
<updated>2026-08-01T20:40:08+00:00</updated>
<author>
<name>Martin Kagamino Lehoux</name>
<email>martin@lehoux.net</email>
</author>
<published>2026-08-01T20:40:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kagamino.dev/biking_home/commit/?id=80f2e72cd4818a4c0a5b5d4afb93dc23f04208e2'/>
<id>urn:sha1:80f2e72cd4818a4c0a5b5d4afb93dc23f04208e2</id>
<content type='text'>
</content>
</entry>
</feed>
