<?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 tewha.net</title>
	<atom:link href="http://tewha.net/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://tewha.net</link>
	<description>A blog on technical stuff by Steven Fisher. Cat pictures not included.</description>
	<lastBuildDate>Sat, 04 Jul 2009 03:19:23 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Visual Studio vs. Xcode by Steven Fisher</title>
		<link>http://tewha.net/2006/09/visual-studio-vs-xcode/comment-page-1/#comment-17313</link>
		<dc:creator>Steven Fisher</dc:creator>
		<pubDate>Sat, 04 Jul 2009 03:19:23 +0000</pubDate>
		<guid isPermaLink="false">http://objectsatrest.com/2006/09/visual-studio-vs-xcode/#comment-17313</guid>
		<description>I never claimed this was an objective comparison. In fact, I said it was my opinion only, based on how I worked.

In fact, the main difference I see here between my post and your comment is that I said I was biased and attached my real identity to my posting. Whereas you attempted to hide your bias -- and you definitely have a rather large one -- with sweeping generalizations and didn&#039;t leave your name.

Your comment here is one more piece of proof that comments just attract uselessness. Be useful, or don&#039;t bother.</description>
		<content:encoded><![CDATA[<p>I never claimed this was an objective comparison. In fact, I said it was my opinion only, based on how I worked.</p>
<p>In fact, the main difference I see here between my post and your comment is that I said I was biased and attached my real identity to my posting. Whereas you attempted to hide your bias &#8212; and you definitely have a rather large one &#8212; with sweeping generalizations and didn&#8217;t leave your name.</p>
<p>Your comment here is one more piece of proof that comments just attract uselessness. Be useful, or don&#8217;t bother.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Visual Studio vs. Xcode by Wayne B</title>
		<link>http://tewha.net/2006/09/visual-studio-vs-xcode/comment-page-1/#comment-17308</link>
		<dc:creator>Wayne B</dc:creator>
		<pubDate>Sat, 04 Jul 2009 02:15:19 +0000</pubDate>
		<guid isPermaLink="false">http://objectsatrest.com/2006/09/visual-studio-vs-xcode/#comment-17308</guid>
		<description>Biased much? You&#039;re about the only person in the world who would say that Visual Studio&#039;s Intellisense is worse than Xcode&#039;s. Also, the keyboard shortcuts in Xcode (and indeed all of OS X) are horrible compared to what you can do in Visual Studio. For example, to implement an interface on my class, I type the name of the interface and then press &quot;Ctrl + .&quot; and then &quot;Return&quot; and I&#039;m done.</description>
		<content:encoded><![CDATA[<p>Biased much? You&#8217;re about the only person in the world who would say that Visual Studio&#8217;s Intellisense is worse than Xcode&#8217;s. Also, the keyboard shortcuts in Xcode (and indeed all of OS X) are horrible compared to what you can do in Visual Studio. For example, to implement an interface on my class, I type the name of the interface and then press &#8220;Ctrl + .&#8221; and then &#8220;Return&#8221; and I&#8217;m done.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on User accounts removed by Khürt Williams</title>
		<link>http://tewha.net/2009/04/user-accounts-removed/comment-page-1/#comment-7198</link>
		<dc:creator>Khürt Williams</dc:creator>
		<pubDate>Sat, 09 May 2009 12:33:56 +0000</pubDate>
		<guid isPermaLink="false">http://tewha.net/?p=844#comment-7198</guid>
		<description>&lt;p&gt;I use a combination of Akismet, Intense Debate and Open ID on my blog. That combination reduced the time required to handle spam to 5 minutes a month.&lt;/p&gt;

&lt;p&gt;http://www.intensedebate.com/&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I use a combination of Akismet, Intense Debate and Open ID on my blog. That combination reduced the time required to handle spam to 5 minutes a month.</p>
<p><a href="http://www.intensedebate.com/" rel="nofollow">http://www.intensedebate.com/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Disabling Intellisense by Turning off intellisense for a project &#124; keyongtech</title>
		<link>http://tewha.net/software-development/disabling-intellisense/comment-page-1/#comment-5033</link>
		<dc:creator>Turning off intellisense for a project &#124; keyongtech</dc:creator>
		<pubDate>Sun, 18 Jan 2009 17:05:08 +0000</pubDate>
		<guid isPermaLink="false">http://objectsatrest.com/software-development/disabling-intellisense/#comment-5033</guid>
		<description>[...] Re: Turning off intellisense for a project     On Sep 22, 11:10*am, &quot;Hillbilly&quot; &lt;someb...@somewhere.com&gt; wrote: &gt; IntelliSense can also be intrusive and force itself on us wasting time and &gt; effort. I would like a way to easily and rapidly toggle it on and off &gt; myself. Like Ctrl-I for example &gt; &gt; &quot;raylopez99&quot; &lt;raylope...@yahoo.com&gt; wrote in message &gt; &gt; news:ac5083ca-2754-4e61-95aa-3a04f4bed30e... &gt; &gt; &gt; &gt; &gt; There is in Visual Basic (you use Attributes), but I don&#039;t know about &gt; &gt; C#. *Probably, if you dig deep enough into the options. &gt; &gt; &gt; But why would you want to turn off IntelliSense? *That&#039;s one of the &gt; &gt; most useful features of a strongly typed language like C# is. &gt; &gt; &gt; RL &gt; &gt; &gt; Clive Dixon wrote: &gt; &gt;&gt; I have a project as part of a solution which contains a very large number &gt; &gt;&gt; of &gt; &gt;&gt; autogenerated class files. When compiling the solution and the &gt; &gt;&gt; autogenerated &gt; &gt;&gt; files have changed, visual studio takes an age to recreate intellisense &gt; &gt;&gt; information for the autogenerated classes. Is there any way whatsoever &gt; &gt;&gt; that &gt; &gt;&gt; I can turn off intellisense generation on a per-project or per-class &gt; &gt;&gt; manner? &gt; &gt;&gt; I had hoped that [EditorBrowsable(EditorBrowsableState.Never)] would stop &gt; &gt;&gt; the generation of intellisense info for the specified item, but it &gt; &gt;&gt; appears &gt; &gt;&gt; to do nothing of the sort.- Hide quoted text - &gt; &gt; - Show quoted text -  you may try to &quot;break&quot; it - see this (if the Whole Tomato thing is an IntelliSense competitor/alternative, then I&#039;ll have to say that I am not affiliated nor I get paid for finding this link for you :-)  http://tewha.net/software-developmen...-intellisense/ [...]</description>
		<content:encoded><![CDATA[<p>[...] Re: Turning off intellisense for a project     On Sep 22, 11:10*am, &quot;Hillbilly&quot; &lt;someb&#8230;@somewhere.com&gt; wrote: &gt; IntelliSense can also be intrusive and force itself on us wasting time and &gt; effort. I would like a way to easily and rapidly toggle it on and off &gt; myself. Like Ctrl-I for example &gt; &gt; &quot;raylopez99&quot; &lt;raylope&#8230;@yahoo.com&gt; wrote in message &gt; &gt; news:ac5083ca-2754-4e61-95aa-3a04f4bed30e&#8230; &gt; &gt; &gt; &gt; &gt; There is in Visual Basic (you use Attributes), but I don&#8217;t know about &gt; &gt; C#. *Probably, if you dig deep enough into the options. &gt; &gt; &gt; But why would you want to turn off IntelliSense? *That&#8217;s one of the &gt; &gt; most useful features of a strongly typed language like C# is. &gt; &gt; &gt; RL &gt; &gt; &gt; Clive Dixon wrote: &gt; &gt;&gt; I have a project as part of a solution which contains a very large number &gt; &gt;&gt; of &gt; &gt;&gt; autogenerated class files. When compiling the solution and the &gt; &gt;&gt; autogenerated &gt; &gt;&gt; files have changed, visual studio takes an age to recreate intellisense &gt; &gt;&gt; information for the autogenerated classes. Is there any way whatsoever &gt; &gt;&gt; that &gt; &gt;&gt; I can turn off intellisense generation on a per-project or per-class &gt; &gt;&gt; manner? &gt; &gt;&gt; I had hoped that [EditorBrowsable(EditorBrowsableState.Never)] would stop &gt; &gt;&gt; the generation of intellisense info for the specified item, but it &gt; &gt;&gt; appears &gt; &gt;&gt; to do nothing of the sort.- Hide quoted text &#8211; &gt; &gt; &#8211; Show quoted text &#8211;  you may try to &quot;break&quot; it &#8211; see this (if the Whole Tomato thing is an IntelliSense competitor/alternative, then I&#8217;ll have to say that I am not affiliated nor I get paid for finding this link for you <img src='http://tewha.net/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />   <a href="http://tewha.net/software-developmen...-intellisense/" rel="nofollow">http://tewha.net/software-developmen&#8230;-intellisense/</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Loving Xcode + iPhone SDK by Sam McDonald</title>
		<link>http://tewha.net/2008/12/loving-xcode-iphone-sdk/comment-page-1/#comment-4500</link>
		<dc:creator>Sam McDonald</dc:creator>
		<pubDate>Wed, 17 Dec 2008 02:01:33 +0000</pubDate>
		<guid isPermaLink="false">http://tewha.net/?p=731#comment-4500</guid>
		<description>I to have done some iphone development.  I actually printed out the ViewControllers guide and read it.  Took me a while to understand UINavigationController as well.

Sorry to hear you don&#039;t like the documentation view, I am big fan.  I love just typing the first letters of an object, then clicking on it and seeing the docs.</description>
		<content:encoded><![CDATA[<p>I to have done some iphone development.  I actually printed out the ViewControllers guide and read it.  Took me a while to understand UINavigationController as well.</p>
<p>Sorry to hear you don&#8217;t like the documentation view, I am big fan.  I love just typing the first letters of an object, then clicking on it and seeing the docs.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Save changes? by Steven Fisher</title>
		<link>http://tewha.net/2008/12/save-changes/comment-page-1/#comment-4445</link>
		<dc:creator>Steven Fisher</dc:creator>
		<pubDate>Sat, 13 Dec 2008 02:50:29 +0000</pubDate>
		<guid isPermaLink="false">http://tewha.net/?p=711#comment-4445</guid>
		<description>I think we got in this pattern from the days where IO was so much slower than anything else. But now we&#039;re more or less used to this metaphor, and I don&#039;t think it&#039;s going to change any time soon. But it should. If nothing else, any modern OS could automatically save to a temporary folder even if you say you don&#039;t want to save. There&#039;s no excuse for losing data these days.</description>
		<content:encoded><![CDATA[<p>I think we got in this pattern from the days where IO was so much slower than anything else. But now we&#8217;re more or less used to this metaphor, and I don&#8217;t think it&#8217;s going to change any time soon. But it should. If nothing else, any modern OS could automatically save to a temporary folder even if you say you don&#8217;t want to save. There&#8217;s no excuse for losing data these days.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Save changes? by Sam McDonald</title>
		<link>http://tewha.net/2008/12/save-changes/comment-page-1/#comment-4444</link>
		<dc:creator>Sam McDonald</dc:creator>
		<pubDate>Sat, 13 Dec 2008 02:25:29 +0000</pubDate>
		<guid isPermaLink="false">http://tewha.net/?p=711#comment-4444</guid>
		<description>Nope, doesn&#039;t look like any wonder to me.

What makes me laugh is the fact that web apps are doing a much better job of this.  In most everything desktop programming is better, except for this.  I think that says something about the &quot;saving&quot; process.  Most likely it shouldn&#039;t exist.  It should just save for you, and keep unlimited undo history, because.... why not?</description>
		<content:encoded><![CDATA[<p>Nope, doesn&#8217;t look like any wonder to me.</p>
<p>What makes me laugh is the fact that web apps are doing a much better job of this.  In most everything desktop programming is better, except for this.  I think that says something about the &#8220;saving&#8221; process.  Most likely it shouldn&#8217;t exist.  It should just save for you, and keep unlimited undo history, because&#8230;. why not?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Are you sure? by Steven Fisher</title>
		<link>http://tewha.net/2008/12/are-you-sure/comment-page-1/#comment-4382</link>
		<dc:creator>Steven Fisher</dc:creator>
		<pubDate>Sun, 07 Dec 2008 18:22:27 +0000</pubDate>
		<guid isPermaLink="false">http://tewha.net/?p=676#comment-4382</guid>
		<description>It&#039;s really bad in iTunes. A few months back I reset all the warnings and decided to get screen shots of all the stupid questions it asked me. I gave that up a week later, it was just too much work. :)</description>
		<content:encoded><![CDATA[<p>It&#8217;s really bad in iTunes. A few months back I reset all the warnings and decided to get screen shots of all the stupid questions it asked me. I gave that up a week later, it was just too much work. <img src='http://tewha.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Are you sure? by Laura-Jane - Whimfield</title>
		<link>http://tewha.net/2008/12/are-you-sure/comment-page-1/#comment-4368</link>
		<dc:creator>Laura-Jane - Whimfield</dc:creator>
		<pubDate>Sat, 06 Dec 2008 18:01:36 +0000</pubDate>
		<guid isPermaLink="false">http://tewha.net/?p=676#comment-4368</guid>
		<description>I know! I don&#039;t use ITunes, but I have experienced that kind of thing elsewhere. 

I find I usually just get in the habit of clicking YESYESYES all the time that I don&#039;t even read them anymore.

What&#039;s that called? Habituation or something...</description>
		<content:encoded><![CDATA[<p>I know! I don&#8217;t use ITunes, but I have experienced that kind of thing elsewhere. </p>
<p>I find I usually just get in the habit of clicking YESYESYES all the time that I don&#8217;t even read them anymore.</p>
<p>What&#8217;s that called? Habituation or something&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Two strikes&#8230; by Steven Fisher</title>
		<link>http://tewha.net/2008/10/two-strikes/comment-page-1/#comment-4356</link>
		<dc:creator>Steven Fisher</dc:creator>
		<pubDate>Thu, 04 Dec 2008 21:17:31 +0000</pubDate>
		<guid isPermaLink="false">http://tewha.net/?p=662#comment-4356</guid>
		<description>I know FOSS does it, but this code isn&#039;t really FOSS and serves a different purpose. The purpose of FOSS is generally to build something. The header there protects against the code being used in a way counter to the license.

The purpose this code is only to demonstrate how to use Apple&#039;s frameworks, and to do so while remaining highly readable. The 38 lines of bullshit go against the purpose of the code.

Perhaps it would be enough if Xcode just rolled up the legalese by default, though...</description>
		<content:encoded><![CDATA[<p>I know FOSS does it, but this code isn&#8217;t really FOSS and serves a different purpose. The purpose of FOSS is generally to build something. The header there protects against the code being used in a way counter to the license.</p>
<p>The purpose this code is only to demonstrate how to use Apple&#8217;s frameworks, and to do so while remaining highly readable. The 38 lines of bullshit go against the purpose of the code.</p>
<p>Perhaps it would be enough if Xcode just rolled up the legalese by default, though&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 1.061 seconds -->
