Viewing profile — ndh2
ndh2
HN member- Joined
- Tue, Jan 31, 2017, 11:20 PM UTC
- HN karma
- 578
- Public activity
- 227 items
- HN profile
- View on Hacker News ↗
About ndh2
No profile information was provided.
Recent public activity
-
comment
Comment #18573058
I don't understand your example. What does compile-time computed stuff have to do with readInt()? I get that it might be possible to do that, use a Maybe Maybe T. But it's like an …
-
comment
Comment #18572381
So you're saying that the one Nothing has a different meaning than the other Nothing, and that this is something that anybody would want? Or that we have a Nothing and a Just Nothi…
-
comment
Comment #18568121
Thanks dang
-
comment
Comment #18212228
First I want to thank you for your honesty. It is so refreshing to read, in this sea of self-promotion of Medium posts that go around here. You may want to talk to a coach about th…
-
comment
Comment #18199372
My understanding is that this is only about memory access patterns, and has nothing to do with multithreading. The basic example being matrix multiplications C=A∙B. If the matrices…
- comment
-
comment
Comment #18182210
> NOTE 2: Depending on the shape of your head the head band of the earmuffs can make the crown of your head hurt – though this is not limited to earmuffs as may headphones have thi…
-
comment
Comment #18137767
Some more interesting comments here: https://www.reddit.com/r/cpp/comments/9jwdpf/journeys_toward...
- comment
-
comment
Comment #18039114
Because Starcraft is 1v1 and LoL is 5v5. Poker AIs also focus on 1v1 as opposed to full ring games. It's easier. Also because Starcraft has three races, i. e. 9 matchups. But if yo…
-
comment
Comment #18038468
Oh, alright. I thought the "it" would refer to the question, not the whole review process.
-
comment
Comment #18037912
Neat, another one for my list. Seed7 allows the extension of the grammar [1]. The compiler understands a simple EBNF which doesn't distinguish between different non-terminals. The …
-
comment
Comment #18037806
> If they had a question on a change, it would add two days latency Wouldn't that be just one day? You ask the question while they sleep, they answer while you sleep, you get the a…
-
comment
Comment #18034707
Does the compiler build the initial AST based on a grammar, before the transformations happen? That would mean you can't expand the grammar with user-defined rules. The reason you …
-
comment
Comment #18033764
Ben, could you go a little into detail on what you had in mind with the term rewriting system? The sin/cos example seems a little underwhelming, since these should be evaluated at …
-
comment
Comment #18030388
There's got to be some boundary, though. The guy streams every single day. Doesn't even take one weekday off. That's not healthy.
-
comment
Comment #17798684
Yea. It went "Ultimate is a thing, and things started existing at some point. Ultimate also started existing at some point. Also there are no refs. Because no, man, I'm not gonna."…
-
comment
Comment #17780956
So? The two bugs uncovered were Windows bugs.
-
comment
Comment #17780806
Hi Bruce. This is a fantastic article, but I needed to read it twice to understand everything. Very dense in information, and sometimes the order of things make it hard to follow. …
-
comment
Comment #17780726
Why do you say "he is partially responsible for it"?
-
comment
Comment #17768254
The author tried to be clever with the title, but failed to take into account how human perception works. The second "review" gets filtered out like that gorilla in the basketball …
-
comment
Comment #17739368
Any example or tutorial?
-
comment
Comment #17717919
The biggest problems in my opinion are the drive-by downvotes. If you're not willing to fix the problem, you should not have the right to engage. Downvotes should be tied to some s…
-
comment
Comment #17714077
Zig is Linux-first, though. I don't think they have any dev who runs Windows. For games especially, you don't want Windows to be an afterthought. Maybe they'll get to it eventually…
-
comment
Comment #17693782
Thanks!