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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Computer Science for the Rest of Us (Non-Computer Scientist)

57 点作者 rxin大约 13 年前

10 条评论

mbell大约 13 年前
I think they lose audience by using terms such as "Computational Thinking".<p>What I find lacking in many non-tech folks is not Com Sci thought (by my definition), but rather something much more fundamental: systematic and analytic thought.<p>I find no end to the level of frustration I feel when I try to have a conversation about something, anything, with a non-tech person and they can't deal with breaking a problem down into a set of interrelated sub issues and focusing the discussion on what those issues are and how they interact with each other.<p>This of course, isn't true of every non-tech person I talk to. But, it is clearly far more prevalent outside the tech community. I do agree that it needs to be core to education, far more core than remembering what year some guy found some land in my opinion.
评论 #3782471 未加载
derrida大约 13 年前
If I were trying to solve this problem for Primary/Secondary education, I wouldn't teach "computational thinking", I'd teach philosophy and give students programming tasks in an art class.<p>Why? Philosophy gives you a feeling for syllogistic reasoning of the type that occurs both in arguments and computer programs.<p>Programming in the art class because what really matters with implementation is that students feel that they are making something they want to see in the world, rather than rote-learning drudgery.<p>Programming in Mathematics classes, also.
hsshah大约 13 年前
If only I had more upvotes to give.<p>Don't teach programming/technology just for the sake of it to non-CS folks. If they enjoyed that, they would have opted for CS major.<p>However, strongly believe that there is a need for better understanding of the computational world, outside of CS domain. Help build familiarity (kind of computational intuition) and they will participate eagerly in technological revolution in their domain. (instead of pushing back)<p>Ideally we should introduce computational skills in middle schools. Scratch is a great platform to teach these skills implicitly; kids focus more time on being creative/fun and less with writing code.<p>For adults, we need to identify strong application areas and start from there. Loved to hear what Professor LeBlanc is doing in his course 'Computing for Poets'. We should have more of these 'Computing for X' style introductions. (X = [Doctors, Teachers, Product Managers, ....])<p>If anyone is interested in working on this, PM me. Love to discuss ideas.
trun大约 13 年前
My favorite part of this article...<p><i>[T]his course is tied to two courses offered by the English department on J.R.R. Tolkien and Anglo-Saxon literature. Students in the computing course put concepts to immediate use by analyzing large bodies of text. The syllabus is more like what one would find for a humanities course.</i><p>Too often introductory CS programs focus on the "how" of programming. By showing students the "why" and "what" first, you immediately have a more compelling case for keeping them engaged. This is true of all subjects I suppose, but CS is somewhat unique in that there are problems waiting to be solved almost everywhere.
philip1209大约 13 年前
I didn't gain much from the article. As an engineer who loves computers, I was hoping for more enlightenment about the theory versus application of computer science, with my experience being in the latter half. However, the article seems to focus more on the abstract concept of incorporating computing into primary education.
hythloday大约 13 年前
The obvious mnemonic is "reading, 'riting, 'rithmetic, recursion". It's illustrative that they didn't go for that.
hendzen大约 13 年前
Very surprised that the author failed to mention this: <a href="http://www.collegeboard.com/html/computerscience/index.html" rel="nofollow">http://www.collegeboard.com/html/computerscience/index.html</a>
gaius大约 13 年前
Social implications of algorithms?! What on Earth does that mean?
评论 #3783193 未加载
kyt大约 13 年前
Couldn't view article on my iPhone.
ktizo大约 13 年前
I was trying to convine someone just the other day that if they were serious about wanting to get a video game made to their own design, then the first thing they should do before hiring programmers is to learn the basics of programming themselves, which I also offered to show them. I said that they should do this so they have at least some fundamental understanding of the issues involved.<p>Their answer is that they dont need to do this because they will be hiring programmers.<p>I suspect that they will not get their game made.