--- title: Methodologies tags: - meta - project - glossary - misc - legal - programming date: 2024-12-01 lastmod: 2024-12-01 draft: true --- This is my brain's approach to problems, as I understand it. It's like that section in a scientific paper where the authors describe their method. ## Method ### Programming Many of my mental tricks here are just a faster version of writing the algorithms out on a whiteboard or a sticky note. It's a skill I picked up in undergrad. I think in terms of visual motion a lot. I typically think of windows and slices as the matrix notation brackets actually moving in space through a field of inputs. If I have to iterate around the field, I picture a 'caret' of sorts at the current step.