Viewing profile — joshaber
joshaber
HN member- Joined
- Mon, Mar 14, 2011, 2:51 AM UTC
- HN karma
- 406
- Public activity
- 28 items
- HN profile
- View on Hacker News ↗
About joshaber
http://twitter.com/joshaber https://github.com/joshaber
Recent public activity
- story
- story
- story
- story
- story
- story
- story
- story
-
comment
Comment #3930037
That was my fear while I was writing the post :\ The problem with Rx / RAC is there's a big learning curve, especially coming from procedural programming. It's much bigger than 1 b…
-
comment
Comment #3929818
Yeah, we played around with a bunch of different styles, including defining the block before its use. It looked cleaner but the code locality of defining them inline won.
- story
- story
- story
- story
- story
- story
-
comment
Comment #2998282
I'd love to do this. The hard part is getting Xcode to cooperate :\
-
comment
Comment #2899092
We have a bunch of topic- or project-specific rooms, one room for animated gifs and pictures of cats, and one room for serious business stuff. Pretty much everybody hangs out in th…
-
comment
Comment #2686433
It was intentional. There are differences between the 32- and 64-bit ABIs that make life easier for us to go 64-bit only.
-
comment
Comment #2684519
It takes days/weeks for Apple to approve updates and then users have to consciously open the Mac App Store app and download them.
-
comment
Comment #2684394
Yes. But the update experience for Mac App Store apps is so bad right now that it's a bit discouraging.
-
comment
Comment #2375943
It makes me really sad that for a lot of people John Locke == some dude from some shitty show.
-
comment
Comment #2356655
Compare NSView vs. UIView. Or NSViewController vs. UIViewController. Or NSTableView vs. UITableView. NSButton vs. UIButton. Same names but very different design patterns and APIs. …
-
comment
Comment #2356211
AppKit and UIKit aren't at all similar. And they aren't related. UIKit was written from the ground up for iOS and is based on Core Animation. AppKit was written by NeXSTEP and is b…
-
comment
Comment #2356030
Sure but it's all in how you use it. Not everything comes over cleanly but a lot does. AppKit is old and crufty and doesn't play well with Core Animation. Since Chameleon is Core A…