<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Politepix</title>
	<atom:link href="http://www.politepix.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.politepix.com</link>
	<description>Where the pixels are polite, now with iPhone app development.</description>
	<lastBuildDate>Thu, 02 Feb 2012 15:15:39 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>New OpenEars version .912 out now</title>
		<link>http://www.politepix.com/new-openears-version-912-out-now/</link>
		<comments>http://www.politepix.com/new-openears-version-912-out-now/#comments</comments>
		<pubDate>Sun, 17 Jul 2011 15:20:31 +0000</pubDate>
		<dc:creator>Halle</dc:creator>
				<category><![CDATA[Code]]></category>

		<guid isPermaLink="false">http://www.politepix.com/?p=7269</guid>
		<description><![CDATA[I&#8217;m happy to announce the release of OpenEars .912, a bugfix release fixing the following issues: • OpenEarsEventsObserver was never receiving a delegate message when a language model was being changed (thanks to Aleksey for finding this bug) • LanguageModelGenerator was not finding alternate pronunciations of a word (thanks to Sarinsukumar for finding this bug) [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m happy to announce the release of OpenEars .912, a bugfix release fixing the following issues:</p>
<p>• OpenEarsEventsObserver was never receiving a delegate message when a language model was being changed (thanks to Aleksey for finding this bug)<br />
• LanguageModelGenerator was not finding alternate pronunciations of a word (thanks to Sarinsukumar for finding this bug)<br />
• AudioSessionManager will now correctly reset audio session settings that a media player object (such as an AVPlayer or MPMusicPlayerController among others) overrides if startAudioSession is run a second time afterwards. If a PocketsphinxController object is already instantiated and its loop has been started at the time that a media player object has overridden its audio session settings, after AudioSessionManager startAudioSession is run the second time, you _may_ also need to restart the listening loop if the media player’s audio session override gave PocketsphinxController an interruption signal that caused it to make a controlled exit from the listening loop.</p>
<p>I strongly recommend upgrading to this version immediately if you use dynamic language model generation since it will improve recognition across different accents. Enjoy and let me know how it works for you, in the <a href="http://www.politepix.com/forums/openears">forums as usual.</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.politepix.com/new-openears-version-912-out-now/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New OpenEars version .911 is out now</title>
		<link>http://www.politepix.com/new-openears-version-911-is-out-now/</link>
		<comments>http://www.politepix.com/new-openears-version-911-is-out-now/#comments</comments>
		<pubDate>Thu, 23 Jun 2011 17:41:53 +0000</pubDate>
		<dc:creator>Halle</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.politepix.com/?p=6914</guid>
		<description><![CDATA[I&#8217;m proud to release OpenEars version .911, primarily a bugfix fixing the following issues: • Occasional crash in level metering after > 20 minutes of use • There is now no limit on the size of the language model that can be generated by LanguageModelGenerator other than the time required. Very large language models will [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m proud to release OpenEars version .911, primarily a bugfix fixing the following issues:</p>
<p>• Occasional crash in level metering after > 20 minutes of use<br />
• There is now no limit on the size of the language model that can be generated by LanguageModelGenerator other than the time required. Very large language models will no longer crash, medium-sized language models will generate a bit more slowly, small-sized language models should be largely unaffected.<br />
• An issue with codesigning on the device should be resolved.<br />
• An issue with code display in Xcode should be resolved.<br />
• An issue preventing running the simulator with the -all_load linker flag should be resolved</p>
<p>And adding the following feature:</p>
<p>Pitch, speed, variance control for text-to-speech.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.politepix.com/new-openears-version-911-is-out-now/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New OpenEars version .91 is out now</title>
		<link>http://www.politepix.com/new-openears-version-91-is-out-now/</link>
		<comments>http://www.politepix.com/new-openears-version-91-is-out-now/#comments</comments>
		<pubDate>Mon, 23 May 2011 14:18:35 +0000</pubDate>
		<dc:creator>Halle</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.politepix.com/?p=1274</guid>
		<description><![CDATA[Hello, I just uploaded the new version of OpenEars, featuring the following new stuff among other things: • All audio functions (Flite speech and Pocketsphinx recognition) handled in-memory • Low-latency Audio Unit audio driver for Pocketsphinx • Switching between all the Flite voices on the fly • Dynamically creating ARPA language models in-app • Switching [...]]]></description>
			<content:encoded><![CDATA[<p>Hello,</p>
<p>I just uploaded the new version of <a href="http://www.politepix.com/openears">OpenEars</a>, featuring the following new stuff among other things:</p>
<p>• All audio functions (Flite speech and Pocketsphinx recognition) handled in-memory<br />
• Low-latency Audio Unit audio driver for Pocketsphinx<br />
• Switching between all the Flite voices on the fly<br />
• Dynamically creating ARPA language models in-app<br />
• Switching between different ARPA language models on the fly<br />
• Experimental Bluetooth support<br />
• Improved Pocketsphinx accuracy<br />
• Re-documented for Xcode 4.</p>
<p>Since this is such a big refactor under the hood, and there are a couple of APIs that have changed, I am still going to support the previous version 0.9.02 until 0.91 is known to be as stable as that version, so you can still <a href="http://www.politepix.com/wp-content/uploads/0.9.02.zip">download that older version too</a> (previous docs are included in the download). Please <a href="http://www.politepix.com/openears">check out OpenEars 0.91</a> and put it to the test! As always, bring any issues over to the <a href="http://www.politepix.com/forums">forums</a> and I will assist.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.politepix.com/new-openears-version-91-is-out-now/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Open the Simulator sandbox folder of the app you just built and ran</title>
		<link>http://www.politepix.com/open-the-simulator-sandbox-folder-of-the-app-you-just-built-and-ran/</link>
		<comments>http://www.politepix.com/open-the-simulator-sandbox-folder-of-the-app-you-just-built-and-ran/#comments</comments>
		<pubDate>Fri, 13 May 2011 15:46:16 +0000</pubDate>
		<dc:creator>Halle</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[applescript]]></category>
		<category><![CDATA[ios]]></category>
		<category><![CDATA[production tools]]></category>
		<category><![CDATA[simulator]]></category>
		<category><![CDATA[xcode]]></category>

		<guid isPermaLink="false">http://www.politepix.com/?p=1250</guid>
		<description><![CDATA[Here&#8217;s another Applescript* tool for dealing with the Simulator, since I seem to be on an Applescript/Simulator kick**. Maybe I&#8217;m the only one with this problem: a common use of the Simulator for me is testing code that writes out to the Documents folder of the app. And yet, it&#8217;s always an unpleasant process to [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Here&#8217;s another Applescript* tool</strong> for dealing with the Simulator, since I seem to be on an Applescript/Simulator kick**. Maybe I&#8217;m the only one with this problem: a common use of the Simulator for me is testing code that writes out to the Documents folder of the app. And yet, it&#8217;s always an unpleasant process to locate the app&#8217;s Simulator install folder inside of the Application Support/Simulator folder. It&#8217;s not always 100% obvious which SDK folder I ought to be looking in, the containing folder name changes, it&#8217;s not self-evidently named, etc. So, I have an Applescript that just finds and opens the Simulator install folder for whatever Simulator app I built and ran last.</p>
<p>Or at least, I had an Applescript, but it was dog-slow. But I recently asked for help on MacScripter <a href="http://macscripter.net/viewtopic.php?pid=140141">here</a> and it&#8217;s now optimized into a speed demon thanks to Hank and Stefan.  The script, to be entered and saved in your Applescript Editor:</p>
<pre class="brush: cpp,gutter:false, smart-tabs:true,wrap-lines:false;">

# By StefanK at MacScripter: http://macscripter.net/viewtopic.php?pid=140141

property findtype : quoted form of "kMDItemContentType = \"com.apple.application-bundle\""

set simulatorFolder to POSIX path of (path to application support folder from user domain) &#038; "iPhone Simulator/"
set appFiles to paragraphs of (do shell script "mdfind -onlyin " &#038; quoted form of simulatorFolder &#038; " " &#038; findtype)
if appFiles is not {} then
	set mostRecentApp to item 1 of appFiles
	tell application "Finder" to reveal ((POSIX file mostRecentApp) as alias)
	tell application "Finder" to activate
end if</pre>
<p>Of you can just <a href="http://www.politepix.com/wp-content/uploads/Find%20Most%20Recent%20Simulator%20Build.zip">download</a> it as an already-saved app if you prefer (it can still be opened and edited in Applescript Editor).</p>
<p>Put it in the dock and click it when you want to see the install folder. I hope it spares you as much annoyance as it spares me. Tip of the hat to MacScripter and regulus6633 and StefanK.</p>
<p>*&#8221;What&#8217;s the deal with all the Applescript?&#8221; you ask. Look, I just want to be well-practiced when Apple rolls out the Applescript Store at WWDC this year.</p>
<p>**My last AppleScript/Simulator <a href="http://www.politepix.com/2011/04/25/low-memory-warning-bombardment-tool/">post</a> was linked on Alex Curlyo&#8217;s blog and it led to a discussion that raised <a href="http://www.alexcurylo.com/blog/2011/04/26/tip-low-memory-warnings/">two even better suggestions for accomplishing the same task</a> which are now part of my standard workflow.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.politepix.com/open-the-simulator-sandbox-folder-of-the-app-you-just-built-and-ran/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Low memory warning bombardment tool</title>
		<link>http://www.politepix.com/low-memory-warning-bombardment-tool/</link>
		<comments>http://www.politepix.com/low-memory-warning-bombardment-tool/#comments</comments>
		<pubDate>Mon, 25 Apr 2011 13:22:22 +0000</pubDate>
		<dc:creator>Halle</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[ios]]></category>
		<category><![CDATA[low memory warning]]></category>
		<category><![CDATA[simulator]]></category>
		<category><![CDATA[xcode]]></category>

		<guid isPermaLink="false">http://www.politepix.com/?p=1240</guid>
		<description><![CDATA[This is an update on my old post here: Consider Yourself Warned. I wanted to share a tool that I use in as part of checking an app for behaving correctly under low memory warnings, to the extent that is possible to do so using the Simulator. It&#8217;s an Applescript that just sends a low [...]]]></description>
			<content:encoded><![CDATA[<p>This is an update on my old post here: <a href="http://www.politepix.com/2010/02/28/consider-yourself-warned/">Consider Yourself Warned</a>.</p>
<p>I wanted to share a tool that I use in as part of checking an app for behaving correctly under low memory warnings, to the extent that is possible to do so using the Simulator. It&#8217;s an Applescript that just sends a low memory warning to the simulator every second or so, so you can go through every function of your app while debugging and see if a low memory warning ever causes a crash due to a required data structure not being available after a low memory warning. It will also smoke out some redraw bugs due to views being released, though for this it is less reliable than the device.</p>
<p>In order to use this tool, you need to turn go to  Universal Access in the System Preferences and check &#8220;Enable access for assistive devices&#8221;, and if it doesn&#8217;t work immediately, you may need to open the script up in <strong>Applescript Editor</strong> (usually found in your <strong>Utilities</strong> folder) and make sure that the simulatorName variable actually corresponds to the name of your simulator app for the version of Xcode you use. You can also change the timer for how frequently simulated memory warnings are invoked.</p>
<p>This doesn&#8217;t tell you everything about how your app deals with memory on the device so it is not a substitute for functional device testing, but it will quickly show you if the app can be crashed on the simulator due to a missing data structure, which will often also happen on the device. It isn&#8217;t a panacea, just another tool to keep in the toolbox for catching some bugs easily.</p>
<p>If you are using a version of the simulator that has different titling in the menu (I don&#8217;t know if there are any around right now but that is likely in the future), you can change the strings in the script which refer to the menu element names.</p>
<p>When you quit the simulator, the script will quit. Since it is a loop that only exits when the simulator is quit, you may have to force quit it if you encounter some circumstance that I haven&#8217;t foreseen.</p>
<p>Here is the script uploaded as a zipped applet (you can still open it up in the script editor to edit it):</p>
<p><a href="http://www.politepix.com/wp-content/uploads/Politepix%20Memory%20Bombardment.zip">Politepix Memory Bombardment applet</a></p>
<p>If you don&#8217;t want to download a zipped applet, you can create your own Applescript applet from the following code:</p>
<pre class="brush: cpp,gutter:false, smart-tabs:true,wrap-lines:false;">

# This requires going to Universal Access in the System Preferences and checking "Enable access for assistive devices".

# This will run until the iOS simulator is quit.

# Created by Halle Winkler, Politepix: http://www.politepix.com

#If you're using a different simulator version that is called something else, put its name here.
set simulatorName to "iOS Simulator"
# Change the .8 here to whatever interval you want to send simulated memory warnings at. These are seconds, so sleep 1 would mean that it repeats every second.
set repeatRate to "sleep .8"

# If the naming in the simulator menus is different for you, you can change them here

set menuName to "Hardware" # This is the main menu name
set menuItemName to "Simulate Memory Warning" # This is the name of the menu item

tell application simulatorName
	activate
end tell
repeat

	tell application "System Events"
		if application process simulatorName exists then
			tell application "System Events"
				tell process simulatorName
					tell menu bar 1
						tell menu bar item menuName
							tell menu menuName
								click menu item menuItemName
							end tell
						end tell
					end tell
				end tell
			end tell
			do shell script repeatRate
		else
			exit repeat
		end if
	end tell

end repeat
</pre>
<p>Hope this is helpful to others.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.politepix.com/low-memory-warning-bombardment-tool/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>OpenEars version 0.9.02 is out</title>
		<link>http://www.politepix.com/openears-version-0-9-02-is-out/</link>
		<comments>http://www.politepix.com/openears-version-0-9-02-is-out/#comments</comments>
		<pubDate>Sat, 22 Jan 2011 23:16:18 +0000</pubDate>
		<dc:creator>Halle</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[linkedin]]></category>

		<guid isPermaLink="false">http://www.politepix.com/?p=1199</guid>
		<description><![CDATA[Just a quick note that OpenEars 0.9.02 is out now – this is a maintenance release which fixes a couple of bugs and adds two new features: 1) meaningful recognition confidence scores, and 2) the ability to use JSGF grammars. As always, please check out the forums to get support.]]></description>
			<content:encoded><![CDATA[<p>Just a quick note that OpenEars 0.9.02 is out now – this is a maintenance release which fixes a couple of bugs and adds two new features: 1) meaningful recognition confidence scores, and 2) the ability to use JSGF grammars. As always, please check out the <a href="http://www.politepix.com/forums">forums</a> to get support.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.politepix.com/openears-version-0-9-02-is-out/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Dream of One Thousand (* 80) Cranes</title>
		<link>http://www.politepix.com/the-dream-of-one-thousand-80-cranes/</link>
		<comments>http://www.politepix.com/the-dream-of-one-thousand-80-cranes/#comments</comments>
		<pubDate>Sun, 03 Oct 2010 20:11:09 +0000</pubDate>
		<dc:creator>Halle</dc:creator>
				<category><![CDATA[Berlin]]></category>
		<category><![CDATA[Urban birds]]></category>
		<category><![CDATA[brandenburg]]></category>
		<category><![CDATA[crane]]></category>
		<category><![CDATA[migration]]></category>

		<guid isPermaLink="false">http://www.politepix.com/?p=1130</guid>
		<description><![CDATA[ In which we make our yearly autumn trip to nearby Linum and see tens of thousands of cranes.]]></description>
			<content:encoded><![CDATA[<p>When you think of the crane, Brandenburg is perhaps not what springs immediately to mind, yet every October the village of Linum in our neighboring state is host to the largest or near-largest congregation of Eurasian Cranes in Europe. As many as 80,000 of the overall European population of 400,000 cranes depart Scandinavia and the Baltic region and take a multiweek rest here to fuel up before continuing their migration to Central Spain for the winter.  </p>
<p>We go to Linum every October, since hearing and seeing these beautiful birds in their numbers takes some of the sting out of the otherwise grim onset of Central European autumn. So far, local observers have counted 30,000 cranes and the stopover season has only started. </p>
<p>The farmers there share the lore that if you scare off the cranes from your fields even once, you won&#8217;t see them again in your lifetime, so I guess Linum has shown the cranes some gentleness and hospitality and I&#8217;m glad of it. I took some pictures:</p>
<p><a href="http://www.politepix.com/wp-content/uploads/DSC04200.jpg"><img src="http://www.politepix.com/wp-content/uploads/DSC04200.jpg" alt="A single crane flies overhead" title="A single crane flies overhead" width="609" height="408" class="alignnone size-full wp-image-1131" /></a></p>
<p><a href="http://www.politepix.com/wp-content/uploads/DSC04222.jpg"><img src="http://www.politepix.com/wp-content/uploads/DSC04222.jpg" alt="Two cranes are silhouetted at dusk" title="Two cranes are silhouetted at dusk" width="610" height="407" class="alignnone size-full wp-image-1133" /></a><br />
<a href="http://www.politepix.com/wp-content/uploads/DSC04214.jpg"><img src="http://www.politepix.com/wp-content/uploads/DSC04214.jpg" alt="Many cranes fly overhead" title="Many cranes fly overhead" width="609" height="408" class="alignnone size-full wp-image-1134" /></a></p>
<p><a href="http://www.politepix.com/wp-content/uploads/DSC04184.jpg"><img src="http://www.politepix.com/wp-content/uploads/DSC04184.jpg" alt="A Peacock Butterfly" title="A Peacock Butterfly" width="609" height="408" class="alignnone size-full wp-image-1135" /></a></p>
<p>OK, the Peacock Butterfly is not a crane, but I saw it while I was waiting for cranes. <a href="http://berlin.nabu.de/projekte/linum/index.html">NABU is the conservation society concerned with the support of sustainable tourism and species protection in the region</a> and due to their efforts and that of the village and surrounds, Linum is host not only to cranes but also wild breeding populations of storks, and an equally-impressive stopover population of grey geese.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.politepix.com/the-dream-of-one-thousand-80-cranes/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Voice Recognition / Speech Recognition and speech for the iPhone</title>
		<link>http://www.politepix.com/voicerecognition-for-the-iphone/</link>
		<comments>http://www.politepix.com/voicerecognition-for-the-iphone/#comments</comments>
		<pubDate>Wed, 08 Sep 2010 12:31:15 +0000</pubDate>
		<dc:creator>Halle</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[cmu]]></category>
		<category><![CDATA[cocoa]]></category>
		<category><![CDATA[flite]]></category>
		<category><![CDATA[ios]]></category>
		<category><![CDATA[ipad]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[linkedin]]></category>
		<category><![CDATA[objective-c]]></category>
		<category><![CDATA[pocket sphinx]]></category>
		<category><![CDATA[pocketsphinx]]></category>
		<category><![CDATA[speech recognition]]></category>
		<category><![CDATA[text to speech]]></category>
		<category><![CDATA[voice recognition]]></category>

		<guid isPermaLink="false">http://www.politepix.com/?p=852</guid>
		<description><![CDATA[Politepix introduces OpenEars, an open-source iOS library for implementing continuous, multithreaded, and low-overhead speech recognition and text-to-speech, using CMU Pocketsphinx and CMU Flite, for iPhone and iPad development.]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m happy to announce that <a href="http://www.politepix.com/openears">OpenEars</a> is launched! <a href="http://www.politepix.com/openears">OpenEars</a> is an open-source iOS library for implementing continuous, multithreaded, and low-overhead speech recognition and text-to-speech, using <a href="http://cmusphinx.sourceforge.net/">CMU Pocketsphinx</a> and <a href="http://www.cmuflite.org">CMU Flite</a>, for the iPhone and iPad.  It uses nice Cocoa-standard cross-project-referenced static libraries and it offers all the easy-to-use Objective-C methods you&#8217;ll need to bring round-trip speech functions to your app. The launch version is 0.9.0 and I hope that there will be some cool projects using it.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.politepix.com/voicerecognition-for-the-iphone/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Ducklings weren&#8217;t on the balcony</title>
		<link>http://www.politepix.com/ducklings-werent-on-the-balcony/</link>
		<comments>http://www.politepix.com/ducklings-werent-on-the-balcony/#comments</comments>
		<pubDate>Sat, 10 Jul 2010 12:57:05 +0000</pubDate>
		<dc:creator>Halle</dc:creator>
				<category><![CDATA[Berlin]]></category>
		<category><![CDATA[Photographs]]></category>
		<category><![CDATA[Urban birds]]></category>
		<category><![CDATA[birds]]></category>
		<category><![CDATA[cute]]></category>
		<category><![CDATA[day trip]]></category>
		<category><![CDATA[ducklings]]></category>

		<guid isPermaLink="false">http://www.politepix.com/?p=668</guid>
		<description><![CDATA[We took the boat out to Kladow on a very hot summer day, where we drank Fassbrause and Berliner Weisse and saw fluffy ducklings.]]></description>
			<content:encoded><![CDATA[<p>They were in Kladow:<br />
<img src="http://www.politepix.com/wp-content/uploads/DSC04118.jpg" alt="Swimming Duckling" title="" width="609" height="408" class="alignnone size-full wp-image-669" /></p>
<p><img src="http://www.politepix.com/wp-content/uploads/DSC04119.jpg" alt="Standing Duckling" title="" width="609" height="408" class="alignnone size-full wp-image-669" /></p>
<p><img src="http://www.politepix.com/wp-content/uploads/DSC04121.jpg" alt="Mom Duck and Two Ducklings" title="" width="609" height="408" class="alignnone size-full wp-image-669" /></p>
<p><img src="http://www.politepix.com/wp-content/uploads/DSC04131.jpg" alt="Mom Duck and Two Ducklings On Cobblestones" title="" width="609" height="408" class="alignnone size-full wp-image-669" /></p>
<p><img src="http://www.politepix.com/wp-content/uploads/DSC04132.jpg" alt="Close Shot of Mom Duck and Two Ducklings" title="" width="609" height="408" class="alignnone size-full wp-image-669" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.politepix.com/ducklings-werent-on-the-balcony/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Who is on the balcony, flying swan edition</title>
		<link>http://www.politepix.com/who-is-on-the-balcony-flying-swan-edition/</link>
		<comments>http://www.politepix.com/who-is-on-the-balcony-flying-swan-edition/#comments</comments>
		<pubDate>Sat, 19 Jun 2010 20:19:04 +0000</pubDate>
		<dc:creator>Halle</dc:creator>
				<category><![CDATA[Photographs]]></category>
		<category><![CDATA[Urban birds]]></category>
		<category><![CDATA[sunset]]></category>
		<category><![CDATA[swan]]></category>

		<guid isPermaLink="false">http://www.politepix.com/?p=539</guid>
		<description><![CDATA[Who is on the balcony, flying swan edition: a swan flies over, head downwards.]]></description>
			<content:encoded><![CDATA[<p>A swan flies over, head downwards.</p>
<p><img alt="Swan Flies Over Berlin Balcony 1" src="http://www.politepix.com/wp-content/uploads/swan2.jpg" title="Swan 1" class="alignnone" width="609" height="408" /></p>
<p><img alt="Swan Flies Over Berlin Balcony 2" src="http://www.politepix.com/wp-content/uploads/swan1.jpg" title="Swan 2" class="alignnone" width="609" height="408" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.politepix.com/who-is-on-the-balcony-flying-swan-edition/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

