<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Not this... &#187; slideshare</title>
	<atom:link href="http://blog.timbunce.org/tag/slideshare/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.timbunce.org</link>
	<description>Listen. Reflect. Explore. Solve.</description>
	<lastBuildDate>Thu, 24 Dec 2009 23:16:13 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='blog.timbunce.org' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/eb188a9f7199a98e44133dc454d3873b?s=96&#038;d=http://s2.wp.com/i/buttonw-com.png</url>
		<title>Not this... &#187; slideshare</title>
		<link>http://blog.timbunce.org</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://blog.timbunce.org/osd.xml" title="Not this&#8230;" />
	<atom:link rel='hub' href='http://blog.timbunce.org/?pushpress=hub'/>
		<item>
		<title>NYTProf v3 &#8211; a sneak peak</title>
		<link>http://blog.timbunce.org/2009/08/07/nytprof-v3-a-sneak-peak/</link>
		<comments>http://blog.timbunce.org/2009/08/07/nytprof-v3-a-sneak-peak/#comments</comments>
		<pubDate>Fri, 07 Aug 2009 02:12:49 +0000</pubDate>
		<dc:creator>TimBunce</dc:creator>
				<category><![CDATA[perl]]></category>
		<category><![CDATA[conference]]></category>
		<category><![CDATA[nytprof]]></category>
		<category><![CDATA[oscon]]></category>
		<category><![CDATA[presentation]]></category>
		<category><![CDATA[slideshare]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://timbunce.wordpress.com/?p=301</guid>
		<description><![CDATA[I&#8217;ve had a great week at OSCON. The talks are excellent but the real value is in the relationships formed and renewed in the &#8220;hallway track&#8221;. I&#8217;m honoured and humbled to be able to call many great people my friends.
My talk on Devel::NYTProf seemed to go well. This year I covered not just NYTProf and [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.timbunce.org&blog=2562816&post=301&subd=timbunce&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve had a great week at OSCON. The talks are excellent but the real value is in the relationships formed and renewed in the &#8220;hallway track&#8221;. I&#8217;m honoured and humbled to be able to call many great people my friends.</p>
<p>My <a href="http://en.oreilly.com/oscon2009/public/schedule/detail/7941">talk on Devel::NYTProf</a> seemed to go well. This year I covered not just NYTProf and the new features in v3 (not yet released) but also added a section on how to use NYTProf to optimize your perl code.</p>
<p>Here&#8217;s a quick summary, with links to the slides and screen-cast, and outline what&#8217;s still to be done before v3 gets released (getting closer by the day).<span id="more-301"></span>The first two-thirds of the talk covered general profiling topics and an overview of NYTProf v3. This was an updated and compressed version of the talk I gave last year.</p>
<p>The final third covered optimization techniques.</p>
<p>I began with stern warning against optimization unless there&#8217;s a clear need, followed by a selection of quotes, among which is the well known classic from <a href="http://en.wikipedia.org/wiki/Donald_Knuth">Donald Knuth</a>: &#8220;premature optimization is the root of all evil&#8221;. What few people remember is that that&#8217;s just a fragment of a more balanced statement:</p>
<blockquote><p><em>“We should forget about small efficiencies, say about 97% of the time: premature optimization is the root of all evil. <strong>Yet we should not pass up our opportunities in that critical 3%.</strong>”</em></p></blockquote>
<p>After getting an implicit nod from Donald I quoted <a href="http://en.wikipedia.org/wiki/Rob_Pike">Rob Pike</a> on the importance of measurement:</p>
<blockquote><p><em>“Bottlenecks occur in surprising places, so don&#8217;t try to second guess and put in a speed hack until you have </em>proven<em> that&#8217;s where the bottleneck is.”</em></p></blockquote>
<p>Then I outlined the sequence of steps I usually take when performance profiling and optimizing code. These were grouped into three phases: &#8220;Low Hanging Fruit&#8221;, &#8220;Deeper Changes&#8221;, and &#8220;Structural Changes&#8221;.</p>
<p>I&#8217;ve generated a <a href="http://assets.en.oreilly.com/1/event/27/State-of-the-art%20Profiling%20with%20Devel__NYTProf%20Presentation.pdf">PDF of the slides</a> and made it <a href="http://www.slideshare.net/Tim.Bunce/develnytprof-200907">available on slideshare.net</a>. I&#8217;ve also uploaded <a href="http://blip.tv/file/2396942">the 45 minute screencast</a> to <a href="http://timbunce.blip.tv/">my blip.tv channel</a>.</p>
<p>Let me know if you find them useful.</p>
<hr />
p.s. This was originally a large post highlighting features of NYTProf v3. I hate talking about vapourware and with every day that passes the code is getting closer to being ready. In the end I decided to split the post in two. The shiny goodness in v3 will get its own blog post when it&#8217;s released. Meanwhile the slides and screencast will give you a sneak peek.</p>
<br />Posted in perl Tagged: conference, nytprof, oscon, presentation, slideshare, video <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/timbunce.wordpress.com/301/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/timbunce.wordpress.com/301/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/timbunce.wordpress.com/301/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/timbunce.wordpress.com/301/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/timbunce.wordpress.com/301/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/timbunce.wordpress.com/301/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/timbunce.wordpress.com/301/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/timbunce.wordpress.com/301/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/timbunce.wordpress.com/301/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/timbunce.wordpress.com/301/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.timbunce.org&blog=2562816&post=301&subd=timbunce&ref=&feed=1" />]]></content:encoded>
			<wfw:commentRss>http://blog.timbunce.org/2009/08/07/nytprof-v3-a-sneak-peak/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1cf82705f5ab43c73273ab5d690866b3?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">TimBunce</media:title>
		</media:content>
	</item>
		<item>
		<title>Hey, my own TV channel!</title>
		<link>http://blog.timbunce.org/2008/08/06/hey-my-own-tv-channel/</link>
		<comments>http://blog.timbunce.org/2008/08/06/hey-my-own-tv-channel/#comments</comments>
		<pubDate>Wed, 06 Aug 2008 14:57:32 +0000</pubDate>
		<dc:creator>TimBunce</dc:creator>
				<category><![CDATA[life]]></category>
		<category><![CDATA[tech]]></category>
		<category><![CDATA[archive]]></category>
		<category><![CDATA[presentation]]></category>
		<category><![CDATA[presenting]]></category>
		<category><![CDATA[slideshare]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://timbunce.wordpress.com/?p=123</guid>
		<description><![CDATA[It felt strange when I first set up this blog. What would I write about? Who would care?
For several years now I&#8217;ve been giving talks at conferences and workshops. I&#8217;d generally upload a PDF of the slides somewhere, or at least email them to anyone that asked. I&#8217;ve now added a special page on the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.timbunce.org&blog=2562816&post=123&subd=timbunce&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<p>It felt strange when I first <a href="http://blog.timbunce.org/2008/01/27/this-is-not-me/">set up this blog</a>. What would I write about? Who would care?</p>
<p>For several years now I&#8217;ve been giving talks at conferences and workshops. I&#8217;d generally upload a PDF of the slides somewhere, or at least email them to anyone that asked. I&#8217;ve now added a special page on the blog where I can list all the talks I&#8217;ve given. That now acts as a single location to <a href="http://blog.timbunce.org/my-presentations/">find all my talks</a> and links to slides any related materials. (It&#8217;s currently a work-in progress. I&#8217;ll be filling it in from time to time. Any major updates will be accompanied by a blog post.)</p>
<p>Slides, no matter how good, miss much of the real event. No ad-libs, no questions and answers. When writing slides I&#8217;m always caught between the desire write little, so the audience can pay attention to what I&#8217;m saying, and to write lots, so people reading the slides later still get a reasonably full picture.</p>
<p>There&#8217;s also the problem of notes. I often use &#8216;presenter notes&#8217; on the slides to give extra information. Both to myself, if I may need it while presenting, and also for links to data sources and credits for images used. I&#8217;ve uploaded <a href="http://www.slideshare.net/Tim.Bunce/slideshows">some talks to slideshare.net</a> but I have to include a separate version with notes (which is useful for download and print, but almost unreadable in their viewer.</p>
<p>I tried making a video of a talk on a camcorder. The results <a href="http://video.google.com/videoplay?docid=-8103133625772088658&amp;ei=ibaZSLqFLoiCiwL0_tDNDw&amp;q=tim+bunce">weren&#8217;t great</a>. Grainy, noisy, hard to read, and massive video files.</p>
<p>Then I decided to try using screencasting software. I bought a <a href="http://www.revolabs.com/products_wm/xtag.htm">great wireless USB microphone</a> and the amazing <a href="http://www.varasoftware.com/products/screenflow/">ScreenFlow</a> screencasting software. Now I can to capture <em>everything</em> in fine detail and edit it easily afterwards.</p>
<p>Great. Now what? I needed somewhere to host the (very large) videos. I looked around and tried a few, <a href="http://vimeo.com/1441518">like vimeo</a>, but wasn&#8217;t happy with the results. Vimo, for example, transcode to quite a low resolution and don&#8217;t let viewers download the original.</p>
<p>Eventually I found the wonder that is blip.tv. A whole laundry list of great features. If you produce videos of any kind, give them a look.</p>
<p>So, now I have <a href="http://timbunce.blip.tv/">my own TV channel</a>.</p>
<p>Strange world!</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/timbunce.wordpress.com/123/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/timbunce.wordpress.com/123/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/timbunce.wordpress.com/123/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/timbunce.wordpress.com/123/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/timbunce.wordpress.com/123/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/timbunce.wordpress.com/123/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/timbunce.wordpress.com/123/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/timbunce.wordpress.com/123/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/timbunce.wordpress.com/123/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/timbunce.wordpress.com/123/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/timbunce.wordpress.com/123/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/timbunce.wordpress.com/123/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.timbunce.org&blog=2562816&post=123&subd=timbunce&ref=&feed=1" />]]></content:encoded>
			<wfw:commentRss>http://blog.timbunce.org/2008/08/06/hey-my-own-tv-channel/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1cf82705f5ab43c73273ab5d690866b3?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">TimBunce</media:title>
		</media:content>
	</item>
		<item>
		<title>Irish Open Source Technology Conference &#8211; June 18th-20th</title>
		<link>http://blog.timbunce.org/2008/06/03/irish-open-source-technology-conference-june-18th-20th/</link>
		<comments>http://blog.timbunce.org/2008/06/03/irish-open-source-technology-conference-june-18th-20th/#comments</comments>
		<pubDate>Tue, 03 Jun 2008 23:19:12 +0000</pubDate>
		<dc:creator>TimBunce</dc:creator>
				<category><![CDATA[ireland]]></category>
		<category><![CDATA[perl]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[conference]]></category>
		<category><![CDATA[presenting]]></category>
		<category><![CDATA[slideshare]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://timbunce.wordpress.com/?p=43</guid>
		<description><![CDATA[I&#8217;ll be speaking at the Irish Open Source Technology Conference this year. It&#8217;s on at Dublin&#8217;s CineWorld Complex, from June 18th for three days. They&#8217;re running a 2-for-1 offer on tickets at the moment.
I&#8217;ll be speaking about something Perl&#8217;ish, naturally.
The &#8220;Perl Myths&#8221; presentation I gave at IWTC earlier this year turned out to be a [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.timbunce.org&blog=2562816&post=43&subd=timbunce&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ll be speaking at the <a href="http://iotc.firstport.ie">Irish Open Source Technology Conference</a> this year. It&#8217;s on at Dublin&#8217;s CineWorld Complex, from June 18th for three days. They&#8217;re running a <a href="http://iotc.firstport.ie/blog/archive/wooo-100-free-iotc-2008-tickets/">2-for-1 offer on tickets</a> at the moment.</p>
<p>I&#8217;ll be speaking about something Perl&#8217;ish, naturally.</p>
<p>The &#8220;Perl Myths&#8221; presentation I gave at <a href="http://iwtc.firstport.ie/">IWTC</a> earlier this year turned out to be a hit. (At least, it was after the event. There were less than ten people in the room at the time, including me! Perl clearly isn&#8217;t a hot topic among Irish web developers.)</p>
<p>My <a href="http://timbunce.wordpress.com/2008/03/08/perl-myths/">blog post</a>, with embedded slides and video, has topped 7400 hits, plus another 3000 or so views on slideshare.</p>
<p>I&#8217;m upgrading my methods for this next talk. I&#8217;ve bought a <a href="http://www.revolabs.com/products_wm/xtag.htm">great wireless USB microphone</a> and the amazing<br />
<a href="http://www.varasoftware.com/products/screenflow/">ScreenFlow</a> screencasting software to capture everything in detail.</p>
<p>So I&#8217;m going all high-tech. No more &#8220;camcorder perched on a chair at the back&#8221; for me!</p>
<p>It&#8217;ll be a good trial run for <a href="http://en.oreilly.com/oscon2008/public/content/home">OSCON</a> where <a href="http://en.oreilly.com/oscon2008/public/schedule/speaker/6816">I&#8217;m speaking</a> in July.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/timbunce.wordpress.com/43/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/timbunce.wordpress.com/43/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/timbunce.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/timbunce.wordpress.com/43/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/timbunce.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/timbunce.wordpress.com/43/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/timbunce.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/timbunce.wordpress.com/43/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/timbunce.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/timbunce.wordpress.com/43/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/timbunce.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/timbunce.wordpress.com/43/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.timbunce.org&blog=2562816&post=43&subd=timbunce&ref=&feed=1" />]]></content:encoded>
			<wfw:commentRss>http://blog.timbunce.org/2008/06/03/irish-open-source-technology-conference-june-18th-20th/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1cf82705f5ab43c73273ab5d690866b3?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">TimBunce</media:title>
		</media:content>
	</item>
		<item>
		<title>Perl Myths</title>
		<link>http://blog.timbunce.org/2008/03/08/perl-myths/</link>
		<comments>http://blog.timbunce.org/2008/03/08/perl-myths/#comments</comments>
		<pubDate>Sat, 08 Mar 2008 00:51:23 +0000</pubDate>
		<dc:creator>TimBunce</dc:creator>
				<category><![CDATA[perl]]></category>
		<category><![CDATA[myths]]></category>
		<category><![CDATA[parrot]]></category>
		<category><![CDATA[perl6]]></category>
		<category><![CDATA[slideshare]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://timbunce.wordpress.com/?p=23</guid>
		<description><![CDATA[I've uploaded my "Perl Myths" presentation to slideshare.net and google video. It debunks a few popular myths with hard facts, graphs and demos. Surprise yourself with the realities.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.timbunce.org&blog=2562816&post=23&subd=timbunce&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve uploaded my <i>Perl Myths</i> presentation to slideshare.net and google video:</p>
<blockquote><p>&#8220;Perl has it&#8217;s share of myths. This presentation debunks a few popular ones with hard facts. Surprise yourself with the realities.&#8221;</p></blockquote>
<p>While I agree with Andy Lester that <a href="http://perlbuzz.com/2008/03/good-perl-code-is-the-best-form-of-evangelism.html">Good Perl code is the best form of evangelism</a>, I wanted to put together a presentation that others could refer to when they encounter misinformation about Perl. I cover these myths that I&#8217;ve heard <a href="http://blog.timbunce.org/2008/02/14/perceptions-of-perl-views-from-the-edge/">recently</a>:</p>
<ul>
<li>Perl is dead</li>
<li>Perl is hard to read / test / maintain</li>
<li>Perl 6 is killing Perl 5</li>
</ul>
<p>and pull in a wealth of upto date information, some of it quite surprising even to those familiar with Perl and its community. There are two versions, plus a video. I recommend the one <a href="http://www.slideshare.net/Tim.Bunce/perl-myths-200802-with-notes/" title="Link to SlideShare presentation">with notes</a> (which have useful extra detail and context for the slides) which is best <a href="http://timbunce.files.wordpress.com/2008/03/perl-myths-200802-with-notes.pdf" title="Download PDF of slides with notes">viewed as a PDF</a>. There&#8217;s also one <a href="http://www.slideshare.net/Tim.Bunce/perl-myths-200802/" title="Link to SlideShare presentation with notes">without notes</a> which I&#8217;ve embedded here:</p>
<div><object type='application/x-shockwave-flash' wmode='opaque' data='http://static.slideshare.net/swf/ssplayer2.swf?id=298087&#038;doc=perl-myths-200802-1204994252321994-4' width='640' height='525'><param name='movie' value='http://static.slideshare.net/swf/ssplayer2.swf?id=298087&#038;doc=perl-myths-200802-1204994252321994-4' /><param name='allowFullScreen' value='true' /><param name='allowScriptAccess' value='always' /></object></div>
<p>I videoed an extended version of this presentation at <a href="http://iwtc.firstport.ie/">IWTC</a> in Dublin in February. The first 40 minutes or so correspond with the slides above. In the remaining 30 minutes or so I talk about Parrot and Perl 6. I&#8217;ve embedded the video below, but wordpress forces me to use a small size so you&#8217;ll probably prefer to <a href="http://video.google.com/videoplay?docid=-8103133625772088658" title="Perl Myths video at video.google.com">view it at video.google.com</a>:<span style='text-align:center;display:block;'><object width='400' height='330' type='application/x-shockwave-flash' data='http://video.google.com/googleplayer.swf?docId=-8103133625772088658'><param name='allowScriptAccess' value='never' /><param name='movie' value='http://video.google.com/googleplayer.swf?docId=-8103133625772088658'/><param name='quality' value='best'/><param name='bgcolor' value='#ffffff' /><param name='scale' value='noScale' /><param name='wmode' value='opaque' /></object></span></p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/timbunce.wordpress.com/23/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/timbunce.wordpress.com/23/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/timbunce.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/timbunce.wordpress.com/23/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/timbunce.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/timbunce.wordpress.com/23/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/timbunce.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/timbunce.wordpress.com/23/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/timbunce.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/timbunce.wordpress.com/23/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/timbunce.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/timbunce.wordpress.com/23/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.timbunce.org&blog=2562816&post=23&subd=timbunce&ref=&feed=1" />]]></content:encoded>
			<wfw:commentRss>http://blog.timbunce.org/2008/03/08/perl-myths/feed/</wfw:commentRss>
		<slash:comments>27</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1cf82705f5ab43c73273ab5d690866b3?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">TimBunce</media:title>
		</media:content>
	</item>
	</channel>
</rss>