|
|
|
|
|
by lame88
2617 days ago
|
|
Glad to hear that - I can share my perspective too. Even given my graduate computer science degree, I only apply what I learned in a very shallow way to my work, which has generally been apps of some sort or another, web mobile etc. For example I studied a lot about operating systems that don't even come up in my projects, other than a process vs thread vs coroutine, blocking or nonblocking io. Similarly with algorithms and architecture. Of course, it's easy to shrug off what you already know as supposedly obvious, but I sure as hell never had to implement a complex algorithm and perform asymptotic analysis on it for my CRUD app, and all the concurrency and object-oriented programming stuff I learned has become more obsolete now that we have horizontal/vertical scaling, databases and cache servers handling concurrent state, and a tendency toward trivially parallelized code and event loops. What has really stuck? Discrete mathematics and deductive systems, theory of computation - abstract stuff I could not appreciate at the time and now wish I really tried at. So altogether, I feel that my CS degree helped in the short term, but on the long term, has left me only marginally advantaged over either not having a degree or having an unrelated degree, and still leaves me unsatisfied with my understanding of honestly more fulfilling subjects. And while I can pick up plenty of books and information on the engineering side, I face a much more uphill battle trying to understand concepts in economics, math, and physics, and my comprehension of creative writing, art, and philosophy is still really lackluster. |
|