<?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 matthewphiong blog</title>
	<atom:link href="http://matthewphiong.com/comments/feed" rel="self" type="application/rss+xml" />
	<link>http://matthewphiong.com</link>
	<description>notes on startup and the stuff I like</description>
	<lastBuildDate>Mon, 20 May 2013 21:56:28 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>Comment on Django &#8220;Global&#8221; Template Variable by Steven Pineda</title>
		<link>http://matthewphiong.com/django-global-template-variable#comment-856</link>
		<dc:creator>Steven Pineda</dc:creator>
		<pubDate>Mon, 20 May 2013 21:56:28 +0000</pubDate>
		<guid isPermaLink="false">http://mphiong.wordpress.com/2011/08/02/django-global-template-variable#comment-856</guid>
		<description>Thanks man, that way is very easy to understand and to code. I just added it to my project and it worked perfectly, I needed to have a dynamic name in the base.html.
My only doubt is if I need to have all those others processors, I only added mine and .auth because it was giving me an error.
Thanks again!</description>
		<content:encoded><![CDATA[<p>Thanks man, that way is very easy to understand and to code. I just added it to my project and it worked perfectly, I needed to have a dynamic name in the base.html.<br />
My only doubt is if I need to have all those others processors, I only added mine and .auth because it was giving me an error.<br />
Thanks again!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Sublime CodeIntel Configuration for virtualenv by Tim</title>
		<link>http://matthewphiong.com/sublime-codeintel-configuration-for-virtualenv#comment-548</link>
		<dc:creator>Tim</dc:creator>
		<pubDate>Wed, 03 Apr 2013 21:30:17 +0000</pubDate>
		<guid isPermaLink="false">http://matthewphiong.com/?p=224#comment-548</guid>
		<description>Thanks!</description>
		<content:encoded><![CDATA[<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Price War: Linode vs Amazon EC2 vs Rackspace Cloud Servers vs Windows Azure Virtual Machines by roger</title>
		<link>http://matthewphiong.com/price-war-linode-vs-slicehost-vs-amazon-ec2-vs-rackspace-cloud-servers#comment-546</link>
		<dc:creator>roger</dc:creator>
		<pubDate>Sat, 16 Mar 2013 15:07:42 +0000</pubDate>
		<guid isPermaLink="false">http://mphiong.wordpress.com/2011/01/05/price-war-linode-vs-slicehost-vs-amazon-ec2-vs-rackspace-cloud-servers#comment-546</guid>
		<description>I suppose the only problem with EC2 micro is that if you use your &quot;cpu burst&quot; for a few seconds it then throttles you down to like 2% cpu for awhile... see http://huanliu.wordpress.com/2010/09/10/amazon-ec2-micro-instances-deeper-dive</description>
		<content:encoded><![CDATA[<p>I suppose the only problem with EC2 micro is that if you use your &#8220;cpu burst&#8221; for a few seconds it then throttles you down to like 2% cpu for awhile&#8230; see <a href="http://huanliu.wordpress.com/2010/09/10/amazon-ec2-micro-instances-deeper-dive" rel="nofollow">http://huanliu.wordpress.com/2010/09/10/amazon-ec2-micro-instances-deeper-dive</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Managing Django Static Files on Heroku by mathisonian</title>
		<link>http://matthewphiong.com/managing-django-static-files-on-heroku#comment-538</link>
		<dc:creator>mathisonian</dc:creator>
		<pubDate>Sat, 02 Feb 2013 23:42:34 +0000</pubDate>
		<guid isPermaLink="false">http://matthewphiong.com/?p=207#comment-538</guid>
		<description>I wrote a bit about how to do this here: http://www.mathisonian.com/weblog/django-heroku-methods-of-serving-static-files</description>
		<content:encoded><![CDATA[<p>I wrote a bit about how to do this here: <a href="http://www.mathisonian.com/weblog/django-heroku-methods-of-serving-static-files" rel="nofollow">http://www.mathisonian.com/weblog/django-heroku-methods-of-serving-static-files</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Sublime CodeIntel Configuration for virtualenv by プログラミング言語のバージョン管理ツールまとめ &#124; Kitchen Garden Blog</title>
		<link>http://matthewphiong.com/sublime-codeintel-configuration-for-virtualenv#comment-524</link>
		<dc:creator>プログラミング言語のバージョン管理ツールまとめ &#124; Kitchen Garden Blog</dc:creator>
		<pubDate>Sun, 09 Dec 2012 01:19:31 +0000</pubDate>
		<guid isPermaLink="false">http://matthewphiong.com/?p=224#comment-524</guid>
		<description>[...] Sublime CodeIntel Configuration for virtualenvによると、Sublime CodeIntelを使用していて、かつvirtualenvを使用したい場合にはSublime CodeIntelのconfigファイル（$HOME/.codeintel/configあるいはproject_root/.codeintel/config）に次のような文を追記しなければならないようです。    {&#160;&#160;&#160;&#160;&quot;Python&quot;: {&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&quot;python&quot;: &#039;~/.virtualenvs/your_env/bin/python&#039;,&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&quot;pythonExtraPaths&quot;: [&#039;~/.virtualenvs/your_env/lib/python2.6/site-packages&#039;,&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;]&#160;&#160;&#160;&#160;},}   view raw config This Gist brought to you by GitHub. [...]</description>
		<content:encoded><![CDATA[<p>[...] Sublime CodeIntel Configuration for virtualenvによると、Sublime CodeIntelを使用していて、かつvirtualenvを使用したい場合にはSublime CodeIntelのconfigファイル（$HOME/.codeintel/configあるいはproject_root/.codeintel/config）に次のような文を追記しなければならないようです。    {&nbsp;&nbsp;&nbsp;&nbsp;&quot;Python&quot;: {&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&quot;python&quot;: &#039;~/.virtualenvs/your_env/bin/python&#039;,&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&quot;pythonExtraPaths&quot;: [&#039;~/.virtualenvs/your_env/lib/python2.6/site-packages&#039;,&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;]&nbsp;&nbsp;&nbsp;&nbsp;},}   view raw config This Gist brought to you by GitHub. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Price War: Linode vs Amazon EC2 vs Rackspace Cloud Servers vs Windows Azure Virtual Machines by Aaron</title>
		<link>http://matthewphiong.com/price-war-linode-vs-slicehost-vs-amazon-ec2-vs-rackspace-cloud-servers#comment-515</link>
		<dc:creator>Aaron</dc:creator>
		<pubDate>Mon, 26 Nov 2012 04:18:43 +0000</pubDate>
		<guid isPermaLink="false">http://mphiong.wordpress.com/2011/01/05/price-war-linode-vs-slicehost-vs-amazon-ec2-vs-rackspace-cloud-servers#comment-515</guid>
		<description>Thanks for the great write up in comparing these companies. I would like to add that I have ran on Dreamhost for about 10 years and while they are good, when you start to try customization on a VPS, you are left out in the cold. Just today my VPS encountered a RAID hardware error and is undergoing repairs. Currently my sites are all down and I cannot log into the box. When I asked a Dreamhost support tech contact of what my options are the responses were along the lines of &quot;because you are not a managed box, you assume the risks&quot;. Thats okay but not okay when I cannot login to the box to fix the error! So, I&#039;m moving to linode.com.

But again, thanks for the writeup.</description>
		<content:encoded><![CDATA[<p>Thanks for the great write up in comparing these companies. I would like to add that I have ran on Dreamhost for about 10 years and while they are good, when you start to try customization on a VPS, you are left out in the cold. Just today my VPS encountered a RAID hardware error and is undergoing repairs. Currently my sites are all down and I cannot log into the box. When I asked a Dreamhost support tech contact of what my options are the responses were along the lines of &#8220;because you are not a managed box, you assume the risks&#8221;. Thats okay but not okay when I cannot login to the box to fix the error! So, I&#8217;m moving to linode.com.</p>
<p>But again, thanks for the writeup.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Managing Django Static Files on Heroku by eng. Ilian Iliev</title>
		<link>http://matthewphiong.com/managing-django-static-files-on-heroku#comment-509</link>
		<dc:creator>eng. Ilian Iliev</dc:creator>
		<pubDate>Sun, 18 Nov 2012 08:57:35 +0000</pubDate>
		<guid isPermaLink="false">http://matthewphiong.com/?p=207#comment-509</guid>
		<description>Sorry but after updating your urls.py to serve the static files doesn&#039;t that mean that every static file requested will have to be served by both the Dyno and the Django app instead of just the Dyno.
This will push extra load on your app and that is the reason why it is marked as not good for production in the docs.</description>
		<content:encoded><![CDATA[<p>Sorry but after updating your urls.py to serve the static files doesn&#8217;t that mean that every static file requested will have to be served by both the Dyno and the Django app instead of just the Dyno.<br />
This will push extra load on your app and that is the reason why it is marked as not good for production in the docs.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on About by Jaimin</title>
		<link>http://matthewphiong.com/about#comment-506</link>
		<dc:creator>Jaimin</dc:creator>
		<pubDate>Fri, 16 Nov 2012 07:57:28 +0000</pubDate>
		<guid isPermaLink="false">http://mphiong.wordpress.com/?page_id=2#comment-506</guid>
		<description>cctome.com is down!</description>
		<content:encoded><![CDATA[<p>cctome.com is down!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Sublime CodeIntel Configuration for virtualenv by Jay</title>
		<link>http://matthewphiong.com/sublime-codeintel-configuration-for-virtualenv#comment-373</link>
		<dc:creator>Jay</dc:creator>
		<pubDate>Thu, 13 Sep 2012 22:38:06 +0000</pubDate>
		<guid isPermaLink="false">http://matthewphiong.com/?p=224#comment-373</guid>
		<description>Hi, thanks for your post. 
Here&#039;s a gist showing how I setup codeintel &#039;automatically&#039; each time I create a new virtualenv using a virtualenvwrapper postmkvirtualenv hook:

https://gist.github.com/3567725</description>
		<content:encoded><![CDATA[<p>Hi, thanks for your post.<br />
Here&#8217;s a gist showing how I setup codeintel &#8216;automatically&#8217; each time I create a new virtualenv using a virtualenvwrapper postmkvirtualenv hook:</p>
<p><a href="https://gist.github.com/3567725" rel="nofollow">https://gist.github.com/3567725</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Managing Django Static Files on Heroku by Idan Zalzberg</title>
		<link>http://matthewphiong.com/managing-django-static-files-on-heroku#comment-372</link>
		<dc:creator>Idan Zalzberg</dc:creator>
		<pubDate>Sun, 09 Sep 2012 09:06:52 +0000</pubDate>
		<guid isPermaLink="false">http://matthewphiong.com/?p=207#comment-372</guid>
		<description>Thanks,
I wonder how you would handle static files versions, the best I could have come up with is -  http://balzerg.blogspot.co.il/2012/09/staticfiles-on-heroku-with-django.html</description>
		<content:encoded><![CDATA[<p>Thanks,<br />
I wonder how you would handle static files versions, the best I could have come up with is &#8211;  <a href="http://balzerg.blogspot.co.il/2012/09/staticfiles-on-heroku-with-django.html" rel="nofollow">http://balzerg.blogspot.co.il/2012/09/staticfiles-on-heroku-with-django.html</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using memcached
Database Caching using memcached
Object Caching 320/361 objects using memcached

Served from: matthewphiong.com @ 2013-05-22 01:09:35 -->