Show HN: View the Mood of the World(mymood.today)
mymood.today
Show HN: View the Mood of the World
https://mymood.today/records
17 comments
No map? no aggregation? When I read "mood of the world", I was imagining something other than a long list of recent submissions, but either one aggregate or a map there you can zoom in and out to see aggregation or detail at different regional levels.
Thank you for your feedback, that's what is coming next ... I am working on it.
Would be cool to aggregate results with sentiment analysis
[deleted]
It might need _some_ filtering of text - whatever your views of the n word, I don't think anyone could call it a mood...
I’m surprised to see my answer (anxious) so commonly provided by others.
Anxiety, it seems, breeds a sense of isolation?
Anxiety, it seems, breeds a sense of isolation?
In case you want to filter by country, run this admittedly ugly code, in the console. Change 'US' to your country of interest.
var jq = document.createElement('script');
jq.src = "https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.mi...";
document.getElementsByTagName('head')[0].appendChild(jq);
setTimeout(function() {
$('table').find('tr').each(function() { if ($(this).find('td').first().text() != 'US') {$(this).hide()}});
}, 1000);
var jq = document.createElement('script');
jq.src = "https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.mi...";
document.getElementsByTagName('head')[0].appendChild(jq);
setTimeout(function() {
$('table').find('tr').each(function() { if ($(this).find('td').first().text() != 'US') {$(this).hide()}});
}, 1000);
Remember in the early days of twitter when the tweet data was largely open and all kinds of neat projects popped up. There was something like this based on real time tweets.
I like it. Minimal way to achieve some awareness of fellow humanity world wide.
Please see if you can add options for the feelings. It is easier to decide on a feeling when you see a list of options. It will also make aggregating easier.
How do you identify the country from where the submission happens?
Update:
Now you can view latest 500 records
Histogram would be nice feature to add
this really reminds me of imood...