Hacker Smacker helps you identify quality authors and filter out obnoxious commenters on Hacker News. Three little orbs appear next to every author's name and you can choose to either friend or foe them.
What's neat is that if you friend people, and they also use Hacker Smacker, you'll see all of your friend's friends and foes. This helps you identify commenters that you want to read as you quickly scan a comment thread. I've found that this reduces the time I spent on Hacker News, as I can glance at long comment threads and just find the good stuff.
Hacker Smacker is directly inspired by Slashdot's friend/foe system. Hacker Smacker is also open-source and is available on GitHub.
To install just double-click the downloaded extension.
To install the Chrome extension, you cannot double-click it (unfortunately, Chrome no longer allows this). Instead, drag it into Chrome's Extensions page at chrome://extensions.
Download the Firefox extension
To install the Firefox extension, just drag the .xpi file into an open Firefox window.
A friend or foe has not yet been made. The standard orb:
Choosing a friend or foe. Animation provides a nice slide out:
A blend of friends and foes illustrating the transformative experience of Hacker Smacker:
Hacker Smacker is divided into two parts:
You can find the repo on GitHub: https://github.com/samuelclay/hackersmacker
You don't need to install the server unless you want to run your own private version of Hacker Smacker. If you do decide to install your own server, you're on your own.
None of the data stored by Hacker Smacker is sold or used in any way except for determining friend/foe and friend/foe of a friend relationships between authors.
Hacker Smacker was built to learn how FoaF (Friend of a Friend) works. The idea is that not only do you want to surface content from your friends, but if you chose your friends well, they can help you surface more great content by highlighting comments from their friends.
The impetus for building a small system where the primary goal is simply to quickly show relationships was that I wanted to build the same system for NewsBlur, a visual RSS feed reader with intelligence. The backend is built using Redis sets and CoffeeScript/Node.js. NewsBlur's social layer, which was built immediately after this project, uses a very similar backend.
Learning how to build this project was the main reason, as I am now able to bring this technique to other projects.