d2 $ note ((scaleP scalePattern $ (rotR 3.5) -- $ inversion \n $ (+ slow 8 "x" <~> ((0.5 ~>) generateMelodicSeed)) -- $ slow 2 \n $ generateMelodicSeed ) - 12)#s "[pe-gtr:9,midi]" #gain 1.2 #orbit 1 #midichan 2 d1 $ note ((scaleP scalePattern $ off 4 ((+ 2 ).slow 2) $ off 1 (inversion.slow 2) $ off 3 (inversion.slow 3) $ off 1.5 ((+ 2).rev.slow 2) $ generateMelodicSeed ))#s "[pe-gtr:10,midi]" #gain 1 #orbit 0 #midichan 1 generateMelodicSeed = slow 4 $ linger 0.5 $ repeatCycles 3 -- $ palindrome \n $ (+ (slow (irand (4)+1) (sometimes (inversion) (run (irand (4)+1))))) $ slow ((irand 3) + 1) $ e ("x"<~>(irand 8)) 8 $ "x*16"<~>(irand 5) scalePattern = slow 16 ""
index > /home/xinniw/Documents/garden/learning.md

:learning: :cc0:

Learning

Notes on the process of learning, how to learn, things learned about learning.

Its easier with someone else

I learn best when in conversation with someone else. Pairing is brilliant for this. You both work together to learn enough to solve your current problem. You teach each other, gaining both the benefits of learning and teaching.

Teach

If you can't explain it to someone else in a way that is simple and understandable you don't really know it. To teach someone you have to understand how they are seeing and create a path from where they are to the idea. If you can't connect the idea to something that they already know, you don't know where the idea is.

Write

Writing your thoughts down forces them to solidify. Making your writing better improves the clarity of your ideas. Our memories are also quite short. Writing your thoughts down lets you work around the shortness of memory and remember ideas long enough to make connections between them.

Non-linear note-taking

Finding connections between ideas is a fundamental part of what it means to learn something. Non-linear note-taking is a way to allow those connections to grow over time and to traverse your writing by those connections as opposed to a more arbitrary index (such as date written).


index > /home/xinniw/Documents/garden/learning.md