Welcome to the MacNN Forums.

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

You are here: MacNN Forums > Software - Troubleshooting and Discussion > Developer Center > where else do we discuss OSX development?

where else do we discuss OSX development?
Thread Tools
Fresh-Faced Recruit
Join Date: Jan 2001
Status: Offline
Reply With Quote
Jan 25, 2001, 07:02 PM
 
Where else do people discuss OSX development (me being particularly interested in Cocoa development)?

I know about the Omni-sponsored list, MacOSX-Dev, which is quite valuable. Other than that, though, I wonder what other resources there are.

I visited the usenet group comp.lang.objective-c, which seems to mostly be dedicated to an incredible, vitriolic, roiling flame war regarding autorelease pools and ref counting schemes.

Can anybody recommend other venues? These forums are actually quite good for web forums, but the web just isn't as good at this stuff as usenet or email lists.

tia,
--
mason
     
Mac Enthusiast
Join Date: Feb 2000
Location: Storrs,Connecticut, USA
Status: Offline
Reply With Quote
Jan 26, 2001, 08:27 AM
 
NSAutoreleasePool *pool;

pool = [[NSAutoreleasePool alloc] init];

[output insertText: @"I don't know of any others. I don't think that there are very many... but on the topic of autorelease pools I hate how appkit autoreleases everything. I'd rather explicity release stuff when I am good and ready to release it. I hate having to make an autorelease pool if I have a loop that is done many times in which I some appkit function which autoreleases stuff. (Or else RAM usage will soar as crap is autoreleased but doesn't get back to the event loop so the memory isn't released for a while!)I haven't seen the flame wars but I can already see why they'd be there. Autorelease is evil."];

[pool release];

[This message has been edited by Dalgo (edited 01-26-2001).]
     
   
Thread Tools
Forum Links
Forum Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Top
Privacy Policy
All times are GMT -5. The time now is 12:12 PM.
All contents of these forums © 1995-2011 MacNN. All rights reserved.
Branding + Design: www.gesamtbild.com
vBulletin v.3.8.7 © 2000-2011, Jelsoft Enterprises Ltd., Content Relevant URLs by vBSEO 3.3.2