vote up 2 vote down star

Personally, I don't. I listen to podcasts, follow blogs, and go to the odd user group meeting but when I fire up a screencast I usually get bored and start doing something else while it plays on my second monitor.

Do you find them useful? Under what circumstances (a specific technology, general learning)?

flag

75% accept rate

closed as not a real question by Greg Dean, Brian, SilentGhost, Jarret Hardie, Neil Butterworth Apr 4 at 18:39

5 Answers

vote up 1 vote down

Yes I do find them useful, but I do recognize what you say about getting bored, I start searching the web on my other monitor, but I still listen. When something comes up I might find interesting or something new, I pay attention again. To me it is much more convenient to watch a screencast about programming than a podcast. Podcasts are great for the theory and principles.

link|flag
vote up 3 vote down

Unless I am 100% interested in the topic or unless understanding it depends on a lot of visual interaction, I really don't find them useful or worth my time. For example, if someone was teaching me to use some unique debugging technique, I would naturally have to watch the cast. But if they were just talking about a product in general or about technology, white bother?

I prefer written text to spoken text, and usually resort to spoken text when I am driving and traveling and can devote enough attention. I can also sometimes listen to podcasts during low-concentration tasks.

I find screencasts to be too time consuming when you are focused on them, and too distracting when you put them on a second monitor.

But that may be individual. For example, Joel can program and watch Friends and other sitcoms at the same time, maybe he can absorb a screencast as well.

Either way, if the screencast doesn't have the option of skipping chapters or running it at double speed (preferably), and has clear chapter titles and the slides are visible even without watching everything, I stay clear from it.

link|flag
vote up 1 vote down

I've used screencasts in the past to learn something new specific to what I was doing at the time. I have a media center setup so I usually watch the screencast on the television and sit in the recliner with my laptop. That way I can work with what I'm watching at the same time.

Another use is if the screencast includes a zip with the source code I'll have the code up as they go through it. I find the presenters explanation answers a lot of the questions I would normally have.

link|flag
vote up 1 vote down

I find if screen casts are OK if you are confused on say how to use a gui but other than that they are useless to me and end up annoying me more than educating me. Programming is a written medium and I think it is best expressed as such. That way I can take my time and look over the code/figures/equations or whatever is being presented.

link|flag
vote up 1 vote down

I wouldn't want to learn solely through screencasts, but especially while I'm learning something completely new, I find them incredibly helpful. And the best screencasts are short, so hopefully you don't get bored (it's really a presentation, so it follows all the same rules as a good presentation).

I found Railscasts to be invaluable while I was learning Rails, and I recently watched a Gitcast to learn a particular concept surrounding Git. Extremely helpful.

link|flag

Not the answer you're looking for? Browse other questions tagged or ask your own question.