Live data from Hacker News

Viewing profile — tadkar

tadkar

HN member
Joined
Fri, Jun 20, 2014, 11:11 AM UTC
HN karma
177
Public activity
49 items

About tadkar

No profile information was provided.

Recent public activity

  1. comment
    Comment #48671754

    ahead of time

  2. comment
    Comment #42814259

    I think the important thing is that the first approach to converting complete sentences to an embedding was done by averaging all the embeddings of the tokens in the sentence. What…

  3. comment
    Comment #42811052

    Here’s my understanding. It is intimidating to write a response to you, because you have an exceptionally clear writing style. I hope the more knowledgable HN crowd will correct an…

  4. comment
    Comment #40895792

    I have a theory that organizations that grow fast and scale well all have this “cellular model” at their core. Investment bank trading desks in the pre-2008 era, partnership at the…

  5. comment
  6. story
  7. comment
    Comment #38475512

    This is a great blog to give you things to get started. https://easyperf.net/ As with all things, practice is an essential part of improving! Then, there's learning from some real …

  8. comment
    Comment #37270671

    I came here to say exactly the same thing. There are also a couple of other options: the MIR project from RedHat [1], libjit [2], lightning [3] and Dynasm [4] 1. https://github.com…

  9. comment
    Comment #36705605

    I suspect that for most Bloom filters, the most commonly used hash functions are “good enough”. There’s also some literature to suggest that using just 2 hash functions and recombi…

  10. story
  11. story
  12. comment
    Comment #32375646

    I think JetBrains have something where you can do something like what you’re looking for. https://www.jetbrains.com/mps/

  13. comment
    Comment #32131805

    I think this is the paper https://arxiv.org/abs/1204.6079

  14. story
  15. comment
    Comment #28279167

    How does preflight deal with selectors used to identify elements changing? This is the critical piece to solve before systems like this are useful. As identified in the paper discu…

  16. story
  17. comment
    Comment #27874197

    From an employer’s perspective, I’d be super interested in hearing about the experience of applying for this visa too! Does the UK government make it easy to apply? What are the in…

  18. comment
    Comment #27799830

    The paper has a great figure where they illustrate areas of the overhead vs false positive trade-off space where each filter type performs best. Cuckoo filters make an appearance t…

  19. comment
    Comment #27799402

    A hyperLogLog is for counting distinct elements. This and Bloom filters are more about checking whether an element has been seen before; a very different use case.

  20. story
  21. story
  22. comment
    Comment #26464678

    There is a similar great project here [1] with the Hungarian Wikipedia corpus. Great workout for non English and maybe non-ascii operations. The performance of Java there is super …

  23. comment
    Comment #26187613

    Clickhouse is not something you use for a CRUD backend. The obsession with Clickhouse is the phenomenal performance for the OLAP use case, a scenario where there were not many open…

  24. comment
    Comment #25602476

    I am going to massively over simplify, but here goes. The really big idea from control theory is the idea of negative feedback. This basically boils down to measuring the output of…

  25. comment
    Comment #25601727

    The observation about consumer inflation is very true, the massive inflation is actually in asset values (house prices, share prices, etc) I also wonder how I reconcile the rest co…