[SQL] SELECT i.*, u.name AS author_name, u.username AS author_username, u.avatar_url AS author_avatar FROM d_idea i left JOIN d_user u ON u.id = i.user_id WHERE i.id = ? AND i.is_draft = 0 | Params: [2952] [SQL] SELECT * FROM d_block WHERE idea_id = ? ORDER BY position ASC, id ASC | Params: [2952] [SQL] SELECT * FROM d_topic WHERE slug IN (?,?,?) ORDER BY name | Params: ["Personal Development","Learning & Education","Problem Solving"] [SQL] SELECT i.*, u.name AS author_name, u.username AS author_username, u.avatar_url AS author_avatar FROM d_idea i left JOIN d_user u ON u.id = i.user_id WHERE i.is_draft = 0 AND i.id != ? AND i.hashtags LIKE CONCAT('%', ?, '%') ORDER BY i.total_reads DESC LIMIT ? | Params: [2952,"Personal Development",3] [SQL] SELECT * FROM d_user WHERE id = ? | Params: [0] [SQL] UPDATE d_idea SET total_reads = total_reads + 1 WHERE id = ? | Params: [2952]
It's knowing how to learn. Learning itself is a skill, and knowing how to do it well is an incredibly valuable advantage.
Merely acquiring information is not learning. People need the ability to make sense of complexity and to combine many bits of data into a broad picture of the world, especially in today's high-information world.
Learning is a two-step process:
You should not waste your time by committing unimportant details to memory.
Your focus should be on understanding the bigger picture, on how things relate to each other.
A mental model is a mental, simplified depiction of how something works. It influences our perception, decisions, and behavior.
Learning means upgrading your mental models. The more models you have — the bigger your toolbox — the more likely you are to have the right models to see reality.
It's a visual technique for summarizing the material that is specifically designed for the purpose of building a mental picture and seeing new connections. Mind-mapping is great for getting the core concepts of the book and ‘seeing’ how they relate to each other.
It works great for understanding the broad picture and updating your mental representation of your reality.
After you’ve completed a chapter, write bullet points on what you want to take away from it.
It will give you a concise list of bullet points per chapter, without interrupting the flow of reading and without you having to write stuff you don’t care about.
“Nothing so much assists learning as writing down what we wish to remember.”
The QEC (question/evidence/method) described by Cal Newport: "Reduce the information presented to you into questions paired with conclusions. Between the two, list the evidence that justifies the connection. In other words, the questions and the conclusions become a wrapper around the raw facts — transforming them into self-contained ideas."
Intentionally direct the workings of your subconscious mind while you’re sleeping.
What you can’t explain to others, you don’t understand yourself.
The single best strategy for organizing constant growth is by involving fellow human beings. To test your understanding of something — anything — explain it to someone.
Acquiring information and learning are not the same thing.
To learn, we need to get the information into our latticework of mental models. For a higher return of investment of reading, we need to engage with the information we read and reflect on it.