|
|
|
Ask HN: What are "interesting problems"?
|
|
10 points
by wait
5689 days ago
|
|
I've stumbled across more than a few mentions of "interesting problems" that people work on – especially in job listings. They never mention what an interesting problem is, though. So I ask you, people of HN, what are these "interesting problems" that you work on? I'm curious about any field, really. Side question: do people think that anything that's not a little CRUD app is an interesting problem? |
|
Scheduling these things is NP-Hard, but there are other considerations.
Not everyone tells you where they are. We need to find targets in noise, track them accurately, and perform signature analysis to decide what kind of vessel they are.
We need to get high-fidelity radar data over cost-effective communication links, and record that data for 6 months without using peta-byte storage. We need to perform image analysis and data compression as well as feature identification and extraction.
We have to encrypt the data on the link to ensure that it can't (easily) be read by evesdroppers, and store it in a manner that ensures it can't be faked or tampered with after the fact.
Then we have to find a way to present this information in an efficient an accurate manner. We need to search and filter it effectively.
All in all, there are some interesting problems to solve.
EDIT: some typos fixed and details added.