<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" version="2.0">
<channel>
	<title>Comments for Peter Carroll: Software Developer</title>
	
	<link>http://blog.eringal.com</link>
	<description>Like "Ace Ventura: Pet Detective," except not</description>
	<lastBuildDate>Tue, 16 Aug 2011 09:46:06 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/CommentsForPeterCarrollSoftwareDeveloper" /><feedburner:info xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" uri="commentsforpetercarrollsoftwaredeveloper" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>Comment on Verifying that an MP3 File is valid in Python by cluemind</title>
		<link>http://blog.eringal.com/python/verifying-that-an-mp3-file-is-valid-in-python/comment-page-1/#comment-514</link>
		<dc:creator>cluemind</dc:creator>
		<pubDate>Tue, 16 Aug 2011 09:46:06 +0000</pubDate>
		<guid isPermaLink="false">http://blog.eringal.com/?p=102#comment-514</guid>
		<description>Thank you for the code. I could use it for my work.
but it would be better if you change
 * open(file_path, 'r') -&gt; open(file_path, 'rb')
 * padding = ord(frame_hdr[2]) &amp; 1 == 1 -&gt; padding = ord(frame_hdr[2]) &amp; 2</description>
		<content:encoded><![CDATA[<p>Thank you for the code. I could use it for my work.<br />
but it would be better if you change<br />
 * open(file_path, &#8216;r&#8217;) -&gt; open(file_path, &#8216;rb&#8217;)<br />
 * padding = ord(frame_hdr[2]) &amp; 1 == 1 -&gt; padding = ord(frame_hdr[2]) &amp; 2</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Verifying that an MP3 File is valid in Python by Elleciel</title>
		<link>http://blog.eringal.com/python/verifying-that-an-mp3-file-is-valid-in-python/comment-page-1/#comment-513</link>
		<dc:creator>Elleciel</dc:creator>
		<pubDate>Thu, 04 Aug 2011 11:08:42 +0000</pubDate>
		<guid isPermaLink="false">http://blog.eringal.com/?p=102#comment-513</guid>
		<description>Thank you for this beautiful solution!!
I searched this whole day...</description>
		<content:encoded><![CDATA[<p>Thank you for this beautiful solution!!<br />
I searched this whole day&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Esperanto Support Plugin for Anki by Leisureguy</title>
		<link>http://blog.eringal.com/python/esperanto-support-plugin-for-anki/comment-page-1/#comment-510</link>
		<dc:creator>Leisureguy</dc:creator>
		<pubDate>Tue, 22 Mar 2011 13:37:20 +0000</pubDate>
		<guid isPermaLink="false">http://blog.eringal.com/?p=98#comment-510</guid>
		<description>Many thanks for doing this. I'm going now to download your plug-in and search for Esperanto decks in the list of shared decks.

FWIW, in Windows I've used Diacrit, an inexpensive little program that can provide diacritics for any language. More info here: http://www.sandrila.co.uk/diacrit/

I have no connection with the company other than as a customer.</description>
		<content:encoded><![CDATA[<p>Many thanks for doing this. I&#8217;m going now to download your plug-in and search for Esperanto decks in the list of shared decks.</p>
<p>FWIW, in Windows I&#8217;ve used Diacrit, an inexpensive little program that can provide diacritics for any language. More info here: <a href="http://www.sandrila.co.uk/diacrit/" rel="nofollow">http://www.sandrila.co.uk/diacrit/</a></p>
<p>I have no connection with the company other than as a customer.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Esperanto Support Plugin for Anki by Peter</title>
		<link>http://blog.eringal.com/python/esperanto-support-plugin-for-anki/comment-page-1/#comment-499</link>
		<dc:creator>Peter</dc:creator>
		<pubDate>Mon, 04 Oct 2010 04:21:14 +0000</pubDate>
		<guid isPermaLink="false">http://blog.eringal.com/?p=98#comment-499</guid>
		<description>Alex: I had trouble finding resources too. I ended up just finding another plugin that did something similar and implementing my plugin in a similar manner. In my case I was looking at the German plugin.</description>
		<content:encoded><![CDATA[<p>Alex: I had trouble finding resources too. I ended up just finding another plugin that did something similar and implementing my plugin in a similar manner. In my case I was looking at the German plugin.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Esperanto Support Plugin for Anki by alex</title>
		<link>http://blog.eringal.com/python/esperanto-support-plugin-for-anki/comment-page-1/#comment-498</link>
		<dc:creator>alex</dc:creator>
		<pubDate>Mon, 04 Oct 2010 02:12:28 +0000</pubDate>
		<guid isPermaLink="false">http://blog.eringal.com/?p=98#comment-498</guid>
		<description>could u share your experience on how to write plugins for anki, i can't find any resources of this sort on the internet. Thank you.</description>
		<content:encoded><![CDATA[<p>could u share your experience on how to write plugins for anki, i can&#8217;t find any resources of this sort on the internet. Thank you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Esperanto Support Plugin for Anki by Jes, Mi Lernas Esperanton - Yes, I'm Learning Esperanto | babelhut.com</title>
		<link>http://blog.eringal.com/python/esperanto-support-plugin-for-anki/comment-page-1/#comment-486</link>
		<dc:creator>Jes, Mi Lernas Esperanton - Yes, I'm Learning Esperanto | babelhut.com</dc:creator>
		<pubDate>Tue, 31 Aug 2010 21:56:29 +0000</pubDate>
		<guid isPermaLink="false">http://blog.eringal.com/?p=98#comment-486</guid>
		<description>[...] Esperanto Support plugin for Anki – Simply install this plugin in Anki, configure your deck to use the Esperanto card model, [...]</description>
		<content:encoded><![CDATA[<p>[...] Esperanto Support plugin for Anki &#8211; Simply install this plugin in Anki, configure your deck to use the Esperanto card model, [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Esperanto Support Plugin for Anki by Vaughn Seward</title>
		<link>http://blog.eringal.com/python/esperanto-support-plugin-for-anki/comment-page-1/#comment-478</link>
		<dc:creator>Vaughn Seward</dc:creator>
		<pubDate>Sun, 08 Aug 2010 04:08:17 +0000</pubDate>
		<guid isPermaLink="false">http://blog.eringal.com/?p=98#comment-478</guid>
		<description>I have been using Anki with an Esperanto card deck from Baza Radikaro (with all the proper Eo characters). If you want I can send you the deck (it has over 5800 cards).</description>
		<content:encoded><![CDATA[<p>I have been using Anki with an Esperanto card deck from Baza Radikaro (with all the proper Eo characters). If you want I can send you the deck (it has over 5800 cards).</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Foreign Language Audio on Demand at RhinoSpike.com by Peter</title>
		<link>http://blog.eringal.com/projects/rhinospike/foreign-language-audio-on-demand-at-rhinospike-com/comment-page-1/#comment-461</link>
		<dc:creator>Peter</dc:creator>
		<pubDate>Tue, 20 Apr 2010 19:47:13 +0000</pubDate>
		<guid isPermaLink="false">http://blog.eringal.com/?p=88#comment-461</guid>
		<description>Thanks for the hat tip, Benny, and for your help in spreading the word about RhinoSpike!</description>
		<content:encoded><![CDATA[<p>Thanks for the hat tip, Benny, and for your help in spreading the word about RhinoSpike!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Foreign Language Audio on Demand at RhinoSpike.com by Benny the Irish polyglot</title>
		<link>http://blog.eringal.com/projects/rhinospike/foreign-language-audio-on-demand-at-rhinospike-com/comment-page-1/#comment-456</link>
		<dc:creator>Benny the Irish polyglot</dc:creator>
		<pubDate>Fri, 16 Apr 2010 18:52:31 +0000</pubDate>
		<guid isPermaLink="false">http://blog.eringal.com/?p=88#comment-456</guid>
		<description>Thanks so much for putting the time into this - I'll be touting this website for a long time to come! You filled a big hole in the Internet that was previously only available to people willing to take out their wallets. Exchanging your own recordings is a beautiful social aspect; this website has already helped me and I will be using it regularly - peace and goodwill for sure!
*hat tip*</description>
		<content:encoded><![CDATA[<p>Thanks so much for putting the time into this &#8211; I&#8217;ll be touting this website for a long time to come! You filled a big hole in the Internet that was previously only available to people willing to take out their wallets. Exchanging your own recordings is a beautiful social aspect; this website has already helped me and I will be using it regularly &#8211; peace and goodwill for sure!<br />
*hat tip*</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Barra de Español 1.2 is now available! by Peter</title>
		<link>http://blog.eringal.com/projects/barradeespanol/barra-de-espanol-1-2-is-now-available/comment-page-1/#comment-406</link>
		<dc:creator>Peter</dc:creator>
		<pubDate>Wed, 16 Dec 2009 00:34:04 +0000</pubDate>
		<guid isPermaLink="false">http://blog.eringal.com/?p=86#comment-406</guid>
		<description>Logan, that's a good idea. I'll look into it.</description>
		<content:encoded><![CDATA[<p>Logan, that&#8217;s a good idea. I&#8217;ll look into it.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

