<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments for @kaler</title>
	<atom:link href="http://parveenkaler.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://parveenkaler.com</link>
	<description>Parveen Kaler &#124; Director of Development &#124; Tingle.com</description>
	<lastBuildDate>Tue, 07 Feb 2012 20:34:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>Comment on Continuous Deployment for iOS Apps by Vladimir Grichina</title>
		<link>http://parveenkaler.com/2012/02/04/continuous-deployment-for-ios-apps/comment-page-1/#comment-108000</link>
		<dc:creator>Vladimir Grichina</dc:creator>
		<pubDate>Tue, 07 Feb 2012 20:34:00 +0000</pubDate>
		<guid isPermaLink="false">http://parveenkaler.com/?p=424#comment-108000</guid>
		<description>If anyone is interested – I&#039;m working on hosted service with same capability: https://hosted-ci.com/</description>
		<content:encoded><![CDATA[<p>If anyone is interested – I&#8217;m working on hosted service with same capability: <a href="https://hosted-ci.com/" rel="nofollow">https://hosted-ci.com/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Continuous Deployment for iOS Apps by Matt Walters</title>
		<link>http://parveenkaler.com/2012/02/04/continuous-deployment-for-ios-apps/comment-page-1/#comment-107999</link>
		<dc:creator>Matt Walters</dc:creator>
		<pubDate>Mon, 06 Feb 2012 17:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://parveenkaler.com/?p=424#comment-107999</guid>
		<description>We&#039;re using Atlassian Bamboo for CI / deployment. Had home-rolled a little local server for internal distribution as well but recently migrated to TestFlight as well.

Bamboo has several nice features for scripting - especially when dealing with multiple output builds from a single source tree, like we are - that Hudson / Jenkins doesn&#039;t. But as long as you&#039;re /doing/ CI / CD, the tools you&#039;re using don&#039;t matter so much. :)</description>
		<content:encoded><![CDATA[<p>We&#8217;re using Atlassian Bamboo for CI / deployment. Had home-rolled a little local server for internal distribution as well but recently migrated to TestFlight as well.</p>
<p>Bamboo has several nice features for scripting &#8211; especially when dealing with multiple output builds from a single source tree, like we are &#8211; that Hudson / Jenkins doesn&#8217;t. But as long as you&#8217;re /doing/ CI / CD, the tools you&#8217;re using don&#8217;t matter so much. <img src='http://parveenkaler.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on AI Distribution: Siri versus Google Search by Karl Schmidt</title>
		<link>http://parveenkaler.com/2011/10/16/ai-distribution-siri-versus-google-search/comment-page-1/#comment-107998</link>
		<dc:creator>Karl Schmidt</dc:creator>
		<pubDate>Tue, 18 Oct 2011 03:07:00 +0000</pubDate>
		<guid isPermaLink="false">http://parveenkaler.com/?p=418#comment-107998</guid>
		<description>I didn&#039;t think of Siri like this - very insightful. </description>
		<content:encoded><![CDATA[<p>I didn&#8217;t think of Siri like this &#8211; very insightful. </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on AI Distribution: Siri versus Google Search by Jeff Magnusson</title>
		<link>http://parveenkaler.com/2011/10/16/ai-distribution-siri-versus-google-search/comment-page-1/#comment-107997</link>
		<dc:creator>Jeff Magnusson</dc:creator>
		<pubDate>Mon, 17 Oct 2011 01:09:00 +0000</pubDate>
		<guid isPermaLink="false">http://parveenkaler.com/?p=418#comment-107997</guid>
		<description>Great foresight Parveen, and a good excuse to bone up on some fun AI topics that don&#039;t often get used in web and mobile dev!</description>
		<content:encoded><![CDATA[<p>Great foresight Parveen, and a good excuse to bone up on some fun AI topics that don&#8217;t often get used in web and mobile dev!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on CrashKit: Helping Your iOS/iPhone Apps Suck Less by Gabriel</title>
		<link>http://parveenkaler.com/2010/08/11/crashkit-helping-your-iphone-apps-suck-less/comment-page-1/#comment-107996</link>
		<dc:creator>Gabriel</dc:creator>
		<pubDate>Tue, 23 Aug 2011 21:57:00 +0000</pubDate>
		<guid isPermaLink="false">http://parveenkaler.com/?p=369#comment-107996</guid>
		<description>hm... it works great , but make it simple , so anyone can include The crashing kit e do what they want to do with that !

Generate SEGPipe for testing throw :

&quot;

    int fds[2];
    
    pipe(fds);
    close(fds[0]);
    write(fds[1], fds, sizeof(*fds));

&quot;

Thanks !</description>
		<content:encoded><![CDATA[<p>hm&#8230; it works great , but make it simple , so anyone can include The crashing kit e do what they want to do with that !</p>
<p>Generate SEGPipe for testing throw :</p>
<p>&#8221;</p>
<p>    int fds[2];<br />
   <br />
    pipe(fds);<br />
    close(fds[0]);<br />
    write(fds[1], fds, sizeof(*fds));</p>
<p>&#8221;</p>
<p>Thanks !</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Your iPhone Development Questions Answered by JamesC</title>
		<link>http://parveenkaler.com/2008/09/15/your-iphone-development-questions-answered/comment-page-1/#comment-107991</link>
		<dc:creator>JamesC</dc:creator>
		<pubDate>Fri, 31 Dec 2010 15:49:00 +0000</pubDate>
		<guid isPermaLink="false">http://parveenkaler.com/?p=177#comment-107991</guid>
		<description>XIB doesn&#039;t stand for Xcode Interface Builder. Since .XIB files are XML files  the X is meant to indicate that. Drop by http://iphoneworxx.com if you are getting started as an iOS developer</description>
		<content:encoded><![CDATA[<p>XIB doesn&#8217;t stand for Xcode Interface Builder. Since .XIB files are XML files  the X is meant to indicate that. Drop by <a href="http://iphoneworxx.com" rel="nofollow">http://iphoneworxx.com</a> if you are getting started as an iOS developer</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Joining App Social as Director of Development by Jurney</title>
		<link>http://parveenkaler.com/2010/11/26/joining-app-social-as-director-of-development/comment-page-1/#comment-107990</link>
		<dc:creator>Jurney</dc:creator>
		<pubDate>Mon, 06 Dec 2010 04:27:00 +0000</pubDate>
		<guid isPermaLink="false">http://parveenkaler.com/?p=399#comment-107990</guid>
		<description>Nice!</description>
		<content:encoded><![CDATA[<p>Nice!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Joining App Social as Director of Development by Campbell</title>
		<link>http://parveenkaler.com/2010/11/26/joining-app-social-as-director-of-development/comment-page-1/#comment-107989</link>
		<dc:creator>Campbell</dc:creator>
		<pubDate>Sat, 27 Nov 2010 21:38:00 +0000</pubDate>
		<guid isPermaLink="false">http://parveenkaler.com/?p=399#comment-107989</guid>
		<description>PK, congrats.  Campbell</description>
		<content:encoded><![CDATA[<p>PK, congrats.  Campbell</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on CrashKit: Helping Your iOS/iPhone Apps Suck Less by Craig C. Kip</title>
		<link>http://parveenkaler.com/2010/08/11/crashkit-helping-your-iphone-apps-suck-less/comment-page-1/#comment-107984</link>
		<dc:creator>Craig C. Kip</dc:creator>
		<pubDate>Wed, 20 Oct 2010 00:24:00 +0000</pubDate>
		<guid isPermaLink="false">http://parveenkaler.com/?p=369#comment-107984</guid>
		<description>FourSquare actually uses PLCrashReporter, and what Peter said is correct -- at the time a crash has occurred, you can -not- -do- -anything- that is not async-safe, which precludes using Objective-C *AT ALL*, as locks can easily be held and trigger a deadlock in your crash handling, resulting in the app locking up on crash instead of simply exiting.

I&#039;m not sure users would appreciate having to force quit an app on crash.</description>
		<content:encoded><![CDATA[<p>FourSquare actually uses PLCrashReporter, and what Peter said is correct &#8212; at the time a crash has occurred, you can -not- -do- -anything- that is not async-safe, which precludes using Objective-C *AT ALL*, as locks can easily be held and trigger a deadlock in your crash handling, resulting in the app locking up on crash instead of simply exiting.</p>
<p>I&#8217;m not sure users would appreciate having to force quit an app on crash.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on CrashKit: Helping Your iOS/iPhone Apps Suck Less by Anonymous</title>
		<link>http://parveenkaler.com/2010/08/11/crashkit-helping-your-iphone-apps-suck-less/comment-page-1/#comment-107983</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Tue, 19 Oct 2010 18:12:00 +0000</pubDate>
		<guid isPermaLink="false">http://parveenkaler.com/?p=369#comment-107983</guid>
		<description>It is definitely not safe to send mail when a signal occurs.  But the tradeoff is that the user may never re-open the App again and you will never see that crash.

A signal is trapped in a background thread and the App then hops to the main thread to access UIKit.

I&#039;m integrating this into a new project this week.  I&#039;ll take a look at the attachment issue.  Patches are welcome.

I&#039;ll take a look at plcrashreporter.  I wasn&#039;t actually able to Google for anything before I wrote CrashKit.

</description>
		<content:encoded><![CDATA[<p>It is definitely not safe to send mail when a signal occurs.  But the tradeoff is that the user may never re-open the App again and you will never see that crash.</p>
<p>A signal is trapped in a background thread and the App then hops to the main thread to access UIKit.</p>
<p>I&#8217;m integrating this into a new project this week.  I&#8217;ll take a look at the attachment issue.  Patches are welcome.</p>
<p>I&#8217;ll take a look at plcrashreporter.  I wasn&#8217;t actually able to Google for anything before I wrote CrashKit.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

