Hacker News new | ask | show | jobs
by spdionis 3824 days ago
Computer Science. 80% of the material in each course is useless (except maths courses and a couple theoretical ones). The rest 20% can be learned in a couple of afternoons. If you're American YMMV tho.
1 comments

>80% of the material in each course is useless (except maths courses and a couple theoretical ones).

Soooo what courses were you taking, in which the non-theoretical material was 80% useless? When I think about applied computer-science subjects, I think of operating systems, embedded programming, circuit design with FPGAs, networking, program optimization, compilers... all eminently useful subjects.

Also a lot of stuff you internalize better when you get your hands dirty in it. That OpenMPI class may not be very practical or relevant on the job market, but it can teach you quite a lot about the problems and approaches in the field of distributed computing.
OpenMPI classes were actually very interesting. Same with e.g. prolog. I didn't mean that kind of courses.
First thing that comes to mind is MFC. Also CLIPS, graphics, operating systems (the way it was taught anyway). Most part of the java courses too.