Live data from Hacker News

Show HN: Comntr – a widget that adds comments to your page

comntr.github.io

1–10 of 52 posts

Re: Show HN: Comntr – a widget that adds comments to your page

#2
My first post about the web extension idea got some interest (and almost 150 stars on github!), so I've made the next logical step: an that renders the comntr.github.io page and effectively adds comments to your page. The spam problem is partially addressed by the filters: the iframe.src can have a special ?filter=[...] param that can hide some of the comments you don't like. Although it's unlikely one can bypass the security model around those filters (but you are welcome to try!), advanced spammers can still post a lot of garbage to those comments as they can easily generate new ed25519 keys.

Re: Show HN: Comntr – a widget that adds comments to your page

#6
post #4

The 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.

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.

Re: Show HN: Comntr – a widget that adds comments to your page

#10
post #4

The 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.

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/
Post reply on HN