You must be good at Math
-
This post did not contain any content.
You are right man
-
I got my BS in CSci about 15 years ago and it was 100% about programming in java. We didn't learn a fucking thing about hardware and my roommate was an EE major and we had none of the same classes except for calculus.
By the time I graduated java was basically dead. Thanks state college.
My CS program had virtually no programming outside a couple of courses where C was used to implement concepts. Had one applications type course where mostly Java was used.
CS is and should be a specialized math curriculum IMO. Teaching specific programming languages is time that would be better spent teaching theory that can't be taught by dev docs or code bootcamps, as exemplified by your anecdote. Unfortunately nowadays people tend to see degrees as glorified job training programs.
-
Well, computer science is not the science of computers, is it? It's about using computers (in the sense of programming them), not about making computers. Making computers is electrical engineering.
We all know how great we IT people are at naming things
Computational theory would be a better name, but it overlaps with a more specific subset of what is normally called CS.
-
I mean, nowadays you need to be very smart and educated to google efficiently and avoid all the AI traps, missinformation, stackoverflow mods tripping, reading reddit threads on an issue with half the comments deleted because of the APIcalypse etc... sooo you could argue that you're somewhat of a scientist yourself
Had a discussion with my 8yo niece the other day… turned out the lesson was, sometimes it can be worse to know the wrong thing than to know nothing at all.
-
Computational theory would be a better name, but it overlaps with a more specific subset of what is normally called CS.
We could also just call it Software Engineering. That's at least the job everyone gets with a Computer Science degree.
-
all roads lead to philosophy
Everything is philosophy until it becomes science. Unless it's anything to do with politics then it just remains philosophy forever.
-
Everything is philosophy until it becomes science. Unless it's anything to do with politics then it just remains philosophy forever.
Science is a subdiscipline of philosophy.
-
A horseshoe capped off by Computer Science
Maybe I'm missing something, but I'd count theoretical computer science as a subfield of math, and practical software engineering among the other engineerings on the harder side of the centre.
-
Maybe I'm missing something, but I'd count theoretical computer science as a subfield of math, and practical software engineering among the other engineerings on the harder side of the centre.
I wouldn't disagree with that. Discrete mathematics was a core subject when I did my Computer Science course.
But I do still laugh when I tell people I'm a 'scientist', with my fingers crossed behind my back of course
-
I‘d honestly be interested where you are from and how it is in other parts of the world. In my country (or at least at my university), we have to learn most of what you described during our bachelors. For us there is not much focus on programming languages though and more about concepts. If you want to learn programming, you are mostly on your own. The theories we learned are a good base though
I'm most familiar with the now-defunct Oregon University System in the USA. The topics I listed off are all covered under extras that aren't included in a standard four-year degree; some of them are taught at an honors-only level and others are only available for graduate students. Every class in the core was either teaching a language, applying a language, or discrete maths; and the selections were industry-driven: C, Java, Python, and Haskell were all standard teaching languages, and I also recall courses in x86 assembly, C++, and Scheme.