<?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 Jared Blitzstein</title>
	<atom:link href="http://blog.louderthanreason.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.louderthanreason.com</link>
	<description>The sea was angry that day my friends.</description>
	<lastBuildDate>Sat, 24 Oct 2009 00:27:01 +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 Java web developer interview question, do you think this is fair? by Billy Korando</title>
		<link>http://blog.louderthanreason.com/2009/01/11/java-web-developer-interview-question-do-you-think-this-is-fair/comment-page-1/#comment-159</link>
		<dc:creator>Billy Korando</dc:creator>
		<pubDate>Sat, 24 Oct 2009 00:27:01 +0000</pubDate>
		<guid isPermaLink="false">http://jcblitz.xen.prgmr.com/wordpress/?p=208#comment-159</guid>
		<description>As I junior developer I don&#039;t think that question is too hard. While I could not answer it nearly the detail you might expect if I had to give an answer: 
I would use Product as a type then use the later part of the url for keywords using a mechanism to get the most relevant products.</description>
		<content:encoded><![CDATA[<p>As I junior developer I don&#8217;t think that question is too hard. While I could not answer it nearly the detail you might expect if I had to give an answer:<br />
I would use Product as a type then use the later part of the url for keywords using a mechanism to get the most relevant products.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Greasemonkey script to make experts-exchange tolerable by jcblitz</title>
		<link>http://blog.louderthanreason.com/2008/05/20/greasemonkey-script-to-make-experts-exchange-tolerable/comment-page-1/#comment-150</link>
		<dc:creator>jcblitz</dc:creator>
		<pubDate>Mon, 15 Jun 2009 15:15:36 +0000</pubDate>
		<guid isPermaLink="false">http://wordpress.blitzstein.net/?p=60#comment-150</guid>
		<description>@Stephen

That&#039;s a good idea, I&#039;m going to give that route a try the next time I have some time to kill and some other site is bugging me.</description>
		<content:encoded><![CDATA[<p>@Stephen</p>
<p>That&#8217;s a good idea, I&#8217;m going to give that route a try the next time I have some time to kill and some other site is bugging me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Greasemonkey script to make experts-exchange tolerable by Stephen Cronin</title>
		<link>http://blog.louderthanreason.com/2008/05/20/greasemonkey-script-to-make-experts-exchange-tolerable/comment-page-1/#comment-147</link>
		<dc:creator>Stephen Cronin</dc:creator>
		<pubDate>Fri, 12 Jun 2009 02:56:54 +0000</pubDate>
		<guid isPermaLink="false">http://wordpress.blitzstein.net/?p=60#comment-147</guid>
		<description>Hey, That&#039;s a great script. 

I was just about to write something similar myself, but Google pointed me towards your solution. Thanks!

As an aside, I use jQuery whenever I&#039;m messing about with Greasemonkey, but I just copy and paste the whole jQuery source into my script (gotta love open source) . That way, it lives in the script on the hard drive and doesn&#039;t need to be downloaded at all. I know it doesn&#039;t make much differece, but that&#039;s my approach anyway.</description>
		<content:encoded><![CDATA[<p>Hey, That&#8217;s a great script. </p>
<p>I was just about to write something similar myself, but Google pointed me towards your solution. Thanks!</p>
<p>As an aside, I use jQuery whenever I&#8217;m messing about with Greasemonkey, but I just copy and paste the whole jQuery source into my script (gotta love open source) . That way, it lives in the script on the hard drive and doesn&#8217;t need to be downloaded at all. I know it doesn&#8217;t make much differece, but that&#8217;s my approach anyway.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to drop all tables in Oracle by KDEC</title>
		<link>http://blog.louderthanreason.com/2008/05/19/how-to-drop-all-tables-in-oracle/comment-page-1/#comment-144</link>
		<dc:creator>KDEC</dc:creator>
		<pubDate>Sat, 30 May 2009 14:42:24 +0000</pubDate>
		<guid isPermaLink="false">http://wordpress.blitzstein.net/?p=59#comment-144</guid>
		<description>Take on another forum you can generate the SQL to drop all objet of a user by using this statement

SELECT &#039;DROP&#039;&#124;&#124;object_type&#124;&#124;&#039; &#039;&#124;&#124; object_name&#124;&#124;  DECODE(OBJECT_TYPE,&#039;TABLE&#039;,&#039; CASCADE CONSTRAINTS;&#039;,&#039;;&#039;) FROMuser_objects</description>
		<content:encoded><![CDATA[<p>Take on another forum you can generate the SQL to drop all objet of a user by using this statement</p>
<p>SELECT &#8216;DROP&#8217;||object_type||&#8217; &#8216;|| object_name||  DECODE(OBJECT_TYPE,&#8217;TABLE&#8217;,&#8217; CASCADE CONSTRAINTS;&#8217;,';&#8217;) FROMuser_objects</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on 5 Days of Wicket by jcblitz</title>
		<link>http://blog.louderthanreason.com/2009/03/10/5-days-of-wicket/comment-page-1/#comment-114</link>
		<dc:creator>jcblitz</dc:creator>
		<pubDate>Tue, 17 Mar 2009 13:17:24 +0000</pubDate>
		<guid isPermaLink="false">http://jcblitz.xen.prgmr.com/wordpress/?p=312#comment-114</guid>
		<description>Thanks Vladimir. I am going to give Wicket another whirl and I think picking up a book will be the start. However, I just bought &lt;a href=&quot;http://www.amazon.com/Clean-Code-Handbook-Software-Craftsmanship/dp/0132350882/ref=pd_bbs_sr_1?ie=UTF8&amp;s=books&amp;qid=1237295713&amp;sr=8-1&quot; rel=&quot;nofollow&quot;&gt;another book&lt;/a&gt; and it should be at my door step today. So after I&#039;m done with that, I intend to make a Wicket book my next purchase. And in the mean time, I&#039;m creating a simple services application that can serve as a base project for all my new web based framework endeavors. Hopefully I&#039;ll get that posted online (most likely git hub) so other people can expand on it as well.</description>
		<content:encoded><![CDATA[<p>Thanks Vladimir. I am going to give Wicket another whirl and I think picking up a book will be the start. However, I just bought <a href="http://www.amazon.com/Clean-Code-Handbook-Software-Craftsmanship/dp/0132350882/ref=pd_bbs_sr_1?ie=UTF8&#038;s=books&#038;qid=1237295713&#038;sr=8-1" rel="nofollow">another book</a> and it should be at my door step today. So after I&#8217;m done with that, I intend to make a Wicket book my next purchase. And in the mean time, I&#8217;m creating a simple services application that can serve as a base project for all my new web based framework endeavors. Hopefully I&#8217;ll get that posted online (most likely git hub) so other people can expand on it as well.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on 5 Days of Wicket by Vladimir</title>
		<link>http://blog.louderthanreason.com/2009/03/10/5-days-of-wicket/comment-page-1/#comment-113</link>
		<dc:creator>Vladimir</dc:creator>
		<pubDate>Tue, 17 Mar 2009 10:29:06 +0000</pubDate>
		<guid isPermaLink="false">http://jcblitz.xen.prgmr.com/wordpress/?p=312#comment-113</guid>
		<description>Jared, I have the same concerns regarding wicket. Some its suprojects like wicket-stuff seems to be dead. I&#039;m experiencing lack of components.
But Wicket as a framework is very robust. I spent about 2 hours to read its wiki and the next day I accomplished with login form and securing pages just in 3 hours (integrated with jaas) and after another a hour I accomplished with my first crud application. And I find that Wicket do things in the best way.
Right now I&#039;m about to accomplish with generalization of CRUD UI components (so you have single generic page to show object properties, hovewer you can customize). You will probably be supprised to get to know that it is almost impossible with JSF.
I believe you should give Wicket another try and before that try to read excellent book &quot;Wicket in action&quot;.</description>
		<content:encoded><![CDATA[<p>Jared, I have the same concerns regarding wicket. Some its suprojects like wicket-stuff seems to be dead. I&#8217;m experiencing lack of components.<br />
But Wicket as a framework is very robust. I spent about 2 hours to read its wiki and the next day I accomplished with login form and securing pages just in 3 hours (integrated with jaas) and after another a hour I accomplished with my first crud application. And I find that Wicket do things in the best way.<br />
Right now I&#8217;m about to accomplish with generalization of CRUD UI components (so you have single generic page to show object properties, hovewer you can customize). You will probably be supprised to get to know that it is almost impossible with JSF.<br />
I believe you should give Wicket another try and before that try to read excellent book &#8220;Wicket in action&#8221;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on 5 Days of Wicket by jcblitz</title>
		<link>http://blog.louderthanreason.com/2009/03/10/5-days-of-wicket/comment-page-1/#comment-111</link>
		<dc:creator>jcblitz</dc:creator>
		<pubDate>Wed, 11 Mar 2009 19:22:44 +0000</pubDate>
		<guid isPermaLink="false">http://jcblitz.xen.prgmr.com/wordpress/?p=312#comment-111</guid>
		<description>Thanks, I appreciate the comment and the willingness to put the effort into showing the community your work.</description>
		<content:encoded><![CDATA[<p>Thanks, I appreciate the comment and the willingness to put the effort into showing the community your work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on 5 Days of Wicket by Andrew Lombardi</title>
		<link>http://blog.louderthanreason.com/2009/03/10/5-days-of-wicket/comment-page-1/#comment-110</link>
		<dc:creator>Andrew Lombardi</dc:creator>
		<pubDate>Wed, 11 Mar 2009 02:36:45 +0000</pubDate>
		<guid isPermaLink="false">http://jcblitz.xen.prgmr.com/wordpress/?p=312#comment-110</guid>
		<description>Hey Jared,

definitely check us out in the next few days on the blog, as we&#039;ll start getting into some meat of building the Wicket app.  And if you&#039;d like to see us rip into something else and document our findings, drop me a line.  

Cheers!</description>
		<content:encoded><![CDATA[<p>Hey Jared,</p>
<p>definitely check us out in the next few days on the blog, as we&#8217;ll start getting into some meat of building the Wicket app.  And if you&#8217;d like to see us rip into something else and document our findings, drop me a line.  </p>
<p>Cheers!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Java web developer interview question, do you think this is fair? by Mikhail</title>
		<link>http://blog.louderthanreason.com/2009/01/11/java-web-developer-interview-question-do-you-think-this-is-fair/comment-page-1/#comment-85</link>
		<dc:creator>Mikhail</dc:creator>
		<pubDate>Sun, 01 Feb 2009 23:54:34 +0000</pubDate>
		<guid isPermaLink="false">http://jcblitz.xen.prgmr.com/wordpress/?p=208#comment-85</guid>
		<description>Open-ended questions are the best for any senior position. How else would you learn about candidate&#039;s approach to solve problems?</description>
		<content:encoded><![CDATA[<p>Open-ended questions are the best for any senior position. How else would you learn about candidate&#8217;s approach to solve problems?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Quick ruby snippet to test AWS ItemLookup by jcblitz</title>
		<link>http://blog.louderthanreason.com/2009/01/05/quick-ruby-snippet-to-test-aws-itemlookup/comment-page-1/#comment-73</link>
		<dc:creator>jcblitz</dc:creator>
		<pubDate>Thu, 29 Jan 2009 03:23:08 +0000</pubDate>
		<guid isPermaLink="false">http://jcblitz.xen.prgmr.com/wordpress/?p=183#comment-73</guid>
		<description>I checked my gems and this is what I have installed:
&lt;code&gt;ruby-aaws (0.4.4)
ruby-aws (1.2.0)
&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>I checked my gems and this is what I have installed:<br />
<code>ruby-aaws (0.4.4)<br />
ruby-aws (1.2.0)<br />
</code></p>
]]></content:encoded>
	</item>
</channel>
</rss>
