Live data from Hacker News

Viewing profile — joshaber

joshaber

HN member
Joined
Mon, Mar 14, 2011, 2:51 AM UTC
HN karma
406
Public activity
28 items

About joshaber

Work at GitHub. Do Mac and iOS things.

http://twitter.com/joshaber https://github.com/joshaber

Recent public activity

  1. story
  2. story
  3. story
  4. story
  5. story
  6. story
  7. story
  8. story
  9. 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…

  10. 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.

  11. story
  12. story
  13. story
  14. story
  15. story
  16. story
  17. comment
    Comment #2998282

    I'd love to do this. The hard part is getting Xcode to cooperate :\

  18. 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…

  19. 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.

  20. 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.

  21. comment
    Comment #2684394

    Yes. But the update experience for Mac App Store apps is so bad right now that it's a bit discouraging.

  22. comment
    Comment #2375943

    It makes me really sad that for a lot of people John Locke == some dude from some shitty show.

  23. 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. …

  24. 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…

  25. 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…