TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: What are lesser known / taught subfields of Computer Science?

7 pointsby entha_saavaalmost 5 years ago

3 comments

giantg2almost 5 years ago
Stenography comes to mind. It seems it just gets mentioned in cryptography classes. Not sure that&#x27;s very useful though.<p>I think machine learning is not taught enough relative to it&#x27;s growing demand.<p>COBOL is a language that is still used in many places and will need people to replace those who are retiring, so I feel that is lesser known and not taught in many places.
diehundealmost 5 years ago
Some I can think of:<p>- Automata theory<p>- Complexity theory (P vs NP stuff, not the one from leetcode problems)<p>- Verification<p>- Optimization using stuff like genetic algorithms, ant-colony algorithms, particle swarm, simulated annealing, etc. Not sure how to call that area. In my case it was an AI course.<p>- Fuzzy logic<p>- Scientific computing and Numerical analysis (CFD, finite elements, etc)<p>- Information theory
评论 #23863334 未加载
RNeffalmost 5 years ago
Program verification. How to design and implement correct programs.