<?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:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments for Jorge Bernal</title>
	<atom:link href="http://jorgebernal.info/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://jorgebernal.info</link>
	<description></description>
	<lastBuildDate>Fri, 17 Feb 2012 07:26:21 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>Comment on What&#039;s wrong with colors in Firefox? by lowbeaf</title>
		<link>http://jorgebernal.info/2008/03/08/whats-wrong-with-colors-in-firefox/#comment-1012</link>
		<dc:creator><![CDATA[lowbeaf]]></dc:creator>
		<pubDate>Fri, 17 Feb 2012 07:26:21 +0000</pubDate>
		<guid isPermaLink="false">http://koke.amedias.org/articles/2008/03/08/whats-wrong-with-colors-in-firefox/#comment-1012</guid>
		<description><![CDATA[about:config
images:dither]]></description>
		<content:encoded><![CDATA[<p>about:config<br />
images:dither</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on 42foo: all the virtual hosts you need for your web development by Ryan Schumacher (@jrschumacher)</title>
		<link>http://jorgebernal.info/2009/07/17/42foo-virtual-hosts-web-development/#comment-1005</link>
		<dc:creator><![CDATA[Ryan Schumacher (@jrschumacher)]]></dc:creator>
		<pubDate>Mon, 13 Feb 2012 16:41:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.jorgebernal.info/?p=365#comment-1005</guid>
		<description><![CDATA[So currently 42foo.com and Apache virutalhosts we can point to many different hosts using subdomains, but since I work on many projects on the fly I didn&#039;t want to have to create all the virtual hosts. So I created that script so we could dynamically use sub domains based on directories.

Examples:

this:
  /home/user/projects/project-category/project
becomes:
  http://project.project-category.42foo.com

this:
  /home/user/projects/project-category/project/branch
becomes:
  http://branch.project.project-category.42foo.com]]></description>
		<content:encoded><![CDATA[<p>So currently 42foo.com and Apache virutalhosts we can point to many different hosts using subdomains, but since I work on many projects on the fly I didn&#8217;t want to have to create all the virtual hosts. So I created that script so we could dynamically use sub domains based on directories.</p>
<p>Examples:</p>
<p>this:<br />
  /home/user/projects/project-category/project<br />
becomes:<br />
  <a href="http://project.project-category.42foo.com" rel="nofollow">http://project.project-category.42foo.com</a></p>
<p>this:<br />
  /home/user/projects/project-category/project/branch<br />
becomes:<br />
  <a href="http://branch.project.project-category.42foo.com" rel="nofollow">http://branch.project.project-category.42foo.com</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Diary of a bug in an iOS app by Jorge Bernal</title>
		<link>http://jorgebernal.info/2011/12/12/diary-of-a-bug-in-an-ios-app/#comment-923</link>
		<dc:creator><![CDATA[Jorge Bernal]]></dc:creator>
		<pubDate>Sun, 15 Jan 2012 17:51:18 +0000</pubDate>
		<guid isPermaLink="false">http://jorgebernal.info/?p=692#comment-923</guid>
		<description><![CDATA[Yep, at least if all libraries used are open source you can fix the bugs yourself]]></description>
		<content:encoded><![CDATA[<p>Yep, at least if all libraries used are open source you can fix the bugs yourself</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Diary of a bug in an iOS app by Doug Grinbergs</title>
		<link>http://jorgebernal.info/2011/12/12/diary-of-a-bug-in-an-ios-app/#comment-921</link>
		<dc:creator><![CDATA[Doug Grinbergs]]></dc:creator>
		<pubDate>Sun, 15 Jan 2012 07:13:52 +0000</pubDate>
		<guid isPermaLink="false">http://jorgebernal.info/?p=692#comment-921</guid>
		<description><![CDATA[Besides the dependence on Apple&#039;s scheduling of App Store submission approvals (I think you&#039;re lucky this didn&#039;t happen during Christmas week App Store vacation), certain bugs also highlight the costs and risks of using less-than-robust third-party libraries, frameworks, development platforms, services, etc. (I&#039;m glad that Mac developers can still release their Mac apps outside Apple&#039;s control.)]]></description>
		<content:encoded><![CDATA[<p>Besides the dependence on Apple&#8217;s scheduling of App Store submission approvals (I think you&#8217;re lucky this didn&#8217;t happen during Christmas week App Store vacation), certain bugs also highlight the costs and risks of using less-than-robust third-party libraries, frameworks, development platforms, services, etc. (I&#8217;m glad that Mac developers can still release their Mac apps outside Apple&#8217;s control.)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on 42foo: all the virtual hosts you need for your web development by Jorge Bernal</title>
		<link>http://jorgebernal.info/2009/07/17/42foo-virtual-hosts-web-development/#comment-907</link>
		<dc:creator><![CDATA[Jorge Bernal]]></dc:creator>
		<pubDate>Wed, 11 Jan 2012 11:54:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.jorgebernal.info/?p=365#comment-907</guid>
		<description><![CDATA[Not sure if I follow, but if it does what I think it does, you can use VirtualDocumentRoot for that :) http://httpd.apache.org/docs/2.0/vhosts/mass.html]]></description>
		<content:encoded><![CDATA[<p>Not sure if I follow, but if it does what I think it does, you can use VirtualDocumentRoot for that <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  <a href="http://httpd.apache.org/docs/2.0/vhosts/mass.html" rel="nofollow">http://httpd.apache.org/docs/2.0/vhosts/mass.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on 42foo: all the virtual hosts you need for your web development by Ryan Schumacher (@jrschumacher)</title>
		<link>http://jorgebernal.info/2009/07/17/42foo-virtual-hosts-web-development/#comment-905</link>
		<dc:creator><![CDATA[Ryan Schumacher (@jrschumacher)]]></dc:creator>
		<pubDate>Wed, 11 Jan 2012 09:27:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.jorgebernal.info/?p=365#comment-905</guid>
		<description><![CDATA[Thanks, using 42foo.com in conjunction with this script to create wildcard subdomains:

https://gist.github.com/1593837]]></description>
		<content:encoded><![CDATA[<p>Thanks, using 42foo.com in conjunction with this script to create wildcard subdomains:</p>
<p><a href="https://gist.github.com/1593837" rel="nofollow">https://gist.github.com/1593837</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Diary of a bug in an iOS app by Jorge Bernal</title>
		<link>http://jorgebernal.info/2011/12/12/diary-of-a-bug-in-an-ios-app/#comment-834</link>
		<dc:creator><![CDATA[Jorge Bernal]]></dc:creator>
		<pubDate>Mon, 12 Dec 2011 12:53:34 +0000</pubDate>
		<guid isPermaLink="false">http://jorgebernal.info/?p=692#comment-834</guid>
		<description><![CDATA[Well, I think they can complain. Even without paying for it, many people have great expectations from anything attached to the WordPress name, and it&#039;s our job to meet those expectations.

Most feedback is welcome. I&#039;m happy that our users care enough to tell us when things break, and most of the times they are polite and understanding, even if it&#039;s causing them trouble.

I was only trying to explain how something that looks like a quick fix (if you don&#039;t know the process) might take a bit longer than you expect.

&lt;blockquote&gt;I doubt they would complain so obstreperously if the object in question was a sweater knitted by their Grandmother.&lt;/blockquote&gt;

Great point :)]]></description>
		<content:encoded><![CDATA[<p>Well, I think they can complain. Even without paying for it, many people have great expectations from anything attached to the WordPress name, and it&#8217;s our job to meet those expectations.</p>
<p>Most feedback is welcome. I&#8217;m happy that our users care enough to tell us when things break, and most of the times they are polite and understanding, even if it&#8217;s causing them trouble.</p>
<p>I was only trying to explain how something that looks like a quick fix (if you don&#8217;t know the process) might take a bit longer than you expect.</p>
<blockquote><p>I doubt they would complain so obstreperously if the object in question was a sweater knitted by their Grandmother.</p></blockquote>
<p>Great point <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Diary of a bug in an iOS app by Shane Gowland</title>
		<link>http://jorgebernal.info/2011/12/12/diary-of-a-bug-in-an-ios-app/#comment-833</link>
		<dc:creator><![CDATA[Shane Gowland]]></dc:creator>
		<pubDate>Mon, 12 Dec 2011 12:39:46 +0000</pubDate>
		<guid isPermaLink="false">http://jorgebernal.info/?p=692#comment-833</guid>
		<description><![CDATA[Another infuriating example of user self-entitlement. Why can&#039;t people appreciate that they have been provided with an app, without any expectation of remuneration? They have no right to complain about minor shortcomings in something that is essentially a gift. I doubt they would complain so obstreperously if the object in question was a sweater knitted by their Grandmother.

Truly pathetic behaviour.]]></description>
		<content:encoded><![CDATA[<p>Another infuriating example of user self-entitlement. Why can&#8217;t people appreciate that they have been provided with an app, without any expectation of remuneration? They have no right to complain about minor shortcomings in something that is essentially a gift. I doubt they would complain so obstreperously if the object in question was a sweater knitted by their Grandmother.</p>
<p>Truly pathetic behaviour.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on My 2009 in pictures by hola</title>
		<link>http://jorgebernal.info/2010/01/07/2009-pictures/#comment-421</link>
		<dc:creator><![CDATA[hola]]></dc:creator>
		<pubDate>Sun, 07 Nov 2010 11:06:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.jorgebernal.info/?p=491#comment-421</guid>
		<description><![CDATA[Hola yo soy Jorge Bernal tu vives en toronto]]></description>
		<content:encoded><![CDATA[<p>Hola yo soy Jorge Bernal tu vives en toronto</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How we track outbound links with Google Analytics Events API by Dallas SEM</title>
		<link>http://jorgebernal.info/2009/12/01/track-outbound-links-google-analytics-events-api/#comment-418</link>
		<dc:creator><![CDATA[Dallas SEM]]></dc:creator>
		<pubDate>Tue, 19 Oct 2010 17:07:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.jorgebernal.info/?p=474#comment-418</guid>
		<description><![CDATA[Thanks for this astounding information! I will definitely have to use this in my blog!

Farewell!]]></description>
		<content:encoded><![CDATA[<p>Thanks for this astounding information! I will definitely have to use this in my blog!</p>
<p>Farewell!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

