<?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 Pensador&#039;s Blog</title>
	<atom:link href="http://pensador.org/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://pensador.org</link>
	<description>Yet another pseudo-intellectual</description>
	<lastBuildDate>Mon, 11 May 2009 21:38:52 +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 How games negatively affected my life by Fabio</title>
		<link>http://pensador.org/2007/07/17/how-games-negatively-affected-my-life/comment-page-1/#comment-2776</link>
		<dc:creator>Fabio</dc:creator>
		<pubDate>Mon, 11 May 2009 21:38:52 +0000</pubDate>
		<guid isPermaLink="false">http://pensador.org/wordpress/?p=19#comment-2776</guid>
		<description>This instructions may help the the younger kids, 4chan users and such... it speaks their language, with a powerful message...
http://img517.imageshack.us/img517/5103/1195719211326nj1.gif</description>
		<content:encoded><![CDATA[<p>This instructions may help the the younger kids, 4chan users and such&#8230; it speaks their language, with a powerful message&#8230;<br />
<a href="http://img517.imageshack.us/img517/5103/1195719211326nj1.gif" rel="nofollow">http://img517.imageshack.us/img517/5103/1195719211326nj1.gif</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Should we use foreign-key constraints when persisting Domain Models? by Anonymous</title>
		<link>http://pensador.org/2009/02/28/domain-model-persistence-and-foreign-key-constraints/comment-page-1/#comment-1463</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Wed, 01 Apr 2009 04:25:13 +0000</pubDate>
		<guid isPermaLink="false">http://pensador.org/?p=253#comment-1463</guid>
		<description>I agree that the database is in the data layer, however I see no problem in having an &quot;extra&quot; check in your database apart from requiring you to consistently chance the checks when you change the logic.</description>
		<content:encoded><![CDATA[<p>I agree that the database is in the data layer, however I see no problem in having an &#8220;extra&#8221; check in your database apart from requiring you to consistently chance the checks when you change the logic.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Aspect-oriented programming with AspectJ by Saulo</title>
		<link>http://pensador.org/2009/03/29/aspect-oriented-programming-with-aspectj/comment-page-1/#comment-1458</link>
		<dc:creator>Saulo</dc:creator>
		<pubDate>Tue, 31 Mar 2009 17:34:36 +0000</pubDate>
		<guid isPermaLink="false">http://pensador.org/?p=276#comment-1458</guid>
		<description>@&lt;a href=&quot;#comment-1438&quot; rel=&quot;nofollow&quot;&gt;Achim Demelt&lt;/a&gt;: I agree--you can really break encapsulation with AspectJ if you are not careful.

@&lt;a href=&quot;#comment-1456&quot; rel=&quot;nofollow&quot;&gt;fogus&lt;/a&gt;: I see what you mean. As I wanted to get into a simple practical example quickly, I might have provided a rather unsatisfactory definition (for a layman, at least).

Thanks much for reading the article and thanks for your comments.</description>
		<content:encoded><![CDATA[<p>@<a href="#comment-1438" rel="nofollow">Achim Demelt</a>: I agree&#8211;you can really break encapsulation with AspectJ if you are not careful.</p>
<p>@<a href="#comment-1456" rel="nofollow">fogus</a>: I see what you mean. As I wanted to get into a simple practical example quickly, I might have provided a rather unsatisfactory definition (for a layman, at least).</p>
<p>Thanks much for reading the article and thanks for your comments.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Aspect-oriented programming with AspectJ by fogus</title>
		<link>http://pensador.org/2009/03/29/aspect-oriented-programming-with-aspectj/comment-page-1/#comment-1456</link>
		<dc:creator>fogus</dc:creator>
		<pubDate>Tue, 31 Mar 2009 15:20:08 +0000</pubDate>
		<guid isPermaLink="false">http://pensador.org/?p=276#comment-1456</guid>
		<description>&lt;blockquote&gt;...an aspect can be used to implement a concern that is crosscutting among different components.&lt;/blockquote&gt;

I was a little worried when I read this as it is one of those self-licking lollipop kind of definitions that only makes sense if you already know what AOP means.  However, you pull it together after that and explain the essentials nicely.
-m</description>
		<content:encoded><![CDATA[<blockquote><p>&#8230;an aspect can be used to implement a concern that is crosscutting among different components.</p></blockquote>
<p>I was a little worried when I read this as it is one of those self-licking lollipop kind of definitions that only makes sense if you already know what AOP means.  However, you pull it together after that and explain the essentials nicely.<br />
-m</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Aspect-oriented programming with AspectJ by Achim Demelt</title>
		<link>http://pensador.org/2009/03/29/aspect-oriented-programming-with-aspectj/comment-page-1/#comment-1438</link>
		<dc:creator>Achim Demelt</dc:creator>
		<pubDate>Mon, 30 Mar 2009 15:20:13 +0000</pubDate>
		<guid isPermaLink="false">http://pensador.org/?p=276#comment-1438</guid>
		<description>Good summary, and I completely share your concerns. I really love the AO paradigm, but AspectJ is simply too powerful. The Java programming language is too low-level for successful AO application.

I prefer applying aspects on a higher level of abstraction (e.g. models). Under no circumstances must aspects be allowed to break the encapsulation of classes or components.</description>
		<content:encoded><![CDATA[<p>Good summary, and I completely share your concerns. I really love the AO paradigm, but AspectJ is simply too powerful. The Java programming language is too low-level for successful AO application.</p>
<p>I prefer applying aspects on a higher level of abstraction (e.g. models). Under no circumstances must aspects be allowed to break the encapsulation of classes or components.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Barack Obama 2008 by Keith</title>
		<link>http://pensador.org/2008/10/31/i-support-barack-obama/comment-page-1/#comment-506</link>
		<dc:creator>Keith</dc:creator>
		<pubDate>Tue, 18 Nov 2008 16:00:33 +0000</pubDate>
		<guid isPermaLink="false">http://pensador.org/?p=214#comment-506</guid>
		<description>A lot of people say that it&#039;s unbelievable that an African-American got elected president of the United States, but I&#039;m not surprised.  How could anyone triumph over the coolness of Mr. Barack.</description>
		<content:encoded><![CDATA[<p>A lot of people say that it&#8217;s unbelievable that an African-American got elected president of the United States, but I&#8217;m not surprised.  How could anyone triumph over the coolness of Mr. Barack.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Goodbye PensCMS, hello Wordpress! by Keith</title>
		<link>http://pensador.org/2008/08/28/goodbye-penscms-hello-wordpress/comment-page-1/#comment-505</link>
		<dc:creator>Keith</dc:creator>
		<pubDate>Tue, 18 Nov 2008 15:57:38 +0000</pubDate>
		<guid isPermaLink="false">http://pensador.org/?p=119#comment-505</guid>
		<description>I&#039;m trying to move away from WordPress, personally.  I&#039;m not going to build my own system, but after how Matt Mullenweg has treated me over the past couple of years, I really need to stop supporting his endeavors.  Even one less download in his press statements is good enough for me.

A lot of people swear by Akismet, but I have many issues against it.  Even before Matt added me to the block list, I hated the idea of having to sign up at wordpress.com for an API key (I wanted a self-hosted blog for a reason).  I use a simple math thing, personally, though reCAPTCHA is one of the least annoying CAPTCHA things I&#039;ve ever seen (I hate the ones at AOL, MySpace, etc. that even I, someone without visual impairments, can&#039;t make out half the time).</description>
		<content:encoded><![CDATA[<p>I&#8217;m trying to move away from WordPress, personally.  I&#8217;m not going to build my own system, but after how Matt Mullenweg has treated me over the past couple of years, I really need to stop supporting his endeavors.  Even one less download in his press statements is good enough for me.</p>
<p>A lot of people swear by Akismet, but I have many issues against it.  Even before Matt added me to the block list, I hated the idea of having to sign up at wordpress.com for an API key (I wanted a self-hosted blog for a reason).  I use a simple math thing, personally, though reCAPTCHA is one of the least annoying CAPTCHA things I&#8217;ve ever seen (I hate the ones at AOL, MySpace, etc. that even I, someone without visual impairments, can&#8217;t make out half the time).</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Yet another article on why IE six sucks by Keith</title>
		<link>http://pensador.org/2007/05/08/yet-another-article-on-why-ie-six-sucks/comment-page-1/#comment-504</link>
		<dc:creator>Keith</dc:creator>
		<pubDate>Tue, 18 Nov 2008 15:32:15 +0000</pubDate>
		<guid isPermaLink="false">http://pensador.org/wordpress/?p=25#comment-504</guid>
		<description>LOL, yeah.  A long time ago (I think it was before the IE 7 release), I fixed up my blog to &quot;work&quot; with IE 6.  It&#039;ll work, but it&#039;s not going to be pretty.  The problem was that no scroll bars wouldn&#039;t appear on my absolutely positioned divs, so I ended up using JavaScript expressions in a special CSS file (included through conditional comments).</description>
		<content:encoded><![CDATA[<p>LOL, yeah.  A long time ago (I think it was before the IE 7 release), I fixed up my blog to &#8220;work&#8221; with IE 6.  It&#8217;ll work, but it&#8217;s not going to be pretty.  The problem was that no scroll bars wouldn&#8217;t appear on my absolutely positioned divs, so I ended up using JavaScript expressions in a special CSS file (included through conditional comments).</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How games negatively affected my life by Keith</title>
		<link>http://pensador.org/2007/07/17/how-games-negatively-affected-my-life/comment-page-1/#comment-503</link>
		<dc:creator>Keith</dc:creator>
		<pubDate>Tue, 18 Nov 2008 15:13:33 +0000</pubDate>
		<guid isPermaLink="false">http://pensador.org/wordpress/?p=19#comment-503</guid>
		<description>Good for you.  Personally, I haven&#039;t felt the desire to play video games since the SNES days.  Once I told someone that I live out in the country where we can only get Internet access through dial-up and his question is, &quot;How do you play WoW?&quot;. My question, &quot;Why would I want to?&quot;.

About your As without studying, that was in Remedial Algebra, wasn&#039;t it?  That (called Developmental Algebra, Math 099, at my college) and Spanish I have been the only classes I&#039;ve taken that basically required zero studying.

@Rom: Real life sucks and you know it.</description>
		<content:encoded><![CDATA[<p>Good for you.  Personally, I haven&#8217;t felt the desire to play video games since the SNES days.  Once I told someone that I live out in the country where we can only get Internet access through dial-up and his question is, &#8220;How do you play WoW?&#8221;. My question, &#8220;Why would I want to?&#8221;.</p>
<p>About your As without studying, that was in Remedial Algebra, wasn&#8217;t it?  That (called Developmental Algebra, Math 099, at my college) and Spanish I have been the only classes I&#8217;ve taken that basically required zero studying.</p>
<p>@Rom: Real life sucks and you know it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Google Chrome, a new web browser by chrome spyware</title>
		<link>http://pensador.org/2008/09/01/google-chrome-a-new-web-browser/comment-page-1/#comment-174</link>
		<dc:creator>chrome spyware</dc:creator>
		<pubDate>Tue, 23 Sep 2008 14:22:46 +0000</pubDate>
		<guid isPermaLink="false">http://pensador.org/?p=170#comment-174</guid>
		<description>Good preview.  After 3 weeks of Chrome, I&#039;ve come to accept it as my main browser even over Firefox.  I still use FF maybe 40% to the time though.  I have high hopes for it though I think it&#039;s going to be a very tuff and slow road to the top.</description>
		<content:encoded><![CDATA[<p>Good preview.  After 3 weeks of Chrome, I&#8217;ve come to accept it as my main browser even over Firefox.  I still use FF maybe 40% to the time though.  I have high hopes for it though I think it&#8217;s going to be a very tuff and slow road to the top.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
