sucks that it's a video and there's no text transcript. whichever brilliant team of computer scientists gets a speech product out will win lots of money
dude the way i see it is there are already APIs available, so once someone gets sound->text, you can already break down video->sound, and you can translate text_inEnglish to text_inSwahili ..
Quick summary: Node.js is a program/api written in C that lets you write asynchronous servers in javascript. All IO is done through event loops and callbacks.
If you are interested in the efficiency/architecture of server programs then this is worth watching.
Just a warning to any viewers: I think it might be a bit out of date now. I don't think node has promises anymore and I think they also have blocking and non-blocking versions for most operations (meaning callbacks are optional).
8 comments
[ 3.2 ms ] story [ 42.0 ms ] threadon one way, recognizing (and translating the subtitles to english) other languages would be more important because most people already know english...
Quick summary: Node.js is a program/api written in C that lets you write asynchronous servers in javascript. All IO is done through event loops and callbacks.
If you are interested in the efficiency/architecture of server programs then this is worth watching.
Just a warning to any viewers: I think it might be a bit out of date now. I don't think node has promises anymore and I think they also have blocking and non-blocking versions for most operations (meaning callbacks are optional).