Reasons to ignore computer science degrees

4 WaitWaitWha 3 5/12/2025, 6:31:43 PM cio.com ↗

Comments (3)

foxyv · 3h ago
College is rarely about learning specific facts and procedures that you will directly use in your future employment. If you want that, go to a trade school or a boot camp. A good college CS program will train you how to think, learn, problem solve and make educated decisions in general.

While you do not need college to learn how to do this, college gives students the resources and time to learn these skills.

Jtsummers · 4h ago
> When I use them — which is every day — I find I’m three to ten times faster. Not only that, I can forget entire courses. I needed a data structure the other day and the LLM suggested the right one. Then it wrote the code for that data structure in a language I barely know. Two complete semester courses replaced by machine learning.

How did you know it was the right data structure? Perhaps you had some courses that put you in a position to evaluate the selection...

> A biologist once asked me to solve a problem in DNA sequence matching and I came back with the claim that it was NP-complete, a class of problems that can take a very long time to solve. He didn’t care. He needed to solve it. And it turns out that most NP-complete problems are fairly easy to solve most of the time. But theoreticians are obsessed with the thin set that confound the simple algorithms, despite being rarely observed in everyday life.

Did a fresh grad write this? The idea that instances of NP-complete problems are often practically solvable is well known. They're upset because they spouted off their half-baked idea and someone, probably not them, figured out it wasn't a real limiter on the task at hand.

> Turing machines present the same problems. Dutiful CS students learn nihilistic results like Rice’s Theorem, which shows that we really can’t analyze computer algorithms at all.

That's not what Rice's theorem shows. Like the halting problem, it means a general solution can't be found for many categories of analyses we want to perform. There are still a lot of things we can determine about algorithms and code despite Rice's theorem.

> Even Apple used stock open-source tools when it created the compiler for Swift.

Stock open-source tools whose development it funded and developers it employed...

rvz · 4h ago
Reasons to ignore this ridiculous article:

> Author Anonymous

> Opinion