<?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 DEV</title>
	<atom:link href="http://thegothicparty.com/dev/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://thegothicparty.com/dev</link>
	<description>Developement notes</description>
	<lastBuildDate>Sat, 16 Jul 2011 05:46:59 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>Comment on Mac OS X Malware Removal Tool Removal Tool by dev</title>
		<link>http://thegothicparty.com/dev/article/malware-removal-tool/comment-page-1/#comment-98</link>
		<dc:creator>dev</dc:creator>
		<pubDate>Sat, 16 Jul 2011 05:46:59 +0000</pubDate>
		<guid isPermaLink="false">http://thegothicparty.com/dev/?p=614#comment-98</guid>
		<description>&lt;ol&gt;
&lt;li&gt;&lt;em&gt;First question:&lt;/em&gt;
It was there for a while, but Apple took it down. Here is an excerpt of the justification:

&lt;blockquote&gt;&lt;em&gt;Your post ... has been removed from Apple Support Communities as it contains advertising or has a URL or link to an inappropriate web page. Specifically, &quot;No advertising. Do not use the Site to sell or market your products to others and do not post a URL unless it directly answers a user&#039;s question. If any portion of your Submission, including any posted URL, results in any accrual of compensation or benefit to you, you must note this in your post by stating, &#039;I may receive some form of compensation, financial or otherwise, from my recommendation or link.&#039; &quot;&lt;/em&gt;&lt;/blockquote&gt;
&lt;br/&gt;&lt;code&gt;&lt;/code&gt;
Apparently, &lt;strong&gt;MRT Removal Tool&lt;/strong&gt; has been deemed inappropriate. And for the record, I&#039;d love to get compensation from giving away a freeware!
&lt;/li&gt;
&lt;li&gt;&lt;em&gt;Second question:&lt;/em&gt;
MRT Removal Tool does &lt;strong&gt;not&lt;/strong&gt; run in the background. Run it once, restart computer, that&#039;s all there is to it.&lt;/li&gt;
&lt;/ol&gt;



