Node.js screencasts : Nodecasts.org
nodecasts.org
Node.js screencasts : Nodecasts.org
1–10 of 13 posts
Re: Node.js screencasts : Nodecasts.org
#2Edit: All that said, anyone who takes the time to teach others, regardless of the format, deserves a lot of credit.
Re: Node.js screencasts : Nodecasts.org
#3I still don't understand the benefit (for the user) of the screencast format for programming tutorials vs plain old text and code snippets/screenshots. In some cases, the screencast might be helpful as a supplemental format, but otherwise I find them to be frustrating. For example, if I want to study some code for a longer duration than the author allows, I have to pause the screencast. But, of course, I often pause…
Re: Node.js screencasts : Nodecasts.org
#4I still don't understand the benefit (for the user) of the screencast format for programming tutorials vs plain old text and code snippets/screenshots. In some cases, the screencast might be helpful as a supplemental format, but otherwise I find them to be frustrating. For example, if I want to study some code for a longer duration than the author allows, I have to pause the screencast. But, of course, I often pause…
Re: Node.js screencasts : Nodecasts.org
#5I enjoyed the RoR screencasts because I didn't really need to watch them, I could just listen and work in another window.
This would be a great idea if Mr. Macedo spoke in better English, it's not something he can control but it's a big deal from a final product viewpoint.
Re: Node.js screencasts : Nodecasts.org
#6Re: Node.js screencasts : Nodecasts.org
#7As an aside, you can use -O with curl to save the file as the filename, instead of having to redirect the output and rewrite the filename
So instead of this: curl http://nodejs.org/dist/node-v0.2.3.tar.gz > node-v0.2.3.tar.gz
You can just write this: curl -O http://nodejs.org/dist/node-v0.2.3.tar.gz
for the same effect.
Re: Node.js screencasts : Nodecasts.org
#8I generally like screencasts because they're small tidbits and I usually remember the gist of how something is done. As an aside, you can use -O with curl to save the file as the filename, instead of having to redirect the output and rewrite the filename So instead of this: curl http://nodejs.org/dist/node-v0.2.3.tar.gz > node-v0.2.3.tar.gz You can just write this: curl -O http://nodejs.org/dist/node-v0.2.3.tar.gz fo…
Re: Node.js screencasts : Nodecasts.org
#9I still don't understand the benefit (for the user) of the screencast format for programming tutorials vs plain old text and code snippets/screenshots. In some cases, the screencast might be helpful as a supplemental format, but otherwise I find them to be frustrating. For example, if I want to study some code for a longer duration than the author allows, I have to pause the screencast. But, of course, I often pause…
For most people who appreciate screencasts (I surveyed my ~ 1500 users), it's mostly a casual way to get familiar with a given subject before diving into it through books or articles or blogs, or a way to keep up to date (eg: railscasts).
It seems to be really appreciated while commuting, for some reason.
But there are also people that cannot stand screencasts at all, too.
At the end, I believe it's really more a supplemental format, yes.
Re: Node.js screencasts : Nodecasts.org
#10I still don't understand the benefit (for the user) of the screencast format for programming tutorials vs plain old text and code snippets/screenshots. In some cases, the screencast might be helpful as a supplemental format, but otherwise I find them to be frustrating. For example, if I want to study some code for a longer duration than the author allows, I have to pause the screencast. But, of course, I often pause…
Emphasis on the word "I." Some people don't "get" books. Some people don't "get" e-mail newsletters. Some people don't "get" movies. Some people find in-person, live presentations useless to learn from.
Different strokes for different folks.
Video has an interesting psychological effect for many users. Most of us have grown up watching a fair bit of TV and, often, watching a lot more TV than reading books. There can be some comfort and ease with video versus reading, at least to build motivation and to "get going" with a topic. But, of course, not for everyone.