Viewing profile — saiojd
saiojd
HN member- Joined
- Mon, Jun 01, 2020, 4:36 PM UTC
- HN karma
- 294
- Public activity
- 137 items
- HN profile
- View on Hacker News ↗
About saiojd
No profile information was provided.
Recent public activity
-
comment
Comment #40398701
Plenty of people are already miserable. Might as well try if you are no?
-
comment
Comment #39727770
What does __syncthreads() do here exactly? I'm new to CUDA, could get the overall idea of the FlashAttention paper but not the details.
-
comment
Comment #37285780
I would guess, to make sure the classic noob mistake of typing `if x = 3:` instead of `if x == 3:` stays a syntax error
-
comment
Comment #37249164
I had missed this message but have to say I love the expression "orthogonal nightmares", really captures it well :)
-
comment
Comment #37243884
If this happens we will just get more things done with the same amount of compute (see: Blinn's law). The demand for GPUs does not really come from algorithmic compute requirements…
-
comment
Comment #37101744
Javascript's package management is so much better than Python's IMO...
-
comment
Comment #36858810
Most papers already have code, and videos are very common.
-
comment
Comment #36739889
I understand better what you mean now. Clearly you've thought about this topic more than I have, so I don't think I can contribute much to the conversation unfortunately. "It still…
-
comment
Comment #36731869
I don't see your point, to be honest. This US government could easily afford to host Reddit. The reasons it does not are cultural, not economic.
-
comment
Comment #36724238
That's a fair point about allowing competition. But frankly, it just sucks that Reddit choses to purposefully hurt its service. With social media, there's also a strong moating eff…
-
comment
Comment #36723255
I'm not the type to hate on capitalism but Reddit's management is truly capitalism gone wrong. Ruining a public service for the profits of a few. What a waste.
-
comment
Comment #36546435
Thanks for the info. I didn't know about the TomeSD stuff, really interesting. Why do you think that AITemplate is so much faster?
-
comment
Comment #36499465
I find you post intriguing. What would you say are the major janks with torch.compile, and what issues are addressed by TVM/AITemplate but not by torch.compile? EDIT: If I understa…
-
comment
Comment #36495734
Not to dismiss the guts of these explorers, but we have not been to the Moon in 50 years because it costs a fortune to get to when it's not much more than a floating rock (I'm bein…
-
comment
Comment #36399553
`with` blocks in Python become very ugly when nested, I'm glad it's a single line personally
-
comment
Comment #36399510
To me it seems like disposing of the object being destructured is the natural solution. But I can see where others will disagree.
-
comment
Comment #36389405
I agree. I feel like `using async x = ...` would read much more nicely and avoid the confusion.
-
comment
Comment #36389389
That's strange, what's the motivation behind not allowing destructuring? Seems very prudish.
-
comment
Comment #36389364
Imagine that resource inherits from a class with an existing method called dispose. What happens then?
-
comment
Comment #36281569
Saccadic masking probably comes into play: https://en.wikipedia.org/wiki/Saccadic_masking (brains "drops frames" while the eyes move, so "popping" during eye movement probably won'…
-
comment
Comment #36281494
What kind of bagel?
-
comment
Comment #36235925
I see your point. I just went over the abstract again and I totally agree.
-
comment
Comment #36235354
While I agree that the claims are hyperbolic, I think you are approaching this paper from the point of view of someone who knows a lot about sorting. Because of this, its normal th…
-
comment
Comment #36235241
Sure, but the whole point is to reduce this kind of search to RL, which is a very general framework. Their paper shows that such a generic approach can solve a very specific proble…
-
comment
Comment #36234903
I feel like your take is overly cynical. The fact that humans can do the same thing by hand is not really the point. The contribution lies in the fact that their method derived thi…