📓
Everything I Know
  • index
  • #
    • 3D Printing
  • A
    • Abandoned Spaces
    • ADHD
    • Aging
    • Algorithms & Data Structures
      • Array
      • Constraint Satisfaction Problem
      • Dynamic Programming
      • Graph
      • Hash Table
      • Heap
      • Linked List
      • Queue
      • Recursion
      • Set
      • Stack
      • Tree
      • Trie
      • Union Find
    • Amazon Web Services
    • Android
    • Anime, Comics & Manga
    • APIs
    • Artificial Intelligence
    • Assembly
      • ARM
      • MIPS
      • x86
    • Audio / Video Editing
    • Awesome
    • Azure
  • B
    • Board Games
    • Books
  • C
    • C (programming language)
    • C++
    • Cars
    • Cascading Style Sheets
    • Chess
    • Comedy
    • Command Line
      • Autotools
      • Awk
      • Bash scripting
      • Grep
      • Lsof
      • Sed
      • SSH
    • Competitive Programming
    • Compilers
    • Computer Graphics
      • OpenGL
      • Vulkan
      • WebGPU
    • Computer Networks
    • Computer Science
    • Concurrency
    • Continuous Integration / Delivery
    • Cooking
    • Cryptography
    • Cryptocurriencies
    • Curriculum Vitae
  • D
    • Databases
      • PostgreSQL
      • SQL
      • SQLite
    • Design Patterns
    • Digital Minimalism
    • Distributed Systems
    • Docker
    • Documentaries
    • Documentation
    • Domain Name System
    • Dopamine
    • Drawing
  • E
    • eCommerce
    • Electronics
      • Repairs
    • Engineering
    • Entrepreneurship
    • Events
  • F
    • Fashion
    • Fitness
      • Exercise
      • Nutrition
      • Weight Loss
    • Focus
    • Football
  • G
    • Game Development
      • Godot
      • LibGDX
      • Unity
      • Unreal Engine
    • Git
    • Goals
    • Guitar
  • H
    • Habits
    • Happiness
    • House
      • Tradespeople
      • Buying
      • Renting
  • I
    • Interviews
      • Behavioural Interviews
      • Coding Interviews
      • System Design Interviews
  • J
    • Java
    • JavaScript
      • Astro
      • Bun
      • Electron
      • Jest
      • Node.js
      • Nue.js
      • React.js
      • Redux
      • Vue.js
    • Journaling
  • K
    • Karting
    • Knots
    • Knowledge Bases
    • Kotlin
    • Kubernetes
  • L
    • LaTeX
    • Learning
      • Drawing
      • Languages
        • Certificate of Proficiency in English
        • Japanese
      • Piano
    • Legacy Code
    • LEGO
    • Lifestyle
    • Life Hacks
    • Linux
    • LISP
  • M
    • Machine Learning
      • Deep Learning
    • MacOS
    • Maths
    • Meditation
    • Movies
    • Music
      • Music Production
      • Music Theory
  • N
    • Negotiation
    • News
  • O
    • Operating Systems
      • Linux
  • P
    • Parenting
    • Personal Finance
      • ISAs
      • Pensions
    • PHP
    • Physics
    • Podcasts
    • Procrastination
    • Productivity
    • Programming
      • Functional Programming
      • Performance
    • Prometheus
    • Psychology
    • Public Speaking
    • Purpose
    • Puzzles
    • Python
      • Django
      • Pandas
  • Q
    • Quantum Computing
    • Quotes
  • R
    • Regular Expressions
    • Relationships
    • Reverse Engineering
    • Rust
      • Cargo
  • S
    • Security
      • Android
      • Binary Exploitation
      • CompTIA Security+ SYO-701
      • CTFs
      • Forensics
      • Linux
      • Web
      • Windows
    • Self Improvement
    • Shaving
    • Sitting
    • Sleep
    • Social Skills
    • Spring (framework)
    • Stoicism
    • Strength Training
      • Deadlifts
      • Push Ups
    • Success
    • System Design
      • Site Reliability Engineering
  • T
    • Table Tennis
    • Testing
    • Thinking
    • Touch Typing
    • Travel
      • Japan
        • Fukuoka
        • Hiroshima
        • Kyoto
        • Okinawa
        • Osaka
        • Tokyo
      • London
      • Rome
    • TV Series & Programmes
    • Twitch
    • TypeScript
    • Typography
  • V
    • Virtual Tours
    • Vim
    • Video Games
      • Emulation
      • Mods
      • Music
      • Speedrunning
      • Warzone
  • W
    • Web Apps
    • Web Cams
    • Web Development
      • Selenium
      • Web Assembly
    • Windows
      • Windows Development
    • Work
      • Freelancing
      • GitHub Profile
      • Interesting Companies
      • Job Boards
      • Remote Work
      • Startup
    • Writing
Powered by GitBook
On this page
  • Notes
  • Resources
  • Articles
  • Books
  • Courses
  • GitHub Repositories
  • Hacker News Threads
  • Images
  • Reddit threads
  • Tools
  • Websites
  • YouTube Channels

Was this helpful?

  1. L

Learning

PreviousLaTeXNextDrawing

Last updated 1 month ago

Was this helpful?

