Show HN: Tracking voter discussion of the Presidential debates (live.votizen.com)
Votizen is working to remove the influence of money in politics by making political decision-making more peer-to-peer.
We're using Twitter and our API to pull tweets from only registered voters, and showing how the discussion breaks down among the parties. This has never been done before as far as I know, not even by the major media outlets.
Please check it out and let me know what you think. If people are interested, we'll work to improve it for the further debates and campaigns.
30 comments
[ 3.0 ms ] story [ 74.1 ms ] threadIn the meantime, if you want to play with filters, feel free to try this super-alpha toy I threw together the other day: https://www.votizen.com/twitter-fight/. It works on a rolling 24-hour window of Romney- or Obama-mentioning tweets. Buggy as heck, but fun to play with!
I agree about the white flash. We decided to give nvd3 a try for charts, and it does that as part of its default animation. We'll probably disable animations or figure out some way to keep redraws from flashing like that.
div.chart {opacity: 1 !important;}
It is a hack but should work.
It's working really well for live updating.
I love the design; it's very easy to read, and the simplicity and color make it easy to digest information at a glance.
My constructive criticism:
For the word frequency charts at the top of the screen, I'd weed out common words, and/or try to combine words into meaningful phrases. http://www.wordle.net/ does a good job with this (weeding out common words, not discerning phrases).
The number one thing I think people would be interested in would be some kind of sentiment analysis. Perhaps a knowledgable HN'er could suggest a service you could use for this?
From a UX perspective, I'd like the ability to pause and rewind the twitter streams, or filter them for specific words, phrases, geographic locations, or demographics.
One final nitpick, I would suggest using image meta-tags for sharing on Facebook. I posted the live.votizen.com page to my timeline, and there was no image to accompany the link. Here are the meta-tags you can use for richer sharing: http://davidwalsh.name/facebook-meta-tags
But yes, overall, I love this.
What words do you think shouldn't be there?
Also, you should think about stemming - "Looks" and "Look" should be in an equivalence class.
Fascinating stuff, I also noted a few posts positive to romney that wer associated as obama as obama was mentioned and vice a versa. I suspect a first mentioned corralation, though have seen exceptions to that, i'd paste examples but no pause button and late. To truely seperate those type of posts is something were you will need to crowdsource down the line if only to learn a rule set. Though tweets are short so permutations will not be that dynamic as apposed to more open social means and with that the limitation can only help.
Anybody aware of a ruleset that can weight one person over another based upon the content of block of text that mentions both people. Certainly would have uses beyond this. Amazing how something so simple as that involves alot more than you would initialy think.
What makes it extra challenging is that tweets are short, so you have wide error bars on the sorts of math you'd depend on in larger corpuses. I think you'd have to actually bang a parser against it and try to understand what the tweeter is saying.