Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| dd7666ef96 | |||
| 6b0d5cfbe2 | |||
| db554a4cca |
@@ -0,0 +1,31 @@
|
||||
---
|
||||
Date: 2026-07-09
|
||||
Author: Hermes
|
||||
Tags: [area, coding, index]
|
||||
---
|
||||
|
||||
# Coding - Weekly Recap Index
|
||||
|
||||
Weekly coding recaps from Gitea repos (brain excluded, noise filtered).
|
||||
|
||||
## Config
|
||||
- **Week:** ISO Mon-Sun
|
||||
- **Source:** Gitea at git.reynafamily.com/adolforeyna/* via authenticated git log
|
||||
- **Excluded:** FamReynaBrain, daily auto-sync noise
|
||||
- **Storage:** `~/brain/areas/coding/recaps/YYYY-WXX.md`
|
||||
- **Cron:** Mondays 8am silent, local only - generates previous week
|
||||
|
||||
## Recaps
|
||||
|
||||
- [[2026-W24|W24 Jun 09-15]] - 6 commits - Tab5 bring-up + reyna-cli bootstrap
|
||||
- [[2026-W25|W25 Jun 16-22]] - 34 commits - 🔥 ESP32 RLCD voice gateway + I2C fixes
|
||||
- [[2026-W26|W26 Jun 23-29]] - 10 commits - Mp3Player + McpScreen apps
|
||||
- [[2026-W27|W27 Jun 30-Jul 06]] - 0 commits - docs/planning week
|
||||
- [[2026-W28|W28 Jul 07-13 (partial)]] - 0 commits as of Jul 9 - storybook package local work
|
||||
|
||||
## Repos Tracked
|
||||
- tactility / tactility_apps / mcp_screen / reyna-cli / mac_mcp / eink-* / EMI-Backend / EMI-web / EMI-ExpoAPP / immich-emi / etc (21 total, auto-discovered via clone list)
|
||||
|
||||
## Script
|
||||
- `~/.hermes/scripts/weekly_coding_recap.py` - generates markdown from `/tmp/gitea_recap` cache
|
||||
- Cron job: `weekly-coding-recap` Mondays 0 8 * * 1 UTC
|
||||
@@ -0,0 +1,34 @@
|
||||
---
|
||||
Date: 2026-06-09 to 2026-06-15
|
||||
Author: Hermes
|
||||
Tags: [coding-recap, weekly, iso-2026-W24]
|
||||
Week: 2026-W24
|
||||
Commits: 6
|
||||
ActiveRepos: 2
|
||||
---
|
||||
|
||||
# Weekly Coding Recap - 2026-W24 (2026-06-09 to 2026-06-15)
|
||||
|
||||
## Summary
|
||||
- **Total commits:** 6 coding commits (brain excluded, noise filtered)
|
||||
- **Active repos:** 2
|
||||
- **Repos:** tactility (4), reyna-cli (2)
|
||||
|
||||
## Highlights by Repo
|
||||
|
||||
### tactility (4 commits)
|
||||
- 8dabda2b 2026-06-12 Implement new I2C driver (#531)
|
||||
- 8dd9bee8 2026-06-11 M5Stack Tab5 TinyUSB MSC support implemented (#530)
|
||||
- 543390a9 2026-06-10 Fix for CoreS3 touch (#529)
|
||||
- 62266dff 2026-06-10 Tab5 Keyboard (#528)
|
||||
|
||||
### reyna-cli (2 commits)
|
||||
- a0a2656 2026-06-15 feat: expand Reyna CLI integrations
|
||||
- 97379a1 2026-06-10 Initial reyna-cli implementation
|
||||
|
||||
## Themes
|
||||
- Focus: Tactility drivers, CLI tooling
|
||||
|
||||
## Metrics
|
||||
- 6 commits across 2 repos
|
||||
|
||||
@@ -0,0 +1,40 @@
|
||||
---
|
||||
Date: 2026-06-16 to 2026-06-22
|
||||
Author: Hermes
|
||||
Tags: [coding-recap, weekly, iso-W25]
|
||||
Week: 2026-W25
|
||||
Commits: 34
|
||||
ActiveRepos: 3
|
||||
---
|
||||
|
||||
# Weekly Coding Recap - W25 (2026-06-16 to 2026-06-22)
|
||||
|
||||
## Summary
|
||||
- **Total commits:** 34
|
||||
- **Active repos:** 3
|
||||
- **Repos:** mcp_screen (28), tactility (5), tactility_apps (1)
|
||||
- **Busiest week in last month** - major ESP32/RLCD + audio push.
|
||||
|
||||
## Highlights by Repo
|
||||
|
||||
### mcp_screen (28 commits)
|
||||
- **Hermes ESP32 voice gateway:** WebSocket real-time audio streaming (b88cb34, 9c50ad3, 6ee92b6), Hermes API integration
|
||||
- **RLCD hardware:** I2C conflict fix with SoftI2C, dynamic board auto-detection Hosyond vs Waveshare, button PTT fallback (82de0f3, 7d61824, c63712e)
|
||||
- **Audio fixes:** ES7210 mic pop fix (d778391), ES8311 DAC init on audio_start (2bc8fbe), loopback test utility (95ee2fc, d5f2abf)
|
||||
- **Video streaming:** High-speed persistent TCP color video port 8083, draw_rgb565 optimization (b2bcdb5, 30aff5e)
|
||||
- **Platform:** CircuitPython migration prototype with GIF + volume fixes (edf3da1, 8f871e4), RLCD animations/savers (8dbc5f4), jailbroken iPhone MCP app (ad30662)
|
||||
|
||||
### tactility (5 commits)
|
||||
- Gt911Touch fixes with new I2C driver (#536, #538)
|
||||
- Smart Tab5 keyboard (#533), Grove driver + I2C migrations (#532)
|
||||
- Fixes/improvements (#534)
|
||||
|
||||
### tactility_apps (1 commit)
|
||||
- Fixes for grove/i2c changes (#31)
|
||||
|
||||
## Themes
|
||||
- Main focus: **ESP32 RLCD audio/video gateway for Hermes** - bringing Waveshare RLCD to life as Hermes voice interface.
|
||||
- Secondary: Stabilize Tactility I2C stack after driver migration.
|
||||
|
||||
## Metrics
|
||||
- 34 commits = peak week. Wiring + audio pipeline debugging.
|
||||
@@ -0,0 +1,36 @@
|
||||
---
|
||||
Date: 2026-06-23 to 2026-06-29
|
||||
Author: Hermes
|
||||
Tags: [coding-recap, weekly, iso-W26]
|
||||
Week: 2026-W26
|
||||
Commits: 10
|
||||
ActiveRepos: 2
|
||||
---
|
||||
|
||||
# Weekly Coding Recap - W26 (2026-06-23 to 2026-06-29)
|
||||
|
||||
## Summary
|
||||
- **Total commits:** 10
|
||||
- **Active repos:** 2
|
||||
- **Repos:** tactility_apps (7), tactility (3)
|
||||
|
||||
## Highlights by Repo
|
||||
|
||||
### tactility_apps (7 commits)
|
||||
- **Mp3Player app:** Full dynamic application implementation (9db2d3a) - foundation for book players
|
||||
- **McpScreen:** Phase 2 display tools (0fb3c22), foundation (ac9d6dc) + implementation plan doc (fb800bb)
|
||||
- **AudioTest:** New app for testing recording/playback (ca55f16) - esp32_screen/RLCD=.123
|
||||
- Snake game touch support (3c6acf4)
|
||||
- Tactility app experiments saved (e5233ef)
|
||||
|
||||
### tactility (3 commits)
|
||||
- Audio playback + mic support + chmod stub fix for es3c28p (94b5cdbf)
|
||||
- Driver improvements (#535), .mp3 file association in Files browser (99ac246a)
|
||||
- ESP-IDF v5.3.2 compat + es3c28p target (5c535490)
|
||||
|
||||
## Themes
|
||||
- **Audio app layer:** Moving from low-level driver work (W25) to high-level player apps. Mp3Player + AudioTest enable Grace/Poppy storybook work next weeks.
|
||||
- Tactility upstream: audio file association is key enabler for book packages.
|
||||
|
||||
## Links
|
||||
- [[grace_poppy_storybook_image_voice_app]] - consumes Mp3Player work
|
||||
@@ -0,0 +1,24 @@
|
||||
---
|
||||
Date: 2026-06-30 to 2026-07-06
|
||||
Author: Hermes
|
||||
Tags: [coding-recap, weekly, iso-W27]
|
||||
Week: 2026-W27
|
||||
Commits: 0
|
||||
ActiveRepos: 0
|
||||
---
|
||||
|
||||
# Weekly Coding Recap - W27 (2026-06-30 to 2026-07-06)
|
||||
|
||||
## Summary
|
||||
- **Total commits:** 0 coding commits (brain excluded)
|
||||
- **Active repos:** 0
|
||||
- **Note:** Week focused on brain documentation and EMI media planning. No pushes to Gitea code repos.
|
||||
|
||||
## Highlights by Repo
|
||||
- No code commits this week (FamReynaBrain excluded per config).
|
||||
|
||||
## Themes
|
||||
- Documentation / planning week - Ari Sardius report, local network improvements.
|
||||
|
||||
## Metrics
|
||||
- 0 commits = intentional break from coding.
|
||||
@@ -0,0 +1,24 @@
|
||||
---
|
||||
Date: 2026-07-07 to 2026-07-09 (partial week - to today)
|
||||
Author: Hermes
|
||||
Tags: [coding-recap, weekly, iso-W28]
|
||||
Week: 2026-W28
|
||||
Commits: 0
|
||||
ActiveRepos: 0
|
||||
---
|
||||
|
||||
# Weekly Coding Recap - W28 (2026-07-07 to 2026-07-09 partial)
|
||||
|
||||
## Summary
|
||||
- **Total commits:** 0 coding commits (as of Jul 9)
|
||||
- **Active repos:** 0
|
||||
- **Note:** Partial week. Work in progress on Grace Poppy Tactility book package - local only, not yet pushed to Gitea.
|
||||
|
||||
## Highlights by Repo
|
||||
- No Gitea pushes. Local development work on `~/Projects/Tactility/` and `~/grace_poppy_esp32_package/` not yet committed.
|
||||
|
||||
## Themes
|
||||
- Storybook image/voice app project - image generation, narration package prep (see brain docs).
|
||||
|
||||
## Notes
|
||||
- This file will be overwritten Monday by full W28 recap (Jul 7-13).
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 88 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 69 KiB |
@@ -17,8 +17,10 @@ This area tracks all maintenance logs, scheduled services, and property manageme
|
||||
| 220 Emerald | Drinking Water Filter | (Pending) | (Pending) |
|
||||
| 220 Emerald | Boiler Filter | (Pending) | (Pending) |
|
||||
| 220 Emerald | Guest House AC Fix | 2026-02-23 | Fixed by Twin Cooling, Inc.; invoice total $778 |
|
||||
| 220 Emerald | Corolla 2024 Oil Change | (Pending) | **Scheduled (2026-04-07)** |
|
||||
| 220 Emerald | Corolla 2024 Oil Change | (Pending) | **Due ~July 2026 — check at 27,805 mi** |
|
||||
| 220 Emerald | Corolla 2024 Wheel Alignment | 2026-07-09 | Rear toe still out of spec - monitor |
|
||||
| 220 Emerald | Infinity QX60 Oil Change | 2026-04-15 | (Next due in 5,000 miles) |
|
||||
| Family Vehicles | [[vehicle_2024_toyota_corolla]] | 2026-07-09 @ 27,805 mi | Alignment done, rear toe out of spec |
|
||||
| 329 Palm B | Drinking Water Filter | (Pending) | (Pending) |
|
||||
| 329 Palm B | Boiler Filter | (Pending) | (Pending) |
|
||||
|
||||
|
||||
@@ -0,0 +1,68 @@
|
||||
---
|
||||
Date: 2026-07-09
|
||||
Author: Hermes + Adolfo Reyna
|
||||
Tags: [areas, maintenance, vehicle, corolla, toyota, alignment]
|
||||
Vehicle: 2024 Toyota Corolla
|
||||
Mileage: 27805
|
||||
---
|
||||
|
||||
# 2024 Toyota Corolla - Maintenance Log
|
||||
|
||||
[[maintenance/index]] | [[Areas]]
|
||||
|
||||
## Vehicle Info
|
||||
- **Year:** 2024
|
||||
- **Make:** Toyota
|
||||
- **Model:** Corolla
|
||||
- **Engine:** 1-1967 2.0L DOHC
|
||||
- **VIN:** 5YFB4MDE6RP164737
|
||||
- **License:** BD99BB (FL)
|
||||
- **Current Mileage (2026-07-09):** 27,383 miles (per invoice in/out) / 27,805 miles (per alignment report)
|
||||
- **Owner:** Adolfo Reyna
|
||||
- **Cust ID:** REYA1-2 @ St Lucie Battery & Tire
|
||||
- **Specs:** Lug Nut Torque 76 Ft/Lbs, Oil Capacity 4.40 qt, Rec. Viscosity 0W-8
|
||||
|
||||
## Service History
|
||||
|
||||
### 2026-07-09 - Wheel Alignment - St Lucie Battery & Tire
|
||||
- **Store:** Main Passenger, 5500 Orange Ave, Fort Pierce, FL 34947 - (772) 461-1746 / slbt.com MV#164730 / store1@slbt.com
|
||||
- **Invoice #:** 1010075835 (page 1 of 2)
|
||||
- **Work Order #:** 101001425 (same as alignment report)
|
||||
- **Salesperson:** Bryan Perez
|
||||
- **In:** 7/9/26 11:09 am / **Out:** 7/9/26 12:12 pm
|
||||
- **Mileage In/Out:** 27,383
|
||||
- **Cost:** $99.95 (Alignment Labor - Cars & Trucks A100)
|
||||
- **Reason:** "Vehicle feels weird like the wheels are driving against each other"
|
||||
- **Tech Note:** "All parts tight, no issue detected other than alignment out"
|
||||
- **Warranty:** 12 Month or 12,000 Mile with Two Free Adjustments
|
||||
- **Sources:** Alignment report photo + Invoice photo
|
||||
|
||||
**Before Measurements:**
|
||||
- **Left Front:** Camber -0.9° | Caster 6.2° | Toe -0.08° | Total Toe 0.11°
|
||||
- **Right Front:** Camber -0.7° | Caster 6.1° | Toe -0.04° | Steer Ahead -0.02°
|
||||
- **Left Rear:** Camber -0.9° | Toe -0.07° (out of spec) | Total Toe 0.17°
|
||||
- **Right Rear:** Camber -0.8° | Toe 0.24° (out of spec) | Thrust Angle ~0.15°
|
||||
|
||||
**After Measurements:**
|
||||
- **Left Front:** Camber -0.9° | Caster 6.2° | Toe 0.07° | Total Toe 0.13°
|
||||
- **Right Front:** Camber -0.7° | Caster 6.1° | Toe 0.06° | Steer Ahead 0.01°
|
||||
- **Left Rear:** Camber -0.9° | Toe -0.07° | Total Toe 0.17° (unchanged)
|
||||
- **Right Rear:** Camber -0.8° to -0.9° | Toe 0.24° | Thrust Angle ~0.15° (unchanged)
|
||||
|
||||
**Notes:**
|
||||
- Front toe corrected from negative (-0.08° / -0.04°) to positive (0.07° / 0.06°), Total Toe now 0.13°, Steer Ahead 0.01° - near zero. Fixes the "wheels driving against each other" feel.
|
||||
- Rear toe values remain out of spec (-0.07° left should be 0.03°-0.18°, 0.24° right should be 0.03°-0.18°). This is why report still shows warning: "One or more values are not within specification."
|
||||
- Tech confirmed all parts tight, no other issue.
|
||||
- Mileage discrepancy: alignment report shows 27,805, invoice shows 27,383 (use invoice 27,383 as official).
|
||||
- Photos: alignment report + invoice page 1/2 saved. Invoice attachment `corolla_invoice_2026-07-09.jpg`.
|
||||
|
||||
**Next Steps:**
|
||||
- Monitor rear tire wear
|
||||
- Ask shop why rear toe wasn't adjusted - is it adjustable on this trim?
|
||||
- Rotate tires as needed
|
||||
|
||||
### 2026-05-04 - Service Completed (from memory.md)
|
||||
- Service completed (reported 2026-05-04). Next oil change due in ~2 months (so ~July 2026).
|
||||
- **Action:** Check if oil change due now at 27,805 miles.
|
||||
|
||||
---
|
||||
@@ -31,6 +31,7 @@ Destination root on [[FamReynaServer]]:
|
||||
| veritasium | Veritasium | https://www.youtube.com/@veritasium/videos | `/mnt/mydisk/media/Youtube/veritasium` | 32 |
|
||||
| bibleproject | BibleProject | https://www.youtube.com/@bibleproject/videos | `/mnt/mydisk/media/Youtube/bibleproject` | 25 |
|
||||
| lexfridman | Lex Fridman | https://www.youtube.com/@lexfridman/videos | `/mnt/mydisk/media/Youtube/lexfridman` | 10 |
|
||||
| crunchlabs | CrunchLabs | https://www.youtube.com/@crunchlabs/videos | `/mnt/mydisk/media/Youtube/crunchlabs` + `/mnt/mydisk/media/kidsshows/CrunchLabs` | 10 |
|
||||
|
||||
## Workflow
|
||||
|
||||
|
||||
@@ -0,0 +1,31 @@
|
||||
---
|
||||
Date: 2026-07-09
|
||||
Author: Hermes
|
||||
Tags: [journal, maintenance, vehicle, corolla]
|
||||
---
|
||||
|
||||
# Journal - 2026-07-09
|
||||
|
||||
## Maintenance
|
||||
- **Corolla 2024** @ 27,383 mi (in/out per invoice, 27,805 per alignment report) - Wheel Alignment at St Lucie Battery & Tire / Main Passenger (5500 Orange Ave per invoice, 4500 per alignment header)
|
||||
- Invoice #1010075835 / Work Order #101001425 / Salesperson Bryan Perez / In 7/9/26 11:09am - Out 12:12pm
|
||||
- VIN 5YFB4MDE6RP164737 / License BD99BB / Engine 2.0L DOHC / Oil 4.40qt 0W-8 / Lugs 76 Ft/Lbs
|
||||
- Cost $99.95
|
||||
- Reason: "Vehicle feels weird like wheels driving against each other"
|
||||
- Tech: "All parts tight, no issue detected other than alignment out"
|
||||
- Warranty: 12mo/12k mi with 2 free adjustments
|
||||
- Before: LF Toe -0.08°, RF Toe -0.04°, LR Toe -0.07° (out of spec), RR Toe 0.24° (out of spec)
|
||||
- After: LF Toe 0.07°, RF Toe 0.06°, Total Toe 0.13°, Steer Ahead 0.01° - front corrected. Rear unchanged.
|
||||
- ⚠️ Note: Rear toe still out of spec per report warning. Monitor tire wear, ask if adjustable. You have 2 free adjustments in warranty.
|
||||
- Photos logged, full details in [[areas/maintenance/vehicle_2024_toyota_corolla]]
|
||||
- Related: oil change likely due now
|
||||
|
||||
## Tasks
|
||||
- [x] Corolla alignment 2026-07-09 @ 27,383 mi - Invoice 1010075835 $99.95 - front toe corrected
|
||||
- [ ] Ask alignment shop why rear toe wasn't adjusted on Corolla - is it non-adjustable? (have 2 free adjustments in 12mo/12k warranty)
|
||||
- [ ] Check Corolla oil change interval / last oil change mileage
|
||||
- [ ] Monitor rear tire wear on Corolla
|
||||
- [ ] Upload page 2 of invoice if available
|
||||
|
||||
---
|
||||
[[journals/2026-06-30]] | [[Index]]
|
||||
@@ -36,7 +36,7 @@
|
||||
- **Rental Property**: Previous house rented to Marlene and Sister Carmen (since Oct 2025).
|
||||
- **Vehicles**:
|
||||
- **2017 Infiniti QX60**: Oil change & rotation completed on 2026-04-15.
|
||||
- **2024 Toyota Corolla**: Service completed (reported 2026-05-04). Next oil change due in ~2 months.
|
||||
- **2024 Toyota Corolla**: Service completed (reported 2026-05-04). Wheel alignment done 2026-07-09 at 27,383 mi (Invoice 1010075835 / Work Order 101001425, St Lucie Battery & Tire, 5500 Orange Ave, Bryan Perez). Front toe corrected for $99.95; rear toe remains out of spec (-0.07° left, 0.24° right) but tech says all parts tight. 12mo/12k warranty with 2 free adjustments. VIN 5YFB4MDE6RP164737. Full log: brain/areas/maintenance/vehicle_2024_toyota_corolla.md
|
||||
- **Maintenance Notes**: Use the existing email chain for the Infiniti QX60 to schedule future appointments.
|
||||
- **Church Leadership**: **Board President** for the local church (since Oct 2024).
|
||||
- **Mission Involvement**: **EMI-C Florida** (Mission statement/501(c)(3) bylaws).
|
||||
|
||||
Reference in New Issue
Block a user