<?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 on: SCR: Response from Sandvox</title>
	<atom:link href="http://www.friday.com/bbum/2006/01/20/scr-response-from-sandvox/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.friday.com/bbum/2006/01/20/scr-response-from-sandvox/</link>
	<description>...so google can index my head.</description>
	<lastBuildDate>Fri, 19 Mar 2010 04:34:11 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: RJVB</title>
		<link>http://www.friday.com/bbum/2006/01/20/scr-response-from-sandvox/comment-page-1/#comment-643</link>
		<dc:creator>RJVB</dc:creator>
		<pubDate>Tue, 31 Jan 2006 18:35:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.friday.com/bbum/2006/01/20/scr-response-from-sandvox/#comment-643</guid>
		<description>Why this perceived need to write something new? A Quality Feedback Agent already exists and is used by Mozilla.org . It works like the Crash Reporter, but can delay the sending of reports (just to name a difference).
Surely other vendors could use this, or related technology?!</description>
		<content:encoded><![CDATA[<p>Why this perceived need to write something new? A Quality Feedback Agent already exists and is used by Mozilla.org . It works like the Crash Reporter, but can delay the sending of reports (just to name a difference).<br />
Surely other vendors could use this, or related technology?!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bob K</title>
		<link>http://www.friday.com/bbum/2006/01/20/scr-response-from-sandvox/comment-page-1/#comment-620</link>
		<dc:creator>Bob K</dc:creator>
		<pubDate>Wed, 25 Jan 2006 12:39:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.friday.com/bbum/2006/01/20/scr-response-from-sandvox/#comment-620</guid>
		<description>In fairness to the Sandvox folks, the Help Viewer problem appears to have been something else and is now fixed. Also followed the link at the top of the page to make sure Smart Crash Reporter is gone and no Input Managers can be installed. Thanks.</description>
		<content:encoded><![CDATA[<p>In fairness to the Sandvox folks, the Help Viewer problem appears to have been something else and is now fixed. Also followed the link at the top of the page to make sure Smart Crash Reporter is gone and no Input Managers can be installed. Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bob K</title>
		<link>http://www.friday.com/bbum/2006/01/20/scr-response-from-sandvox/comment-page-1/#comment-612</link>
		<dc:creator>Bob K</dc:creator>
		<pubDate>Tue, 24 Jan 2006 15:54:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.friday.com/bbum/2006/01/20/scr-response-from-sandvox/#comment-612</guid>
		<description>How do we get rid of the crash reporter? I trashed it from the input manager folder then restarted and emptied the trash. Also removed Sandvox and everything related I could find with sandvox in the name. Is there something else? Also, this could be a huge coincidence, but my system Help Viewer no longer works. It crashes on startup and it does not send a report to Apple. These are are probably two separate issues, but they could be the same. I am a beta tester, not a developer, so I&#039;m used to  nutty stuff --- but not thoughtless stuff ---  and I don&#039;t freak out over having to rebuild my system, which I&#039;m probably going to have to do. But I am curious if I have the entire crash reporter and it&#039;s footprints are removed. Thanks.</description>
		<content:encoded><![CDATA[<p>How do we get rid of the crash reporter? I trashed it from the input manager folder then restarted and emptied the trash. Also removed Sandvox and everything related I could find with sandvox in the name. Is there something else? Also, this could be a huge coincidence, but my system Help Viewer no longer works. It crashes on startup and it does not send a report to Apple. These are are probably two separate issues, but they could be the same. I am a beta tester, not a developer, so I&#8217;m used to  nutty stuff &#8212; but not thoughtless stuff &#8212;  and I don&#8217;t freak out over having to rebuild my system, which I&#8217;m probably going to have to do. But I am curious if I have the entire crash reporter and it&#8217;s footprints are removed. Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Not Required</title>
		<link>http://www.friday.com/bbum/2006/01/20/scr-response-from-sandvox/comment-page-1/#comment-603</link>
		<dc:creator>Not Required</dc:creator>
		<pubDate>Mon, 23 Jan 2006 04:43:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.friday.com/bbum/2006/01/20/scr-response-from-sandvox/#comment-603</guid>
		<description>
Wow, you&#039;ve managed to make a post where &lt;i&gt;every&lt;/i&gt; point is provably wrong.


&lt;i&gt;
48k of code is a LOT of code. Granted some of that is just support and linkage, but it really isn’t a small amount of work.
&lt;/i&gt;


A brand new Xcode application project out of the box builds to . . . wait for it . . . 48k!  To be byte-specific, 46868 compared to CrashReporter&#039;s 46928.  If you think 60 compiled bytes amounts to &quot;a LOT&quot; of code, remind me to never hire you to develop anything ever.


&lt;i&gt;
Secondly, SCR isn’t globally invasive, it only does it work in the Crash Reporter process. All other processes have nothing done to them.
&lt;/i&gt;


Code is loaded and code is executed by every app.  That &lt;i&gt;more&lt;/i&gt; of the code is executed by CrashReporter is not the issue.


&lt;i&gt;
Next, you can’t just add a framework to an application and have it do something. Frameworks aren’t initialized until you USE them, so if you never use the framework, then nothing happens.
&lt;/i&gt;


Either you&#039;re not a developer or you&#039;re just not a very good one.  Look into the +load method for starters.


&lt;i&gt;
Next, SCR doesn’t use the Haxie method (APE), it uses an InputManager - same as a lot of other code that runs on your system.
&lt;/i&gt;


&lt;b&gt;NO&lt;/b&gt; other code on my system is hacking the input manager mechanism.  That those particulars of SCR code insertion differ from APE is again not the issue.  The issue is that code gets loaded by every app; it is globally invasive when the intent is to modify just CrashReporter.  A haxie is a haxie is a haxie.


&lt;i&gt;
Finally, not sending the crash report to Apple is a bad thing, because the buy might actually be one of Apple’s!
&lt;/i&gt;


Trust me, it&#039;s not.  The odds are overwhelming that the bugs are in your code.  Under the unlikely circumstance your app is triggering a bug in Apple&#039;s code, you as a developer should file a proper bug report.  It is totally unhelpful to flood Apple with crash reports from non-Apple apps.  Everything about SCR is poorly thought out, and people are right to take issue with Sandvox for quietly installing it.
</description>
		<content:encoded><![CDATA[<p>Wow, you&#8217;ve managed to make a post where <i>every</i> point is provably wrong.</p>
<p><i><br />
48k of code is a LOT of code. Granted some of that is just support and linkage, but it really isn’t a small amount of work.<br />
</i></p>
<p>A brand new Xcode application project out of the box builds to . . . wait for it . . . 48k!  To be byte-specific, 46868 compared to CrashReporter&#8217;s 46928.  If you think 60 compiled bytes amounts to &#8220;a LOT&#8221; of code, remind me to never hire you to develop anything ever.</p>
<p><i><br />
Secondly, SCR isn’t globally invasive, it only does it work in the Crash Reporter process. All other processes have nothing done to them.<br />
</i></p>
<p>Code is loaded and code is executed by every app.  That <i>more</i> of the code is executed by CrashReporter is not the issue.</p>
<p><i><br />
Next, you can’t just add a framework to an application and have it do something. Frameworks aren’t initialized until you USE them, so if you never use the framework, then nothing happens.<br />
</i></p>
<p>Either you&#8217;re not a developer or you&#8217;re just not a very good one.  Look into the +load method for starters.</p>
<p><i><br />
Next, SCR doesn’t use the Haxie method (APE), it uses an InputManager &#8211; same as a lot of other code that runs on your system.<br />
</i></p>
<p><b>NO</b> other code on my system is hacking the input manager mechanism.  That those particulars of SCR code insertion differ from APE is again not the issue.  The issue is that code gets loaded by every app; it is globally invasive when the intent is to modify just CrashReporter.  A haxie is a haxie is a haxie.</p>
<p><i><br />
Finally, not sending the crash report to Apple is a bad thing, because the buy might actually be one of Apple’s!<br />
</i></p>
<p>Trust me, it&#8217;s not.  The odds are overwhelming that the bugs are in your code.  Under the unlikely circumstance your app is triggering a bug in Apple&#8217;s code, you as a developer should file a proper bug report.  It is totally unhelpful to flood Apple with crash reports from non-Apple apps.  Everything about SCR is poorly thought out, and people are right to take issue with Sandvox for quietly installing it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David</title>
		<link>http://www.friday.com/bbum/2006/01/20/scr-response-from-sandvox/comment-page-1/#comment-589</link>
		<dc:creator>David</dc:creator>
		<pubDate>Sun, 22 Jan 2006 22:12:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.friday.com/bbum/2006/01/20/scr-response-from-sandvox/#comment-589</guid>
		<description>&lt;i&gt; witness the CrashReporter executable itself is a mere 48k&lt;/i&gt;
48k of code is a LOT of code. Granted some of that is just support and linkage, but it really isn&#039;t a small amount of work. Secondly, SCR isn&#039;t globally invasive, it only does it work in the Crash Reporter process. All other processes have nothing done to them. Next, you can&#039;t just add a framework to an application and have it do something. Frameworks aren&#039;t initialized until you USE them, so if you never use the framework, then nothing happens. Next, SCR doesn&#039;t use the Haxie method (APE), it uses an InputManager - same as a lot of other code that runs on your system. Finally, not sending the crash report to Apple &lt;b&gt;is&lt;/b&gt; a bad thing, because the buy might actually be one of Apple&#039;s!</description>
		<content:encoded><![CDATA[<p><i> witness the CrashReporter executable itself is a mere 48k</i><br />
48k of code is a LOT of code. Granted some of that is just support and linkage, but it really isn&#8217;t a small amount of work. Secondly, SCR isn&#8217;t globally invasive, it only does it work in the Crash Reporter process. All other processes have nothing done to them. Next, you can&#8217;t just add a framework to an application and have it do something. Frameworks aren&#8217;t initialized until you USE them, so if you never use the framework, then nothing happens. Next, SCR doesn&#8217;t use the Haxie method (APE), it uses an InputManager &#8211; same as a lot of other code that runs on your system. Finally, not sending the crash report to Apple <b>is</b> a bad thing, because the buy might actually be one of Apple&#8217;s!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Not Required</title>
		<link>http://www.friday.com/bbum/2006/01/20/scr-response-from-sandvox/comment-page-1/#comment-581</link>
		<dc:creator>Not Required</dc:creator>
		<pubDate>Sun, 22 Jan 2006 03:33:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.friday.com/bbum/2006/01/20/scr-response-from-sandvox/#comment-581</guid>
		<description>
It&#039;s not true by nature of the degree implied by your statement.  The first part of your claim is that it requires a lot of code to put up a dialog and ship off a log file; it could probably be done in 10 lines and done &lt;i&gt;well&lt;/i&gt; in 100 (witness the CrashReporter executable itself is a mere 48k).  The second claim is that it requires some kind of linking, but whatever it takes is under the developer&#039;s control and will certainly be less globally invasive than SCR is.  That is, since the operation of reporting is independent of regular application function, the framework need not require special coding for support by the application; just add it in Xcode and you&#039;re done.  Even if it were a good idea for support at the system level, it is baffling that you&#039;ll defend using the haxie method for the modification of just CrashReporter when what should have been implemented is a solution that affects &lt;i&gt;just&lt;/i&gt; that application.  Even if that meant swapping out Apple&#039;s app for a third-party substitute, at least it couldn&#039;t be done behind the user&#039;s back and at least it wouldn&#039;t change the behavior of every running app.
</description>
		<content:encoded><![CDATA[<p>It&#8217;s not true by nature of the degree implied by your statement.  The first part of your claim is that it requires a lot of code to put up a dialog and ship off a log file; it could probably be done in 10 lines and done <i>well</i> in 100 (witness the CrashReporter executable itself is a mere 48k).  The second claim is that it requires some kind of linking, but whatever it takes is under the developer&#8217;s control and will certainly be less globally invasive than SCR is.  That is, since the operation of reporting is independent of regular application function, the framework need not require special coding for support by the application; just add it in Xcode and you&#8217;re done.  Even if it were a good idea for support at the system level, it is baffling that you&#8217;ll defend using the haxie method for the modification of just CrashReporter when what should have been implemented is a solution that affects <i>just</i> that application.  Even if that meant swapping out Apple&#8217;s app for a third-party substitute, at least it couldn&#8217;t be done behind the user&#8217;s back and at least it wouldn&#8217;t change the behavior of every running app.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rosyna</title>
		<link>http://www.friday.com/bbum/2006/01/20/scr-response-from-sandvox/comment-page-1/#comment-579</link>
		<dc:creator>Rosyna</dc:creator>
		<pubDate>Sun, 22 Jan 2006 02:11:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.friday.com/bbum/2006/01/20/scr-response-from-sandvox/#comment-579</guid>
		<description>How is that not true? Including a framework would require they link to and load third party code. There is no difference here. SCR *is* a bundle. But Application developers don&#039;t have to modify a line of code or link to anything to support it.</description>
		<content:encoded><![CDATA[<p>How is that not true? Including a framework would require they link to and load third party code. There is no difference here. SCR *is* a bundle. But Application developers don&#8217;t have to modify a line of code or link to anything to support it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Not Required</title>
		<link>http://www.friday.com/bbum/2006/01/20/scr-response-from-sandvox/comment-page-1/#comment-578</link>
		<dc:creator>Not Required</dc:creator>
		<pubDate>Sat, 21 Jan 2006 23:45:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.friday.com/bbum/2006/01/20/scr-response-from-sandvox/#comment-578</guid>
		<description>
&lt;i&gt;
The problem with all of those solutions is that they double the UI for crash reports (or worse, never send the crash reports to Apple).
&lt;/i&gt;


Firstly, I would say that not bothering Apple for third-party application bugs is better, not worse, but they&#039;re the ones that decided to make the window come up for every application.  Yes, you double the UI, but for something like a crash that is &lt;i&gt;supposed&lt;/i&gt; to be so rare, it is hardly a show-stopper problem.


&lt;i&gt;
Also, they tend to either make the developer code a lot or require them to link to third party code
&lt;/i&gt;


Simply not true.  It would be trivial to create a no-fuss framework (or bundle) that checked for log changes when an application starts and presents the user with a dialog to notify the developer.  Bill and everyone else who points to non-invasive solutions is so very right that it makes developers who can&#039;t see it look all manner of foolish.
</description>
		<content:encoded><![CDATA[<p><i><br />
The problem with all of those solutions is that they double the UI for crash reports (or worse, never send the crash reports to Apple).<br />
</i></p>
<p>Firstly, I would say that not bothering Apple for third-party application bugs is better, not worse, but they&#8217;re the ones that decided to make the window come up for every application.  Yes, you double the UI, but for something like a crash that is <i>supposed</i> to be so rare, it is hardly a show-stopper problem.</p>
<p><i><br />
Also, they tend to either make the developer code a lot or require them to link to third party code<br />
</i></p>
<p>Simply not true.  It would be trivial to create a no-fuss framework (or bundle) that checked for log changes when an application starts and presents the user with a dialog to notify the developer.  Bill and everyone else who points to non-invasive solutions is so very right that it makes developers who can&#8217;t see it look all manner of foolish.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rosyna</title>
		<link>http://www.friday.com/bbum/2006/01/20/scr-response-from-sandvox/comment-page-1/#comment-562</link>
		<dc:creator>Rosyna</dc:creator>
		<pubDate>Fri, 20 Jan 2006 21:41:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.friday.com/bbum/2006/01/20/scr-response-from-sandvox/#comment-562</guid>
		<description>The problem with all of those solutions is that they double the UI for crash reports (or worse, never send the crash reports to Apple). As the FAQ says, the latter is not good for users in the long run. Also, they tend to either make the developer code a lot or require them to link to third party code (with SCR, it is completely optional for third party developers to link to or install SCR, all that is &quot;really&quot; required is two Info.plist keys)</description>
		<content:encoded><![CDATA[<p>The problem with all of those solutions is that they double the UI for crash reports (or worse, never send the crash reports to Apple). As the FAQ says, the latter is not good for users in the long run. Also, they tend to either make the developer code a lot or require them to link to third party code (with SCR, it is completely optional for third party developers to link to or install SCR, all that is &#8220;really&#8221; required is two Info.plist keys)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
