Viewing profile — mrv_asura
mrv_asura
HN member- Joined
- Wed, Apr 14, 2021, 5:53 PM UTC
- HN karma
- 239
- Public activity
- 35 items
- HN profile
- View on Hacker News ↗
About mrv_asura
No profile information was provided.
Recent public activity
-
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…
- story
-
comment
Comment #44056206
Awesome! Curious how you guys manage to make it "75% cheaper"?
- story
- story
- story
-
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
-
comment
Comment #42821607
Also checkout the github repo: https://github.com/pluto/ronkathon
- story
- story
-
comment
Comment #40738250
See github repo: https://github.com/mrdaybird/artspeak
- comment
- story
- story
-
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…
-
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'…
- story
- story
-
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…
-
comment
Comment #36787975
Read: Another nail in Netflix's coffin.
-
comment
Comment #36787588
Creator of mlpack and armadillo announced Bandicoot.
- story
-
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 …
-
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…
-
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, …