TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: How to curate the noisy internet?

19 pointsby dhirajbajajover 7 years ago
Hello HN&#x27;ers,<p>As we all know we are living in a information abundance age, where internet content is exploding in terms of quantity. Internet is generating content every minute, in all domains beit entertainment, daily news, education, religious awareness, financial, providing opportunity and growth which is a positive side but also we are increasingly seeing fake news, news agendas, online scams which are easy money&#x2F;power-traps for hackers&#x2F;govt&#x27;s&#x2F;.<p>Due to this, i feel a strong need for curation of content that is quality material and promotes truth that is healthy and right. As the internet grows, a right framework&#x2F;protocol is required to solve this growing issue.<p>An good way would be Reviews, but as seen in past reviews are also counterfeited at large scale. How do we make sure reviews aren&#x27;t counterfeited? How would we design such a system?<p>Kindly share your views on how to solve this problem as it is a massive problem to have and we all are going to face side-effects sooner or later. Maybe some of us have wasted time and money on it.

5 comments

water_badgerover 7 years ago
I think something that created a graph of assertions and logical dependencies between them would be really cool! Crowdsource assertions and assumptions (dependencies on other assertions) for each article. For example: &quot;Russia hacked the DNC&quot; or &quot;The CIA has the ability to impersonate Russian hackers&quot; would both be assertions and you could browse content that depended on either of those assertions or on logical children of those assertions.<p>The coolest thing is that it would actually make a distilled &quot;skeleton of beliefs&quot; that supported each perspective. You could quickly understand alternate points of view by skimming the assertion graph. It would encourage critical thinking about one&#x27;s own perspective as well. You could even do belief &quot;theory-crafting&quot; by toggling beliefs on or off and seeing what the logical consequences would be for different claims credibility.<p>Instead of disagreements turning into character attacks it could be a very discrete &quot;you agree with assertion [url to assertion and evidence&#x2F;counter-evidence] and I do not.&quot;
评论 #15738721 未加载
ttoinouover 7 years ago
One possible solution would be peer to peer curation where each peer curate its own content and where you can (this is a feature of the software &#x2F; network) &quot;follow&quot; or &quot;trust&quot; others peers or organizations, and break this link when you find something weird about them or don&#x27;t trust them anymore. It&#x27;s obviously what we already do but there&#x27;s no general framework to gather theses data in one place and create our own personalized search engine. This doesn&#x27;t immediately solve the &quot;fake news&quot; or &quot;payed reviews&quot; issues but would let people that are concerned by it, to hide theses content in their web surfing.<p>This would be also a very pro active process on the user side, and you would need people interested in that in order to build the software or network, there is a long way to convince regular people about the utility of such a tool and active approach.
评论 #15738670 未加载
yorwbaover 7 years ago
The two major ways currently used for curation seem to be 1. aggregation of some measure of approval (upvotes on HN, likes on Facebook) and ranking based on that, or 2. sharing with contacts (retweets on Twitter). You could try combining them and would likely end up with something similar to what ttoinou suggests in a sibling comment (<a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=15734474" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=15734474</a>) [Which I have thus curated. Funny how that works.]<p>I think those measures work very well. However, they apparently don&#x27;t promote enough of the content you like. But that&#x27;s not the fault of the curation mechanism, it&#x27;s due to the preferences of the curators. Most people just aren&#x27;t very interested in &quot;truth that is healthy and right&quot;.<p>It&#x27;s very easy to use existing curation mechanisms to filter out most of the stuff that doesn&#x27;t interest you (I have never seen an instance of the &quot;fake news&quot; phenomenon); but you aren&#x27;t going to get everyone else to do the same.
bdzover 7 years ago
&gt;promotes truth that is healthy and right<p>Sounds like some kind of dystopian future
评论 #15734751 未加载
评论 #15738477 未加载
oliv__over 7 years ago
Since you asked, Float[1] is my attempt at solving this problem:<p>It&#x27;s basically a web platform for you to save your best&#x2F;favorite links and websites and the idea is that you can explore other users&#x27; profiles and see what they have saved.<p>If you really enjoy their links, you can follow them and create your own little &quot;HN&quot; feed of links from the people you follow. You can also browse links by tags or domain.<p>I just made it public so it&#x27;s kinda empty but hopefully some of you like it and share your links! Here&#x27;s the &quot;about&quot; page for more info: <a href="https:&#x2F;&#x2F;float.am&#x2F;tour" rel="nofollow">https:&#x2F;&#x2F;float.am&#x2F;tour</a><p>[1] <a href="https:&#x2F;&#x2F;float.am" rel="nofollow">https:&#x2F;&#x2F;float.am</a>