├── Books.md └── README.md /Books.md: -------------------------------------------------------------------------------- 1 | # Prioritized 2 | 3 | ## Work 4 | 5 | - The Art of Software Security Testing 6 | - Influence 7 | - Execution: The Discipline of Getting Things Done 8 | - The Memory Book 9 | - Getting to Yes 10 | - iOS Hackers Handbook 11 | - The Power of Habit 12 | - This is How 13 | - The Power of Now 14 | - The Willpower Instinct 15 | - The First 20 Minutes 16 | - The First 20 Hours 17 | - The Art of Learning 18 | 19 | 20 | ## Personal 21 | 22 | - The Power of Less 23 | - Monkey on Our Backs: Why Conservatives and Liberals Are Wrong About Evolution 24 | - Choose Yourself 25 | - Sartre: Being and Nothingness 26 | - The Philosophers Toolkit 27 | - The Happiness Hypothesis 28 | - Willpower 29 | - Your Memory 30 | - The Social Animal 31 | 32 | # List 33 | 34 | - Bourgeois Dignity 35 | - Cats Cradle 36 | - Catch 22 37 | - Coming Apart 38 | - Daily Rituals 39 | - Design for Hackers 40 | - Give and Take 41 | - How the mind works 42 | - Guns, Germs, and Steel 43 | - Intuition Pumps 44 | - The Internet is Changing the Way You Think 45 | - On Writing Well 46 | - Republic Lost 47 | - Rework 48 | - Snow Crash 49 | - The Four-hour Body 50 | - The Four-hour Chef 51 | - The Charisma Myth 52 | - The Four Agreements 53 | - The Information Diet 54 | - The Name of the Wind 55 | - Thinking Fast and Slow 56 | - Yes Man 57 | 58 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | Books 2 | ===== 3 | 4 | This project maintains a list of the books that I am reading sorted by priority. The concept is simple: I don't get distracted by various options because I read the books in the exact order on this list. If I wish to adjust which book I read in which order, then I must change this list. 5 | 6 | ## Reading Process 7 | 8 | The process for reading these books is to mark the book while reading quickly, either via dogear, notes, or digital analogs to those, and then capturing key concepts on my /concepts page on the site. 9 | 10 | This will crystallize and archive the key points and concepts I got out of the texts. If you don't capture what you learned in an organized way, you basically wasted that time. 11 | 12 | There should be an optimal way you live each day, and any information you take in should either affect that system or not. If it does not, then it wasn't useful. If it did, this should be reflected in a tangible way in your daily schedule. 13 | --------------------------------------------------------------------------------