<?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 Andrew M. Whalen</title>
	<atom:link href="http://amwhalen.com/comments/feed" rel="self" type="application/rss+xml" />
	<link>http://amwhalen.com</link>
	<description>Thoughts on the web, programming and other nerdery by Andrew M. Whalen.</description>
	<lastBuildDate>Sat, 12 May 2012 07:53:04 -0400</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>Comment on Archive My Tweets by Marko K</title>
		<link>http://amwhalen.com/projects/archive-my-tweets/comment-page-1#comment-25550</link>
		<dc:creator>Marko K</dc:creator>
		<pubDate>Sat, 12 May 2012 07:53:04 +0000</pubDate>
		<guid isPermaLink="false">http://amwhalen.com/?page_id=683#comment-25550</guid>
		<description>Hi, works beautifully.

Here are rewrite rules for Nginx. This might not be the prettiest way to do this, but at least it works on my server. These rules are for http://example.com/tweets/ and should be in server block of Nginx configuration. It took me some time to get these working, so I thought I might as well share these.

 server {
...
rewrite ^/tweets/([0-9]+)/?$ /tweets/index.php?id=$1 last;
rewrite &quot;^/tweets/archive/([0-9]{4})/([0-9]{2})/([0-9]{2})/?$&quot; /tweets/index.php?year=$1&amp;month=$2&amp;day=$3 last;
rewrite &quot;^/tweets/archive/([0-9]{4})/([0-9]{2})/?$&quot; /tweets/index.php?year=$1&amp;month=$2 last;
rewrite &quot;^/tweets/archive/([0-9]{4})/?$&quot; /tweets/index.php?year=$1 last;
rewrite ^/tweets/page/([0-9]+)/?$ /tweets/index.php?page=$1 last;
...
}</description>
		<content:encoded><![CDATA[<p>Hi, works beautifully.</p>
<p>Here are rewrite rules for Nginx. This might not be the prettiest way to do this, but at least it works on my server. These rules are for <a href="http://example.com/tweets/" rel="nofollow">http://example.com/tweets/</a> and should be in server block of Nginx configuration. It took me some time to get these working, so I thought I might as well share these.</p>
<p> server {<br />
&#8230;<br />
rewrite ^/tweets/([0-9]+)/?$ /tweets/index.php?id=$1 last;<br />
rewrite &#8220;^/tweets/archive/([0-9]{4})/([0-9]{2})/([0-9]{2})/?$&#8221; /tweets/index.php?year=$1&amp;month=$2&amp;day=$3 last;<br />
rewrite &#8220;^/tweets/archive/([0-9]{4})/([0-9]{2})/?$&#8221; /tweets/index.php?year=$1&amp;month=$2 last;<br />
rewrite &#8220;^/tweets/archive/([0-9]{4})/?$&#8221; /tweets/index.php?year=$1 last;<br />
rewrite ^/tweets/page/([0-9]+)/?$ /tweets/index.php?page=$1 last;<br />
&#8230;<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Finding Frequency Counts With SQL by Zander</title>
		<link>http://amwhalen.com/archives/2008/01/11/finding-frequency-counts-with-sql/comment-page-1#comment-25375</link>
		<dc:creator>Zander</dc:creator>
		<pubDate>Thu, 03 May 2012 22:14:41 +0000</pubDate>
		<guid isPermaLink="false">http://amwhalen.com/blog/archives/2008/01/11/finding-frequency-counts-with-sql/#comment-25375</guid>
		<description>Shot a lot bru ! Was sitting on this for about an hour.</description>
		<content:encoded><![CDATA[<p>Shot a lot bru ! Was sitting on this for about an hour.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Archive My Tweets by Andrew S.</title>
		<link>http://amwhalen.com/projects/archive-my-tweets/comment-page-1#comment-24991</link>
		<dc:creator>Andrew S.</dc:creator>
		<pubDate>Mon, 16 Apr 2012 15:31:38 +0000</pubDate>
		<guid isPermaLink="false">http://amwhalen.com/?page_id=683#comment-24991</guid>
		<description>Hello Andrew,

Is there a way to modify this to archive a specific #hashtag?

Been playing with the code...</description>
		<content:encoded><![CDATA[<p>Hello Andrew,</p>
<p>Is there a way to modify this to archive a specific #hashtag?</p>
<p>Been playing with the code&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on CycloPress by TheMAMIL</title>
		<link>http://amwhalen.com/projects/cyclopress/comment-page-2#comment-24777</link>
		<dc:creator>TheMAMIL</dc:creator>
		<pubDate>Thu, 05 Apr 2012 12:22:24 +0000</pubDate>
		<guid isPermaLink="false">http://amwhalen.com/blog/?page_id=214#comment-24777</guid>
		<description>Hi. firstly THANK for an excellent plugin! Really love it, and doing 2012 miles in 2012 challenge, it really hits the spot.
I am however struggling to get the Page functionality to work. In the back end I can see all the graphs and data etc, and the sidebar widget is updating perfectly as well, but if i add the Cycling page I just get the page saying that there is no data and &quot;get out and ride&quot;. So I am not sure why it&#039;s not picking the data up. I haven;t amended the page in any way - simply just published it.
Do you have any pointers as to what or why this might be happening?
Thanks again for your excellent work!
TheMAMIL</description>
		<content:encoded><![CDATA[<p>Hi. firstly THANK for an excellent plugin! Really love it, and doing 2012 miles in 2012 challenge, it really hits the spot.<br />
I am however struggling to get the Page functionality to work. In the back end I can see all the graphs and data etc, and the sidebar widget is updating perfectly as well, but if i add the Cycling page I just get the page saying that there is no data and &#8220;get out and ride&#8221;. So I am not sure why it&#8217;s not picking the data up. I haven;t amended the page in any way &#8211; simply just published it.<br />
Do you have any pointers as to what or why this might be happening?<br />
Thanks again for your excellent work!<br />
TheMAMIL</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Archive My Tweets by Anonymous</title>
		<link>http://amwhalen.com/projects/archive-my-tweets/comment-page-1#comment-23921</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Sun, 26 Feb 2012 12:09:25 +0000</pubDate>
		<guid isPermaLink="false">http://amwhalen.com/?page_id=683#comment-23921</guid>
		<description>Can you make a dummy&#039;s guide on how to do this? Because I&#039;m not much of an IT whiz.</description>
		<content:encoded><![CDATA[<p>Can you make a dummy&#8217;s guide on how to do this? Because I&#8217;m not much of an IT whiz.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Finding Frequency Counts With SQL by Janet</title>
		<link>http://amwhalen.com/archives/2008/01/11/finding-frequency-counts-with-sql/comment-page-1#comment-23660</link>
		<dc:creator>Janet</dc:creator>
		<pubDate>Wed, 15 Feb 2012 05:19:10 +0000</pubDate>
		<guid isPermaLink="false">http://amwhalen.com/blog/archives/2008/01/11/finding-frequency-counts-with-sql/#comment-23660</guid>
		<description>Thanks! Even though this thread was started in 2008, it is still helping me today! Good work!</description>
		<content:encoded><![CDATA[<p>Thanks! Even though this thread was started in 2008, it is still helping me today! Good work!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Finding Frequency Counts With SQL by forum flood</title>
		<link>http://amwhalen.com/archives/2008/01/11/finding-frequency-counts-with-sql/comment-page-1#comment-23642</link>
		<dc:creator>forum flood</dc:creator>
		<pubDate>Tue, 14 Feb 2012 15:10:40 +0000</pubDate>
		<guid isPermaLink="false">http://amwhalen.com/blog/archives/2008/01/11/finding-frequency-counts-with-sql/#comment-23642</guid>
		<description>Cheers ! :D</description>
		<content:encoded><![CDATA[<p>Cheers ! <img src='http://amwhalen.com/blog/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Archive My Tweets by Alexandre Giesbrecht</title>
		<link>http://amwhalen.com/projects/archive-my-tweets/comment-page-1#comment-23524</link>
		<dc:creator>Alexandre Giesbrecht</dc:creator>
		<pubDate>Fri, 10 Feb 2012 12:31:31 +0000</pubDate>
		<guid isPermaLink="false">http://amwhalen.com/?page_id=683#comment-23524</guid>
		<description>I KNEW there was a reason! :) Thanks again, Andrew.</description>
		<content:encoded><![CDATA[<p>I KNEW there was a reason! <img src='http://amwhalen.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Thanks again, Andrew.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Archive My Tweets by Andrew</title>
		<link>http://amwhalen.com/projects/archive-my-tweets/comment-page-1#comment-23513</link>
		<dc:creator>Andrew</dc:creator>
		<pubDate>Fri, 10 Feb 2012 02:00:48 +0000</pubDate>
		<guid isPermaLink="false">http://amwhalen.com/?page_id=683#comment-23513</guid>
		<description>Alexandre, the impact of having your cron.php file public is that it eats away at your Twitter API limits. You (your username) has a limit of 350 requests per hour. This limit is per username, and applies to ALL Twitter apps you use. If your cron.php link goes public, you might find that you&#039;d go over your limit and be unable to use other Twitter clients to check your tweets. It&#039;s possible that you wouldn&#039;t reach the limit, but I recommend against making it public for the reasons above.</description>
		<content:encoded><![CDATA[<p>Alexandre, the impact of having your cron.php file public is that it eats away at your Twitter API limits. You (your username) has a limit of 350 requests per hour. This limit is per username, and applies to ALL Twitter apps you use. If your cron.php link goes public, you might find that you&#8217;d go over your limit and be unable to use other Twitter clients to check your tweets. It&#8217;s possible that you wouldn&#8217;t reach the limit, but I recommend against making it public for the reasons above.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Archive My Tweets by Alexandre Giesbrecht</title>
		<link>http://amwhalen.com/projects/archive-my-tweets/comment-page-1#comment-23494</link>
		<dc:creator>Alexandre Giesbrecht</dc:creator>
		<pubDate>Thu, 09 Feb 2012 13:00:40 +0000</pubDate>
		<guid isPermaLink="false">http://amwhalen.com/?page_id=683#comment-23494</guid>
		<description>One thing I was thinking recently: What is the impact of leaving a link to my Cron.php page with its secret key on it? I&#039;d do so in order to update my database more often. The way I see, even if someone clicks on it, the worst thing they&#039;d do would be updating my database. Or am I missing something here? Is there anything bad that can be done with my secret key? (It has nothing to do with any other password I have, either on this system or any other.)</description>
		<content:encoded><![CDATA[<p>One thing I was thinking recently: What is the impact of leaving a link to my Cron.php page with its secret key on it? I&#8217;d do so in order to update my database more often. The way I see, even if someone clicks on it, the worst thing they&#8217;d do would be updating my database. Or am I missing something here? Is there anything bad that can be done with my secret key? (It has nothing to do with any other password I have, either on this system or any other.)</p>
]]></content:encoded>
	</item>
</channel>
</rss>

