Viewing profile — fugalh
fugalh
HN member- Joined
- Fri, Jun 19, 2015, 6:39 PM UTC
- HN karma
- 29
- Public activity
- 6 items
- HN profile
- View on Hacker News ↗
About fugalh
No profile information was provided.
Recent public activity
-
comment
Comment #11536423
When I name things I look for a word that doesn't get drowned out by unrelated hits in search engines, and has some kind of link to what the library does. Straightforward names are…
-
comment
Comment #9748166
Indeed, any good intro to Rx points this out: Observable is the plural of future/promise. When people are trying to do fancy streaming stuff with futures and come to me for help, I…
-
comment
Comment #9747805
Yes, templates are expensive at compile time (memory and time both). folly/futures only depends on a few pieces of folly/, you may find that you can use the futures headers just fi…
-
comment
Comment #9746851
Scala also takes the same way C++11 does, and to my mind it makes more sense this way. So from my perspective Javascript is the backward duck here. I agree it would be nice if we c…
-
comment
Comment #9746828
Yes, the two terms are unfortunately both synonymous (comparing different implementations of the pattern in different languages), and usually have specific meanings in the context …
-
comment
Comment #9746797
It is along the same lines as boost's futures implementation. We have a different mechanism for expressing thread management, born out of trial and error and Facebook engineer feed…