Tag: test
-
Bash learnings
Bash things I always need to look up. Snippets If/then/else For loop When using a $variable, you have to use “, not ‘ ! Variable assignment from the results of another command: name=$(command) Array assignment from the results of another command: `array_name=($(command)) Tools curl -o for saving to a file jq jq – command line […]
-
Mental models
This is not an exhaustive list of all mental models. For that you should read the Farnam Street Great Mental Models books. These are the ones I’ve encountered and find useful. Reversible decisions quickly, irreversible decisions slowly. Barbell approach The best way to strike a balance between reward and risk is to invest in the […]
-
Generative art project ideas
Reflect across a random line, not just a straight X or Y line. Aragonite Agate Abstract line drawings of people, a la Jenny Walton Asemic writing Letters 1 bounding box pick points close to each other Connect, repeat 2-3 times with connectors 2 Draw a line Pick a point on the line and draw another […]
-
Resources for new dads
Recommended reading The Birth Partner by Penny Simkin Expecting Better and Cribsheet by Emily Oster Baby Sign Language Made Easy by Lane Rebelo For heading to the hospital Know your wife’s birth plan in and out. She’ll be in pain and appreciate someone advocating for her. Wear comfortable shoes. You’ll be on your feet a […]