Live data from Hacker News

Ask HN: what should a CS student always remember?

news.ycombinator.com

11–15 of 15 posts

Re: Ask HN: what should a CS student always remember?

#11

Undergrad CS programs vary greatly. So I would suggest having a look at recent course descriptions for the degree program and recommended books. Having lots of programming experience in Java, C#, PHP, etc will not be of much value unless you understand the underlying paradigms and concepts. In most general terms, you'd at least need to know "Algorithms and Data Structures", the SICP book cover to cover, some LISP, C…

Hah, very true.

I won't mention the university, but they're in the northern Atlantic region (not MIT or CMU). My CS interests (machine learning and computational statistics) extend from my domain experience (applied statistics), and I also have a strong background in math. Finally, I bootstrapped my CS knowledge up to a certain level using online lectures from MIT, Stanford, and Harvard, and mentioned as much in my application.

Re: Ask HN: what should a CS student always remember?

#12
post #9

I am in the same position,have got admission to a CS grad course with an undergrad in something else.Earlier had thought that it would be doable thought now it seems pretty daunting.I am almost thinking of not taking it up as I think of the nightmarish scenarios of not being able to do well.

Well honestly, schools are decent at identifying whether you can succeed in their program or not. Whether you actually succeed is a different story, but I bet its a function (maybe exponential) of the effort you put in.

Re: Ask HN: what should a CS student always remember?

#13
I got an ugrad in CS, but from a non-engr-focused school, and then got into one of the top grad schools. I quickly realized I had neither the mathematical pedigree for CS theory, nor anything resembling experience designing OS and microprocessor internals for systems, that the MIT, CMU, and Berkeley students did. (my OS class was literally a history course!)

Yet I now have a PhD and a Best Paper award.

The key: specialize.

Study a sub-discipline so deeply that you know every paper's references' references. the reference set will collapse to a strongly-connected graph. jettison weak connections to get a clear picture, and, really, a narrative of the field, as in a survey paper.

just naturally, you'll start to be able to quote author affiliations, and their publication list in time-order.

once you do that, you'll find yourself hearing/reading comments, and immediately saying: oh, shut up, that has been done! that sounds like A, said by X, and B, said by Y, and even a bit like C, said by Z. and, then, voila, you'll see that no one has said D yet, even tho it is just obviously a variant on C, or whatever. and then you write it/prove it/code it. then you publish it. and all of a sudden, even though you've (say) never lexed or parsed or emitted or reduced... you start seeing yourself in other people's references as "D said by You".

Then you win.

Re: Ask HN: what should a CS student always remember?

#14
I'm currently finishing up my CS undergrad while working fulltime.

Always remember those times when you would spend 3 days straight coding with very minimal sleep in order to finish a project and still were able to get to class at 8am the next day. When you're at work remind yourself, "it can always be worse. I could be writing a parser in ANTLR that's due tomorrow and still barely understand the syntax"

Re: Ask HN: what should a CS student always remember?

#15
post #11

Undergrad CS programs vary greatly. So I would suggest having a look at recent course descriptions for the degree program and recommended books. Having lots of programming experience in Java, C#, PHP, etc will not be of much value unless you understand the underlying paradigms and concepts. In most general terms, you'd at least need to know "Algorithms and Data Structures", the SICP book cover to cover, some LISP, C…

Hah, very true. I won't mention the university, but they're in the northern Atlantic region (not MIT or CMU). My CS interests (machine learning and computational statistics) extend from my domain experience (applied statistics), and I also have a strong background in math. Finally, I bootstrapped my CS knowledge up to a certain level using online lectures from MIT, Stanford, and Harvard, and mentioned as much in my a…

Mathematicians go to great lengths to make careful distinctions between objects, notions and concepts. With those skills you will have no problems with any Object Oriented Analysis - Design - Programming.

Wishing you all the very best of success with your graduate program.

Post reply on HN