<?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 High Performance Blogging</title>
	<atom:link href="http://325i.org/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://325i.org</link>
	<description>Speed matters!</description>
	<lastBuildDate>Sat, 09 Jan 2010 12:01:49 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on TextMate&#8217;s Git bundle imported into a Coda Plugin, for your downloading pleasure by Git auf Mac OS X (Teil 2): Grafische Frontends und Clients</title>
		<link>http://325i.org/2008/12/02/textmates-git-bundle-imported-into-a-coda-plugin-for-your-downloading-pleasure/comment-page-1/#comment-5120</link>
		<dc:creator>Git auf Mac OS X (Teil 2): Grafische Frontends und Clients</dc:creator>
		<pubDate>Sat, 09 Jan 2010 12:01:49 +0000</pubDate>
		<guid isPermaLink="false">http://325i.org/?p=33#comment-5120</guid>
		<description>[...] an, allerdings bisher noch ohne weiter in Erscheinung zu treten. Weiterhin gibt es Bestrebungen Git per Plugin mit Coda zu verknüpfen, dafür dient als Basis oben genanntes TextMate-Bundle bisher scheint dies aber noch [...]</description>
		<content:encoded><![CDATA[<p><!-- google_ad_section_start -->[...] an, allerdings bisher noch ohne weiter in Erscheinung zu treten. Weiterhin gibt es Bestrebungen Git per Plugin mit Coda zu verknüpfen, dafür dient als Basis oben genanntes TextMate-Bundle bisher scheint dies aber noch [...]<!-- google_ad_section_end --></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Under the Hood (of my blog): EC2, EBS, S3, CloudFront, Oh My! by mjc</title>
		<link>http://325i.org/2008/12/01/under-the-hood-of-my-blog-ec2-ebs-s3-cloudfront-oh-my/comment-page-1/#comment-5077</link>
		<dc:creator>mjc</dc:creator>
		<pubDate>Wed, 28 Oct 2009 01:26:32 +0000</pubDate>
		<guid isPermaLink="false">http://325i.org/?p=23#comment-5077</guid>
		<description>Yes, it&#039;s basically a virtual private server that you get root access to.  If you&#039;re looking to run your blog, and you want to set the whole thing up on your own, I&#039;d suggest a xen-based VPS from someone else - amazon is designed primarily for scaling and for using machines for a limited period of time.  I&#039;m no longer using EC2 because I can&#039;t afford to, but CloudFront (via S3) helps a lot, performance-wise, and is very cheap.</description>
		<content:encoded><![CDATA[<p><!-- google_ad_section_start -->Yes, it&#8217;s basically a virtual private server that you get root access to.  If you&#8217;re looking to run your blog, and you want to set the whole thing up on your own, I&#8217;d suggest a xen-based VPS from someone else &#8211; amazon is designed primarily for scaling and for using machines for a limited period of time.  I&#8217;m no longer using EC2 because I can&#8217;t afford to, but CloudFront (via S3) helps a lot, performance-wise, and is very cheap.<!-- google_ad_section_end --></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Under the Hood (of my blog): EC2, EBS, S3, CloudFront, Oh My! by Dan Warne</title>
		<link>http://325i.org/2008/12/01/under-the-hood-of-my-blog-ec2-ebs-s3-cloudfront-oh-my/comment-page-1/#comment-5076</link>
		<dc:creator>Dan Warne</dc:creator>
		<pubDate>Wed, 28 Oct 2009 01:15:48 +0000</pubDate>
		<guid isPermaLink="false">http://325i.org/?p=23#comment-5076</guid>
		<description>I&#039;m keen to see how fast my Wordpress blog could run on Amazon&#039;s infrastructure. But from what I can tell (based on very light research so far) it&#039;s not so much of a &#039;hosting&#039; environment but a DIY Linux environment. Is that correct? Do you know of any online how-tos that would step you through the process of setting up your own hosting environment on S3/EC2/RDS?</description>
		<content:encoded><![CDATA[<p><!-- google_ad_section_start -->I&#8217;m keen to see how fast my Wordpress blog could run on Amazon&#8217;s infrastructure. But from what I can tell (based on very light research so far) it&#8217;s not so much of a &#8216;hosting&#8217; environment but a DIY Linux environment. Is that correct? Do you know of any online how-tos that would step you through the process of setting up your own hosting environment on S3/EC2/RDS?<!-- google_ad_section_end --></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on TextMate&#8217;s Git bundle imported into a Coda Plugin, for your downloading pleasure by mjc</title>
		<link>http://325i.org/2008/12/02/textmates-git-bundle-imported-into-a-coda-plugin-for-your-downloading-pleasure/comment-page-1/#comment-4313</link>
		<dc:creator>mjc</dc:creator>
		<pubDate>Wed, 26 Aug 2009 23:42:40 +0000</pubDate>
		<guid isPermaLink="false">http://325i.org/?p=33#comment-4313</guid>
		<description>Sure, I&#039;ve moved back to Emacs.

I like to test out things that are out there that other people suggest, and see how they fare.  So far I&#039;ve not met anything else that does things the way I like, even though Emacs lets me shoot my foot every now and then.  The only thing I like about textmate is its little &#039;mate&#039; launcher, but I&#039;ve set up a shell script that does something similar for Emacs.  I guess I&#039;m looking for an editor that blows me away the way git blows me away about version control.

I would certainly suggest giving git a try (git-svn is not the best tool, but it works), and asking any questions you have on #git on FreeNode.  It&#039;s much harder to go at it alone as a lot of the easy to read &quot;git in 10 easy steps&quot; type stuff is really outdated.  Even if a couple of your developers are familiar with it, there is often a better/faster/easier way to get things done than what comes to mind.

HTH,
mjc</description>
		<content:encoded><![CDATA[<p><!-- google_ad_section_start -->Sure, I&#8217;ve moved back to Emacs.</p>
<p>I like to test out things that are out there that other people suggest, and see how they fare.  So far I&#8217;ve not met anything else that does things the way I like, even though Emacs lets me shoot my foot every now and then.  The only thing I like about textmate is its little &#8216;mate&#8217; launcher, but I&#8217;ve set up a shell script that does something similar for Emacs.  I guess I&#8217;m looking for an editor that blows me away the way git blows me away about version control.</p>
<p>I would certainly suggest giving git a try (git-svn is not the best tool, but it works), and asking any questions you have on #git on FreeNode.  It&#8217;s much harder to go at it alone as a lot of the easy to read &#8220;git in 10 easy steps&#8221; type stuff is really outdated.  Even if a couple of your developers are familiar with it, there is often a better/faster/easier way to get things done than what comes to mind.</p>
<p>HTH,<br />
mjc<!-- google_ad_section_end --></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on TextMate&#8217;s Git bundle imported into a Coda Plugin, for your downloading pleasure by DennisQ</title>
		<link>http://325i.org/2008/12/02/textmates-git-bundle-imported-into-a-coda-plugin-for-your-downloading-pleasure/comment-page-1/#comment-4311</link>
		<dc:creator>DennisQ</dc:creator>
		<pubDate>Wed, 26 Aug 2009 22:33:41 +0000</pubDate>
		<guid isPermaLink="false">http://325i.org/?p=33#comment-4311</guid>
		<description>MJC, can you comment on why you&#039;ve stopped using Coda?  I&#039;ve used it at home for personal dev for a while, but been contemplating switching to it fulltime for work as well instead of Textmate + Terminal + everything else.

We&#039;re considering moving to Git from SVN as well, so that may play into it some, but I&#039;ve mainly just handled it from the CLI.</description>
		<content:encoded><![CDATA[<p><!-- google_ad_section_start -->MJC, can you comment on why you&#8217;ve stopped using Coda?  I&#8217;ve used it at home for personal dev for a while, but been contemplating switching to it fulltime for work as well instead of Textmate + Terminal + everything else.</p>
<p>We&#8217;re considering moving to Git from SVN as well, so that may play into it some, but I&#8217;ve mainly just handled it from the CLI.<!-- google_ad_section_end --></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on TextMate&#8217;s Git bundle imported into a Coda Plugin, for your downloading pleasure by mjc</title>
		<link>http://325i.org/2008/12/02/textmates-git-bundle-imported-into-a-coda-plugin-for-your-downloading-pleasure/comment-page-1/#comment-4226</link>
		<dc:creator>mjc</dc:creator>
		<pubDate>Wed, 19 Aug 2009 18:08:38 +0000</pubDate>
		<guid isPermaLink="false">http://325i.org/?p=33#comment-4226</guid>
		<description>Unfortunately no, I stopped using Coda and haven&#039;t been pressed enough to update it.

If you want to make your own, try importing the TextMate Git bundle into the plugin creator.  If my memory serves, there are a bunch of things that the Git plugin uses that aren&#039;t provided quite in the way Coda offers them - you will need to re-implement those or figure out how to get Coda to load them.</description>
		<content:encoded><![CDATA[<p><!-- google_ad_section_start -->Unfortunately no, I stopped using Coda and haven&#8217;t been pressed enough to update it.</p>
<p>If you want to make your own, try importing the TextMate Git bundle into the plugin creator.  If my memory serves, there are a bunch of things that the Git plugin uses that aren&#8217;t provided quite in the way Coda offers them &#8211; you will need to re-implement those or figure out how to get Coda to load them.<!-- google_ad_section_end --></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on TextMate&#8217;s Git bundle imported into a Coda Plugin, for your downloading pleasure by Jackson</title>
		<link>http://325i.org/2008/12/02/textmates-git-bundle-imported-into-a-coda-plugin-for-your-downloading-pleasure/comment-page-1/#comment-4225</link>
		<dc:creator>Jackson</dc:creator>
		<pubDate>Wed, 19 Aug 2009 17:45:25 +0000</pubDate>
		<guid isPermaLink="false">http://325i.org/?p=33#comment-4225</guid>
		<description>I&#039;d love to see a copy of this plugin.  Is it working yet?</description>
		<content:encoded><![CDATA[<p><!-- google_ad_section_start -->I&#8217;d love to see a copy of this plugin.  Is it working yet?<!-- google_ad_section_end --></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The State of Unreleased Browsers on V8 rev3: IE8 looks silly by Tony</title>
		<link>http://325i.org/2009/02/07/the-state-of-unreleased-browsers-on-v8-rev3-ie8-looks-silly/comment-page-1/#comment-616</link>
		<dc:creator>Tony</dc:creator>
		<pubDate>Sun, 01 Mar 2009 16:23:21 +0000</pubDate>
		<guid isPermaLink="false">http://325i.org/?p=275#comment-616</guid>
		<description>An interesting but longstanding issue relates to the Tarski theme displaying &quot;no comments&quot; when the comments count is zero. Do visitors think comments are closed? I decided to write a post about it. Hope it helps!

http://tonytrainor.com/journal/2009/03/do-you-really-want-no-comments-on-your-blog/</description>
		<content:encoded><![CDATA[<p><!-- google_ad_section_start -->An interesting but longstanding issue relates to the Tarski theme displaying &#8220;no comments&#8221; when the comments count is zero. Do visitors think comments are closed? I decided to write a post about it. Hope it helps!</p>
<p><a href="http://tonytrainor.com/journal/2009/03/do-you-really-want-no-comments-on-your-blog/" rel="nofollow">http://tonytrainor.com/journal/2009/03/do-you-really-want-no-comments-on-your-blog/</a><!-- google_ad_section_end --></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on 5 Tips to Speed Up Your WordPress Site by mjc</title>
		<link>http://325i.org/2008/12/05/5-tips-to-speed-up-your-wordpress-site/comment-page-1/#comment-589</link>
		<dc:creator>mjc</dc:creator>
		<pubDate>Mon, 16 Feb 2009 16:58:58 +0000</pubDate>
		<guid isPermaLink="false">http://325i.org/?p=6#comment-589</guid>
		<description>Anytime, always happy to help.  If you need more details I would be happy to help, just let me know what you think you&#039;re missing. :)</description>
		<content:encoded><![CDATA[<p><!-- google_ad_section_start -->Anytime, always happy to help.  If you need more details I would be happy to help, just let me know what you think you&#8217;re missing. :)<!-- google_ad_section_end --></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on 5 Tips to Speed Up Your WordPress Site by acidcloud</title>
		<link>http://325i.org/2008/12/05/5-tips-to-speed-up-your-wordpress-site/comment-page-1/#comment-587</link>
		<dc:creator>acidcloud</dc:creator>
		<pubDate>Mon, 16 Feb 2009 08:56:41 +0000</pubDate>
		<guid isPermaLink="false">http://325i.org/?p=6#comment-587</guid>
		<description>Nice. With your tips, I went from an F to a B in YSlow. Thank you so much. I still have some more work to do though.

&lt;abbr&gt;&lt;em&gt;acidcloud’s last blog post..&lt;a href=&quot;http://www.acidcloud.org/blog/2009/02/11/south-america/&quot; rel=&quot;nofollow&quot;&gt;South America&lt;/a&gt;&lt;/em&gt;&lt;/abbr&gt;</description>
		<content:encoded><![CDATA[<p><!-- google_ad_section_start -->Nice. With your tips, I went from an F to a B in YSlow. Thank you so much. I still have some more work to do though.</p>
<p><abbr><em>acidcloud’s last blog post..<a href="http://www.acidcloud.org/blog/2009/02/11/south-america/" rel="nofollow">South America</a></em></abbr><!-- google_ad_section_end --></p>
]]></content:encoded>
	</item>
</channel>
</rss>
