Like the idea, a lot, but I'm missing text. Maybe a small header text telling the core news of the item (and with more text than a typical tweet). And also articles instead of just videos? Or maybe the whole point is not having it? Personal preference of course, but for instance after clicking Russia-Ukraine conflict it doesn't tell me in a quick glance what the story is, at the left there is a bunch of meaningless p…
Show HN: Grasswire – an Internet newsroom curated and fact-checked by everyone
61–70 of 103 posts
Re: Show HN: Grasswire – an Internet newsroom curated and fact-checked by everyone
#62Earlier quoted context omitted.
In theory we aren't pulling in any content that qualifies as "disturbing" from Twitter. In practice you're absolutely right. Will get on that.
No I think it should be there. The people should really know whats happening and they'll not be ignorant anymore. They'll start to care and share. If some are afraid to face the truth , then let them be. But pls don't try to censor the news!
Re: Show HN: Grasswire – an Internet newsroom curated and fact-checked by everyone
#63Re: Show HN: Grasswire – an Internet newsroom curated and fact-checked by everyone
#64Wow, this is awesome. However when I first open the page on Safari all of the tiles cascade straight down before rearranging themselves. It only happens for like a second but it's kind of distracting.
Re: Show HN: Grasswire – an Internet newsroom curated and fact-checked by everyone
#65Earlier quoted context omitted.
In theory we aren't pulling in any content that qualifies as "disturbing" from Twitter. In practice you're absolutely right. Will get on that.
No I think it should be there. The people should really know whats happening and they'll not be ignorant anymore. They'll start to care and share. If some are afraid to face the truth , then let them be. But pls don't try to censor the news!
Re: Show HN: Grasswire – an Internet newsroom curated and fact-checked by everyone
#66Earlier quoted context omitted.
No I think it should be there. The people should really know whats happening and they'll not be ignorant anymore. They'll start to care and share. If some are afraid to face the truth , then let them be. But pls don't try to censor the news!
Labeling it is a reasonable and responsible thing to do given.
Yet my wife was furious with me the first time she used grasswire for those same reasons. "I don't want to see that" is a reasonable request. So we have to find a balance there - we have to warn but not censor. That's tricky when things are live and we don't technically control what others are posting - it may end up as a blanket "stuff on this site might be graphic."
Re: Show HN: Grasswire – an Internet newsroom curated and fact-checked by everyone
#67Like the idea, a lot, but I'm missing text. Maybe a small header text telling the core news of the item (and with more text than a typical tweet). And also articles instead of just videos? Or maybe the whole point is not having it? Personal preference of course, but for instance after clicking Russia-Ukraine conflict it doesn't tell me in a quick glance what the story is, at the left there is a bunch of meaningless p…
Exactly my though as well, a 'quick catch up' for each topic would be very useful.
Re: Show HN: Grasswire – an Internet newsroom curated and fact-checked by everyone
#68Re: Show HN: Grasswire – an Internet newsroom curated and fact-checked by everyone
#69I notice that this site takes a bit of time to load at first - it shows uninterpolated variables in the DOM. I also notice it uses Angular - take advantage of directives like ng-bind and ng-cloak to avoid the flash of uncompiled content (FOUC).
Re: Show HN: Grasswire – an Internet newsroom curated and fact-checked by everyone
#70I notice that this site takes a bit of time to load at first - it shows uninterpolated variables in the DOM. I also notice it uses Angular - take advantage of directives like ng-bind and ng-cloak to avoid the flash of uncompiled content (FOUC).
Thanks for the feedback. ng-cloak doesn't seem to be doing the trick in some spots, particularly for the page title and login/logout text. We're looking into it.
Also with ng-cloak, the angular script must be loaded in the head of the html, or the CSS rule from the script applied manually in the stylesheet: https://docs.angularjs.org/api/ng/directive/ngCloak.