Re: Finder File Size discrepancy..

2011-12-28 Thread John Hawkinson
d disagree strongly. Show the information you think is more important, but provide the file size too. Make it as small or unobtrusive in the UI as you need to, but don't hide it. For instance, time estimates are *notoriously* unreliable, especially where networks are involved.

Re: Debugging stack traces, reprised

2011-10-03 Thread John Hawkinson
sh report in the Binary Images section as: 0x2bc4c000 - 0x2bc65fff +mymodule /path/to/mymodule and then punch it in to atos: atos -l 0x2bc4c000 -o /path/to/mymodule.dSYM and then just enter hex addresses on standard input (or you could append them to the atos command-line as well). --jh...@m

Re: NSFileManager - a cautionary tale

2011-07-30 Thread John Hawkinson
a DTrace probe, launchd property, etc. --jh...@mit.edu John Hawkinson ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.appl