Live data from Hacker News

Viewing profile — realfun

realfun

HN member
Joined
Tue, Jul 08, 2014, 5:08 PM UTC
HN karma
93
Public activity
13 items

About realfun

https://www.linkedin.com/in/realfun/

Recent public activity

  1. 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 …

  2. 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…

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

  4. story
  5. comment
    Comment #19356693

    Is there a reliable way to tell which airplane type before booking?

  6. comment
    Comment #17668213

    Part 2: https://tech.gotinder.com/geosharded-recommendations-part-2-...

  7. 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 …

  8. comment
    Comment #17576933

    not just near the poles. Geohash distortion is already very obvious when you compare UK and countries in south Asia.

  9. 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…

  10. 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…

  11. 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 …

  12. story
  13. story