By filtering out stuff, you'll never expose yourself to things outside your "pattern".
HN's subtitle is "Links for the intellectually curious"
I guess HN has a dual purpose to keep people up on "breaking" hacker news, but I like to think of it as "hacker news outside your thinking pattern".
Also why do people immediately go to AWS for testing something? Doesn't a real hacker have their own server handy for experimental projects, or is it only me?
The thing is, HN doesn't just contain links for the intellectually curious. It often has stories about a new school of thought, or an approach to design, or a new programming language or something. However, it also often has stories about Internet Drama in the tech startup community, or American political events, or practical advice for people entering the business world for the first time. They're popular here because they're relevant to a large proportion of the HN user-base, but it's certainly possible for someone to be both intellectually curious and uninterested in American politics.
I like the approach of going outside of your "comfort zone" and start discovering new things. Limiting my exposure to what I enjoy most is not an intellectually curious strategy.
> By filtering out stuff, you'll never expose yourself to things outside your "pattern".
What makes you think that a Naive Bayes classifier will automatically put all unseen/unexpected/surprising data in just one of two categories?
Indeed, to the classifier it's just two categories, it doesn't "know" what's "in" or "out".
In fact it is much more likely that the classifier will sort of distribute the data that is unexpected (read: doesn't contain many features that are trained on) rather evenly among the two categories based on other features. Which is exactly what you would want it to do.
The author also said he plotted the precision-recall curves? (too bad he just showed a screenshot with the numbers instead of the graphs) That sort of analysis is bound to bring out such behaviour.
HN's subtitle is "Links for the intellectually curious"
I guess HN has a dual purpose to keep people up on "breaking" hacker news, but I like to think of it as "hacker news outside your thinking pattern".
Also why do people immediately go to AWS for testing something? Doesn't a real hacker have their own server handy for experimental projects, or is it only me?