Live data from Hacker News

Show HN: Stop the Bullshit

github.com

1–10 of 117 posts

Re: Show HN: Stop the Bullshit

#2
Very nice project, I will definitely be using it and will try to contribute in my spare time.

One recommendation I'd have is not to use the word 'safety' in this context, it feels kind of overprotective. Perhaps the link should read "Take me back to reality" instead?

Re: Show HN: Stop the Bullshit

#6
How does it work? Is it just a blacklist?

> "Also includes a clustering analysis that could lead to an algorithm to automatically detect Fake News."

This implies that they want to do automatic fake news detection, but aren't quite there yet. Is that correct?

Re: Show HN: Stop the Bullshit

#7
post #5

Fake news = news we don't like. This is just another way to make secluded echo chambers. I see some people learned nothing from the election.

No, fake news = spam sites built from scripts consisting largely of a backcatalog nonsense stories ("Pope endorses Putin for US Presidential Election") with a one or two carefully produced fake stories as a "payload", instead of a purchasing call-to-action like other webspam sites.

Re: Show HN: Stop the Bullshit

#9
I was working on something similar, but with a database that would contain credibility ratings from users and users would rate the website. The extension was supposed to display the rating and ev. warnings on top of the website.

Nice project. I may use it :)

Re: Show HN: Stop the Bullshit

#10
post #6

How does it work? Is it just a blacklist? > "Also includes a clustering analysis that could lead to an algorithm to automatically detect Fake News." This implies that they want to do automatic fake news detection, but aren't quite there yet. Is that correct?

Looks like it's currently using a hard coded list of urls that are considered to be bad.

For general requests: https://github.com/jacquerie/stop-the-bullshit/blob/master/s...

For facebook: https://github.com/jacquerie/stop-the-bullshit/blob/master/s...

Post reply on HN