<?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 The Sunjay Times</title>
	<atom:link href="http://times.jayliew.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://times.jayliew.com</link>
	<description>Today is Sunjay, because it just is</description>
	<lastBuildDate>Sun, 03 Jan 2010 05:48:17 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on A change in direction: Python, Django, and Google App Engine by jayliew</title>
		<link>http://times.jayliew.com/2009/06/13/a-change-in-direction-python-django-and-google-app-engine/comment-page-1/#comment-57372</link>
		<dc:creator>jayliew</dc:creator>
		<pubDate>Sun, 03 Jan 2010 05:48:17 +0000</pubDate>
		<guid isPermaLink="false">http://times.jayliew.com/2009/06/13/a-change-in-direction-python-django-and-google-app-engine/#comment-57372</guid>
		<description>I agree that more a more tech-savvy geographical location would be more likely to demand for new technologies .. but at any rate, imho, if you&#039;re the technical domain expert to the non-technical customer, then it&#039;s kinda part of your job to explain the benefits .. for what it&#039;s worth. Some are going to be very risk-averse and be real laggards when it comes to adopting technology&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://en.wikipedia.org/wiki/Technology_adoption_lifecycle&quot; rel=&quot;nofollow&quot;&gt;http://en.wikipedia.org/wiki/Technology_adoptio...&lt;/a&gt;&lt;br&gt;&lt;br&gt;If you&#039;re dealing with laggards, it may just be a waste of time trying to convince them.&lt;br&gt;&lt;br&gt;As for myself, I listed 3 things above (Python, Django, and App Engine) .. and I&#039;ve now the opportunity to reflect back (thanks for commenting). When I wrote this blog post, GAE did not support Java yet (so my experience has been with GAE-Python). I found out that attempting to learn GAE-Python without a proficiency in Django a challenge. &lt;br&gt;&lt;br&gt;After I got the basics of Django down, how things the major pieces with each other i.e. models.py, views.py, urls.py, /templates/ .. the process of picking up GAE made more sense. In fact, I had dived into GAE before Django, and I didn&#039;t have a good feel for it, and decided that I&#039;ll tackle Django first. Then as I was going through Django, I had many &quot;aha&quot; moments. Aha, as in, &quot;this was the stuff I read in the GAE docs but didn&#039;t understand, so that&#039;s what they meant!&quot;&lt;br&gt;&lt;br&gt;It&#039;s almost like climbing up this plateau, there&#039;s path 1 or 2. For me the Django path was easier to climb. Once up the plateau, climbing up from the other path was easier. &lt;br&gt;&lt;br&gt;Also, back when I did this, there was no books on GAE. Just online docs. I&#039;m like you, I prefer a book in hand with examples to work through when I&#039;m learning something new. So I found this Django book, and I recommend it.&lt;br&gt;&lt;br&gt;&#039;Django 1.0 Website Development&#039; by Ayman Hourieh &lt;a href=&quot;http://bit.ly/8Ocxgh&quot; rel=&quot;nofollow&quot;&gt;http://bit.ly/8Ocxgh&lt;/a&gt;&lt;br&gt;&lt;br&gt;I&#039;ve now got Django and Python under my belt, but I haven&#039;t returned to pickup GAE-Python yet .. because now I&#039;m polishing my front-end skills ;) with jQuery and jQuery UI. There&#039;s also some cons with using GAE that some have pointed out online, so depending on your goal, GAE may not be the best choice. The GAE team is still evolving to mature GAE of course. I&#039;ll have to revisit it again.&lt;br&gt;&lt;br&gt;I wish you the best!</description>
		<content:encoded><![CDATA[<p>I agree that more a more tech-savvy geographical location would be more likely to demand for new technologies .. but at any rate, imho, if you&#39;re the technical domain expert to the non-technical customer, then it&#39;s kinda part of your job to explain the benefits .. for what it&#39;s worth. Some are going to be very risk-averse and be real laggards when it comes to adopting technology</p>
<p><a href="http://en.wikipedia.org/wiki/Technology_adoption_lifecycle" rel="nofollow"></a><a href="http://en.wikipedia.org/wiki/Technology_adoptio.." rel="nofollow">http://en.wikipedia.org/wiki/Technology_adoptio..</a>.</p>
<p>If you&#39;re dealing with laggards, it may just be a waste of time trying to convince them.</p>
<p>As for myself, I listed 3 things above (Python, Django, and App Engine) .. and I&#39;ve now the opportunity to reflect back (thanks for commenting). When I wrote this blog post, GAE did not support Java yet (so my experience has been with GAE-Python). I found out that attempting to learn GAE-Python without a proficiency in Django a challenge. </p>
<p>After I got the basics of Django down, how things the major pieces with each other i.e. models.py, views.py, urls.py, /templates/ .. the process of picking up GAE made more sense. In fact, I had dived into GAE before Django, and I didn&#39;t have a good feel for it, and decided that I&#39;ll tackle Django first. Then as I was going through Django, I had many &#8220;aha&#8221; moments. Aha, as in, &#8220;this was the stuff I read in the GAE docs but didn&#39;t understand, so that&#39;s what they meant!&#8221;</p>
<p>It&#39;s almost like climbing up this plateau, there&#39;s path 1 or 2. For me the Django path was easier to climb. Once up the plateau, climbing up from the other path was easier. </p>
<p>Also, back when I did this, there was no books on GAE. Just online docs. I&#39;m like you, I prefer a book in hand with examples to work through when I&#39;m learning something new. So I found this Django book, and I recommend it.</p>
<p>&#39;Django 1.0 Website Development&#39; by Ayman Hourieh <a href="http://bit.ly/8Ocxgh" rel="nofollow">http://bit.ly/8Ocxgh</a></p>
<p>I&#39;ve now got Django and Python under my belt, but I haven&#39;t returned to pickup GAE-Python yet .. because now I&#39;m polishing my front-end skills <img src='http://times.jayliew.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  with jQuery and jQuery UI. There&#39;s also some cons with using GAE that some have pointed out online, so depending on your goal, GAE may not be the best choice. The GAE team is still evolving to mature GAE of course. I&#39;ll have to revisit it again.</p>
<p>I wish you the best!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on A change in direction: Python, Django, and Google App Engine by 3dBloke</title>
		<link>http://times.jayliew.com/2009/06/13/a-change-in-direction-python-django-and-google-app-engine/comment-page-1/#comment-57371</link>
		<dc:creator>3dBloke</dc:creator>
		<pubDate>Sat, 02 Jan 2010 17:30:41 +0000</pubDate>
		<guid isPermaLink="false">http://times.jayliew.com/2009/06/13/a-change-in-direction-python-django-and-google-app-engine/#comment-57371</guid>
		<description>I&#039;ve been trying to get enthusiastic about learning how to use Google App Engine since around August 2009.  I can see it&#039;s a great opportunity, if there&#039;s enough buy-in from software developers and bigger customer IT shops.  You have the advantage of being in the US where the IT market is a lot more dynamic.  Here in the UK, things tend to lag, and there is limited scope for jobs in the newer IT fields.&lt;br&gt;&lt;br&gt;I know there&#039;s loads of info on the web, but I like to work from textbooks when I&#039;m starting out with a new technology.  After a long pre-order, I finally received the Nov 2009 O&#039;Reilly book, &quot;Programming Google App Engine&quot; (Dan Sanderson) and am reading it.  The book hits the right spot for me... better than the related O&#039;Reilly title, &quot;Using...&quot; (Charles Severance) which I found slow going (but may return to for reference).&lt;br&gt;&lt;br&gt;I have a Java background and will likely use Java for at least some of my App Engine work, but Python has to be in there too, simply because Google and a lot of other smart people use it.&lt;br&gt;&lt;br&gt;Like you, I have to learn Python from scratch.  Doing so while learning the App Engine seems a good combination.  How did this work out for you?</description>
		<content:encoded><![CDATA[<p>I&#39;ve been trying to get enthusiastic about learning how to use Google App Engine since around August 2009.  I can see it&#39;s a great opportunity, if there&#39;s enough buy-in from software developers and bigger customer IT shops.  You have the advantage of being in the US where the IT market is a lot more dynamic.  Here in the UK, things tend to lag, and there is limited scope for jobs in the newer IT fields.</p>
<p>I know there&#39;s loads of info on the web, but I like to work from textbooks when I&#39;m starting out with a new technology.  After a long pre-order, I finally received the Nov 2009 O&#39;Reilly book, &#8220;Programming Google App Engine&#8221; (Dan Sanderson) and am reading it.  The book hits the right spot for me&#8230; better than the related O&#39;Reilly title, &#8220;Using&#8230;&#8221; (Charles Severance) which I found slow going (but may return to for reference).</p>
<p>I have a Java background and will likely use Java for at least some of my App Engine work, but Python has to be in there too, simply because Google and a lot of other smart people use it.</p>
<p>Like you, I have to learn Python from scratch.  Doing so while learning the App Engine seems a good combination.  How did this work out for you?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on mod_wsgi compile error: missing Python development package? by jayliew</title>
		<link>http://times.jayliew.com/2009/09/22/mod_wsgi-compile-error-missing-python-development-package/comment-page-1/#comment-57368</link>
		<dc:creator>jayliew</dc:creator>
		<pubDate>Mon, 14 Dec 2009 22:15:32 +0000</pubDate>
		<guid isPermaLink="false">http://times.jayliew.com/?p=388#comment-57368</guid>
		<description>Glad I could help :)</description>
		<content:encoded><![CDATA[<p>Glad I could help <img src='http://times.jayliew.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on mod_wsgi compile error: missing Python development package? by jayliew</title>
		<link>http://times.jayliew.com/2009/09/22/mod_wsgi-compile-error-missing-python-development-package/comment-page-1/#comment-57369</link>
		<dc:creator>jayliew</dc:creator>
		<pubDate>Mon, 14 Dec 2009 22:15:14 +0000</pubDate>
		<guid isPermaLink="false">http://times.jayliew.com/?p=388#comment-57369</guid>
		<description></description>
		<content:encoded><![CDATA[]]></content:encoded>
	</item>
	<item>
		<title>Comment on mod_wsgi compile error: missing Python development package? by ramo1</title>
		<link>http://times.jayliew.com/2009/09/22/mod_wsgi-compile-error-missing-python-development-package/comment-page-1/#comment-57367</link>
		<dc:creator>ramo1</dc:creator>
		<pubDate>Mon, 14 Dec 2009 22:00:13 +0000</pubDate>
		<guid isPermaLink="false">http://times.jayliew.com/?p=388#comment-57367</guid>
		<description>thank you a lot. I couldn&#039;t find why I have that error and none of the websites where helping.</description>
		<content:encoded><![CDATA[<p>thank you a lot. I couldn&#39;t find why I have that error and none of the websites where helping.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on See the world, but never forget the drops of oil on the spoon by jayliew</title>
		<link>http://times.jayliew.com/2007/07/29/see-the-world-but-never-forget-the-drops-of-oil-on-the-spoon/comment-page-1/#comment-57366</link>
		<dc:creator>jayliew</dc:creator>
		<pubDate>Sun, 13 Dec 2009 08:48:11 +0000</pubDate>
		<guid isPermaLink="false">http://times.jayliew.com/2007/07/29/see-the-world-but-never-forget-the-drops-of-oil-on-the-spoon/#comment-57366</guid>
		<description>I am sometimes hard on myself .. like for instance I think I&#039;m not efficient enough at managing my time today, but that might be me just being hard on myself again .. lol. Thanks for sharing.</description>
		<content:encoded><![CDATA[<p>I am sometimes hard on myself .. like for instance I think I&#39;m not efficient enough at managing my time today, but that might be me just being hard on myself again .. lol. Thanks for sharing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on See the world, but never forget the drops of oil on the spoon by seanestes</title>
		<link>http://times.jayliew.com/2007/07/29/see-the-world-but-never-forget-the-drops-of-oil-on-the-spoon/comment-page-1/#comment-57365</link>
		<dc:creator>seanestes</dc:creator>
		<pubDate>Wed, 09 Dec 2009 11:16:18 +0000</pubDate>
		<guid isPermaLink="false">http://times.jayliew.com/2007/07/29/see-the-world-but-never-forget-the-drops-of-oil-on-the-spoon/#comment-57365</guid>
		<description>Your to hard on your self in the book you also learn that go towards what you want in life and the universe will conspire to the way you want things, and if you dont believe that mumbo jumbo then just know that the world is never fair, life is never going to truly be how you want it, but find something that you love to do...no video games...something that makes you happy that you really dont have to do anything but calm your self (Nature for instance is an excellent thing, have you ever really sat down and just watched the leafs on the tree twist and turn in the breeze and how the color of the tree and leafs are so different from the sky) and just do something like that, and you will see that you are so little in the world but you are the one who will make the best of your life. you are your own destiny.</description>
		<content:encoded><![CDATA[<p>Your to hard on your self in the book you also learn that go towards what you want in life and the universe will conspire to the way you want things, and if you dont believe that mumbo jumbo then just know that the world is never fair, life is never going to truly be how you want it, but find something that you love to do&#8230;no video games&#8230;something that makes you happy that you really dont have to do anything but calm your self (Nature for instance is an excellent thing, have you ever really sat down and just watched the leafs on the tree twist and turn in the breeze and how the color of the tree and leafs are so different from the sky) and just do something like that, and you will see that you are so little in the world but you are the one who will make the best of your life. you are your own destiny.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Veracity &#8212; being honest with yourself by Rustic Furniture</title>
		<link>http://times.jayliew.com/2007/09/16/veracity-being-honest-with-yourself/comment-page-1/#comment-57364</link>
		<dc:creator>Rustic Furniture</dc:creator>
		<pubDate>Sat, 05 Dec 2009 07:07:25 +0000</pubDate>
		<guid isPermaLink="false">http://times.jayliew.com/2007/09/16/veracity-being-honest-with-yourself/#comment-57364</guid>
		<description>veracity is all about being honest to yourself? :D</description>
		<content:encoded><![CDATA[<p>veracity is all about being honest to yourself? <img src='http://times.jayliew.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Vint Cerf + Architect of the Matrix: Separated at birth? by Vinton Cerf - Puzzlebox</title>
		<link>http://times.jayliew.com/2007/08/27/vint-cerf-architect-of-the-matrix-separated-at-birth/comment-page-1/#comment-57363</link>
		<dc:creator>Vinton Cerf - Puzzlebox</dc:creator>
		<pubDate>Thu, 26 Nov 2009 01:21:50 +0000</pubDate>
		<guid isPermaLink="false">http://times.jayliew.com/2007/08/27/vint-cerf-architect-of-the-matrix-separated-at-birth/#comment-57363</guid>
		<description>[...] http://times.jayliew.com/2007/08/27/vint-cerf-architect-of-the-matrix-separated-at-birth/ [...]</description>
		<content:encoded><![CDATA[<p>[...] <a href="http://times.jayliew.com/2007/08/27/vint-cerf-architect-of-the-matrix-separated-at-birth/" rel="nofollow">http://times.jayliew.com/2007/08/27/vint-cerf-architect-of-the-matrix-separated-at-birth/</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Top world problems by Top world problems &#8211; solutions? &#171; The Sunjay Times</title>
		<link>http://times.jayliew.com/2009/02/11/top-world-problems/comment-page-1/#comment-57361</link>
		<dc:creator>Top world problems &#8211; solutions? &#171; The Sunjay Times</dc:creator>
		<pubDate>Sat, 03 Oct 2009 22:29:30 +0000</pubDate>
		<guid isPermaLink="false">http://times.jayliew.com/2009/02/11/top-world-problems/#comment-57361</guid>
		<description>[...] this year I made a list of some of the top world problems. So it just seems appropriate that I should also help push this. [...]</description>
		<content:encoded><![CDATA[<p>[...] this year I made a list of some of the top world problems. So it just seems appropriate that I should also help push this. [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
