Live data from Hacker News

Ask HN: Which are good computer science problems to work on right now?

news.ycombinator.com

11–17 of 17 posts

Re: Ask HN: Which are good computer science problems to work on right now?

#11

* User interfaces for VR helmets. * client/server web frameworks based on BigPipe-like (Facebook) architecture * turning real world problems into MMOGs in order to crowdsource solutions * peer-to-peer web infrastructure over multiple networks/communication channels (to counter surveillance, ISP filtering, natural disasters...)

I like the idea about real world problems. Can you think of any examples?

A well-known example is data collection about pedestrian paths, altitudes, WiFi hotspots using a game like Ingress.

Re: Ask HN: Which are good computer science problems to work on right now?

#12

Earlier quoted context omitted.

I like the idea about real world problems. Can you think of any examples?

A well-known example is data collection about pedestrian paths, altitudes, WiFi hotspots using a game like Ingress.

Those aren't for VR though, right?

Re: Ask HN: Which are good computer science problems to work on right now?

#15
post #9

Speech Recognition, it's a hard problem to solve - but maybe with your time you can offer some interesting solutions. Text IMO is very well covered part of our field, but speech is still very much lacking. Even image recognition has more attention than speech recognition IMO.

Speech recognition is an important problem, but if the problem solver does not have an angle of attack, it does not make sense to try and solve it just yet. To quote Richard Hamming from his lecture "You and your research", "It's not the consequence that makes a problem important, it is that you have a reasonable attack."

Re: Ask HN: Which are good computer science problems to work on right now?

#17
post #9

Speech Recognition, it's a hard problem to solve - but maybe with your time you can offer some interesting solutions. Text IMO is very well covered part of our field, but speech is still very much lacking. Even image recognition has more attention than speech recognition IMO.

Speech recognition is an important problem, but if the problem solver does not have an angle of attack, it does not make sense to try and solve it just yet . To quote Richard Hamming from his lecture "You and your research", "It's not the consequence that makes a problem important, it is that you have a reasonable attack."

It's true we should mostly focus on the easy problems... But some of our time especially IMO when we are young should be spent on the hard (unsolvable) problems.
Post reply on HN