<feed xmlns='http://www.w3.org/2005/Atom'>
<title>biking_home/go.mod, 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-11T18:52:24+00:00</updated>
<entry>
<title>chore: remove legacy chart rendering</title>
<updated>2026-08-11T18:52:24+00:00</updated>
<author>
<name>Martin Kagamino Lehoux</name>
<email>martin@lehoux.net</email>
</author>
<published>2026-08-11T18:52:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kagamino.dev/biking_home/commit/?id=98b09cab690d62fed9d18acb5e9d49ed76acbc77'/>
<id>urn:sha1:98b09cab690d62fed9d18acb5e9d49ed76acbc77</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: 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>
<entry>
<title>First implem of similar KOM</title>
<updated>2025-04-21T08:54:11+00:00</updated>
<author>
<name>Martin Kagamino Lehoux</name>
<email>martin@lehoux.net</email>
</author>
<published>2025-04-21T08:54:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kagamino.dev/biking_home/commit/?id=8167681a317efa7b5c5176764c12e1c462f47803'/>
<id>urn:sha1:8167681a317efa7b5c5176764c12e1c462f47803</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add more data in climb &amp; point</title>
<updated>2025-04-21T08:46:17+00:00</updated>
<author>
<name>Martin Kagamino Lehoux</name>
<email>martin@lehoux.net</email>
</author>
<published>2025-04-21T08:46:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kagamino.dev/biking_home/commit/?id=87850541aa6f719721209ed994b93ad4d7ab4077'/>
<id>urn:sha1:87850541aa6f719721209ed994b93ad4d7ab4077</id>
<content type='text'>
</content>
</entry>
<entry>
<title>test: Add some test to fix behavior</title>
<updated>2024-07-28T15:50:29+00:00</updated>
<author>
<name>Martin Kagamino Lehoux</name>
<email>martin@lehoux.net</email>
</author>
<published>2024-07-28T15:50:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kagamino.dev/biking_home/commit/?id=203b9bdf17bd4742b5aab2c35df47b59af0652f1'/>
<id>urn:sha1:203b9bdf17bd4742b5aab2c35df47b59af0652f1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>perf: Precompute distance</title>
<updated>2024-07-28T13:52:12+00:00</updated>
<author>
<name>Martin Kagamino Lehoux</name>
<email>martin@lehoux.net</email>
</author>
<published>2024-07-28T13:52:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kagamino.dev/biking_home/commit/?id=20043af3c289052e239773257cbbd961e4397394'/>
<id>urn:sha1:20043af3c289052e239773257cbbd961e4397394</id>
<content type='text'>
</content>
</entry>
</feed>
