Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 26 additions & 0 deletions experiments/fitness/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# Fitness Tracking

Personal fitness / workout tracking experiment.

For now this lives inside `ultimate-utils` under `experiments/fitness/`. It may be
split out into its own dedicated repo later — keeping it here is just a convenient
starting point.

## Structure

- `logs/` — one Markdown file per workout day (`YYYY-MM-DD.md`), transcribed from
handwritten notes or logged directly.
- `images/` — original photos / scans of handwritten logs, named `YYYY-MM-DD_*.jpg`.

## Log format

Each workout log records, per exercise:

| Field | Meaning |
| --- | --- |
| Exercise | Movement / machine |
| Sets x Reps | e.g. `3 x 12` |
| Weight | Load (lb unless noted); `?` marks uncertain values from the photo |

A `?` next to a transcribed value means the handwriting was ambiguous — double-check
against the source image in `images/`.
Binary file added experiments/fitness/images/2026-06-23_workout.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.