Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
subdigital
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
12 ms
·
1.
▲
by
subdigital
12y ago
Thanks, included this in the post.
2.
▲
by
subdigital
13y ago
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 create a new login keychain and keep your old one backed u
3.
▲
by
subdigital
13y ago
I do too. Did you find any more details on this?
4.
▲
by
subdigital
13y ago
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.
▲
by
subdigital
14y ago
Really appreciate the vote of confidence. Incredibly humbling, and I thank you!
6.
▲
by
subdigital
14y ago
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.
▲
by
subdigital
14y ago
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 site soon.
8.
▲
by
subdigital
14y ago
I run NSScreencast which covers all things iOS in bite-sized weekly videos. Check it out http://nsscreencast.com
9.
▲
IOU: Creating a Framework for Open Source Developers to Offer Commercial Support
(mattt.me)
2 points
by
subdigital
14y ago
|
0 comments
10.
▲
by
subdigital
14y ago
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 decision.
11.
▲
by
subdigital
15y ago
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.
▲
Someone Save Us From REST
(wekeroad.com)
42 points
by
subdigital
15y ago
|
8 comments
13.
▲
by
subdigital
15y ago
No good will come of this.
14.
▲
by
subdigital
15y ago
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 connotations from our sordid past.
15.
▲
by
subdigital
15y ago
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.
▲
by
subdigital
15y ago
Thanks for the feedback! I'm guessing your right about the video skipping, but I'll keep my eye on it.
17.
▲
by
subdigital
15y ago
....but those aren't "bite-sized" ;)
18.
▲
by
subdigital
15y ago
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.
▲
by
subdigital
15y ago
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 I plan on doing a screencast on ARC in the near future.