quartz/content/Atomic/methodology.md
2024-12-12 11:39:16 -06:00

741 B

title tags date lastmod draft
Methodologies
meta
project
glossary
misc
legal
programming
2024-12-01 2024-12-01 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.