Notes

  • The spacing effect clearly shows that studying time is more efficient if it is spread out over multiple sessions than if it is compressed in one session. More exposures to information, separated in time, will result in better retention than if you cram them together in one burst.

  • The testing effect says that testing oneself, so you must retrieve the important information from memory, works better than re-reading notes or creating diagrams while referencing your textbook.

  • There’s a strict hierarchy of what kinds of study materials will be most useful to you in preparing for your eventual exam:

    1. The most valuable are mock tests and exams which are intended to be identical in style and form to the test you’re actually going to take.

    2. Next are problems, given in homework assignments, textbook questions or quizzes, that are given for your class specifically.

    3. Finally, self-generated questions or writing prompts based on the material.

  • The reason for this hierarchy of practice is known as transfer-appropriate processing. This basically means that the more your practice resembles the exam, the more your practice efforts will transfer into actual results.

  • Memorization matters, but it’s more often as a means to understanding rather than an end in itself. This means that deeply understanding the core concepts behind any exam you study for should be a top priority.

  • Anxiety is one-two punch for your studying ability. It’s both harder to concentrate and the stress makes it harder to remember things, even if you could.

  • The solution is to make at least some of your studying sessions a full-blown simulation of the exam. If you have a few mock exams, I would save these for doing a full simulation of the test - same seating posture, materials and, most importantly, the same time constraints.

  • The foundation for effective learning is practice, and good practice has three components:

    • See: look for an example of how to solve a problem - people don't solve problems by building general-purpose problem-solving skills, but by acquiring a ton of specific patterns of knowledge;

    • Do: solve the problem yourself - acquiring patterns is not enough, the knowledge needs to become an automatic skill in order to be useful;

    • Feedback: check whether you got the right answer - feedback is vital because it can correct for errors, can train your unconscious learning system, and can direct your future learning (to fix areas of weakness)

  • How to take better notes:

    • Paraphrase, Don't Transcribe: frame the lecturer's words in your own words - this will force you to focus on understanding the meaning of what is being said;

    • Note Misunderstandings: take a note of all the concepts and questions that you don't immediately understand (write down timestamps, if you are watching a video) so you can follow up later;

    • Ask Questions: reframe the content presented in terms of the questions that might be asked about it - this is effective to identify the main principles

Resources

Articles

Books

Courses

GitHub Repositories

Hacker News Threads

Images

Reddit threads

Tools

Websites

YouTube Channels

  • Andrew Huberman

      • Deliberate learning is a two-step process: engagement and focus, and deep rest

      • The best cycle for learning is a 90-minute session of deep focus, followed by a 20- or 30-minute naps within the following four hours, as this speeds up the brain rewiring by a factor of 10x to 20x

      • Gap learning effect: if you stop for about 10 seconds randomly during the 90-minute deep focus cycle, neurons will "replay" the new connection more often, leading to better learning

I recommend the as a tool for deepening your understanding of core concepts covered in the class. You’ll know something best when you can teach it.

- Morgan Housel

- Roman Kudryashov

- Dr Milan Milanović

- Dr Milan Milanović

- Learn How To Learn

- Trung Phan

- Dan Schawbel, Forbes

- Atte Juvonen

- outerbridge.blog

- Tony Schwartz, Fast Company

- Julia Evans

- Annie Murphy Paul

- Nat Eliason

- Addy Osmani

- Andrea Kuszewski

- Josh Kaufman

- Barbara Oakley

- Learn Anything

- Turn YouTube Playlists into Courses for Self Study

- Summarise, fact check, and interact with any video content

- Search 80,000 courses and tutorials

- Free CompTIA, AWS, Microsoft practice test questions

- The best online courses of Hacker News

- Top 70,000 Educational YouTube channels organized by category

- Clear answers to common questions

- Find private tutors

Feynman Technique
Expiring vs. Long-Term Knowledge
How Learning Works: Components, Systems, and Loops
How to become an expert in anything?
How to Learn Anything Efficiently
How to understand/retain complex concepts 10x better
Jerry Seinfeld, Ichiro Suzuki and the Pursuit of Mastery
Josh Kaufman: It Takes 20 Hours Not 10,000 Hours To Learn A Skill
Learn new skills
Learning How to Learn: An Infographic
Six Keys to Being Excellent at Anything
Teaching by filling in knowledge gaps
The Protégé Effect: Why teaching someone else is the best way to learn
The Step-by-Step Guide to Go From Novice to Expert in Any Skill
Write about what you learn. It pushes you to understand topics better.
You Can Increase Your Intelligence: 5 Ways to Maximize Your Cognitive Potential
The First 20 Hours - How to Learn Anything... Fast
Learning How To Learn
Books
YouTube Channels & Other Resources
Do you have a process or a framework to learn specific skills quickly?
Do you recall any book or course that made a topic finally click?
Recommend me a course on Coursera
Top Coursera Courses?
What's the best lecture series you've seen?
What are some of the best university courses available online for free?
Which courses (online or not) have had the greatest impact on you?
What hobby doesn't require massive amount of time and money but is a lot of fun?
What is a hobby you can get into for almost no money?
What skill can anyone independently learn in five hours?
Anki
FSRS4Anki
Quizlet
selfstudi.com
Videocrawl Studio
Academic Earth
Class Central
CourseBuffet
Coursera
CourseRoot
Crucial Exams
Degreed
Explorable Explanations
Future Learn
HN Academy
Learn Anything
Limnology
Lynda
MasterClass
Mind Luster
MIT OpenCourseWare
OpenCourser
OpenLearn
OpenSesame
Open Yale Courses
Saylor Academy
SkillShare
Springboard
StackSkills
Superprof
TakeLessons
The Great Courses
TutorChase
Udacity Nanodegrees
WiseGEEK
Wyzant
NEUROSCIENTIST: How To ACTUALLY LEARN
Tim Ferriss
The Tim Ferriss Experiment