<?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 tech kismet</title>
	<atom:link href="http://www.techkismet.com/comments/feed" rel="self" type="application/rss+xml" />
	<link>http://www.techkismet.com</link>
	<description>the ramblings and nonsense of Alvin Kreitman...</description>
	<lastBuildDate>Sat, 10 Jul 2010 22:12:32 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Automating EC2 EBS Snapshot Cleanup by tech kismet : A quick way to automate AWS EC2 Snapshots</title>
		<link>http://www.techkismet.com/systems-admin/automating-ec2-ebs-snapshot-cleanup.html/comment-page-1#comment-2951</link>
		<dc:creator>tech kismet : A quick way to automate AWS EC2 Snapshots</dc:creator>
		<pubDate>Sat, 10 Jul 2010 22:12:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.techkismet.com/?p=40#comment-2951</guid>
		<description>[...] good thing about this is that it doesn&#8217;t have to be modified as you add new volumes. Pleasesee my earlier posting on snapshot cleanup to have a complete [...]</description>
		<content:encoded><![CDATA[<p>[...] good thing about this is that it doesn&#8217;t have to be modified as you add new volumes. Pleasesee my earlier posting on snapshot cleanup to have a complete [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on College Football Schedule &#8211; Wordpress Widget by Alvin Kreitman</title>
		<link>http://www.techkismet.com/fanwidget_ncaa_football_for_wp/comment-page-1#comment-2634</link>
		<dc:creator>Alvin Kreitman</dc:creator>
		<pubDate>Sat, 05 Jun 2010 02:33:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.techkismet.com/fanwidget_ncaa_football_for_wp#comment-2634</guid>
		<description>Hi Justin:  The schedule will update in a few weeks when I put in the new data-scraping scripts for the upcoming season.  As for the style - you should feel free to adjust the styling as you see appropriate for your site.   You can copy the css and point the script to your modified version of the css.  Good luck.  Alvin</description>
		<content:encoded><![CDATA[<p>Hi Justin:  The schedule will update in a few weeks when I put in the new data-scraping scripts for the upcoming season.  As for the style &#8211; you should feel free to adjust the styling as you see appropriate for your site.   You can copy the css and point the script to your modified version of the css.  Good luck.  Alvin</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on College Football Schedule &#8211; Wordpress Widget by Justin</title>
		<link>http://www.techkismet.com/fanwidget_ncaa_football_for_wp/comment-page-1#comment-2618</link>
		<dc:creator>Justin</dc:creator>
		<pubDate>Wed, 02 Jun 2010 17:10:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.techkismet.com/fanwidget_ncaa_football_for_wp#comment-2618</guid>
		<description>All the text on my widget is white and blends in with the white background, is there anything that can be done about this? You can&#039;t tell what team you are looking at. The picture you have shown has black text. Also, the schedule is still from last year and it is really skinny in the sidebar, it should be much wider or adjustable. Can these things be changed, they seem easy to modify. Thanks.</description>
		<content:encoded><![CDATA[<p>All the text on my widget is white and blends in with the white background, is there anything that can be done about this? You can&#8217;t tell what team you are looking at. The picture you have shown has black text. Also, the schedule is still from last year and it is really skinny in the sidebar, it should be much wider or adjustable. Can these things be changed, they seem easy to modify. Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Automating EC2 EBS Snapshot Cleanup by Alvin Kreitman</title>
		<link>http://www.techkismet.com/systems-admin/automating-ec2-ebs-snapshot-cleanup.html/comment-page-1#comment-2166</link>
		<dc:creator>Alvin Kreitman</dc:creator>
		<pubDate>Fri, 12 Mar 2010 18:10:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.techkismet.com/?p=40#comment-2166</guid>
		<description>Very nice David.  I think these are great improvements.</description>
		<content:encoded><![CDATA[<p>Very nice David.  I think these are great improvements.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Automating EC2 EBS Snapshot Cleanup by David Gildeh</title>
		<link>http://www.techkismet.com/systems-admin/automating-ec2-ebs-snapshot-cleanup.html/comment-page-1#comment-2165</link>
		<dc:creator>David Gildeh</dc:creator>
		<pubDate>Fri, 12 Mar 2010 17:57:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.techkismet.com/?p=40#comment-2165</guid>
		<description>Hi Alvin,

This is a great script, only issue is you code the arguments (volumes/number to keep) in the script as oppossed to using it with command line arugments. I&#039;ve taken the best of both, using your script mainly, and the command line code from ec2-delete-old-snapshots, with a few other improvements, to completely automate our backups:

http://www.sambastream.com/blogs/dgildeh/12-03-10/implementing-revolving-backups-aws-ec2

Hope this helps,

Thanks,

David</description>
		<content:encoded><![CDATA[<p>Hi Alvin,</p>
<p>This is a great script, only issue is you code the arguments (volumes/number to keep) in the script as oppossed to using it with command line arugments. I&#8217;ve taken the best of both, using your script mainly, and the command line code from ec2-delete-old-snapshots, with a few other improvements, to completely automate our backups:</p>
<p><a href="http://www.sambastream.com/blogs/dgildeh/12-03-10/implementing-revolving-backups-aws-ec2" rel="nofollow">http://www.sambastream.com/blogs/dgildeh/12-03-10/implementing-revolving-backups-aws-ec2</a></p>
<p>Hope this helps,</p>
<p>Thanks,</p>
<p>David</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on College Football Schedule &#8211; Wordpress Widget by Alvin Kreitman</title>
		<link>http://www.techkismet.com/fanwidget_ncaa_football_for_wp/comment-page-1#comment-2028</link>
		<dc:creator>Alvin Kreitman</dc:creator>
		<pubDate>Mon, 15 Feb 2010 23:14:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.techkismet.com/fanwidget_ncaa_football_for_wp#comment-2028</guid>
		<description>Hi Charlie.  Thanks!  The data is being pulled from my own servers.  I pull the data from a few sites; I have data-scraping scripts that run nightly.    I haven&#039;t updated the widget in a while, and probably won&#039;t.  I may offer a few more teams - but that wouldn&#039;t by itself require any changes to the widget.  

Good luck with it.

Alvin Kreitman</description>
		<content:encoded><![CDATA[<p>Hi Charlie.  Thanks!  The data is being pulled from my own servers.  I pull the data from a few sites; I have data-scraping scripts that run nightly.    I haven&#8217;t updated the widget in a while, and probably won&#8217;t.  I may offer a few more teams &#8211; but that wouldn&#8217;t by itself require any changes to the widget.  </p>
<p>Good luck with it.</p>
<p>Alvin Kreitman</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on College Football Schedule &#8211; Wordpress Widget by charlie</title>
		<link>http://www.techkismet.com/fanwidget_ncaa_football_for_wp/comment-page-1#comment-2027</link>
		<dc:creator>charlie</dc:creator>
		<pubDate>Mon, 15 Feb 2010 22:35:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.techkismet.com/fanwidget_ncaa_football_for_wp#comment-2027</guid>
		<description>Hello - great plugin. I think I will definitely give it a try. Where does the plugin pull the data from? How frequently is that data updated?
Finally, the plugin date shows 2007/09, has there been a recent update for WP2.9+?</description>
		<content:encoded><![CDATA[<p>Hello &#8211; great plugin. I think I will definitely give it a try. Where does the plugin pull the data from? How frequently is that data updated?<br />
Finally, the plugin date shows 2007/09, has there been a recent update for WP2.9+?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Twitter Lists &#8211; A nice addition &#8211; But how do you filter out the junk? by Follow Friday: Techie Twitterers to know</title>
		<link>http://www.techkismet.com/web-apps/twitter-lists-a-nice-addition-but-how-do-you-filter-out-the-junk.html/comment-page-1#comment-1821</link>
		<dc:creator>Follow Friday: Techie Twitterers to know</dc:creator>
		<pubDate>Mon, 21 Dec 2009 13:29:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.techkismet.com/?p=37#comment-1821</guid>
		<description>[...] tech kismet : Twitter Lists – A nice addition – But how do you &#8230; [...]</description>
		<content:encoded><![CDATA[<p>[...] tech kismet : Twitter Lists – A nice addition – But how do you &#8230; [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on College Football Schedule &#8211; Wordpress Widget by Alvin Kreitman</title>
		<link>http://www.techkismet.com/fanwidget_ncaa_football_for_wp/comment-page-1#comment-1680</link>
		<dc:creator>Alvin Kreitman</dc:creator>
		<pubDate>Tue, 17 Nov 2009 14:29:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.techkismet.com/fanwidget_ncaa_football_for_wp#comment-1680</guid>
		<description>The link appears to work for me.  Please try again and let me know if it&#039;s failing for you.  I can email the file to you if you&#039;d like.</description>
		<content:encoded><![CDATA[<p>The link appears to work for me.  Please try again and let me know if it&#8217;s failing for you.  I can email the file to you if you&#8217;d like.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on College Football Schedule &#8211; Wordpress Widget by Futbolmaca</title>
		<link>http://www.techkismet.com/fanwidget_ncaa_football_for_wp/comment-page-1#comment-1679</link>
		<dc:creator>Futbolmaca</dc:creator>
		<pubDate>Tue, 17 Nov 2009 13:13:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.techkismet.com/fanwidget_ncaa_football_for_wp#comment-1679</guid>
		<description>download link is dead,broken.</description>
		<content:encoded><![CDATA[<p>download link is dead,broken.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
