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: Why can't we still search local disk the way we search online?

4 pointsby strooperabout 5 years ago
I am looking for some old content which I know exists in a 2TB backup drive using a Windows 10 machine. Despite using a modern machine, it has taken over 25 minutes and still is looking for it. Searching a nvme SSD doesn&#x27;t significantly reduce the search time either.<p>I am wondering why can&#x27;t we search our local contents and get almost instantaneous (or reasonable) results the same way we get from online search engines. How are these latest machines any better than machines a decade ago in improving user experience (other than entangling settings and silly visual stunts)?<p>Is there any tool or setup that may provide significantly better search experience in local machines (windows or linux)?

6 comments

raidicyabout 5 years ago
I have this app called Search Everything[0]. Allows you to search everything on your PC (I use Win10).<p>The other option is using cmd prompt:<p>DIR C:\myfile.txt &#x2F;S<p>No idea how with PowerShell<p>[0]<a href="https:&#x2F;&#x2F;www.voidtools.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.voidtools.com&#x2F;</a>
评论 #22684862 未加载
评论 #22684322 未加载
a3nabout 5 years ago
When you search the web, the search engine has already indexed the web (and is doing so constantly). Your results come from hits in that index.<p>If you want fast results searching your large local disk, you need to periodically index your disk in the background.<p>I used such an indexer back around 2000. It was a Java program. I can&#x27;t remember the name at all.<p>There are probably more such indexers today.
ChrisGrangerabout 5 years ago
For Linux, the locate command from GNU Find Utilities is pretty fast if your index is up-to-date. I also really like fzf, the fuzzy-find tool.<p><a href="https:&#x2F;&#x2F;github.com&#x2F;junegunn&#x2F;fzf" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;junegunn&#x2F;fzf</a>
zaptttabout 5 years ago
1) becuase you don&#x27;t how to use grep et al.<p>2) because you don&#x27;t use open formats.<p>3) because you do have a minimally decent data organization and have to search too much data every time.
generalpassabout 5 years ago
&gt; ...using a Windows 10 machine.<p>Case closed.
paulbishopabout 5 years ago
for files use everything for enterprise use M-Files ...Case closed