TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Node.js screencasts : Nodecasts.org

34 点作者 briandek超过 14 年前

5 条评论

blehn超过 14 年前
I 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 too late and have to scrub backwards and/or rewatch portions of the video to find that point again. With a text tutorial, I can follow at my own pace, quickly find where I left off, copy+paste code, etc.<p>Edit: All that said, anyone who takes the time to teach others, regardless of the format, deserves a lot of credit.
评论 #1777813 未加载
评论 #1777586 未加载
评论 #1777800 未加载
评论 #1777415 未加载
atonse超过 14 年前
I generally like screencasts because they're small tidbits and I usually remember the gist of how something is done.<p>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<p>So instead of this: curl <a href="http://nodejs.org/dist/node-v0.2.3.tar.gz" rel="nofollow">http://nodejs.org/dist/node-v0.2.3.tar.gz</a> &#62; node-v0.2.3.tar.gz<p>You can just write this: curl -O <a href="http://nodejs.org/dist/node-v0.2.3.tar.gz" rel="nofollow">http://nodejs.org/dist/node-v0.2.3.tar.gz</a><p>for the same effect.
评论 #1777725 未加载
div超过 14 年前
Nice job. A small nitpick maybe, but the sound level of the intro and outro is very disproportionate to the rest of the screencast's sound. Quite unpleasant when wearing headphones.<p>That said, I'm looking forward to the next one, subscribed to the youtube channel.
steven_h超过 14 年前
I enjoy screencasts, but I really can't understand what Mr. Macedo is saying in his screencast.<p>I enjoyed the RoR screencasts because I didn't really need to watch them, I could just listen and work in another window.<p>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.
评论 #1778009 未加载
shawndumas超过 14 年前
Well done. I am excited for more. [bookmarked] (And I love the accent. The presenter speaks english very well, and the accent does not detract in the least, but it adds an interesting texture.)