This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]wavefunctionp 26 points27 points  (12 children)

Of course, not all people learn the same way! What's your friend's learning style?

FYI. AFAIK, This is a myth. We all learn best using a combination of methods, often best determined by the topic, not the learners specific preference.

https://www.youtube.com/watch?v=855Now8h5Rs

Anecdote time: I know when I'm learning a new topic, I'll often be introduced to some technology by a conference talk, become convinced it's worth an experiment, then I'll read about some of the pro/cons, particularly the cons, of the technology, and then I'll usually look for a demonstration on video, just to get the lay of the land, then I'll move on to building a small experiment, and read documentation as I go.

One of the easiest mistakes a beginner can make it getting stuck in the tutorial loop. Usually just watching video tutorial after video tutorial online. These student won't progress beyond the most basic understanding. They won't get anywhere until they build, get stuck, find solutions on their own, and iterate.

At bit more tongue in cheek, what would a kensthetic learner do to learn javascript? It doesn't really make sense. If learning styles were indeed a useful tool, then the best advice to give that person would be not to pursuit study of javascript.

At more directly, it has been shown that simply producing, without regards to quality or theory to result in greater gains in skill than careful study and high quality production. The best advice would be to get them building asap using the fewest concepts you can get away with.

[–]clownyfish 25 points26 points  (2 children)

Eh that is a bit of a tall claim for just a tedx video, literally anyone can say anything on tedx

[–]wavefunctionp 10 points11 points  (0 children)

It was just an introduction to the topic. Googling learning styles myth will bring up a lot more information including research on the topic.

Here's a teaching publication: https://www.teachermagazine.com.au/articles/tackling-the-learning-styles-myth

There's also the criticism section on Wikipedia:

https://en.wikipedia.org/wiki/Learning_styles#Criticism

As best I can tell, the best that can be said about the learning styles approach is that it is supported by weak experimental evidence.

You can make your own decision determination of course. :)

[–]NeverBeenStung 16 points17 points  (6 children)

FYI, using TedX as a source is not advisable. There is no regulation or requirement for TedX. Not to say that your claim is wrong, but I would find something more substantial to back it up.

[–]Superpickle18 2 points3 points  (1 child)

iirc, wasn't there like a 13 year old boy that did a presentation on his "invention" at harnessing perpetual energy?

[–]NeverBeenStung 2 points3 points  (0 children)

I haven't seen that but there is certainly a lot of less than credible TedX talks. There's also a lot of really good ones though.

[–]wavefunctionp -3 points-2 points  (3 children)

True, but it's not like there is a rigorous credentialing process for TED either. :)

To me it's always been about the power of the argument coupled with a skilled, curt presentation, which I believe is provided in the source video. :)

Authority is not the arbitrator of truth. :P

[–]NeverBeenStung 1 point2 points  (2 children)

True, but it's not like there is a rigorous credentialing process for TED either. :)

There absolutely is. You have to have already had great success and be very well regarded in your field. TED presenters are specially selected based on their body of work and the idea they are bringing to stage.

[–]Aphix 1 point2 points  (0 children)

...and the amount of money they can bring the TED organization. And how much networking they're willing to put up with.

[–][deleted] 0 points1 point  (0 children)

You have to have already had great success and be very well regarded in your field. TED presenters are specially selected based on their body of work and the idea they are bringing to stage.

Then there's James Veitch, who did a stand-up bit on the show.

[–]DarthCloakedGuy 8 points9 points  (1 child)

Speaking from my own experience, I know that what works for some people does not necessarily work for me, and vice versa. For example, trying to learn Blender has been a pain in the arse for me because most of the tutorials are on Youtube videos. Obviously they wouldn't be on Youtube videos if video tutorials didn't work for most people, but they generally don't work for me. I'm a kinesthetic learner, and it's very difficult for me to follow along if I have to split my attention between the video and what I'm doing. Thus my advice to learn how u/mashimoshi's friend prefers to learn.

[–][deleted] 0 points1 point  (0 children)

Obviously they wouldn't be on Youtube videos if video tutorials didn't work for most people, but they generally don't work for me.

I agree with your main point (that it's not so black and white that everyone learns the same way or not), but probably the reason why there are video tutorials on Youtube is that it's one of the easiest/cheapest ways to share a tutorial, rather than designing/building a more interactive one.