26 comments

[ 2.8 ms ] story [ 66.7 ms ] thread
What is wrong with this page, why can’t I print it to pdf?
I didn't know about this issue. I'll have to troubleshoot that
I like to print pages to pdf or send them to my OneNote as printouts to read them on my tablet with the ability to write my own notes directly on the page or highlight words and sentences, this makes me slow down and bit and parse the information better. For some reason your page doesn't allow for that. Your article looks interesting, ill definitely read it one way or the other :)
It works to print it from reader view.
I removed `overflow: auto` from `#__next` and that fixed it.
I don't think Feynman laid out that technique, as such? It seems inferred, indirectly supported by a patchwork of quotes about other things. Doesn't mean it's not true or useful, of course!

Another Feynmann Technique (also not actually said by him, but of him. https://wikiquote.org/wiki/Richard_Feynman

  You write down the problem.
  You think very hard.
  Then you write down the answer. 
Even this facetiousness includes getting so clear on the problem that you can write it down (I think this also implies looking at the problem detials, not assuming). Douglas Adams based a whole trilogy on its importance.

In my experience, for ordinary problems, this is so important that it often directly reveals the solution in itself.

I need to update the article with a bit more background I stumbled upon today: https://medium.com/taking-note/learning-from-the-feynman-tec....
> This technique is derived from Feynman’s studying methods when he was a student at Princeton.

A compelling essay would be to rigorously argue that this indeed was his technique. It would be a lot of work, long, and I suspect you won't find support for some elements; you'd have to modify your proposition. In particular, although he does do each of these things, I don't think they are chronological or form a systematic "technique". It may be easier to argue for them separately, as e.g. The Four Feynman Techniques.

Then, reference that essay from a shorter, lighter overview, like the one submitted here.

Feynman's technique – be super intelligent and smart, and you will be able to understand anything with my technique.
One the smartest people I know employed this technique when he was in grad school and working as a TA for a subject he didn't know.

"How did you manage to teach something you didn't know" I asked.

"It actually wasn't that hard, I just made sure to always be 2 weeks ahead of what the students were learning. It actually made for a good forcing function to learn the content well." i recall him saying.

After reading this article, I wonder if he was born with gifted intelligence and intuitively employed this method, or if he BECOME so smart by employing this method...

Thanks for sharing this story.

He was probably gifted, and made good use of his gift by applying this approach, leading to wonderful results!

what does "gifted" even mean?
I find "gifted" is usually a derisive term for "hard worker" :p
All the extraordinarily intelligent people I've known worked unbelievably hard.
Huh. Most of the smartest people I know are really pretty lazy. They'll put a lot of effort into something they care about, but they're usually aware of the effort-to-reward ratio.

The hardest workers I know are the ones of ordinary intelligence. They have jobs that require more hours for less money, and often have families to take care of as well.

I don't think of anybody in my circle of acquaintances who's genuinely dumb, so I can't vouch for what happens once intelligence really dips far below average. Still, my anecdotal experience is that the really smart people are only kind of ordinarily diligent.

" I just made sure to always be 2 weeks ahead of what the students were learning"

I feel teachers who use that technique can't provide much depth in their teaching. The best teachers I had were way ahead of what they were teaching and knew the topic in and out.

I completely agree for full time professors/teachers.

But given the scenario is being the TA (ie a PhD student tasked with supporting a professor's class, often 1 of many TAs) then I don't think we can expect him to be way ahead of every topic in the class.

I totally agree, but maybe it’s best to have some of both. A professor who knows the subject inside and out and a TA who’s two weeks ahead.

When I was first learning to code, it took some effort for me to understand what a function did, particularly the concept of returning an expression, or what happens if you write `foo() + bar()`. (In what order are `foo` and `bar` called?)

Now of course those concepts are trivial. But it’s easy to forget their initial difficulty when teaching, so I might be liable to just breeze through functions and leave most students behind. A freshly-learned TA would remember what was hard and be able to tell students the intuition-pumps that helped them, while directing more advanced questions to the professor.

For example, a TA might know to explicitly say that every time you call a function, it remembers where it was called so it can `return` there at the end of the function’s execution. Then if a student wants more detail about that, they can ask the professor who can explain how a function call is invisibly being converted to code that allocates a new stack frame and sets the execution pointer.

Further to your point, a lecturer who has long understood something can find it hard to understand how someone could misunderstand it - the kinds of misunderstandings they night have.

aside/ school teachers are different, they learn typical misunderstandings with experience.

This falls in line with how I've always thought it might be better to learn a foreign language from an instructor who mastered it as a second language rather than a native speaker. Assuming two instructors of otherwise equal theoretical ability and experience, the former might have a more empathetic understanding of the learning process a second language student would go through whereas the latter might unintentionally, innocently gloss over things that, to them, seem intuitive but the student may encounter as huge stumbling blocks. The ordering of direct and and indirect object English versus Spanish pronouns spring to mind.
My favorite teacher in high school taught AP Calculus and learned the material one month ahead of teaching my class. I loved it. She was the best “explainer” of any teacher I’ve had. She knew which homework problems were going to be relatively hard, and which were crucial to understanding the core lessons of each chapter. She also emphasized intuitive understanding a lot, which I enjoyed. Very Feynman-ey. I think this approach shines when your goal is to help struggling students. I’d imagine this approach would be pretty bad at helping gifted students achieve their maximum potential.
*1 month, not one week, sorry. My edits aren’t going through atm.
Teaching is indeed the best way to become an expert at something. Whenever I want to learn a new technology I like to hang out in support forums for it and start answering other people's questions. With one particular product, after about 5 years I had the vendor trying to hire me as a support engineer so there can be other tangible benefits aside from you expanding your knowledge as well as helping others.
Seeing DALL-E illustrations makes me worry that the whole article will be GPT-3 nonsense. Thankfully that was not the case this time.
Good point. I'll cut the DALL-E logo next time to avoid those doubts :p