Hacker News new | ask | show | jobs
by relate 2148 days ago
You could allow for errors and use a bloom filter to avoid the space issue:

https://en.wikipedia.org/wiki/Bloom_filter

1 comments

Or you could use a privacy-preserving lookup API, but that might be too much traffic. A Bloom filter could be downloaded locally and is probably a better solution.
Bloom filter as first pass and then privacy-preserving lookup API if it returns "probably a match"?
If it returns "probably a match", you can just look up with HN directly, like it does now.