TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Computer Science Field Guide

446 pointsby xoherover 9 years ago

17 comments

JackAttackNZover 9 years ago
Project lead here: We are about to push v2.0 live, apologies if the site goes down momentarily.<p>The one time we try to update things quietly...<p>EDIT: We are going to post 2.0 tomorrow morning our time (that&#x27;s about 18 hours from now), but we have setup a redirect from the old dev version that was posted to a newer student version. The dev version shows all comments&#x2F;planning etc so harder to read. Though everything will look much nicer tomorrow morning with the new open source version hosted here <a href="https:&#x2F;&#x2F;github.com&#x2F;uccser&#x2F;cs-field-guide" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;uccser&#x2F;cs-field-guide</a>
评论 #11040323 未加载
评论 #11031486 未加载
toomanybeersiesover 9 years ago
Tim Bell (who helped make this) is a great guy, he spends a lot of time getting kids interested in Computer Science, with CS Unplugged [0], as well as teaching teachers how to teach computer science to high school kids.<p>I&#x27;d say it&#x27;s in a large part due to him that Python is becoming the de facto standard for high school programming in New Zealand.<p>He&#x27;s also a bloody good lecturer, he teaches the intro to algorithms at Canterbury, and does heaps of physical demonstrations of how algorithms work, like using a set of scales for sorting algorithms.<p>[0] <a href="http:&#x2F;&#x2F;csunplugged.org&#x2F;" rel="nofollow">http:&#x2F;&#x2F;csunplugged.org&#x2F;</a>
invalidOrTakenover 9 years ago
This is great! I&#x27;m one of those self-taught programmers who holds two truths in his head at once:<p>1) I can learn anything I need to when the need comes up<p>2) With the exceptions of PLT and complexity, there are a lot of things (network protocols, compression, crypto, formal languages) that have not come up yet!<p>So I&#x27;m glad to see a survey of these subjects. Formal languages in particular I&#x27;ve felt the hole.
评论 #11032604 未加载
评论 #11032122 未加载
tekacsover 9 years ago
It&#x27;s not nearly as thorough as this site, but I&#x27;m reminded strongly of &#x27;The New Turing Omnibus&#x27;, which has been on the Cambridge (UK) Computer Science pre-undergrad reading list for many years: <a href="http:&#x2F;&#x2F;blog.codinghorror.com&#x2F;practicing-the-fundamentals-the-new-turing-omnibus&#x2F;" rel="nofollow">http:&#x2F;&#x2F;blog.codinghorror.com&#x2F;practicing-the-fundamentals-the...</a><p>It&#x27;s a great introduction to the fundamentals of many fields of CS and is accessible to all sorts of folks.
adpirzover 9 years ago
Same folks did this for younger grades: <a href="http:&#x2F;&#x2F;csunplugged.org&#x2F;" rel="nofollow">http:&#x2F;&#x2F;csunplugged.org&#x2F;</a>
cbhlover 9 years ago
Student version of the guide: <a href="http:&#x2F;&#x2F;www.csfieldguide.org.nz&#x2F;" rel="nofollow">http:&#x2F;&#x2F;www.csfieldguide.org.nz&#x2F;</a>
评论 #11030892 未加载
bastijnover 9 years ago
&quot;YAGNI stands for “You ain’t gonna need it” and tells developers to keep things simple and only design and implement the things that you know you are really going to need. It can be tempting to think that in the future you might need feature x and so you may as well already create it now. But remember that requirements are likely to change so chances are that you won’t need it after all.&quot; [0]<p>I work in a platform team in a large multinational and had to laugh about the XKCD. I also was a bit surprised about the one-sided view presented here to unexperienced readers who might not think ahead. I cannot count the number of times I encountered the other side of the story where each team tells me their code is special, different from everybody else. Costing the company lots of money while all they are doing is reimplementing data storage, authentication, image processing algorithms, or feature X for the 10th time. The surprise on their face when we let our generic platform component handle it for them with just a few lines of code is always priceless (usually after such a demonstration they come shopping and start &quot;aha-ing&quot; when we tell them that other feature they now want for free from us is too specific to have in a platform :D)<p>[0] <a href="http:&#x2F;&#x2F;www.csfieldguide.org.nz&#x2F;SoftwareEngineering.html#agile-software-development" rel="nofollow">http:&#x2F;&#x2F;www.csfieldguide.org.nz&#x2F;SoftwareEngineering.html#agil...</a>
评论 #11034850 未加载
zerooneinfinityover 9 years ago
For &#x27;highschoolers&#x27;...my computer science class in high school was learning autocad :O(.
评论 #11031107 未加载
评论 #11031525 未加载
dborehamover 9 years ago
Really good material here. Particularly liking the dry humou?r here:<p>-----------------<p>Programmer welfare<p>Software developers should not work more than 40 hours per week. If they do overtime one week they should not do more overtime the following week. This helps keep software developers happy and makes sure they don’t get overworked.
huangc10over 9 years ago
This is awesome! I wish I learned to code during high school. I can&#x27;t imagine what level the next generation engineers&#x2F;developers will be like if they start when they&#x27;re teens. Limitless potential!
评论 #11031718 未加载
swsieberover 9 years ago
I took a cursory look and it seems good. I&#x27;d love it if they threw in syntax highlighting though on their example code.
alistproducer2over 9 years ago
Great info, presented in a nice way. I could not imagine my high school self being the slight bit interested in it. I wish that wasn&#x27;t the case, because I could&#x27;ve been Mark Zuckerberg had I been interested in CS in high school during the late 1990&#x27;s&#x2F;early 2000&#x27;s.
fit2ruleover 9 years ago
One feature I think this excellent resource really needs: offline mode. I&#x27;d love to have the whole guide available locally ..
评论 #11032770 未加载
cblock811over 9 years ago
Did something go wrong? :(<p>The requested URL &#x2F;Introduction.html was not found on this server.
评论 #11038968 未加载
dangover 9 years ago
Url changed from <a href="http:&#x2F;&#x2F;www.cosc.canterbury.ac.nz&#x2F;csfieldguide&#x2F;dev&#x2F;dev&#x2F;index.html" rel="nofollow">http:&#x2F;&#x2F;www.cosc.canterbury.ac.nz&#x2F;csfieldguide&#x2F;dev&#x2F;dev&#x2F;index....</a>, which redirects to this.
评论 #11036107 未加载
DilutedCokeover 9 years ago
Where is my boi reversing and exploiting?
205guyover 9 years ago
I love the concept and the goal, but the irony was too much. Right in the introduction, where it is talking about how speed (as an example of program quality) impacts usability, the little calculator widgets don&#x27;t work for me (iPad mini, 1st gen, with up-to-date iOS, stock Safari). Maybe it is my hardware or my OS, or my browser, but I&#x27;m just a dumb user, so I don&#x27;t know or care. But maybe they just tried to be too fancy and shot themselves in the foot. Or maybe I should just follow their advice and download Chrome. Yeah, I&#x27;m sure the answer is to add another browser to my device and let Alphabet spy on me too (bad enough Apple does it, why give them an advantage).<p>Or maybe &quot;stop breaking the Internet&quot; is just the new &quot;get off my lawn.&quot;