Viewing profile — realfun
realfun
HN member- Joined
- Tue, Jul 08, 2014, 5:08 PM UTC
- HN karma
- 93
- Public activity
- 13 items
- HN profile
- View on Hacker News ↗
About realfun
Recent public activity
-
comment
Comment #44038524
I think it would take quite a long while to achieve human-level anti-entropy in Agentic systems. Complex system requires tons of iterations, the confidence level of each iteration …
-
comment
Comment #31673362
Agreed. It does need memorization. Anyone who don't think so can try to add and multiply in hexadecimal, what is 0xA + 0xC and what is 0x8 * 0x6? It becomes quite obvious memorizat…
-
comment
Comment #21030036
Roaring bitmap works surprisingly better than bloom filter in Elastic-search as skip list plugin, completely beats the built-in skip list function.
- story
-
comment
Comment #19356693
Is there a reliable way to tell which airplane type before booking?
-
comment
Comment #17668213
Part 2: https://tech.gotinder.com/geosharded-recommendations-part-2-...
-
comment
Comment #17577070
Thanks for sharing EGreg. Elasticsearch has geo-indexing as well(based on geohash internally), and by default it does id hashing similar to what you said(murmurhash3), we actually …
-
comment
Comment #17576933
not just near the poles. Geohash distortion is already very obvious when you compare UK and countries in south Asia.
-
comment
Comment #17576852
Same strategy can be applied regardless of ES version. ES6 does has index sorting and other optimizations, but not as good as pre-sharding for location based services, cases like T…
-
comment
Comment #17576833
geo-indexing is different from geo-sharding, search indexes normally have geo-indexing, but it is still one big index handles every single search. The alternative(geohash) is menti…
-
comment
Comment #17571489
Thanks for the suggestion and there are definitely room for optimization. In the original design we did consider approach similar to the "heatmap approach" you mentioned, it would …
- story
- story