Design a site like this with WordPress.com
Get started

Center

A set of walks following this algorithm:

  1. Choose a starting point and a duration (in hours).
  2. Walk north from the starting point in as straight a line as possible.
  3. Stop after the set duration and mark the furthest point.
  4. Return to the starting point.
  5. Repeat for the other cardinal directions (east, south, west).
  6. Option: repeat for each ordinal direction (northeast, southeast, southwest, northwest).
  7. Log the location, duration and dates.

Center 1 (Current home)

2021 | Instance of Center algorithm

Center 2 (Childhood home)

2022 | Instance of Center algorithm