Hacker News new | ask | show | jobs
by patwalls 3542 days ago
Different learning styles... Sometimes a video is far more effective for me than reading docs or posts. Especially if its a new language/framework/concept.
2 comments

I've been learning Vim recently and no amount of trawling through the docs and tutorials inspired me half as much as Derek Wyatt's videos[1].

It's not that I memorized functions and key mappings by watching videos , but without an engaging demonstration of them in video, I'd have had no clue what the possibilities are to begin with. If I'd just read about it, I'd probably have lost interest.

Often I use videos to get an understanding of the landscape and the possibilities of some subjects, and then turn to documentation and tutorials for a deeper comprehension. For me, videos aren't a replacement for reading.

[1]: http://vimeo.com/user1690209/videos

While your on vim I'll mention vim casts (http://vimcasts.org/). Thoughtbot also do some grate vim/emacs stuff.
Also it's nice to see how different developers do their job, I've learned a lot of productive tricks by just watching how other people work.