</description>
		<content:encoded><![CDATA[<ol>
<li><em>First question:</em><br />
It was there for a while, but Apple took it down. Here is an excerpt of the justification:</p>
<blockquote><p><em>Your post &#8230; has been removed from Apple Support Communities as it contains advertising or has a URL or link to an inappropriate web page. Specifically, &#8220;No advertising. Do not use the Site to sell or market your products to others and do not post a URL unless it directly answers a user&#8217;s question. If any portion of your Submission, including any posted URL, results in any accrual of compensation or benefit to you, you must note this in your post by stating, &#8216;I may receive some form of compensation, financial or otherwise, from my recommendation or link.&#8217; &#8220;</em></p></blockquote>
<p><code></code><br />
Apparently, <strong>MRT Removal Tool</strong> has been deemed inappropriate. And for the record, I&#8217;d love to get compensation from giving away a freeware!
</li>
<li><em>Second question:</em><br />
MRT Removal Tool does <strong>not</strong> run in the background. Run it once, restart computer, that&#8217;s all there is to it.</li>
</ol>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Android Proxy (Tethering Android on Mac OS X) by Android Games</title>
		<link>http://thegothicparty.com/dev/android/androidproxy/comment-page-1/#comment-96</link>
		<dc:creator>Android Games</dc:creator>
		<pubDate>Fri, 15 Jul 2011 13:13:48 +0000</pubDate>
		<guid isPermaLink="false">http://thegothicparty.com/dev/?p=51#comment-96</guid>
		<description>&lt;strong&gt;Android Applications...&lt;/strong&gt;

DEV&#187; Blog Archive &#187; Android Proxy (Tethering Android on Mac OS X)...</description>
		<content:encoded><![CDATA[<p><strong>Android Applications&#8230;</strong></p>
<p>DEV&raquo; Blog Archive &raquo; Android Proxy (Tethering Android on Mac OS X)&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Mac OS X Malware Removal Tool Removal Tool by ProMacBook</title>
		<link>http://thegothicparty.com/dev/article/malware-removal-tool/comment-page-1/#comment-92</link>
		<dc:creator>ProMacBook</dc:creator>
		<pubDate>Wed, 13 Jul 2011 00:11:35 +0000</pubDate>
		<guid isPermaLink="false">http://thegothicparty.com/dev/?p=614#comment-92</guid>
		<description>Hi Dev.

There seem to be no mention of your malware removal tool utility on the Apple discussion forum you are referring to.

Also, does MRT removal tool run in the background or launch other processes?</description>
		<content:encoded><![CDATA[<p>Hi Dev.</p>
<p>There seem to be no mention of your malware removal tool utility on the Apple discussion forum you are referring to.</p>
<p>Also, does MRT removal tool run in the background or launch other processes?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Drowning in NSAutoreleasePool by davedelong</title>
		<link>http://thegothicparty.com/dev/article/nsautoreleasepool/comment-page-1/#comment-34</link>
		<dc:creator>davedelong</dc:creator>
		<pubDate>Sat, 14 Aug 2010 21:36:47 +0000</pubDate>
		<guid isPermaLink="false">http://thegothicparty.com/dev/?p=189#comment-34</guid>
		<description>Point #4 is absolutely incorrect.  Autorelease pools are heap objects, just like all other Cocoa objects.  This also means that pools are NOT dependent on the scope in which they were created.</description>
		<content:encoded><![CDATA[<p>Point #4 is absolutely incorrect.  Autorelease pools are heap objects, just like all other Cocoa objects.  This also means that pools are NOT dependent on the scope in which they were created.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on NSDateFormatter memory leak by Tweets that mention DEV» Blog Archive » NSDateFormatter memory leak -- Topsy.com</title>
		<link>http://thegothicparty.com/dev/article/nsdateformatter-memory-leak/comment-page-1/#comment-21</link>
		<dc:creator>Tweets that mention DEV» Blog Archive » NSDateFormatter memory leak -- Topsy.com</dc:creator>
		<pubDate>Tue, 18 May 2010 16:13:02 +0000</pubDate>
		<guid isPermaLink="false">http://thegothicparty.com/dev/?p=231#comment-21</guid>
		<description>[...] This post was mentioned on Twitter by Sam Lu. Sam Lu said: Ran my partial iPhone app through XCode&#039;s instruments. Found a puzzling leak which seems to be a flaw in Cocoa... http://bit.ly/a13NdY [...]</description>
		<content:encoded><![CDATA[<p>[...] This post was mentioned on Twitter by Sam Lu. Sam Lu said: Ran my partial iPhone app through XCode&#39;s instruments. Found a puzzling leak which seems to be a flaw in Cocoa&#8230; <a href="http://bit.ly/a13NdY" rel="nofollow">http://bit.ly/a13NdY</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Drowning in NSAutoreleasePool by stackoverflow-pingback</title>
		<link>http://thegothicparty.com/dev/article/nsautoreleasepool/comment-page-1/#comment-19</link>
		<dc:creator>stackoverflow-pingback</dc:creator>
		<pubDate>Wed, 12 May 2010 07:26:01 +0000</pubDate>
		<guid isPermaLink="false">http://thegothicparty.com/dev/?p=189#comment-19</guid>
		<description>&lt;strong&gt;StackOverflow entry that mentions &quot;Drowning in NSAutoreleasePool&quot;&lt;/strong&gt;

... Here&#039;s an article that presents a general overview of NSAutoreleasePools ...
&lt;a href=&quot;http://stackoverflow.com/questions/1010629/nsautoreleasepool-carrying-across-methods/2816271#2816271&quot; rel=&quot;nofollow&quot;&gt;http://stackoverflow.com/questions/1010629/nsautoreleasepool-carrying-across-methods&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p><strong>StackOverflow entry that mentions &#8220;Drowning in NSAutoreleasePool&#8221;</strong></p>
<p>&#8230; Here&#8217;s an article that presents a general overview of NSAutoreleasePools &#8230;<br />
<a href="http://stackoverflow.com/questions/1010629/nsautoreleasepool-carrying-across-methods/2816271#2816271" rel="nofollow">http://stackoverflow.com/questions/1010629/nsautoreleasepool-carrying-across-methods</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on NSDateFormatter memory leak by DEV&#187; Blog Archive &#187; Finding hidden memory leak with Instruments</title>
		<link>http://thegothicparty.com/dev/article/nsdateformatter-memory-leak/comment-page-1/#comment-16</link>
		<dc:creator>DEV&#187; Blog Archive &#187; Finding hidden memory leak with Instruments</dc:creator>
		<pubDate>Tue, 23 Mar 2010 07:20:55 +0000</pubDate>
		<guid isPermaLink="false">http://thegothicparty.com/dev/?p=231#comment-16</guid>
		<description>[...] the 1 Mb NSDateFormatter memory leak as a case-study, this tutorial shows how to locate and isolate unexpected memory allocation using [...]</description>
		<content:encoded><![CDATA[<p>[...] the 1 Mb NSDateFormatter memory leak as a case-study, this tutorial shows how to locate and isolate unexpected memory allocation using [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Android Proxy (Tethering Android on Mac OS X) by Tethering mit dem G1 « hep-cat.de</title>
		<link>http://thegothicparty.com/dev/android/androidproxy/comment-page-1/#comment-13</link>
		<dc:creator>Tethering mit dem G1 « hep-cat.de</dc:creator>
		<pubDate>Tue, 06 Oct 2009 19:22:26 +0000</pubDate>
		<guid isPermaLink="false">http://thegothicparty.com/dev/?p=51#comment-13</guid>
		<description>[...] &lt;em&gt;welchen dann vom Computer aus zugegriffen werden kann. Als Clients funktionieren Linux, Windows und Mac OS X, allerdings nur letzteres ohne zusätzliche Treiber. Auch SSH-Sessions sind möglich, wenn die&lt;/em&gt;
[...] which can then be accessed from a computer. As a client Linux, Windows and Mac OS X to work, but only the latter without any extra drivers. SSH sessions are also possible if the [...]</description>
		<content:encoded><![CDATA[<p>[...] <em>welchen dann vom Computer aus zugegriffen werden kann. Als Clients funktionieren Linux, Windows und Mac OS X, allerdings nur letzteres ohne zusätzliche Treiber. Auch SSH-Sessions sind möglich, wenn die</em><br />
[...] which can then be accessed from a computer. As a client Linux, Windows and Mac OS X to work, but only the latter without any extra drivers. SSH sessions are also possible if the [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Android Proxy (Tethering Android on Mac OS X) by dev</title>
		<link>http://thegothicparty.com/dev/android/androidproxy/comment-page-1/#comment-7</link>
		<dc:creator>dev</dc:creator>
		<pubDate>Mon, 09 Mar 2009 20:23:57 +0000</pubDate>
		<guid isPermaLink="false">http://thegothicparty.com/dev/?p=51#comment-7</guid>
		<description>I found that step 2.5 (network.proxy.socks_remote_dns) is critical and may be overlooked. For example, it is not listed in the well documented &lt;a href=&quot;http://i.gizmodo.com/5153525/how-to-tether-the-iphone-or-g1-to-your-laptop-for-free-3g-broadband&quot; rel=&quot;nofollow&quot;&gt;how-to-tether-the-iphone-or-g1-to-your-laptop-for-free-3g-broadband&lt;/a&gt; article.</description>
		<content:encoded><![CDATA[<p>I found that step 2.5 (network.proxy.socks_remote_dns) is critical and may be overlooked. For example, it is not listed in the well documented <a href="http://i.gizmodo.com/5153525/how-to-tether-the-iphone-or-g1-to-your-laptop-for-free-3g-broadband" rel="nofollow">how-to-tether-the-iphone-or-g1-to-your-laptop-for-free-3g-broadband</a> article.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Android Proxy (Tethering Android on Mac OS X) by drh628</title>
		<link>http://thegothicparty.com/dev/android/androidproxy/comment-page-1/#comment-6</link>
		<dc:creator>drh628</dc:creator>
		<pubDate>Thu, 12 Feb 2009 03:52:21 +0000</pubDate>
		<guid isPermaLink="false">http://thegothicparty.com/dev/?p=51#comment-6</guid>
		<description>OK so I admit that I not a &quot;geek&quot; ; however I did follow the instruction and I can not get my Mac to see the world.  The only thing that is different is that when I connect the G1 to the Mac, it asks if I want to Mount the device.  I have tried it both ways to no avail.  Any ideas??
Thanks</description>
		<content:encoded><![CDATA[<p>OK so I admit that I not a &#8220;geek&#8221; ; however I did follow the instruction and I can not get my Mac to see the world.  The only thing that is different is that when I connect the G1 to the Mac, it asks if I want to Mount the device.  I have tried it both ways to no avail.  Any ideas??<br />
Thanks</p>
]]></content:encoded>
	</item>
</channel>
</rss>

