Moreover, I'm not sure as to why I would want to rid HN of "8th Grade Content" in the first place. I'm fine with terse sentences and pedestrian word choice so long as the actual content of the post is of value to the conversation.
Show HN: Weekend Project - Hide Inane Comments on HN
21–30 of 36 posts
Re: Show HN: Weekend Project - Hide Inane Comments on HN
#22Something to turn this into a killer extension would be "Hide comments that use words on my filter list". Thus, I could chose to hide any comment that used the word FANBOI or fanboy or whatever. You'd need to include some method for alerting me that there's a comment that I might wish to downvote. It's a neat project. It's a shame people will pile-on over your unfortunate choice of title here. Your "Important note" o…
Re: Show HN: Weekend Project - Hide Inane Comments on HN
#23But I think that is perhaps beside the point: congrats on writing your first Chrome extension!
Re: Show HN: Weekend Project - Hide Inane Comments on HN
#24Something to turn this into a killer extension would be "Hide comments that use words on my filter list". Thus, I could chose to hide any comment that used the word FANBOI or fanboy or whatever. You'd need to include some method for alerting me that there's a comment that I might wish to downvote. It's a neat project. It's a shame people will pile-on over your unfortunate choice of title here. Your "Important note" o…
I hope you don't include my comment above in that 'pile-on'. I had no intention of negative criticism on the project or the author; just wanted to give a quick tl;dr of how this library works. Nothing more, nothing less. @Author: I apologize if it was taken that way.
Re: Show HN: Weekend Project - Hide Inane Comments on HN
#25Too bad I have already started another weekend project :)
Re: Show HN: Weekend Project - Hide Inane Comments on HN
#26Re: Show HN: Weekend Project - Hide Inane Comments on HN
#27If you want to filter by grade level, why not just use a ready-made javascript script that computes an actual Flesch-Kincaid reading level [1]? This seems like reinventing the wheel, though I understand that can be the point of a weekend project. [1] = e.g., https://github.com/cgiffard/TextStatistics.js
Maybe because the Flesch-Kincaid reading level isn't a particularly good metric of anything other than sentence length and syllable count? Certainly not of "content" or "value" however you might define those concepts.
In other words, I'm not suggesting that he use Flesch-Kincaid; he already made that choice. I'm suggesting a way for him to not re-implement an algorithm that's already implemented in his language of choice.
Re: Show HN: Weekend Project - Hide Inane Comments on HN
#28This algorithm seems incredibly arbitrary and fails to account for the complexity of diction or sophistication of content of the post. (Obviously, this is incredibly difficult and computationally-intensive, and is likely untenable for a simple Chrome app, but applying such a narrow and draconian algorithm that reduces such complex facets of pedagogy and language into a calculus comprised only of sentence size and syl…
Re: Show HN: Weekend Project - Hide Inane Comments on HN
#29Re: Show HN: Weekend Project - Hide Inane Comments on HN
#30Earlier quoted context omitted.
Maybe because the Flesch-Kincaid reading level isn't a particularly good metric of anything other than sentence length and syllable count? Certainly not of "content" or "value" however you might define those concepts.
Tell that to the author maybe? The author implemented the Flesch-Kincaid grade level algorithm in his plugin. In other words, I'm not suggesting that he use Flesch-Kincaid; he already made that choice. I'm suggesting a way for him to not re-implement an algorithm that's already implemented in his language of choice.