Viewing profile — bklimt
bklimt
HN member- Joined
- Fri, Oct 26, 2012, 7:09 AM UTC
- HN karma
- 37
- Public activity
- 17 items
- HN profile
- View on Hacker News ↗
About bklimt
https://twitter.com/bklimt
Recent public activity
-
comment
Comment #11656212
Why are you assuming that none of us defending suburbs are American? There's a reason so many people like to live in them.
-
comment
Comment #11655804
In every suburb I've lived in, whether in Austin or Pittsburgh or San Jose, there has been a grocery store within walking distance. I have lived in smaller cities where that's not …
-
comment
Comment #11655785
Chains like Starbucks and McDonald's are popular for a reason. They make products people like. They have optimized for scale and cost. They provide consistent product and service, …
-
comment
Comment #11512078
Nope, every single programming language and computing interface is an attempt to avoid writing machine code. :)
-
comment
Comment #10493690
As a person with a toddler and 2 very talkative simanese cats, I cann tek k tiy= lplease just let me go back to lsepp
-
comment
Comment #10316825
Observables are great, and are indeed the stream equivalent to Tasks. But the await/async keyword compilation doesn't support them. I think that's the parent post's point.
-
comment
Comment #10316818
The one advantage of C#'s async/await over Go's CSP is that by exposing the underlying Tasks, you can take more control over how the continuations get executed. The result of this …
-
comment
Comment #10230946
He's 14, not 12.
-
comment
Comment #9746910
How does this project relate to Facebook's other futures/promises library, Bolts? https://code.facebook.com/posts/225525624316574/building-and...
-
comment
Comment #7894427
"In general, a character can be represented in 1 byte or 2 bytes. Let's say 1-byte character is ANSI character - all English characters are represented through this encoding. And l…
- story
- story
-
comment
Comment #7154985
I should point out that the Parse iOS SDK has been built on top of this task framework for over a year, and the Facebook iOS SDK has been using it for months. So it has been battle…
-
comment
Comment #5339581
"In terms of academia and career, engineers at companies like Google are used to doing really well and rejection is not a frequent event in this part of their lives. They probably …
-
comment
Comment #5135566
There is a fork of CoffeeScript called IcedCoffeeScript that adds something similar: http://maxtaco.github.com/coffee-script/
-
comment
Comment #4930618
> you are nowhere near familiar enough with Go to be justified in doing so Haha, I agree. I wrote it mostly to try to get my thoughts straight, and didn't expect it to be posted to…
-
comment
Comment #4701202
PFObject subclassing and a more comprehensive offline solution are both very high on our list of features we would like to add. We're just taking our time to make sure we get them …