I always think that learning probability can not only help you to gain more intuition when dealing with scientific relative subjects but also empower you to think the daily life things in a different way. I recommend Introduction of probability [1] since it's easy to study and provides great free video lectures [2].
In my experience, the best part of Meteor is its tightly couple stack so that I can developer very smoothly. But the worst part is also its tightly couple stack when my web/app grows. Really hope that it would be easier to decouple some important package like tracker or minimongo
It's definitely a huge contribution. But P=NP potentially means that RSA is solvable in Polynomial time. Then countless servers will be attackable. Not sure whether it's good to announce "publicly".
Author here. We first crawl some pages and then used sentimental analysis like process to analyze these pages. Instead of sentiment dictionary, we built our own Branding dictionary. The result (radar chart and the bar chart) is based on the text used in the site. Thank you for the interest.
The Udacity one (introduction to Machine Learning) is very practical in my mind. It only description some intuition and then show you how to call scikit-learn's function to do some simple machine learning works.