Ask HN: Why can't we still search local disk the way we search online?
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)?
9 comments
[ 1.6 ms ] story [ 28.1 ms ] threadCase closed.
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.
The other option is using cmd prompt:
DIR C:\myfile.txt /S
No idea how with PowerShell
[0]https://www.voidtools.com/
you can use this to look in files on windows
But yeah, there is nothing better then Everything, on any OS.
https://github.com/junegunn/fzf
2) because you don't use open formats.
3) because you do have a minimally decent data organization and have to search too much data every time.