<?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/"
	xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments for alex | blog</title>
	<atom:link href="http://alexharvey.wordpress.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://alexharvey.wordpress.com</link>
	<description>mostly Java</description>
	<lastBuildDate>Tue, 18 Sep 2007 20:42:15 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Google Notebook + Gears by MSDN Blog Postings &#187; August OneNote Blog Round-up</title>
		<link>http://alexharvey.wordpress.com/2007/08/25/google-notebook-gears/#comment-297</link>
		<dc:creator>MSDN Blog Postings &#187; August OneNote Blog Round-up</dc:creator>
		<pubDate>Tue, 18 Sep 2007 20:42:15 +0000</pubDate>
		<guid isPermaLink="false">http://alexharvey.wordpress.com/2007/08/25/google-notebook-gears/#comment-297</guid>
		<description>[...] &#x201C;Since moving mostly to a Mac for software development, one piece of software on Windows that... [...]</description>
		<content:encoded><![CDATA[<p>[...] &#x201C;Since moving mostly to a Mac for software development, one piece of software on Windows that&#8230; [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on a Java puzzler by aviadbd</title>
		<link>http://alexharvey.wordpress.com/2007/09/14/a-java-puzzler/#comment-296</link>
		<dc:creator>aviadbd</dc:creator>
		<pubDate>Fri, 14 Sep 2007 18:31:12 +0000</pubDate>
		<guid isPermaLink="false">http://alexharvey.wordpress.com/2007/09/14/a-java-puzzler/#comment-296</guid>
		<description>It&#039;s not about a leap year or about any date in particular. It&#039;s just the implementation of the parse method.

Try: 1957-04-33 Get: success: Fri May 03 00:00:00 IDT 1957

Try: 1957-05-40 Get: success: Sun Jun 09 00:00:00 IDT 1957

Try: 1957-20-40 Get: success: Tue Sep 09 00:00:00 IST 1958</description>
		<content:encoded><![CDATA[<p>It&#8217;s not about a leap year or about any date in particular. It&#8217;s just the implementation of the parse method.</p>
<p>Try: 1957-04-33 Get: success: Fri May 03 00:00:00 IDT 1957</p>
<p>Try: 1957-05-40 Get: success: Sun Jun 09 00:00:00 IDT 1957</p>
<p>Try: 1957-20-40 Get: success: Tue Sep 09 00:00:00 IST 1958</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on a Java puzzler by ksjohnson</title>
		<link>http://alexharvey.wordpress.com/2007/09/14/a-java-puzzler/#comment-295</link>
		<dc:creator>ksjohnson</dc:creator>
		<pubDate>Thu, 13 Sep 2007 23:02:56 +0000</pubDate>
		<guid isPermaLink="false">http://alexharvey.wordpress.com/2007/09/14/a-java-puzzler/#comment-295</guid>
		<description>1957 is not a leapyear, so February 29 &quot;rolls over&quot; to March 1. Try 1960, that&#039;s a leap year, so February 29 is valid.

Although that does seem like something that would throw an Exception, rather than quietly roll to the closest real date. But it&#039;s probably for compatibility, like if someone&#039;s birthday is on February 29. Doesn&#039;t make sense for every application to have to say &quot;Yes, it&#039;s ok, roll to March 1.&quot;</description>
		<content:encoded><![CDATA[<p>1957 is not a leapyear, so February 29 &#8220;rolls over&#8221; to March 1. Try 1960, that&#8217;s a leap year, so February 29 is valid.</p>
<p>Although that does seem like something that would throw an Exception, rather than quietly roll to the closest real date. But it&#8217;s probably for compatibility, like if someone&#8217;s birthday is on February 29. Doesn&#8217;t make sense for every application to have to say &#8220;Yes, it&#8217;s ok, roll to March 1.&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Groovy and Google Notebook by marcospereira</title>
		<link>http://alexharvey.wordpress.com/2007/09/08/groovy-and-google-notebook/#comment-294</link>
		<dc:creator>marcospereira</dc:creator>
		<pubDate>Mon, 10 Sep 2007 05:33:34 +0000</pubDate>
		<guid isPermaLink="false">http://alexharvey.wordpress.com/2007/09/08/groovy-and-google-notebook/#comment-294</guid>
		<description>Nice post. Well, I think that you could groovify your code. :-D 

myFeed.entries.collect { googleService.getFeed(it.id.toURL(), Feed.class) }.each { /* process the feed*/ }

Kind Regards</description>
		<content:encoded><![CDATA[<p>Nice post. Well, I think that you could groovify your code. <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':-D' class='wp-smiley' />  </p>
<p>myFeed.entries.collect { googleService.getFeed(it.id.toURL(), Feed.class) }.each { /* process the feed*/ }</p>
<p>Kind Regards</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Google Notebook + Gears by Carl</title>
		<link>http://alexharvey.wordpress.com/2007/08/25/google-notebook-gears/#comment-293</link>
		<dc:creator>Carl</dc:creator>
		<pubDate>Wed, 29 Aug 2007 18:08:24 +0000</pubDate>
		<guid isPermaLink="false">http://alexharvey.wordpress.com/2007/08/25/google-notebook-gears/#comment-293</guid>
		<description>Cheers.  I too would love google notebook with gear support.  I ran into a similar situation switching to a Mac and having a PC at work (although you do know that in Office 2004 for the Mac there is a notebook function in microsoft word right?)
There is definitely some functionality I would love to see added to google notebook, and I think it will be a winner.</description>
		<content:encoded><![CDATA[<p>Cheers.  I too would love google notebook with gear support.  I ran into a similar situation switching to a Mac and having a PC at work (although you do know that in Office 2004 for the Mac there is a notebook function in microsoft word right?)<br />
There is definitely some functionality I would love to see added to google notebook, and I think it will be a winner.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Upgrading to Ubuntu 7.04 (Feisty Fawn) by Anjan Bacchu</title>
		<link>http://alexharvey.wordpress.com/2007/04/26/upgrading-to-ubuntu-704-feisty-fawn/#comment-164</link>
		<dc:creator>Anjan Bacchu</dc:creator>
		<pubDate>Thu, 26 Apr 2007 18:06:25 +0000</pubDate>
		<guid isPermaLink="false">http://alexharvey.wordpress.com/2007/04/26/upgrading-to-ubuntu-704-feisty-fawn/#comment-164</guid>
		<description>hi there,

  can&#039;t you do that before X starts ? If you an figure out which file stores the keyboard encoding file, then you can change before it goes to X. Alternately, you can use a LIVECD to edit that file.

BR,
~A</description>
		<content:encoded><![CDATA[<p>hi there,</p>
<p>  can&#8217;t you do that before X starts ? If you an figure out which file stores the keyboard encoding file, then you can change before it goes to X. Alternately, you can use a LIVECD to edit that file.</p>
<p>BR,<br />
~A</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on .Mac needs a facelift by Livette</title>
		<link>http://alexharvey.wordpress.com/2007/01/25/mac-needs-a-facelift/#comment-154</link>
		<dc:creator>Livette</dc:creator>
		<pubDate>Tue, 17 Apr 2007 06:56:44 +0000</pubDate>
		<guid isPermaLink="false">http://alexharvey.wordpress.com/2007/01/25/mac-needs-a-facelift/#comment-154</guid>
		<description>Nice blog!</description>
		<content:encoded><![CDATA[<p>Nice blog!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Hibernate Annotations by manjana</title>
		<link>http://alexharvey.wordpress.com/2006/12/20/hibernate-annotations/#comment-102</link>
		<dc:creator>manjana</dc:creator>
		<pubDate>Wed, 07 Mar 2007 15:59:43 +0000</pubDate>
		<guid isPermaLink="false">http://alexharvey.wordpress.com/2006/12/20/hibernate-annotations/#comment-102</guid>
		<description>what i have seen at [http://uri.jteam.nl/?p=15] are tones of redundant annotations. did someone call it &quot;_proper_ use of annotations&quot; ? i really believe, that people who are new to hibernate annotations after taking look into that mess could scare themselvs to the death :D as for me i think that annotations are really good stuff if you are working on big databases with 200+ tables and _don&#039;t_ need additionally support 200+ hbm&#039;s. also as there were mentioned it helps when you want imagine how is your data model look like.</description>
		<content:encoded><![CDATA[<p>what i have seen at [http://uri.jteam.nl/?p=15] are tones of redundant annotations. did someone call it &#8220;_proper_ use of annotations&#8221; ? i really believe, that people who are new to hibernate annotations after taking look into that mess could scare themselvs to the death <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' />  as for me i think that annotations are really good stuff if you are working on big databases with 200+ tables and _don&#8217;t_ need additionally support 200+ hbm&#8217;s. also as there were mentioned it helps when you want imagine how is your data model look like.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Cliff Stoll at Cray Research by vivek goel</title>
		<link>http://alexharvey.wordpress.com/2006/08/04/cliff-stoll-at-cray-research/#comment-98</link>
		<dc:creator>vivek goel</dc:creator>
		<pubDate>Sat, 27 Jan 2007 22:52:49 +0000</pubDate>
		<guid isPermaLink="false">https://alexharvey.wordpress.com/2006/08/04/cliff-stoll-at-cray-research/#comment-98</guid>
		<description>java app : {http://stardust.jpl.nasa.gov/classroom/jason/index2.html}</description>
		<content:encoded><![CDATA[<p>java app : {http://stardust.jpl.nasa.gov/classroom/jason/index2.html}</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on .Mac needs a facelift by Brandon Werner</title>
		<link>http://alexharvey.wordpress.com/2007/01/25/mac-needs-a-facelift/#comment-96</link>
		<dc:creator>Brandon Werner</dc:creator>
		<pubDate>Thu, 25 Jan 2007 20:08:34 +0000</pubDate>
		<guid isPermaLink="false">http://alexharvey.wordpress.com/2007/01/25/mac-needs-a-facelift/#comment-96</guid>
		<description>Worse than that is the restrictions on the amount of photos you can include on a website in iLife.

There is a lot in iLife that is nice, such as RSS feeds (photocasting) and essentially running your own small Flickr, but it lacks the social aspects that you mentioned.

I&#039;m not certain what the future is of .Mac, but as long as it maintains my email and sync between my desktop and laptops, I&#039;m ok with the fee.

It&#039;s iLife and space issues however will probably stop new people from signing up.</description>
		<content:encoded><![CDATA[<p>Worse than that is the restrictions on the amount of photos you can include on a website in iLife.</p>
<p>There is a lot in iLife that is nice, such as RSS feeds (photocasting) and essentially running your own small Flickr, but it lacks the social aspects that you mentioned.</p>
<p>I&#8217;m not certain what the future is of .Mac, but as long as it maintains my email and sync between my desktop and laptops, I&#8217;m ok with the fee.</p>
<p>It&#8217;s iLife and space issues however will probably stop new people from signing up.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
