Live data from Hacker News

Viewing profile — mrv_asura

mrv_asura

HN member
Joined
Wed, Apr 14, 2021, 5:53 PM UTC
HN karma
239
Public activity
35 items

About mrv_asura

No profile information was provided.

Recent public activity

  1. comment
    Comment #48851132

    A concise, visual retelling of [Jay Kreps’ classic essay]( https://www.linkedin.com/blog/engineering/distributed-system... ) All diagrams are from Kreps’ own Stanford EE380 lecture…

  2. story
  3. comment
    Comment #44056206

    Awesome! Curious how you guys manage to make it "75% cheaper"?

  4. story
  5. story
  6. story
  7. comment
    Comment #42821626

    Personal favorites: 1. Merkle Trees: https://ronkathon.pluto.xyz/src/tree/index.html 2. Digital Signatures: https://ronkathon.pluto.xyz/src/dsa/index.html

  8. comment
    Comment #42821607

    Also checkout the github repo: https://github.com/pluto/ronkathon

  9. story
  10. story
  11. comment
    Comment #40738250

    See github repo: https://github.com/mrdaybird/artspeak

  12. comment
  13. story
  14. story
  15. comment
    Comment #37222472

    I learnt about KL Divergence recently and it was pretty cool to know that cross-entropy loss originated from KL Divergence. But could someone give me the cases where it is preferre…

  16. comment
    Comment #37100853

    Great explanation. Now it makes sense! I briefly remember napping during my physics lectures looking over the transformation equations, which did not make sense to me. ( I know it'…

  17. story
  18. story
  19. comment
    Comment #36788232

    I have never used Postman, but I am curious, how useful or good, if any, their product is? given the recent bashing it received for being over-valued and being just a wrapper aroun…

  20. comment
    Comment #36787975

    Read: Another nail in Netflix's coffin.

  21. comment
    Comment #36787588

    Creator of mlpack and armadillo announced Bandicoot.

  22. story
  23. comment
    Comment #36046583

    Question: Does fp16 provide more accuracy than mixed-precision? If so, any reason for this to be happening? Looking at the discussion, everybody is agreeing to the fact that it is …

  24. comment
    Comment #36046420

    > The reason for having more bits is having large numbers of incoming or outgoing connections. I am having trouble getting my head around this statement, could you please explain t…

  25. comment
    Comment #35985008

    Well, for me in the beginning getting results matter more than clean code. There are certain things you learn along the way, like what 'not' to do, which help you in the long run, …