This is really cool! One step closer to a decentralized Web.
All the comments would be hosted on this site; It's actually centralized.
Show HN: Comntr – a widget that adds comments to your page
21–30 of 52 posts
Re: Show HN: Comntr – a widget that adds comments to your page
#22The hard problem in this space is spam prevention. Its not immediately clear me to if this even addresses it? Other than giving ban/filter controls to a human.
Re: Show HN: Comntr – a widget that adds comments to your page
#23The hard problem in this space is spam prevention. Its not immediately clear me to if this even addresses it? Other than giving ban/filter controls to a human.
Pre-moderation?
Re: Show HN: Comntr – a widget that adds comments to your page
#24Re: Show HN: Comntr – a widget that adds comments to your page
#25The hard problem in this space is spam prevention. Its not immediately clear me to if this even addresses it? Other than giving ban/filter controls to a human.
I think most of the spammers can be deterred by a simple puzzle, like 23+47. If we want to raise the bar, we make the puzzle more and more complex. Obviously, the puzzle is returned as an svg picture where the letters are "rendered" with little squares. My point is that 99% of the spammers out there are lazy and won't be able to pass this little test vs someone who's written a thoughtful comment and can definitely ad…
Your initial "puzzle" can be solved with 8 characters of JS: eval("23+47").
Your SVG picture can be solved using off-the-shelf OCR like Tesseract.js.
Even very challenging reCAPTCHA reading tests are mostly solvable by spammers.
You'd be better of using something with thousands of expert person-hours behind it, like reCAPTCHA v2.
Re: Show HN: Comntr – a widget that adds comments to your page
#26Some time ago i did a scroing and visualization of reddit threads, maybe you find it useful, see https://migor.org/reddit/#/discussion/top?url=https:%2F%2Fww...
Re: Show HN: Comntr – a widget that adds comments to your page
#27Earlier quoted context omitted.
Curious about this too. I don’t like using Disqus (it’s so bloated) but the spam issue is pretty much non-existent even on several high-traffic sites.
Have you checked out Commento? It's open source and pretty lightweight: https://commento.io/
Re: Show HN: Comntr – a widget that adds comments to your page
#28Earlier quoted context omitted.
I think most of the spammers can be deterred by a simple puzzle, like 23+47. If we want to raise the bar, we make the puzzle more and more complex. Obviously, the puzzle is returned as an svg picture where the letters are "rendered" with little squares. My point is that 99% of the spammers out there are lazy and won't be able to pass this little test vs someone who's written a thoughtful comment and can definitely ad…
It sounds like you may not have spent any time researching anti-spam techniques. Your initial "puzzle" can be solved with 8 characters of JS: eval("23+47"). Your SVG picture can be solved using off-the-shelf OCR like Tesseract.js. Even very challenging reCAPTCHA reading tests are mostly solvable by spammers. You'd be better of using something with thousands of expert person-hours behind it, like reCAPTCHA v2.
Re: Show HN: Comntr – a widget that adds comments to your page
#29Earlier quoted context omitted.
Have you checked out Commento? It's open source and pretty lightweight: https://commento.io/
Interesting. Thanks for sharing. > Commento is a proud recipient of the Mozilla Open Source Support award. The $19,200 grant was given in recognition of Commento's contributions to make the internet more privacy-friendly. That said, it uses akismet for spam control, which I'm not sure how trustworthy it is... But definitely better than nothing!
Re: Show HN: Comntr – a widget that adds comments to your page
#30This is really cool! One step closer to a decentralized Web.
All the comments would be hosted on this site; It's actually centralized.