I've been doing it for a couple of years now and I'm amazed how often professors complement the layout, structure and readability. Of course, the actual content matters to... But in fact, for a report written using LaTeX vs. Microsoft Word, in my experience the LaTeX version would certainly receive a higher grade.
Show HN: UChicago admissions asked me to find Waldo. I did.
41–50 of 61 posts
Re: Show HN: UChicago admissions asked me to find Waldo. I did.
#42I wish there was a degree path in "software" rather than "computer science", since that's what a kid like this needs. Turning algorithms into code is clearly solved for him. But I bet a few years of turning "nothing" into "shipping software" would be a lot more useful (or at least a lot less of a waste of time).
Re: Show HN: UChicago admissions asked me to find Waldo. I did.
#43Awesome. And I feel for this guy, knowing what the next four years is going to be like for him. Sitting in classes listening to an instructor spend a whole week explaining how a "for" loop works to students who for the most part won't be able to successfully write their own "for" loop by the time they graduate (with a 3.5 GPA in CS). I wish there was a degree path in "software" rather than "computer science", since t…
Re: Show HN: UChicago admissions asked me to find Waldo. I did.
#44Re: Show HN: UChicago admissions asked me to find Waldo. I did.
#45Awesome. And I feel for this guy, knowing what the next four years is going to be like for him. Sitting in classes listening to an instructor spend a whole week explaining how a "for" loop works to students who for the most part won't be able to successfully write their own "for" loop by the time they graduate (with a 3.5 GPA in CS). I wish there was a degree path in "software" rather than "computer science", since t…
Every class, every project, every assignment I felt damn I already know all this.
It also makes team work a torture. I didn't want to ruin other people's experience by being the know it all guy. So I just avoided teamwork as much as I could because pretending that I'm challenged by the question/project got even more depressing.
Having to pay thousands of dollars for it makes it even harder (I simply had to do it as I'm not a citizen). I'd think man there's so much more that I could do with this money I'm paying for something I already know.
That's not to say I think I know a lot, in fact I think I know very little but just that the college wasn't providing anything new for me (and yes it was one of the top ones).
I'm learning more by reading books and posts on the internet, hacker news, etc... and by doing actual work in the industry.
Re: Show HN: UChicago admissions asked me to find Waldo. I did.
#46I'm a UoC comp sci alumnus working at silicon valley startups since graduation in '08. Though a fantastic place in many ways, it's not one to encourage actually building stuff. If you're a hacker who loves to see code run and solve real world problems you may be frustrated at the UoC. I was :) on the other hand, if you go through with their BS degree in CS then you will have learnt a lot of fascinating theory. Best o…
Re: Show HN: UChicago admissions asked me to find Waldo. I did.
#47If you don't get a full ride at school I'd recommend that you go straight into industry. It seems that you've already got enough skill to get hired, and once you do that you'll get paid to learn on the job.
Re: Show HN: UChicago admissions asked me to find Waldo. I did.
#48Awesome. And I feel for this guy, knowing what the next four years is going to be like for him. Sitting in classes listening to an instructor spend a whole week explaining how a "for" loop works to students who for the most part won't be able to successfully write their own "for" loop by the time they graduate (with a 3.5 GPA in CS). I wish there was a degree path in "software" rather than "computer science", since t…
That may be true at some places, but certainly not in the intro curriculum at the UofC. The intro course for majors with no background uses the Scheme-based How to Design Programs curriculum, which doesn't even _have_ a for loop :-)
The honors intro, which I assume this student would enroll in, is a quite challenging curriculum, expecting students to learn scheme, haskell, perl, bash, and some basic parsing tools over the course of a quarter. And do reasonable things with them.
So, while I'm certainly biased as a grad student here at the UofC, I could promise the student they won't be getting slowly spoon-fed language features. Even if they took the intro CS curriculum for non-majors in the sciences.
Re: Show HN: UChicago admissions asked me to find Waldo. I did.
#49Awesome. And I feel for this guy, knowing what the next four years is going to be like for him. Sitting in classes listening to an instructor spend a whole week explaining how a "for" loop works to students who for the most part won't be able to successfully write their own "for" loop by the time they graduate (with a 3.5 GPA in CS). I wish there was a degree path in "software" rather than "computer science", since t…
Although there should be a way to skip the intro courses. But stuff does get interesting later, I got to write a compiler, write the same program in 4 different languages, learn how a CPU works and is designed, program in COBOL, functional languages and write software to interact with hardware. I would never have done that without Uni.
Re: Show HN: UChicago admissions asked me to find Waldo. I did.
#50Awesome. And I feel for this guy, knowing what the next four years is going to be like for him. Sitting in classes listening to an instructor spend a whole week explaining how a "for" loop works to students who for the most part won't be able to successfully write their own "for" loop by the time they graduate (with a 3.5 GPA in CS). I wish there was a degree path in "software" rather than "computer science", since t…
I'm in the UK and did a degree in software engineering which was pretty light on comp sci theory, but still had the similar pain of sitting through basic programming structure lectures for almost 2 years before hitting any kind of complicated software problems.