<?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: QotD: WWDC 2K6 Disappointment</title>
	<atom:link href="http://nslog.com/2006/08/11/qotd_wwdc_2k6_disappointment/feed" rel="self" type="application/rss+xml" />
	<link>http://nslog.com/2006/08/11/qotd_wwdc_2k6_disappointment</link>
	<description>The Weblog of Erik J. Barzeski</description>
	<lastBuildDate>Wed, 23 May 2012 23:05:21 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Erik J. Barzeski</title>
		<link>http://nslog.com/2006/08/11/qotd_wwdc_2k6_disappointment#comment-19140</link>
		<dc:creator>Erik J. Barzeski</dc:creator>
		<pubDate>Sun, 13 Aug 2006 13:09:17 +0000</pubDate>
		<guid isPermaLink="false">http://nslog.com/2006/08/11/qotd_wwdc_2k6_disappointment/#comment-19140</guid>
		<description>Dave, if &quot;the ship date&quot; is my biggest disappointment, I figure that alone is pretty revealing. It&#039;s not something about which I can be very disappointed, after all.
</description>
		<content:encoded><![CDATA[<p>Dave, if "the ship date" is my biggest disappointment, I figure that alone is pretty revealing. It's not something about which I can be very disappointed, after all.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike Cohen</title>
		<link>http://nslog.com/2006/08/11/qotd_wwdc_2k6_disappointment#comment-19139</link>
		<dc:creator>Mike Cohen</dc:creator>
		<pubDate>Sun, 13 Aug 2006 02:10:58 +0000</pubDate>
		<guid isPermaLink="false">http://nslog.com/2006/08/11/qotd_wwdc_2k6_disappointment/#comment-19139</guid>
		<description>The ship date &amp; no mention of ZFS.</description>
		<content:encoded><![CDATA[<p>The ship date &amp; no mention of ZFS.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave</title>
		<link>http://nslog.com/2006/08/11/qotd_wwdc_2k6_disappointment#comment-19138</link>
		<dc:creator>Dave</dc:creator>
		<pubDate>Sun, 13 Aug 2006 01:14:34 +0000</pubDate>
		<guid isPermaLink="false">http://nslog.com/2006/08/11/qotd_wwdc_2k6_disappointment/#comment-19138</guid>
		<description>None. Whatsoever.

They delivered exactly what I expected. I have bigger expectations for Leopard than what they _showed_. 

But hell, the ship date? When the biggest competitor (Vista) has their beta testers screaming to delay things and release a beta 3?

This time around OS X has a direct comparison happening. Something that hasn&#039;t happened since... well, 10.0. If the competition gives us another 3 months to polish things - I say do it.

As for those unexposed pieces.... disappointed is a word that IMHO only those who don&#039;t understand the market would use. Erik, you aren&#039;t one of those. So I&#039;m figuring you are asking what they call a leading question.

Sorry, I&#039;m not biting.

PS - if you MUST.... my biggest disappointment is that I had no chance of making the WWDC and have to wait a few more months before getting my own preview of XCode 3.0. Damn!</description>
		<content:encoded><![CDATA[<p>None. Whatsoever.</p>
<p>They delivered exactly what I expected. I have bigger expectations for Leopard than what they _showed_. </p>
<p>But hell, the ship date? When the biggest competitor (Vista) has their beta testers screaming to delay things and release a beta 3?</p>
<p>This time around OS X has a direct comparison happening. Something that hasn't happened since... well, 10.0. If the competition gives us another 3 months to polish things - I say do it.</p>
<p>As for those unexposed pieces.... disappointed is a word that IMHO only those who don't understand the market would use. Erik, you aren't one of those. So I'm figuring you are asking what they call a leading question.</p>
<p>Sorry, I'm not biting.</p>
<p>PS - if you MUST.... my biggest disappointment is that I had no chance of making the WWDC and have to wait a few more months before getting my own preview of XCode 3.0. Damn!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MatzeLoCal</title>
		<link>http://nslog.com/2006/08/11/qotd_wwdc_2k6_disappointment#comment-19137</link>
		<dc:creator>MatzeLoCal</dc:creator>
		<pubDate>Sat, 12 Aug 2006 23:40:43 +0000</pubDate>
		<guid isPermaLink="false">http://nslog.com/2006/08/11/qotd_wwdc_2k6_disappointment/#comment-19137</guid>
		<description>I don&#039;t think they will drop Java-support in XCode 3 ... would make not much sense, as WO is relies on Java.

For the GC: The reason I cursing GC is, that most prog&#039;ing I do is for a ApplicationServer. It has lot&#039;s of Third-Party libraries, which are closed source. So, there is a module, which connects to SAP-Systems via SAP-JCO. The module is third party and close source as well as the SAP-JCO. 
So, now there is this bug... errrmmm.. .feature: Due to some VPN mishaps, the connection is sometimes broken for a very short period of time. But in this time, the SAP module or the JCO (vendor of the module blames the JCO), loses the physical connection, but it can not free the resources, as the GC considers the Object as valid an not null. So the ApplicationServer starts getting hungry for memory and there is absolute no way to free them... as GC says &quot;I decide when it can be released&quot; .... as you may know, even if you say &lt;i&gt;myObject = null&lt;/i&gt;, Java&#039;s GC gives a fsck on it.... 

and this is only one example... I had a few more of this kind of GC annoyings :(</description>
		<content:encoded><![CDATA[<p>I don't think they will drop Java-support in XCode 3 ... would make not much sense, as WO is relies on Java.</p>
<p>For the GC: The reason I cursing GC is, that most prog'ing I do is for a ApplicationServer. It has lot's of Third-Party libraries, which are closed source. So, there is a module, which connects to SAP-Systems via SAP-JCO. The module is third party and close source as well as the SAP-JCO.<br />
So, now there is this bug... errrmmm.. .feature: Due to some VPN mishaps, the connection is sometimes broken for a very short period of time. But in this time, the SAP module or the JCO (vendor of the module blames the JCO), loses the physical connection, but it can not free the resources, as the GC considers the Object as valid an not null. So the ApplicationServer starts getting hungry for memory and there is absolute no way to free them... as GC says "I decide when it can be released" .... as you may know, even if you say <i>myObject = null</i>, Java's GC gives a fsck on it.... </p>
<p>and this is only one example... I had a few more of this kind of GC annoyings <img src='http://nslog.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: FT'e</title>
		<link>http://nslog.com/2006/08/11/qotd_wwdc_2k6_disappointment#comment-19136</link>
		<dc:creator>FT'e</dc:creator>
		<pubDate>Sat, 12 Aug 2006 21:32:48 +0000</pubDate>
		<guid isPermaLink="false">http://nslog.com/2006/08/11/qotd_wwdc_2k6_disappointment/#comment-19136</guid>
		<description>As far as I understand, Java development support will be dropped from Xcode (the IDE I mean). It not that Xcode is really good in that field, far from it, but frankly, Eclipse is so... Windows 3.1-ish. :/ And since I work with WebObjects on a regular basis, I&#039;ll have to switch one day or another.

About garbage collection... Garbage collection is a must. Once upon a time, I developped a memory management library for C++, including reference counting mixins, smart pointers and laundry lists (kind of autorelease pool) and I never worked (in C++) without it. I never had any memory bug since, without performance problem despite the mecanism used. Can&#039;t live without it.</description>
		<content:encoded><![CDATA[<p>As far as I understand, Java development support will be dropped from Xcode (the IDE I mean). It not that Xcode is really good in that field, far from it, but frankly, Eclipse is so... Windows 3.1-ish. :/ And since I work with WebObjects on a regular basis, I'll have to switch one day or another.</p>
<p>About garbage collection... Garbage collection is a must. Once upon a time, I developped a memory management library for C++, including reference counting mixins, smart pointers and laundry lists (kind of autorelease pool) and I never worked (in C++) without it. I never had any memory bug since, without performance problem despite the mecanism used. Can't live without it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Oddy</title>
		<link>http://nslog.com/2006/08/11/qotd_wwdc_2k6_disappointment#comment-19135</link>
		<dc:creator>Oddy</dc:creator>
		<pubDate>Sat, 12 Aug 2006 21:19:37 +0000</pubDate>
		<guid isPermaLink="false">http://nslog.com/2006/08/11/qotd_wwdc_2k6_disappointment/#comment-19135</guid>
		<description>Good thing that it&#039;s just an opt-in.</description>
		<content:encoded><![CDATA[<p>Good thing that it's just an opt-in.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MatzeLoCal</title>
		<link>http://nslog.com/2006/08/11/qotd_wwdc_2k6_disappointment#comment-19134</link>
		<dc:creator>MatzeLoCal</dc:creator>
		<pubDate>Sat, 12 Aug 2006 20:55:30 +0000</pubDate>
		<guid isPermaLink="false">http://nslog.com/2006/08/11/qotd_wwdc_2k6_disappointment/#comment-19134</guid>
		<description>Garbage Collection in Obj-C 2.0 

As far as I know GC from my daily Java, I consider it as an absoulte minus.</description>
		<content:encoded><![CDATA[<p>Garbage Collection in Obj-C 2.0 </p>
<p>As far as I know GC from my daily Java, I consider it as an absoulte minus.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

