mirror of
https://github.com/jackyzha0/quartz.git
synced 2025-12-27 14:54:05 -06:00
741 B
741 B
| title | tags | date | lastmod | draft | ||||||
|---|---|---|---|---|---|---|---|---|---|---|
| Methodologies |
|
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.