Y
Hacker News
new
|
ask
|
show
|
jobs
by
The5thElephant
1442 days ago
I believe they meant they want something that searches only content the user has personally directly accessed, not ALL local content.
3 comments
ricardobeat
1442 days ago
Spotlight on Mac will show you recently opened, or frequently opened, files first.
link
invalidusernam3
1442 days ago
Ordering by "Date Last Opened" or "Date Modified" does a fairly good job in some cases
link
theK
1442 days ago
This does introduce sorting contention though, what to sort for first? relevance or date accessed? Ideally you would want to introduce date accessed as an aspect of relevance itself.
link
fnord123
1442 days ago
I thought we all disabled access time (mounting with noatime) to avoid trashing SSDs so quickly.
link