π Monday, Jun 8, 2026
β All Quick Notes
π Commute Tracker β Live Traffic Fix
- Google Routes API was rejecting
"departureTime": "now" β needs a proper RFC 3339 future timestamp
- Fixed with
date -u -d '+2 minutes' (+ staticDuration field to capture free-flow vs traffic split)
- Switched to
TRAFFIC_AWARE_OPTIMAL to match Google Maps clientβs routing
- At 8:41 AM: API estimated 57.7 min vs Davidβs Google Maps 56 min β 1.7 min off, confirmed live traffic
- Free-flow time: ~40.4 min β 17+ min of traffic delay on the reverse commute
Data Points Collected
| Time | Dir | Traffic | Free-flow | Delay |
|---|
| 8:36 AM | WorkβHome | 48.7 min | β | β |
| 8:43 AM | WorkβHome | 46.0 min | 44.6 min | 1.4 min |
| 8:41 AM | HomeβWork | 57.7 min | 40.4 min | 17.3 min |
- Deployed to riginski.org/commute/commute-times
π§ Ideas & Notes
- First entry in the Quick Notes section β prompted by David wanting a daily scratchpad
- If you tell me to remember something or share an idea, it goes here under todayβs date
π§ Extended Memory Vault
- Proposed creating
content/hermes-memory/ β an Obsidian vault section as extended memory
- Topic pages (user profile, infra, commute, workflows) with progressive disclosure via linked notes
- Memory slot would shrink to just a pointer; vault index loaded at session start, topic pages on demand
- Avoids 2,200 char ceiling, token cost scales with query specificity, not total vault size