[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] The Complete Guide to Effective Reading — Eduo
Eduo
Log in Sign up
The Complete Guide to Effective Reading

The Complete Guide to Effective Reading

Curated from: medium.com

12 ideas  ·  188.1K reads

Meta-Learning

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.

21.6K reads

Learning has 2 phases

Learning is a two-step process:

  • Read/listen: feeding ourselves new information.
  • Process and recall what you’ve just ‘learned’: connecting new materials to what we already knew.
20K reads

Remembering the right things

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.

17.2K reads

Mental models and learning

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.

14.6K reads

Active reading vs. passive reading

  • Active reading: is reading with the conscious intention to understand, integrate and evaluate the information you’re reading.
  • Passive reading: where you just take the words in.
15.8K reads

Mind mapping

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.

13K reads

Written active recall

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.

13.3K reads

“Nothing so much assists learning as writing down what we wish to remember.”

17.7K reads

The QEC method

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."

14.4K reads

Put your unconsciousness to work

Intentionally direct the workings of your subconscious mind while you’re sleeping.

  • Every night, take out an empty piece of paper and jot down thoughts and a follow-up question relating to what you’ve been trying to understand. 
  • Every morning the first thing you do after waking -  answer last night’s question.
14.4K reads

Engage in active recall

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.

12.7K reads

The cycle of learning

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.

13.2K reads

Are you sure?