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: Ways to discover stuff online without a search engine

4 pointsby lasagna_coderover 3 years ago
What are some tools or methods (whether real, theoretical, academic, or otherwise) for discovering things on the Internet, as an alternative to using a search engine. I&#x27;m not focusing on practicality here, just looking some interesting and uncommon methods for getting novel results. I suspect there&#x27;s a few specific to certain types of media.<p>The methods I&#x27;m aware of are:<p>- Recommendation engines (e.g. Youtube, most social media feeds)<p>- Organic &#x2F; constructed sequences of data (e.g. a playlist, or sorted lists using some measurement like price)<p>- Non-text search (e.g. search via image, sound, or geolocation)<p>- Stochastic (e.g. guessing a domain name, or entering some random text into a search engine and skipping 100 first suggestions)<p>- Automatic link traversal (e.g. a web crawler algorithm)<p>- Private sharing (e.g. sending a link in an email)<p>- Public sharing (e.g. web portal, or blogroll)<p>- Hybrid (e.g. algorithmic search engine results, news aggregators)<p>But what am I missing?

4 comments

gostsamoover 3 years ago
At least two of your suggestions include a search engine. What I can add are: word of mouth (things shared by people), news feed (someone shared something on FB&#x2F;TW), ads (random ad on a random website), agrregators (specialized website for curating information on a certain topic), forum (get an answer from a random person in an internet form like HN or SO).
评论 #29839993 未加载
评论 #29840462 未加载
评论 #29839958 未加载
manxover 3 years ago
Web directories come to mind. You didn&#x27;t need to know what to look for, instead you were able to browse a huge tree. Are there any modern web directories out there?
评论 #29845474 未加载
sargstuffover 3 years ago
docear : <a href="https:&#x2F;&#x2F;docear.org&#x2F;" rel="nofollow">https:&#x2F;&#x2F;docear.org&#x2F;</a> (comparison page with similar software )<p>** recommender system conferences:<p>recsys -&gt; <a href="https:&#x2F;&#x2F;dl.acm.org&#x2F;doi&#x2F;proceedings&#x2F;10.1145&#x2F;3240323" rel="nofollow">https:&#x2F;&#x2F;dl.acm.org&#x2F;doi&#x2F;proceedings&#x2F;10.1145&#x2F;3240323</a><p>umap -&gt; <a href="https:&#x2F;&#x2F;dl.acm.org&#x2F;doi&#x2F;proceedings&#x2F;10.1145&#x2F;3450613" rel="nofollow">https:&#x2F;&#x2F;dl.acm.org&#x2F;doi&#x2F;proceedings&#x2F;10.1145&#x2F;3450613</a><p>sigweb -&gt; <a href="https:&#x2F;&#x2F;www.sigweb.org&#x2F;conferences&#x2F;acm-sigweb-conferences" rel="nofollow">https:&#x2F;&#x2F;www.sigweb.org&#x2F;conferences&#x2F;acm-sigweb-conferences</a><p>** &quot;Recommender Systems Handbook&quot; with source code : <a href="https:&#x2F;&#x2F;link.springer.com&#x2F;book&#x2F;10.1007&#x2F;978-0-387-85820-3" rel="nofollow">https:&#x2F;&#x2F;link.springer.com&#x2F;book&#x2F;10.1007&#x2F;978-0-387-85820-3</a>
freediverover 3 years ago
TinyGem is built exactly for this purpose.<p>It automates the process of discovery based on previous interest.<p><a href="https:&#x2F;&#x2F;tinygem.org" rel="nofollow">https:&#x2F;&#x2F;tinygem.org</a>
评论 #29847945 未加载