<?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"
	>
<channel>
	<title>Comments for Long Pointers</title>
	<atom:link href="http://www.matthew-long.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.matthew-long.com</link>
	<description>Matt Long's Blog About Programming and Stuff</description>
	<pubDate>Fri, 25 Jul 2008 01:26:15 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>Comment on That Sucking Sound Is Java Killing Your Soul by jag</title>
		<link>http://www.matthew-long.com/2008/05/15/that-sucking-sound-is-java-killing-your-soul/#comment-64750</link>
		<dc:creator>jag</dc:creator>
		<pubDate>Fri, 18 Jul 2008 02:09:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.matthew-long.com/?p=111#comment-64750</guid>
		<description>I agree completely that Java can be quite tedious, but it does the things I need on the server side without much setup hassle, like creating zip files and accessing (Oracle) databases. Working with Java on UNIX sure beats the heck out of .Not on Windows (for me, anyway).

I use Perl when I can (Python isn't permitted here :-( ), but installing the modules can be such a supreme hassle.

After 30 years of server-side development, I'm studying hard to try to make the transition over to the Mac with Xcode/Cocoa/ObjC. (Your tutorials are much appreciated! :)

I like Java much better than I like straight C, but the combination of Cocoa and ObjC goes a long way towards alleviating the pain of C.</description>
		<content:encoded><![CDATA[<p>I agree completely that Java can be quite tedious, but it does the things I need on the server side without much setup hassle, like creating zip files and accessing (Oracle) databases. Working with Java on UNIX sure beats the heck out of .Not on Windows (for me, anyway).</p>
<p>I use Perl when I can (Python isn&#8217;t permitted here :-( ), but installing the modules can be such a supreme hassle.</p>
<p>After 30 years of server-side development, I&#8217;m studying hard to try to make the transition over to the Mac with Xcode/Cocoa/ObjC. (Your tutorials are much appreciated! :)</p>
<p>I like Java much better than I like straight C, but the combination of Cocoa and ObjC goes a long way towards alleviating the pain of C.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on That Sucking Sound Is Java Killing Your Soul by baruch</title>
		<link>http://www.matthew-long.com/2008/05/15/that-sucking-sound-is-java-killing-your-soul/#comment-59089</link>
		<dc:creator>baruch</dc:creator>
		<pubDate>Sat, 28 Jun 2008 14:31:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.matthew-long.com/?p=111#comment-59089</guid>
		<description>Hi:

This is more of a question than a comment.  You all are light years ahead of me in all this.  

I just downloaded your Audio Scrub beta but I don't know where to put the components in order to build the application.  Would you be willing please to explain to a neophyte?

Thanks!

baruch@mcn.org</description>
		<content:encoded><![CDATA[<p>Hi:</p>
<p>This is more of a question than a comment.  You all are light years ahead of me in all this.  </p>
<p>I just downloaded your Audio Scrub beta but I don&#8217;t know where to put the components in order to build the application.  Would you be willing please to explain to a neophyte?</p>
<p>Thanks!</p>
<p><a href="mailto:baruch@mcn.org">baruch@mcn.org</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on ASP .NET 2.0 TreeView Strategy by ftoomi</title>
		<link>http://www.matthew-long.com/2006/10/21/asp-net-20-treeview-strategy/#comment-57834</link>
		<dc:creator>ftoomi</dc:creator>
		<pubDate>Tue, 24 Jun 2008 17:44:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.matthew-long.com/2006/10/21/asp-net-20-treeview-strategy/#comment-57834</guid>
		<description>Hello there !
Mr.Matt I would lie to thank you for this good article; I really enjoey the blog;

I've tried to apply this solution to my work, but it couldn't work. if u don't mind to attach this solution in a form of aspx page, Please.

thanks a lot :)</description>
		<content:encoded><![CDATA[<p>Hello there !<br />
Mr.Matt I would lie to thank you for this good article; I really enjoey the blog;</p>
<p>I&#8217;ve tried to apply this solution to my work, but it couldn&#8217;t work. if u don&#8217;t mind to attach this solution in a form of aspx page, Please.</p>
<p>thanks a lot :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on That Sucking Sound Is Java Killing Your Soul by PhantomMenace</title>
		<link>http://www.matthew-long.com/2008/05/15/that-sucking-sound-is-java-killing-your-soul/#comment-57677</link>
		<dc:creator>PhantomMenace</dc:creator>
		<pubDate>Tue, 24 Jun 2008 04:13:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.matthew-long.com/?p=111#comment-57677</guid>
		<description>I agree with you Matt, Java has tangled itself up into a big ball of crap. I think this stems not so much from the language as it does from the crappy, counter-intuitive API and framework patterns that are so pervasive in the language. I couldn't agree with you more about the over-use of the Factory pattern (and the Builder and all the other ridiculously over engineered patterns). The Calendar and related Classes are a good example of bad design. 

I also find it interesting how many Classes start out with a somewhat intuitive API that gets deprecated to make room for a more counter-intuitive API that makes no practical sense at all. It almost seems deliberate. 

So I would contend that the crappiness of Java comes not from the language but from the idiots who steeped the Java culture in over-theoretical and counter-intuitive API's.</description>
		<content:encoded><![CDATA[<p>I agree with you Matt, Java has tangled itself up into a big ball of crap. I think this stems not so much from the language as it does from the crappy, counter-intuitive API and framework patterns that are so pervasive in the language. I couldn&#8217;t agree with you more about the over-use of the Factory pattern (and the Builder and all the other ridiculously over engineered patterns). The Calendar and related Classes are a good example of bad design. </p>
<p>I also find it interesting how many Classes start out with a somewhat intuitive API that gets deprecated to make room for a more counter-intuitive API that makes no practical sense at all. It almost seems deliberate. </p>
<p>So I would contend that the crappiness of Java comes not from the language but from the idiots who steeped the Java culture in over-theoretical and counter-intuitive API&#8217;s.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on XCode 3.0 Tutorial by C compiler - MacTalk Forums</title>
		<link>http://www.matthew-long.com/2007/11/09/xcode-30-tutorial/#comment-54793</link>
		<dc:creator>C compiler - MacTalk Forums</dc:creator>
		<pubDate>Sun, 15 Jun 2008 08:21:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.matthew-long.com/2007/11/09/xcode-30-tutorial/#comment-54793</guid>
		<description>[...] get you started:  Long Pointers XCode 3.0 Tutorial  Cocoa Dev Central: C Language Tutorial for Cocoa  What exactly did you want to do anyway?! Learn [...]</description>
		<content:encoded><![CDATA[<p>[...] get you started:  Long Pointers XCode 3.0 Tutorial  Cocoa Dev Central: C Language Tutorial for Cocoa  What exactly did you want to do anyway?! Learn [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on That Sucking Sound Is Java Killing Your Soul by perlmunger</title>
		<link>http://www.matthew-long.com/2008/05/15/that-sucking-sound-is-java-killing-your-soul/#comment-44487</link>
		<dc:creator>perlmunger</dc:creator>
		<pubDate>Fri, 16 May 2008 13:18:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.matthew-long.com/?p=111#comment-44487</guid>
		<description>@GDA

Both!</description>
		<content:encoded><![CDATA[<p>@GDA</p>
<p>Both!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on That Sucking Sound Is Java Killing Your Soul by GdA</title>
		<link>http://www.matthew-long.com/2008/05/15/that-sucking-sound-is-java-killing-your-soul/#comment-44475</link>
		<dc:creator>GdA</dc:creator>
		<pubDate>Fri, 16 May 2008 13:09:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.matthew-long.com/?p=111#comment-44475</guid>
		<description>On one hand, Java is not the funniest language. But on the other hand, you have the best tools to develop in Java and far ahead from other IDEs.
I used to develop on several other languages too, and I regularly test new languages with new environement. But when I lack code completion, formatting, navigation, refactoring (not just renaming) I really miss my Java IDE. Finding all implementations of an interface, all usages of a class, or the call stack of a method key shortcut is as easy as a key shortcut. And all this makes me happy.
So, what do you prefer, fun or happiness ?</description>
		<content:encoded><![CDATA[<p>On one hand, Java is not the funniest language. But on the other hand, you have the best tools to develop in Java and far ahead from other IDEs.<br />
I used to develop on several other languages too, and I regularly test new languages with new environement. But when I lack code completion, formatting, navigation, refactoring (not just renaming) I really miss my Java IDE. Finding all implementations of an interface, all usages of a class, or the call stack of a method key shortcut is as easy as a key shortcut. And all this makes me happy.<br />
So, what do you prefer, fun or happiness ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on XCode 3.0 Tutorial by links for 2008-05-09 &#171; copula&#8217;s weblog</title>
		<link>http://www.matthew-long.com/2007/11/09/xcode-30-tutorial/#comment-43279</link>
		<dc:creator>links for 2008-05-09 &#171; copula&#8217;s weblog</dc:creator>
		<pubDate>Fri, 09 May 2008 09:39:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.matthew-long.com/2007/11/09/xcode-30-tutorial/#comment-43279</guid>
		<description>[...] Long Pointers » XCode 3.0 Tutorial (tags: mac development programming tutorial) [...]</description>
		<content:encoded><![CDATA[<p>[...] Long Pointers » XCode 3.0 Tutorial (tags: mac development programming tutorial) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on BecomeAnXcoder, And Give, Please!! by perlmunger</title>
		<link>http://www.matthew-long.com/2008/04/03/becomeanxcoder-and-give-please/#comment-33151</link>
		<dc:creator>perlmunger</dc:creator>
		<pubDate>Fri, 04 Apr 2008 02:39:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.matthew-long.com/?p=110#comment-33151</guid>
		<description>Self publishing is happening more and more I think, however, a lot of what the publishers get paid for is the publicity. If you can create your own buzz and drive traffic to your book site, you could probably do quite well considering you would make dollars rather than cents for every copy. It's definitely a tradeoff.</description>
		<content:encoded><![CDATA[<p>Self publishing is happening more and more I think, however, a lot of what the publishers get paid for is the publicity. If you can create your own buzz and drive traffic to your book site, you could probably do quite well considering you would make dollars rather than cents for every copy. It&#8217;s definitely a tradeoff.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on XCode 3.0 Tutorial by Dinu&#8217;s House &#187; XCode 3.0 Tutorial</title>
		<link>http://www.matthew-long.com/2007/11/09/xcode-30-tutorial/#comment-27438</link>
		<dc:creator>Dinu&#8217;s House &#187; XCode 3.0 Tutorial</dc:creator>
		<pubDate>Wed, 12 Mar 2008 04:36:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.matthew-long.com/2007/11/09/xcode-30-tutorial/#comment-27438</guid>
		<description>[...] Add an outlet for a text field and a label, and an action to the code so that it looks like this: PLAIN TEXT [...]</description>
		<content:encoded><![CDATA[<p>[...] Add an outlet for a text field and a label, and an action to the code so that it looks like this: PLAIN TEXT [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
