Live data from Hacker News

Ask HN: Why can't we still search local disk the way we search online?

news.ycombinator.com

1–10 of 10 posts

Ask HN: Why can't we still search local disk the way we search online?

#1
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't significantly reduce the search time either.

I am wondering why can'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)?

Is there any tool or setup that may provide significantly better search experience in local machines (windows or linux)?

Re: Ask HN: Why can't we still search local disk the way we search online?

#3
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.

If you want fast results searching your large local disk, you need to periodically index your disk in the background.

I used such an indexer back around 2000. It was a Java program. I can't remember the name at all.

There are probably more such indexers today.

Re: Ask HN: Why can't we still search local disk the way we search online?

#9
post #5

I have this app called Search Everything[0]. Allows you to search everything on your PC (I use Win10). The other option is using cmd prompt: DIR C:\myfile.txt /S No idea how with PowerShell [0] https://www.voidtools.com/

findstr /spin /C:"class sample" *.cs

you can use this to look in files on windows

Re: Ask HN: Why can't we still search local disk the way we search online?

#10
post #5

I have this app called Search Everything[0]. Allows you to search everything on your PC (I use Win10). The other option is using cmd prompt: DIR C:\myfile.txt /S No idea how with PowerShell [0] https://www.voidtools.com/

Everything has CLI tool, es.exe, that you can use in shell.

But yeah, there is nothing better then Everything, on any OS.