I actually found the content disappointing and don't see why to bother spending tutorial time on explaining them. A somewhat competent programmer will have figured out how to add mode-hooks after looking at his first one or two EmacsWiki pages. describe-variable (and all other describe functions) are covered by most introductions and should be learned before approaching any kind of Emacs customization. The rest is almost exclusively content where the only useful thing is to know that the functionality exists, but which is just to trivial to spend video time on what it does. Video tutorials are nice but I think you would be better of on focusing on the really tricky parts of Emacs and core concepts.
In creating tutorials, the key is exercising restraint.
This is especially important when dealing with Emacs, which is a classic case of an almost complete lack of restraint
concerning the hierarchical organization of features. EmacsWiki is another great example of a huge tangled ball of knots.
Most experts forget exactly how impenetrable a new subject can seem to a beginner. I commend the tutor for not forgetting this!
I'm the chap that made the tutorials and I agree with both of you. I can't, for the life of me, study anything from a screencast. Most of the ones I've seen are either too superficial to be worth it or too detailed to be useful without being able to flip back and forth like it's possible to do with text.
I'm trying to balance out the two and spent quite a while trying to tease out stuff that's not too superficial but at the same time is not too deep for beginners to follow.
Like most of these things, it's going to be impossible to please everyone but if there is a sizeable fraction of people who find this useful, I think it's served its purpose.
As for me, thinking through the whole thing in advance, trying stuff out and preparing the material helps me clarify my own knowledge.
Nit: is there a reason for the download to be in mkv format? I mean, it's simple enough to repackage with ffmpeg (-i ./file.mkv -vcodec copy -acodec copy ./file.mp4), but not everybody is going to be able to do that?
Otherwise, thanks! I usually find screencasts to be way too low-bandwidth for technical information, but these are very good. Cheers!
When I started the tutorials, the archive didn't automatically create the .mp4 files. Either that or the processing was so way back in the queue that I thought it didn't. Someone complained about the webm files not playing under ios devices so I made the mkv ones which they were happy with. I put this along with the rest of my workflow rules and it's been there since https://gist.github.com/2466292
But you're right, now that the archive automatically generates the h.264 videos, I should probably drop the mkv files and just upload the webm ones.
Do the mp4s work fine under ios? I don't have any Apple devices to test this with.
Can you drop me a line at noufal at emacsmovies.org. I would appreciate some advice. My transcoding-fu is mostly empirical and it would be good to get someone to review my decisions.
Yeah. I'm sorry about the static. It was late when I did it and I didn't notice the problem before uploading it. I'll try to clean it up and upload a better version.
nano-critic: provide a small TOC of the tutorial (some people leverage org-mode/org-babel for this). I find it easier to follow if I know in advance what's in there.
I could type it up and add give an "intro" before the screencast but I'm not sure it'd have much value. a TOC is mostly useful when you can use it for random access. The quick overview is better served by the blog post.
Also, there are more and more videos of Vim too. Emacs is my favorite text editor, followed by Vim. All this is great news :)