- 1-1 friendships usually end up with imbalanced power. Triad friendships (3 people) have been proven to be more successful: https://medium.com/better-humans/how-to-use-triads-to-improve-your-personal-relationships-a83dd2f3578c.
- Did the fizzbuzz test. Could have done it in 10 seconds in python, but had to remind myself of some js syntax. The ternary operator (condition?outputiftrue:outputiffalse) can make it way shorter (pass to print for fizz and buzz with cond being modulus then or with the number), but I did it with a simple bitmap and switch statement for printing.
- Hex goes 0-9 then a-f. This counter demonstrates it well: https://www.mathsisfun.com/hexadecimals.html. Regular numbers are 10^0+10^1+10^2 etc, hex are just base 16, and binary is just base 2.
- Never forget: https://www.youtube.com/playlist?list=PLZvJl8qNSAyZ_0q8Wdzq77hMMPy5ZJ2f1. Man vs Beast. The best show.
- Dogma = things people say as true without budging. Pontification, incontrovertible beliefs, etc.
- Sam Harris is a pretty sharp guy. He’s like an atheist Jordan Peterson. Watched a lot of debates in the background today.