<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3.1" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments for Wahoo's Word</title>
	<link>http://davidkellogg.com/blog</link>
	<description>A trail of random code</description>
	<pubDate>Sun, 06 Jul 2008 04:25:02 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.1</generator>
		<item>
		<title>Comment on Clueless CIOs by Shawn Lauriat</title>
		<link>http://davidkellogg.com/blog/2008/07/01/clueless-cios/#comment-13850</link>
		<dc:creator>Shawn Lauriat</dc:creator>
		<pubDate>Wed, 02 Jul 2008 16:42:36 +0000</pubDate>
		<guid>http://davidkellogg.com/blog/2008/07/01/clueless-cios/#comment-13850</guid>
		<description>As far as I can tell, they get paid.</description>
		<content:encoded><![CDATA[<p>As far as I can tell, they get paid.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Powerset sold for what? by terry chay</title>
		<link>http://davidkellogg.com/blog/2008/07/01/powerset-sold-for-what/#comment-13846</link>
		<dc:creator>terry chay</dc:creator>
		<pubDate>Wed, 02 Jul 2008 13:50:45 +0000</pubDate>
		<guid>http://davidkellogg.com/blog/2008/07/01/powerset-sold-for-what/#comment-13846</guid>
		<description>Look on the bright side, now that they’ve been sold and are in a quiet period, you won’t have to deal with all their engineers pooing all over your blog saying what an idiot you are for pissing on their religions. :-D</description>
		<content:encoded><![CDATA[<p>Look on the bright side, now that they’ve been sold and are in a quiet period, you won’t have to deal with all their engineers pooing all over your blog saying what an idiot you are for pissing on their religions. <img src='http://davidkellogg.com/blog/wp-includes/images/smilies/icon_biggrin.gif' alt=':-D' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Breadcrumbs 0.1.2 Preview Available by David Kellogg</title>
		<link>http://davidkellogg.com/blog/2006/12/26/breadcrumbs-012-preview-available/#comment-13770</link>
		<dc:creator>David Kellogg</dc:creator>
		<pubDate>Sun, 29 Jun 2008 04:22:59 +0000</pubDate>
		<guid>http://davidkellogg.com/blog/2006/12/26/breadcrumbs-012-preview-available/#comment-13770</guid>
		<description>Yes. I sent it in for review. It should be out soon.

Dave</description>
		<content:encoded><![CDATA[<p>Yes. I sent it in for review. It should be out soon.</p>
<p>Dave</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Why do all Ruby sites look alike? by aaron</title>
		<link>http://davidkellogg.com/blog/2007/10/29/why-do-all-ruby-sites-look-alike/#comment-13628</link>
		<dc:creator>aaron</dc:creator>
		<pubDate>Sat, 21 Jun 2008 07:05:14 +0000</pubDate>
		<guid>http://davidkellogg.com/blog/2007/10/29/why-do-all-ruby-sites-look-alike/#comment-13628</guid>
		<description>Great article.  I was wondering if you have more content that I could link to at rubysites.com (currently under development)

Thanks!</description>
		<content:encoded><![CDATA[<p>Great article.  I was wondering if you have more content that I could link to at rubysites.com (currently under development)</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Breadcrumbs 0.1.2 Preview Available by Amanda</title>
		<link>http://davidkellogg.com/blog/2006/12/26/breadcrumbs-012-preview-available/#comment-13586</link>
		<dc:creator>Amanda</dc:creator>
		<pubDate>Wed, 18 Jun 2008 21:17:02 +0000</pubDate>
		<guid>http://davidkellogg.com/blog/2006/12/26/breadcrumbs-012-preview-available/#comment-13586</guid>
		<description>So now that Firefox 3 is out, do you have any plans to update the extension?</description>
		<content:encoded><![CDATA[<p>So now that Firefox 3 is out, do you have any plans to update the extension?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Why I switched to Rails and back to PHP in one day by jonas james</title>
		<link>http://davidkellogg.com/blog/2007/10/02/why-i-switched-to-rails-and-back-to-php-in-one-day/#comment-11152</link>
		<dc:creator>jonas james</dc:creator>
		<pubDate>Mon, 21 Apr 2008 08:42:01 +0000</pubDate>
		<guid>http://davidkellogg.com/blog/2007/10/02/why-i-switched-to-rails-and-back-to-php-in-one-day/#comment-11152</guid>
		<description>Yeah, you should give Django a try. It's much easier. Rails 2.0 is even more of a straight jacket than 1.2. Now they not only want everything as MVC, but they want everything RESTful.  Talk about shoving stuff down your throat. Rails has gotten very complicated, unfortunately. And so something that could be accomplished much more easily in PHP has to be stuffed into this RESTful MVC thing, with resources and nested resources, and all this crap that basically raises the bar beyond what is reasonable for anybody who wants to dive into a framework. Django by comparison is much simpler and much faster AND it comes with a nice backend. That's what Rails is missing (instead they gave you stuff that you didn't need). I regret that I spent so much time on Rails.

What Rails does have going for it is a nice language. Unfortunately the interpreter is so damn slow. Python is not as nice, but it's blazing fast.

Another good option for PHP developers is Code Igniter. Drupal is also a good option depending on what you're building.</description>
		<content:encoded><![CDATA[<p>Yeah, you should give Django a try. It&#8217;s much easier. Rails 2.0 is even more of a straight jacket than 1.2. Now they not only want everything as MVC, but they want everything RESTful.  Talk about shoving stuff down your throat. Rails has gotten very complicated, unfortunately. And so something that could be accomplished much more easily in PHP has to be stuffed into this RESTful MVC thing, with resources and nested resources, and all this crap that basically raises the bar beyond what is reasonable for anybody who wants to dive into a framework. Django by comparison is much simpler and much faster AND it comes with a nice backend. That&#8217;s what Rails is missing (instead they gave you stuff that you didn&#8217;t need). I regret that I spent so much time on Rails.</p>
<p>What Rails does have going for it is a nice language. Unfortunately the interpreter is so damn slow. Python is not as nice, but it&#8217;s blazing fast.</p>
<p>Another good option for PHP developers is Code Igniter. Drupal is also a good option depending on what you&#8217;re building.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Breadcrumbs 0.1.2 Preview Available by Robert</title>
		<link>http://davidkellogg.com/blog/2006/12/26/breadcrumbs-012-preview-available/#comment-9585</link>
		<dc:creator>Robert</dc:creator>
		<pubDate>Sun, 13 Apr 2008 02:29:01 +0000</pubDate>
		<guid>http://davidkellogg.com/blog/2006/12/26/breadcrumbs-012-preview-available/#comment-9585</guid>
		<description>I have been looking for something like this.  It is invaluable to be able to retrieve news articles as I use them, and I look forward to fewer "I saw it somewhere on the web" comments, and replacing them with "It was in The Washington Post on May 3rd, 2007," type comments.  I appreciate the effort it takes to build something.</description>
		<content:encoded><![CDATA[<p>I have been looking for something like this.  It is invaluable to be able to retrieve news articles as I use them, and I look forward to fewer &#8220;I saw it somewhere on the web&#8221; comments, and replacing them with &#8220;It was in The Washington Post on May 3rd, 2007,&#8221; type comments.  I appreciate the effort it takes to build something.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Lunch 2.0 on Chronicle&#8217;s front page by LinkedIn&#8217;s Lunch 2.0 Coverage &#171; Marketing Nirvana</title>
		<link>http://davidkellogg.com/blog/2007/05/25/lunch-20-on-chronicles-front-page/#comment-8695</link>
		<dc:creator>LinkedIn&#8217;s Lunch 2.0 Coverage &#171; Marketing Nirvana</dc:creator>
		<pubDate>Tue, 08 Apr 2008 05:25:43 +0000</pubDate>
		<guid>http://davidkellogg.com/blog/2007/05/25/lunch-20-on-chronicles-front-page/#comment-8695</guid>
		<description>[...] with video) When LinkedIn met Lunch 2.0 (Marketing Nirvana) Justin meets Audrey Tautou (Justin.tv) Lunch 2.0 on Chronicle&#8217;s front page (David Kellogg) Plaxo gets LunchedIn (Plaxo Blog) 4 Square is hot in the Silicon Valley [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] with video) When LinkedIn met Lunch 2.0 (Marketing Nirvana) Justin meets Audrey Tautou (Justin.tv) Lunch 2.0 on Chronicle&#8217;s front page (David Kellogg) Plaxo gets LunchedIn (Plaxo Blog) 4 Square is hot in the Silicon Valley [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on 10 absolute &#8220;No!s&#8221; for coders by thatStupidGuy</title>
		<link>http://davidkellogg.com/blog/2008/01/17/10-absolute-nos-for-coders/#comment-6568</link>
		<dc:creator>thatStupidGuy</dc:creator>
		<pubDate>Wed, 12 Mar 2008 22:23:46 +0000</pubDate>
		<guid>http://davidkellogg.com/blog/2008/01/17/10-absolute-nos-for-coders/#comment-6568</guid>
		<description>Do you actually still work in software development? Your thoughts are so eighties (i don't mention the century to be polite). 

&#62;&#62; "Remember this, commenting your code will only get you fired."
Sadly, you code for YOU, not for the company which hired you. 

&#62;&#62; "Can you use this/that design pattern? No!"
Yeah the Gang of four and all those snobby people are just a bunch of dummies compared to YOU, the ALMIGHTY! You're smart enough to do the same thing in assembly.

&#62;&#62; "Can you use this/that language for this project? No! Assembly is good enough for Steve Gibson. It’s good enough for me."
Please post a tutorial on how to do enterprise (transactional and all this) Web app in assembly. I'm sure this is the future of Web programming but i'm unfortunately still a noob.

&#62;&#62; "Can you comment your code? No!"
Can i reuse your code? No!

&#62;&#62;"Why would anyone ever want to use my code?"
Things being put the way you put them in your post, i would never. Even if your code did actually nice things. Better rewrite the code you did in 2 weeks in 2 days than digging into  your Crypto-Pseudo elitist garbage.

&#62;&#62; " Can you get me some coffee? No!"
I like being nice so i like to propose my colleague to get them back some Java (oops sorry) when i get one for me. BTW, they just do the same! We also do this with beers after work once in a while but i guess you can't understand this.

&#62;&#62; "I’ve been here for 22 hours. I don’t have time to take a friggin shower."
Use some modern 20th/21st century tools/frameworks and you will smell good (colleagues will thank you - being thanked by colleagues is a nice feeling, just experience it once). You will only work 2 hours a day for the same productivity.

&#62;&#62; "People who do not code in assembly regularly simply lose touch of reality quickly"
Good point there, it's always good to get back to the roots.

&#62;&#62; "I can find many better things to do than fix a memory leak that probably came from some else’s library."
This is an easy one, i used to use it with teacher when learning programming. That's not my fault! I promise!

BTW, where do you find those punching cards? I'd like one to put on my wall. 

I love your style!
Keep on posting!</description>
		<content:encoded><![CDATA[<p>Do you actually still work in software development? Your thoughts are so eighties (i don&#8217;t mention the century to be polite). </p>
<p>&gt;&gt; &#8220;Remember this, commenting your code will only get you fired.&#8221;<br />
Sadly, you code for YOU, not for the company which hired you. </p>
<p>&gt;&gt; &#8220;Can you use this/that design pattern? No!&#8221;<br />
Yeah the Gang of four and all those snobby people are just a bunch of dummies compared to YOU, the ALMIGHTY! You&#8217;re smart enough to do the same thing in assembly.</p>
<p>&gt;&gt; &#8220;Can you use this/that language for this project? No! Assembly is good enough for Steve Gibson. It’s good enough for me.&#8221;<br />
Please post a tutorial on how to do enterprise (transactional and all this) Web app in assembly. I&#8217;m sure this is the future of Web programming but i&#8217;m unfortunately still a noob.</p>
<p>&gt;&gt; &#8220;Can you comment your code? No!&#8221;<br />
Can i reuse your code? No!</p>
<p>&gt;&gt;&#8221;Why would anyone ever want to use my code?&#8221;<br />
Things being put the way you put them in your post, i would never. Even if your code did actually nice things. Better rewrite the code you did in 2 weeks in 2 days than digging into  your Crypto-Pseudo elitist garbage.</p>
<p>&gt;&gt; &#8221; Can you get me some coffee? No!&#8221;<br />
I like being nice so i like to propose my colleague to get them back some Java (oops sorry) when i get one for me. BTW, they just do the same! We also do this with beers after work once in a while but i guess you can&#8217;t understand this.</p>
<p>&gt;&gt; &#8220;I’ve been here for 22 hours. I don’t have time to take a friggin shower.&#8221;<br />
Use some modern 20th/21st century tools/frameworks and you will smell good (colleagues will thank you - being thanked by colleagues is a nice feeling, just experience it once). You will only work 2 hours a day for the same productivity.</p>
<p>&gt;&gt; &#8220;People who do not code in assembly regularly simply lose touch of reality quickly&#8221;<br />
Good point there, it&#8217;s always good to get back to the roots.</p>
<p>&gt;&gt; &#8220;I can find many better things to do than fix a memory leak that probably came from some else’s library.&#8221;<br />
This is an easy one, i used to use it with teacher when learning programming. That&#8217;s not my fault! I promise!</p>
<p>BTW, where do you find those punching cards? I&#8217;d like one to put on my wall. </p>
<p>I love your style!<br />
Keep on posting!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Breadcrumbs 0.1.2 Preview Available by Hal</title>
		<link>http://davidkellogg.com/blog/2006/12/26/breadcrumbs-012-preview-available/#comment-5615</link>
		<dc:creator>Hal</dc:creator>
		<pubDate>Thu, 14 Feb 2008 19:40:21 +0000</pubDate>
		<guid>http://davidkellogg.com/blog/2006/12/26/breadcrumbs-012-preview-available/#comment-5615</guid>
		<description>If only there was an option to tell this plugin to index all bookmarked sites (to a certain link-depth).

Then the user could select whether to search the history cache or the bookmarks cache.</description>
		<content:encoded><![CDATA[<p>If only there was an option to tell this plugin to index all bookmarked sites (to a certain link-depth).</p>
<p>Then the user could select whether to search the history cache or the bookmarks cache.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
