<?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 Telmo Menezes</title>
	<atom:link href="http://telmomenezes.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://telmomenezes.com</link>
	<description></description>
	<lastBuildDate>Wed, 09 Nov 2011 10:05:02 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>Comment on Deleting a Django Database by Telmo Menezes</title>
		<link>http://telmomenezes.com/2011/06/deleting-a-django-database/comment-page-1/#comment-853</link>
		<dc:creator>Telmo Menezes</dc:creator>
		<pubDate>Wed, 09 Nov 2011 10:05:02 +0000</pubDate>
		<guid isPermaLink="false">http://telmomenezes.com/?p=222#comment-853</guid>
		<description>Hey Pedro,

Nice to hear from you, and thanks for your tip! Yeah, Python is my favorite language these days. I love it for its simplicity and for the &quot;batteries included&quot;.

These days I&#039;ve been playing with Flask (http://flask.pocoo.org/) and MongoDB. Django is really cool, but I&#039;m doing some weird stuff and it gets in the way a bit.

See you!
Telmo.</description>
		<content:encoded><![CDATA[<p>Hey Pedro,</p>
<p>Nice to hear from you, and thanks for your tip! Yeah, Python is my favorite language these days. I love it for its simplicity and for the &#8220;batteries included&#8221;.</p>
<p>These days I&#8217;ve been playing with Flask (<a href="http://flask.pocoo.org/" rel="nofollow">http://flask.pocoo.org/</a>) and MongoDB. Django is really cool, but I&#8217;m doing some weird stuff and it gets in the way a bit.</p>
<p>See you!<br />
Telmo.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Deleting a Django Database by Pedro Beck</title>
		<link>http://telmomenezes.com/2011/06/deleting-a-django-database/comment-page-1/#comment-851</link>
		<dc:creator>Pedro Beck</dc:creator>
		<pubDate>Wed, 09 Nov 2011 00:45:31 +0000</pubDate>
		<guid isPermaLink="false">http://telmomenezes.com/?p=222#comment-851</guid>
		<description>Hi Telmo!

Great to see that you are a pythonista now!  :) Django rocks and I use it a lot!
As a suggestion to this problem... take a look at South Migrations! 
http://south.aeracode.org/
I use this in all my projects and its really great and you can add and remove fields to your models and only have to do: 
&lt;code&gt;
./manage.py schemamigration app_name --auto # to create migration
./manage.py migrate app_name # to apply migration!
&lt;/code&gt;
its great to update remote versions with new features!

Regards! See you one of these days!

Pedro</description>
		<content:encoded><![CDATA[<p>Hi Telmo!</p>
<p>Great to see that you are a pythonista now!  :) Django rocks and I use it a lot!<br />
As a suggestion to this problem&#8230; take a look at South Migrations!<br />
<a href="http://south.aeracode.org/" rel="nofollow">http://south.aeracode.org/</a><br />
I use this in all my projects and its really great and you can add and remove fields to your models and only have to do:<br />
<code><br />
./manage.py schemamigration app_name --auto # to create migration<br />
./manage.py migrate app_name # to apply migration!<br />
</code><br />
its great to update remote versions with new features!</p>
<p>Regards! See you one of these days!</p>
<p>Pedro</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Does A/B testing hurt creativity? by Telmo Menezes</title>
		<link>http://telmomenezes.com/2011/10/does-ab-testing-hurt-creativity/comment-page-1/#comment-807</link>
		<dc:creator>Telmo Menezes</dc:creator>
		<pubDate>Mon, 24 Oct 2011 09:49:22 +0000</pubDate>
		<guid isPermaLink="false">http://telmomenezes.com/?p=235#comment-807</guid>
		<description>Sure, I agree. But you&#039;re not going to be the next Steve Jobs by doing that :)</description>
		<content:encoded><![CDATA[<p>Sure, I agree. But you&#8217;re not going to be the next Steve Jobs by doing that :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Does A/B testing hurt creativity? by JB</title>
		<link>http://telmomenezes.com/2011/10/does-ab-testing-hurt-creativity/comment-page-1/#comment-806</link>
		<dc:creator>JB</dc:creator>
		<pubDate>Mon, 24 Oct 2011 08:35:25 +0000</pubDate>
		<guid isPermaLink="false">http://telmomenezes.com/?p=235#comment-806</guid>
		<description>Nice point.
I would add that when data are scarce, for instance if evaluating the fitness of one individual costs one week of experiments, then A/B testing et well thought mutations is a reasonable way to go. I give you one week to design the next mutation, try to do better than chance ;-)</description>
		<content:encoded><![CDATA[<p>Nice point.<br />
I would add that when data are scarce, for instance if evaluating the fitness of one individual costs one week of experiments, then A/B testing et well thought mutations is a reasonable way to go. I give you one week to design the next mutation, try to do better than chance ;-)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Installing NumPy and matplotlib on OS X by Telmo Menezes</title>
		<link>http://telmomenezes.com/2010/04/installing-numpy-and-matplotlib-on-os-x/comment-page-1/#comment-3</link>
		<dc:creator>Telmo Menezes</dc:creator>
		<pubDate>Thu, 08 Apr 2010 07:45:02 +0000</pubDate>
		<guid isPermaLink="false">http://telmomenezes.com/?p=81#comment-3</guid>
		<description>Yes, I do miss Gentoo sometimes. The part I don&#039;t miss is having to deal with drivers, sudden breakages, etc. Nothing&#039;s perfect, I guess.

To be fair, you can do the same thing on a mac with macports. I use it for all sorts of things, but it never seems to work out for me in this case.

I will definitely go back to Linux if Apple decides to apply their iPhone/iPad-like restrictive policies to laptops.</description>
		<content:encoded><![CDATA[<p>Yes, I do miss Gentoo sometimes. The part I don&#8217;t miss is having to deal with drivers, sudden breakages, etc. Nothing&#8217;s perfect, I guess.</p>
<p>To be fair, you can do the same thing on a mac with macports. I use it for all sorts of things, but it never seems to work out for me in this case.</p>
<p>I will definitely go back to Linux if Apple decides to apply their iPhone/iPad-like restrictive policies to laptops.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Installing NumPy and matplotlib on OS X by Miguel</title>
		<link>http://telmomenezes.com/2010/04/installing-numpy-and-matplotlib-on-os-x/comment-page-1/#comment-2</link>
		<dc:creator>Miguel</dc:creator>
		<pubDate>Wed, 07 Apr 2010 21:34:35 +0000</pubDate>
		<guid isPermaLink="false">http://telmomenezes.com/?p=81#comment-2</guid>
		<description>Well... on a &quot;real&quot; OS you can just do:
&lt;code&gt;
emerge numpy madplotlib
&lt;/code&gt;
and that&#039;s it.

You can also play a bit with USE flags so that you can customize the installation: for example to have matplotlib using traits ( http://code.enthought.com/projects/traits ).

Now.. wich one is easier?</description>
		<content:encoded><![CDATA[<p>Well&#8230; on a &#8220;real&#8221; OS you can just do:<br />
<code><br />
emerge numpy madplotlib<br />
</code><br />
and that&#8217;s it.</p>
<p>You can also play a bit with USE flags so that you can customize the installation: for example to have matplotlib using traits ( <a href="http://code.enthought.com/projects/traits" rel="nofollow">http://code.enthought.com/projects/traits</a> ).</p>
<p>Now.. wich one is easier?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

