I speedcube, and deliberate practice is extremely important. I also code, and deliberate practice doesn't do much in that area. I need to have a feel for the code, understand what chunks of code do without having to read every line. That's tacit knowledge. Maybe the difference could be explained with racecar driving. Driving the track correctly, hitting apexes, downshifting at the right moment; that's deliberate prac…
Tacit knowledge is more important than deliberate practice
81–90 of 133 posts
Re: Tacit knowledge is more important than deliberate practice
#82Re: Tacit knowledge is more important than deliberate practice
#83IMO Tacit knowledge is what we used to call judgement. Judgement is basically knowing a bunch of things but having a good idea of which things are more important than others, and especially knowing which things are worth spending time on any which aren't. It's like when I see someone talking about financial options and they put everything on the board at once: what are puts and calls, what's an iron butterfly and oth…
Judgement or specialty. Oddly, my first specialty was performance optimization. A predisposition met a trouble project and I spent half my time finding ways to speed up code without making it offensive. Then later projects had problems but no mandate, so I got pushback. I got really good at crypto-optimization - changes that improve performance but look like something else (cleanup, bug fixes, feature requests), and…
Or better yet, how about just writing a series of blog posts or a newsletter?
Don't waste time on the setup, just register something on substack.com and I'm sure a bunch of folks here will subscribe. It sounds like a fascinating subject.
Re: Tacit knowledge is more important than deliberate practice
#84IMO Tacit knowledge is what we used to call judgement. Judgement is basically knowing a bunch of things but having a good idea of which things are more important than others, and especially knowing which things are worth spending time on any which aren't. It's like when I see someone talking about financial options and they put everything on the board at once: what are puts and calls, what's an iron butterfly and oth…
I once interviewed for a front-end role and had to google some CSS property name, as I still haven't committed to memory the difference between "align-items" and "justify-content", but I got dinged for that in feedback: grateful to have received feedback, which often isn't the case. It was one of those things I considered unimportant in the grander scheme of FE development.
I had an aha moment a little while ago when I realized "justify-content" works like the "justify" buttons in Google Docs/other word processors -- left/center/right. It's not a perfect parallel, since justify-content changes its meaning if the flex-direction changes, but it matches with the default behavior.
Re: Tacit knowledge is more important than deliberate practice
#85IMO Tacit knowledge is what we used to call judgement. Judgement is basically knowing a bunch of things but having a good idea of which things are more important than others, and especially knowing which things are worth spending time on any which aren't. It's like when I see someone talking about financial options and they put everything on the board at once: what are puts and calls, what's an iron butterfly and oth…
Judgement is exactly the opposite of tacit knowledge.
Re: Tacit knowledge is more important than deliberate practice
#86Programmers have another common example of how a belief in transmissionism often doesn't work out as well as the author hopes: the monad tutorial. Here are other examples I can think of: - Learning programming in the first place. Many people struggle. - Teaching rhythm to an older adult with no musical experience. - Ear training. No explanation will substitute for practice. This isn't to say that explanations never w…
How do you actually teach both Rhythm and Ear training? I'm struggling at both right now. I've paid a teacher, and it's helping, but now I'm curious how we actually teach these things.
For ear training, I’ve read that singing helps, since it associates vocals with pitches. I’ve tried ear training programs and even wrote one, and it’s the sort of thing where you get better by practicing a little a day. Doing a lot of practice at once is just frustrating. I was doing better for a while, but stopped practicing and wouldn’t say my ear is all that good.
Recently I’ve been transcribing music, which probably helps some. It’s sort of like figuring out a crossword puzzle where it takes a few guesses to get the notes right.
Re: Tacit knowledge is more important than deliberate practice
#87I think you can take it up a level from the individual to culture to see it even more clearly. I think one of the most glaring examples of tacit knowledge is simply physical agglomeration. If tacit knowledge wasn't that important, why is it that people pay thousands of dollars of rent just to be in the right spot while 'everything is available' on the net? Why does half of all VC money go into a bunch of zipcodes? Wh…
Hey Barrin92, can you explain (or give context around d) this, “Why do so few key professionals network like we're in 15th century Venice?”
Re: Tacit knowledge is more important than deliberate practice
#88Earlier quoted context omitted.
Do you have recommendations for better references on self-learning? I've read Cognitive Load Theory by Sweller et al., and while a good book, it's not very practically oriented.
Sadly I'm not familiar with books that focus on self-learning. If you're struggling to apply the knowledge from CLT it suggests that you're mostly missing skills related to curriculum design like sequencing, scoping, and scaffolding. You might consider an introductory book into curriculum design (apologies, I don't have the name of a good one at hand). You might also benefit from reading something like "How I Wish I'…
Re: Tacit knowledge is more important than deliberate practice
#89I have no idea what he's trying to compare, deliberate practice (a method of learning) is one important way to learn tacit knowledge (a kind of knowledge). How can you compare a method of learning to a kind of knowledge? This comparison does not make sense at all.
There's also this chicken-and-egg problem: (1) you can't absorb the knowledge well because you haven't practiced (2) you can't practice well because you don't know a shit.
This early stage is really really painful.
Re: Tacit knowledge is more important than deliberate practice
#90Programmers have another common example of how a belief in transmissionism often doesn't work out as well as the author hopes: the monad tutorial. Here are other examples I can think of: - Learning programming in the first place. Many people struggle. - Teaching rhythm to an older adult with no musical experience. - Ear training. No explanation will substitute for practice. This isn't to say that explanations never w…
How do you actually teach both Rhythm and Ear training? I'm struggling at both right now. I've paid a teacher, and it's helping, but now I'm curious how we actually teach these things.
For ear training, you need to practice interval recognition, chord recognition, transcribing melodies, transcribing chord progressions, etc. And _also_ you should be doing a lot of singing, especially sight singing. Again, you'll need someone more expert than you to tell you if you're getting it right in some cases. But if you're transcribing a piece that has sheet music you can get instant feedback. And the same goes for sight singing. Sing it, then play it on the piano and see if it sounds right. Better yet, _record_ yourself singing it and play along on the piano. If the all the notes are the same, you win.
The other thing you should be doing is actually playing music! Doing lots of exercises is great, but the whole point of this is to make you a better musician, not just someone who's really good at notating rhythms of the music they hear.
(Source: I have a master degree in music composition and I taught ear training and theory during grad school. Plus I also struggled quite a bit with ear training (but not rhythm) myself.)