Viewing profile — ewrcoffee
ewrcoffee
HN member- Joined
- Fri, Mar 17, 2017, 1:05 AM UTC
- HN karma
- 21
- Public activity
- 16 items
- HN profile
- View on Hacker News ↗
About ewrcoffee
No profile information was provided.
Recent public activity
-
comment
Comment #20120073
> Looker's sale team is so aggressive and their support team is great. In fact, that's why Looker became so big in the last few years. Google is not famous in terms of support. Tha…
-
comment
Comment #17004039
This is mostly lost in translation. The original quote has nothing to do with external shame.
-
comment
Comment #16018895
I think the point of machine learning is that such detailed models do not need to be explicitly modeled, but as some implicit layers to learn.
-
comment
Comment #15985457
I see. Now I see a strong point of favoring implicitly passing the context - attaching the context to a go routine local variable (no such thing yet), so the aspect of context pass…
-
comment
Comment #15981205
I would expect one can reason about the program of the proof in less than 100 hours, which is essentially the proof.
-
comment
Comment #15979926
Not sure why don't you like go's context model. It works pretty well in our production system. I can see people would like to pass the context implicitly. But I don't have a strong…
-
comment
Comment #15661961
There's a movie on business like this: The Bride of Rip Van Winkle by Shunji Iwai. But not sure if it is inspired by the exact same company.
-
comment
Comment #15554887
We tried Apollo in its very early stage, the code complexity and the hard to debug object cache management drove us away. We are quite happy with some simple combination of raw fet…
-
comment
Comment #15004376
Chinese here, I agree that it is very easy to have puns in Chinese. But I don't think Chinese find puns very humorous in general (probably it is too easy?), is it more often used t…
-
comment
Comment #14600737
but it could https://youtu.be/gy5g33S0Gzo
-
comment
Comment #14387185
If you are already a haskell shop and need some way to write JSON schema, this probably doesn't seem too much over engineer. On the other hand, if the purpose is just to limit the …
-
comment
Comment #14102401
Exactly, that paragraph is a very strong argument in favor of GraphQL.
-
comment
Comment #14009955
I can see the major point of making a microkernel is to allow kernel or other service (like driver) upgrade to be de-coupled; it would also allow much easier integration of non-ope…
-
comment
Comment #13928629
Very interesting! Where can I more details in building UI with Reason?
-
comment
Comment #13906578
To my understanding, react allows writing more type safe code. So no.
-
comment
Comment #13890520
Without session transaction, how does the application performs transactional read modify write?