<?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 Dusty&#039;s Diverse Domain</title>
	<atom:link href="http://archlinux.me/dusty/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://archlinux.me/dusty</link>
	<description>A little more of everything, please</description>
	<lastBuildDate>Fri, 06 Apr 2012 16:16:01 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>Comment on Trembling Aspen by Chad Whitacre</title>
		<link>http://archlinux.me/dusty/2012/04/05/trembling-aspen/#comment-2892</link>
		<dc:creator>Chad Whitacre</dc:creator>
		<pubDate>Fri, 06 Apr 2012 16:16:01 +0000</pubDate>
		<guid isPermaLink="false">http://archlinux.me/dusty/?p=630#comment-2892</guid>
		<description>In 0.14.3, I refactored aspen.tests into an aspen.testing module and a separate tests/ directory (for Aspen&#039;s own tests). The aspen.testing library isn&#039;t super-helpful for testing downstream websites, but there&#039;s room to grow now.

https://github.com/whit537/aspen/commit/3b6936d06046f343b4e23532afb08fbd533ab1a5

Also, I tweaked the docs (in 0.14.4) for request to make redirect clearer and document allow as well:

http://aspen.io/request/</description>
		<content:encoded><![CDATA[<p>In 0.14.3, I refactored aspen.tests into an aspen.testing module and a separate tests/ directory (for Aspen&#8217;s own tests). The aspen.testing library isn&#8217;t super-helpful for testing downstream websites, but there&#8217;s room to grow now.</p>
<p><a href="https://github.com/whit537/aspen/commit/3b6936d06046f343b4e23532afb08fbd533ab1a5" rel="nofollow">https://github.com/whit537/aspen/commit/3b6936d06046f343b4e23532afb08fbd533ab1a5</a></p>
<p>Also, I tweaked the docs (in 0.14.4) for request to make redirect clearer and document allow as well:</p>
<p><a href="http://aspen.io/request/" rel="nofollow">http://aspen.io/request/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Add prominent links to your project in your project&#8217;s documentation by Chad Whitacre</title>
		<link>http://archlinux.me/dusty/2012/03/25/add-prominent-links-to-your-project-in-your-projects-documentation/#comment-2866</link>
		<dc:creator>Chad Whitacre</dc:creator>
		<pubDate>Thu, 05 Apr 2012 17:25:49 +0000</pubDate>
		<guid isPermaLink="false">http://archlinux.me/dusty/?p=619#comment-2866</guid>
		<description>I trust Aspen wasn&#039;t one of the projects in question? ;-)</description>
		<content:encoded><![CDATA[<p>I trust Aspen wasn&#8217;t one of the projects in question? <img src='http://archlinux.me/dusty/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Trembling Aspen by Chad Whitacre</title>
		<link>http://archlinux.me/dusty/2012/04/05/trembling-aspen/#comment-2865</link>
		<dc:creator>Chad Whitacre</dc:creator>
		<pubDate>Thu, 05 Apr 2012 17:17:11 +0000</pubDate>
		<guid isPermaLink="false">http://archlinux.me/dusty/?p=630#comment-2865</guid>
		<description>Thanks for the review, Dusty! There&#039;s a lot of room for improvement, including better testing support like you mention, but if the foundation is solid I trust these will come along in their own time. Thanks for your work on trembling, for example!

As far as scaling goes, it&#039;s going to depend on your application and the underlying engine you use (Aspen bundles CherryPy&#039;s WSGI server and includes shims for eight others, in addition to the inverted gunicorn option). Aspen compiles simplates to code objects and compiled templates so the request-time overhead is &quot;not too bad.&quot; Here&#039;s a benchmark comparison from a couple years ago in which Aspen and CherryPy fare favorably:

http://nichol.as/benchmark-of-python-web-servers

It would be interesting to see some more modern benchmarks.

P.S. There is a request.redirect method, but it kind of gets lost in the docs currently: http://aspen.io/request/</description>
		<content:encoded><![CDATA[<p>Thanks for the review, Dusty! There&#8217;s a lot of room for improvement, including better testing support like you mention, but if the foundation is solid I trust these will come along in their own time. Thanks for your work on trembling, for example!</p>
<p>As far as scaling goes, it&#8217;s going to depend on your application and the underlying engine you use (Aspen bundles CherryPy&#8217;s WSGI server and includes shims for eight others, in addition to the inverted gunicorn option). Aspen compiles simplates to code objects and compiled templates so the request-time overhead is &#8220;not too bad.&#8221; Here&#8217;s a benchmark comparison from a couple years ago in which Aspen and CherryPy fare favorably:</p>
<p><a href="http://nichol.as/benchmark-of-python-web-servers" rel="nofollow">http://nichol.as/benchmark-of-python-web-servers</a></p>
<p>It would be interesting to see some more modern benchmarks.</p>
<p>P.S. There is a request.redirect method, but it kind of gets lost in the docs currently: <a href="http://aspen.io/request/" rel="nofollow">http://aspen.io/request/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Contributing to git projects on github by dusty</title>
		<link>http://archlinux.me/dusty/2012/03/18/contributing-to-git-projects-on-github/#comment-2630</link>
		<dc:creator>dusty</dc:creator>
		<pubDate>Wed, 28 Mar 2012 15:03:11 +0000</pubDate>
		<guid isPermaLink="false">http://archlinux.me/dusty/?p=593#comment-2630</guid>
		<description>That&#039;s correct. I have altered the explanation a bit. Sometimes you may have to git checkout upstream/some_branch. If you do this, you have checked out a commit on your local repository that is not attached to a branch. You can then attach it to a local branch using git branch some_branch.</description>
		<content:encoded><![CDATA[<p>That&#8217;s correct. I have altered the explanation a bit. Sometimes you may have to git checkout upstream/some_branch. If you do this, you have checked out a commit on your local repository that is not attached to a branch. You can then attach it to a local branch using git branch some_branch.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Contributing to git projects on github by Chad Whitacre</title>
		<link>http://archlinux.me/dusty/2012/03/18/contributing-to-git-projects-on-github/#comment-2629</link>
		<dc:creator>Chad Whitacre</dc:creator>
		<pubDate>Wed, 28 Mar 2012 14:38:32 +0000</pubDate>
		<guid isPermaLink="false">http://archlinux.me/dusty/?p=593#comment-2629</guid>
		<description>I think I get it now. The development_branch_name is a branch that exists in the other person&#039;s repository (as well as mine). The working_branch_name is a branch unique to my repository. Do I have that right?</description>
		<content:encoded><![CDATA[<p>I think I get it now. The development_branch_name is a branch that exists in the other person&#8217;s repository (as well as mine). The working_branch_name is a branch unique to my repository. Do I have that right?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Contributing to git projects on github by Chad Whitacre</title>
		<link>http://archlinux.me/dusty/2012/03/18/contributing-to-git-projects-on-github/#comment-2628</link>
		<dc:creator>Chad Whitacre</dc:creator>
		<pubDate>Wed, 28 Mar 2012 14:32:06 +0000</pubDate>
		<guid isPermaLink="false">http://archlinux.me/dusty/?p=593#comment-2628</guid>
		<description>I&#039;m confused by steps 4 and 5. What&#039;s the difference between a development branch and a working branch?

Also, on step 4 I get:

$ git checkout packaging_fix
error: pathspec &#039;packaging_fix&#039; did not match any file(s) known to git.

I worked around this like so:

$ git branch packaging_fix
$ git branch
* master
  packaging_fix
$ git checkout packaging_fix
Switched to branch &#039;packaging_fix&#039;
$ git branch
  master
* packaging_fix
$</description>
		<content:encoded><![CDATA[<p>I&#8217;m confused by steps 4 and 5. What&#8217;s the difference between a development branch and a working branch?</p>
<p>Also, on step 4 I get:</p>
<p>$ git checkout packaging_fix<br />
error: pathspec &#8216;packaging_fix&#8217; did not match any file(s) known to git.</p>
<p>I worked around this like so:</p>
<p>$ git branch packaging_fix<br />
$ git branch<br />
* master<br />
  packaging_fix<br />
$ git checkout packaging_fix<br />
Switched to branch &#8216;packaging_fix&#8217;<br />
$ git branch<br />
  master<br />
* packaging_fix<br />
$</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Why we need Python in the Browser by joe</title>
		<link>http://archlinux.me/dusty/2012/03/13/why-we-need-python-in-the-browser/#comment-2341</link>
		<dc:creator>joe</dc:creator>
		<pubDate>Tue, 20 Mar 2012 21:33:40 +0000</pubDate>
		<guid isPermaLink="false">http://archlinux.me/dusty/?p=571#comment-2341</guid>
		<description>&quot;more important tasks&quot;

This is a value judgement, and clearly many people place python in the browser as a very important task.</description>
		<content:encoded><![CDATA[<p>&#8220;more important tasks&#8221;</p>
<p>This is a value judgement, and clearly many people place python in the browser as a very important task.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Contributing to git projects on github by Berry Phillips</title>
		<link>http://archlinux.me/dusty/2012/03/18/contributing-to-git-projects-on-github/#comment-2287</link>
		<dc:creator>Berry Phillips</dc:creator>
		<pubDate>Mon, 19 Mar 2012 17:02:10 +0000</pubDate>
		<guid isPermaLink="false">http://archlinux.me/dusty/?p=593#comment-2287</guid>
		<description>You need unit tests for your blog ;)</description>
		<content:encoded><![CDATA[<p>You need unit tests for your blog <img src='http://archlinux.me/dusty/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Contributing to git projects on github by dusty</title>
		<link>http://archlinux.me/dusty/2012/03/18/contributing-to-git-projects-on-github/#comment-2283</link>
		<dc:creator>dusty</dc:creator>
		<pubDate>Mon, 19 Mar 2012 16:20:21 +0000</pubDate>
		<guid isPermaLink="false">http://archlinux.me/dusty/?p=593#comment-2283</guid>
		<description>Too true. This is what I get for testing out of band.</description>
		<content:encoded><![CDATA[<p>Too true. This is what I get for testing out of band.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Contributing to git projects on github by Daniel Hofstetter</title>
		<link>http://archlinux.me/dusty/2012/03/18/contributing-to-git-projects-on-github/#comment-2278</link>
		<dc:creator>Daniel Hofstetter</dc:creator>
		<pubDate>Mon, 19 Mar 2012 15:43:52 +0000</pubDate>
		<guid isPermaLink="false">http://archlinux.me/dusty/?p=593#comment-2278</guid>
		<description>#2 &amp; #3: the url of github is github.com, not github.org</description>
		<content:encoded><![CDATA[<p>#2 &amp; #3: the url of github is github.com, not github.org</p>
]]></content:encoded>
	</item>
</channel>
</rss>

