Live data from Hacker News

Viewing profile — subdigital

subdigital

HN member
Joined
Fri, Aug 26, 2011, 3:27 PM UTC
HN karma
60
Public activity
19 items

About subdigital

No profile information was provided.

Recent public activity

  1. comment
    Comment #7890410

    Thanks, included this in the post.

  2. comment
    Comment #7305519

    to fix it I had to reset my Keychain. Pain in the ass, but it was preventing me from working. To do this, open Keychain Access, open Preferences, and click Reset Keychain. It will …

  3. comment
    Comment #7305461

    I do too. Did you find any more details on this?

  4. comment
    Comment #7293230

    Clang currently does not warn about this, but I'd wager that Xcode will boast a feature in the next version that detects dead code due to early returns/gotos.

  5. comment
    Comment #4938326

    Really appreciate the vote of confidence. Incredibly humbling, and I thank you!

  6. comment
    Comment #4937659

    I've considered it in the past. There hasn't been much demand for it. Can you suggest the idea at http://nsscreencast.uservoice.com so people can vote on it?

  7. comment
    Comment #4937647

    Thanks, that's a good point. In the beginning, when I didn't have a lot of episodes, the free ones were easier to find. I'll be adding a quick way to see all the free videos on the…

  8. comment
    Comment #4867308

    I run NSScreencast which covers all things iOS in bite-sized weekly videos. Check it out http://nsscreencast.com

  9. story
  10. comment
    Comment #3783721

    Even more reason to buy the developer's independent game, Connectrode. It's only $0.99. http://www.deepplaid.com/connectrode/Site/Connectrode.html Show him he made the right decisi…

  11. comment
    Comment #3664274

    I think you're confusing Ruby with Rails. Flat out refusing to learn a wonderful programming language because you don't agree with it's dominant web framework is silly.

  12. story
  13. comment
    Comment #3627867

    No good will come of this.

  14. comment
    Comment #3593954

    Wow, kleiba, that's interesting to know Of course "NS" is a play on Apple's Foundation classes that use the NextStep prefix for pseudo-namespaces. It's unfortunate that it has conn…

  15. comment
    Comment #3593950

    There's an RSS feed at http://feeds.feedburner.com/nsscreencast . It doesn't yet contain the enclosure for iTunes, but I'll get that in shortly. I'll be releasing a video each week…

  16. comment
    Comment #3593948

    Thanks for the feedback! I'm guessing your right about the video skipping, but I'll keep my eye on it.

  17. comment
    Comment #3592363

    ....but those aren't "bite-sized" ;)

  18. comment
    Comment #3592360

    You're right, ARC is partially supported in 4.0 (no weak references), but learning the hard way is still beneficial before learning on ARC.

  19. comment
    Comment #3592303

    Thanks! I still recommend that everyone learn how memory management works before jumping into ARC. Much of what I do still has to support 4.0. That said, ARC is pretty badass, and …