<?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 Cobworks</title>
	<atom:link href="http://cobworks.ca/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://cobworks.ca</link>
	<description>A window to the snails pace of personal development</description>
	<lastBuildDate>Tue, 07 Sep 2010 09:30:44 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Changing the background color of a label in Flex by Shashank</title>
		<link>http://cobworks.ca/2009/11/09/changing-the-background-color-of-a-label-in-flex/comment-page-1/#comment-202</link>
		<dc:creator>Shashank</dc:creator>
		<pubDate>Tue, 07 Sep 2010 09:30:44 +0000</pubDate>
		<guid isPermaLink="false">http://cobworks.ca/?p=19#comment-202</guid>
		<description>Nice up, Thankx for tip :)</description>
		<content:encoded><![CDATA[<p>Nice up, Thankx for tip <img src='http://cobworks.ca/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Java must be stopped by Jason Spitkoski</title>
		<link>http://cobworks.ca/2010/08/20/java-must-be-stopped/comment-page-1/#comment-196</link>
		<dc:creator>Jason Spitkoski</dc:creator>
		<pubDate>Tue, 24 Aug 2010 16:08:42 +0000</pubDate>
		<guid isPermaLink="false">http://cobworks.ca/?p=131#comment-196</guid>
		<description>When it comes to speed, there are many examples of python performing just as fast if not faster than java or C/C++. The problem with saying &quot;Java / C is faster&quot; is that you assume programmers know how to truly use Java or C to be fast. When using Java, things slow because developers use many libraries and frameworks. These need to be loaded and initialized, which takes time. 

Funny how only a few years ago the argument was &quot;C++ is faster than Java because it is compiled and Java is interpreted&quot;. There are many examples of Java performing just as fast as C++ or even faster.

Most developers don&#039;t care that much about speed cause most apps they make don&#039;t need to be especially fast. I would say that most Java dev&#039;s I know like using libs and frameworks. Libs and frameworks both make your life as a programmer easier but comes at the cost of more app bloat. 

If you want your development to be easier, use an easy-to-use language and stop trying to put lipstick on a pig. My two cents</description>
		<content:encoded><![CDATA[<p>When it comes to speed, there are many examples of python performing just as fast if not faster than java or C/C++. The problem with saying &#8220;Java / C is faster&#8221; is that you assume programmers know how to truly use Java or C to be fast. When using Java, things slow because developers use many libraries and frameworks. These need to be loaded and initialized, which takes time. </p>
<p>Funny how only a few years ago the argument was &#8220;C++ is faster than Java because it is compiled and Java is interpreted&#8221;. There are many examples of Java performing just as fast as C++ or even faster.</p>
<p>Most developers don&#8217;t care that much about speed cause most apps they make don&#8217;t need to be especially fast. I would say that most Java dev&#8217;s I know like using libs and frameworks. Libs and frameworks both make your life as a programmer easier but comes at the cost of more app bloat. </p>
<p>If you want your development to be easier, use an easy-to-use language and stop trying to put lipstick on a pig. My two cents</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Java must be stopped by Josh</title>
		<link>http://cobworks.ca/2010/08/20/java-must-be-stopped/comment-page-1/#comment-194</link>
		<dc:creator>Josh</dc:creator>
		<pubDate>Fri, 20 Aug 2010 19:17:13 +0000</pubDate>
		<guid isPermaLink="false">http://cobworks.ca/?p=131#comment-194</guid>
		<description>I agree with Dan. Python seems to be less scalable for really complex systems. Something like jboss or eclipse would grid to a halt (speculation) if it where written completely in Python.

That&#039;s not to say dynamic language like Python or Ruby can&#039;t be used for complex system, they are simply extended in such cases with some parts implemented in C and exposed as a module.

It sounds like what it comes down to is static vs dynamic languages and which is more expressive. I would tend to agree that dynamic languages are much friendlier on the eyes.

NSString *str = [[NSNumber numberWithInt: 10] stringValue];

yuck!</description>
		<content:encoded><![CDATA[<p>I agree with Dan. Python seems to be less scalable for really complex systems. Something like jboss or eclipse would grid to a halt (speculation) if it where written completely in Python.</p>
<p>That&#8217;s not to say dynamic language like Python or Ruby can&#8217;t be used for complex system, they are simply extended in such cases with some parts implemented in C and exposed as a module.</p>
<p>It sounds like what it comes down to is static vs dynamic languages and which is more expressive. I would tend to agree that dynamic languages are much friendlier on the eyes.</p>
<p>NSString *str = [[NSNumber numberWithInt: 10] stringValue];</p>
<p>yuck!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Java must be stopped by Dan D</title>
		<link>http://cobworks.ca/2010/08/20/java-must-be-stopped/comment-page-1/#comment-193</link>
		<dc:creator>Dan D</dc:creator>
		<pubDate>Fri, 20 Aug 2010 14:59:31 +0000</pubDate>
		<guid isPermaLink="false">http://cobworks.ca/?p=131#comment-193</guid>
		<description>Although, isn&#039;t it the case of Java and C++ in large projects, being simply faster at executing than Python, as Python is simply an interrupted language vs a compiled one like java of C?</description>
		<content:encoded><![CDATA[<p>Although, isn&#8217;t it the case of Java and C++ in large projects, being simply faster at executing than Python, as Python is simply an interrupted language vs a compiled one like java of C?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Why Android Market Has No Games by techno news - Android gaming to get big boost from popular OpenFeint social platform</title>
		<link>http://cobworks.ca/2010/04/19/why-android-market-has-no-games/comment-page-1/#comment-189</link>
		<dc:creator>techno news - Android gaming to get big boost from popular OpenFeint social platform</dc:creator>
		<pubDate>Fri, 09 Jul 2010 00:32:30 +0000</pubDate>
		<guid isPermaLink="false">http://cobworks.ca/?p=85#comment-189</guid>
		<description>[...] this growth, the censure about the Android height has persisted: it has no great games. While this might be the bit of an overstatement, users often review the Android height with [...]</description>
		<content:encoded><![CDATA[<p>[...] this growth, the censure about the Android height has persisted: it has no great games. While this might be the bit of an overstatement, users often review the Android height with [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Why Android Market Has No Games by Android gaming to get big boost from popular OpenFeint social platform &#124; News URL</title>
		<link>http://cobworks.ca/2010/04/19/why-android-market-has-no-games/comment-page-1/#comment-188</link>
		<dc:creator>Android gaming to get big boost from popular OpenFeint social platform &#124; News URL</dc:creator>
		<pubDate>Thu, 08 Jul 2010 19:27:04 +0000</pubDate>
		<guid isPermaLink="false">http://cobworks.ca/?p=85#comment-188</guid>
		<description>[...] this growth, a complaint about the Android platform has persisted: it has no good games. While this may be a bit of an overstatement, users frequently compare the Android platform with [...]</description>
		<content:encoded><![CDATA[<p>[...] this growth, a complaint about the Android platform has persisted: it has no good games. While this may be a bit of an overstatement, users frequently compare the Android platform with [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Why Android Market Has No Games by dextroz</title>
		<link>http://cobworks.ca/2010/04/19/why-android-market-has-no-games/comment-page-1/#comment-172</link>
		<dc:creator>dextroz</dc:creator>
		<pubDate>Wed, 05 May 2010 18:43:55 +0000</pubDate>
		<guid isPermaLink="false">http://cobworks.ca/?p=85#comment-172</guid>
		<description>awesome writeup. this article needs more visibility to get someone to kick andy rubin the balls for another fuckup.

1. trackball colors
2. trackball blink frequency
3. fucked up battery life
4. fucked up contact management on gmail  android
5. no desktop sync
6. fucked up calendar invite handling (does not even open .ics at all)
7. b/g/n screw-up after 2 months of dogfooding
8. no sd card installation (just 191mb internal storage - this is 2010 y&#039;all!)
9. no front camera but was planned for europe release
10. for coming up with something as stupid as &#039;super phone&#039; during lunch - an act which is usually reserved for bill gates.
11. no gif animation in browser
12. can&#039;t playback videos from picasaweb

seriously wtf? one day with the pre-release nexus should have made these obvious.</description>
		<content:encoded><![CDATA[<p>awesome writeup. this article needs more visibility to get someone to kick andy rubin the balls for another fuckup.</p>
<p>1. trackball colors<br />
2. trackball blink frequency<br />
3. fucked up battery life<br />
4. fucked up contact management on gmail  android<br />
5. no desktop sync<br />
6. fucked up calendar invite handling (does not even open .ics at all)<br />
7. b/g/n screw-up after 2 months of dogfooding<br />
8. no sd card installation (just 191mb internal storage &#8211; this is 2010 y&#8217;all!)<br />
9. no front camera but was planned for europe release<br />
10. for coming up with something as stupid as &#8217;super phone&#8217; during lunch &#8211; an act which is usually reserved for bill gates.<br />
11. no gif animation in browser<br />
12. can&#8217;t playback videos from picasaweb</p>
<p>seriously wtf? one day with the pre-release nexus should have made these obvious.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Why Android Market Has No Games by Jason</title>
		<link>http://cobworks.ca/2010/04/19/why-android-market-has-no-games/comment-page-1/#comment-171</link>
		<dc:creator>Jason</dc:creator>
		<pubDate>Wed, 05 May 2010 01:28:22 +0000</pubDate>
		<guid isPermaLink="false">http://cobworks.ca/?p=85#comment-171</guid>
		<description>Sweet! I look forward to going through them!</description>
		<content:encoded><![CDATA[<p>Sweet! I look forward to going through them!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Why Android Market Has No Games by INsanityDesign</title>
		<link>http://cobworks.ca/2010/04/19/why-android-market-has-no-games/comment-page-1/#comment-158</link>
		<dc:creator>INsanityDesign</dc:creator>
		<pubDate>Fri, 23 Apr 2010 19:25:50 +0000</pubDate>
		<guid isPermaLink="false">http://cobworks.ca/?p=85#comment-158</guid>
		<description>Thanks for the props. I am currently preparing the first OpenGL ES 2.0 based on Android NDK but through JNI (to stay true to my Java roots). It will probably be one NeHe and on other for the moment. Unfortunately, because of some greater changes this year I didn&#039;t have much time to do anything, but I hope I finish both simultaneously in two weeks latest.

Greets</description>
		<content:encoded><![CDATA[<p>Thanks for the props. I am currently preparing the first OpenGL ES 2.0 based on Android NDK but through JNI (to stay true to my Java roots). It will probably be one NeHe and on other for the moment. Unfortunately, because of some greater changes this year I didn&#8217;t have much time to do anything, but I hope I finish both simultaneously in two weeks latest.</p>
<p>Greets</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The Many Faces of Pain &#8211; Daylight Savings Time by Jason</title>
		<link>http://cobworks.ca/2010/04/09/the-many-faces-of-pain-daylight-savings-time/comment-page-1/#comment-145</link>
		<dc:creator>Jason</dc:creator>
		<pubDate>Tue, 13 Apr 2010 15:08:49 +0000</pubDate>
		<guid isPermaLink="false">http://cobworks.ca/?p=59#comment-145</guid>
		<description>It&#039;s true... If anything, users will be annoyed that they have to pick the timezone they are in.</description>
		<content:encoded><![CDATA[<p>It&#8217;s true&#8230; If anything, users will be annoyed that they have to pick the timezone they are in.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
