Viewing profile — subdigital
subdigital
HN member- Joined
- Fri, Aug 26, 2011, 3:27 PM UTC
- HN karma
- 60
- Public activity
- 19 items
- HN profile
- View on Hacker News ↗
About subdigital
No profile information was provided.
Recent public activity
-
comment
Comment #7890410
Thanks, included this in the post.
-
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 …
-
comment
Comment #7305461
I do too. Did you find any more details on this?
-
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.
-
comment
Comment #4938326
Really appreciate the vote of confidence. Incredibly humbling, and I thank you!
-
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?
-
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…
-
comment
Comment #4867308
I run NSScreencast which covers all things iOS in bite-sized weekly videos. Check it out http://nsscreencast.com
- story
-
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…
-
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.
- story
-
comment
Comment #3627867
No good will come of this.
-
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…
-
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…
-
comment
Comment #3593948
Thanks for the feedback! I'm guessing your right about the video skipping, but I'll keep my eye on it.
-
comment
Comment #3592363
....but those aren't "bite-sized" ;)
-
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.
-
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 …