<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet href="https://shkspr.mobi/blog/wp-content/themes/edent-wordpress-theme/rss-style.xsl" type="text/xsl"?>
<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>podcast &#8211; Terence Eden’s Blog</title>
	<atom:link href="https://shkspr.mobi/blog/tag/podcast/feed/" rel="self" type="application/rss+xml" />
	<link>https://shkspr.mobi/blog</link>
	<description>Regular nonsense about tech and its effects 🙃</description>
	<lastBuildDate>Thu, 10 Apr 2025 14:38:07 +0000</lastBuildDate>
	<language>en-GB</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>

<image>
	<url>https://shkspr.mobi/blog/wp-content/uploads/2023/07/cropped-avatar-32x32.jpeg</url>
	<title>podcast &#8211; Terence Eden’s Blog</title>
	<link>https://shkspr.mobi/blog</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title><![CDATA[A decade later, has my mobile security advice changed?]]></title>
		<link>https://shkspr.mobi/blog/2024/09/a-decade-later-has-my-mobile-security-advice-changed/</link>
					<comments>https://shkspr.mobi/blog/2024/09/a-decade-later-has-my-mobile-security-advice-changed/#comments</comments>
				<dc:creator><![CDATA[@edent]]></dc:creator>
		<pubDate>Mon, 30 Sep 2024 11:34:10 +0000</pubDate>
				<category><![CDATA[/etc/]]></category>
		<category><![CDATA[CyberSecurity]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[podcast]]></category>
		<category><![CDATA[security]]></category>
		<guid isPermaLink="false">https://shkspr.mobi/blog/?p=52973</guid>

					<description><![CDATA[A decade ago, I appeared on the 361 Podcast to give my advice about mobile security.  This was the era of the iPhone 5 and Android KitKat. BlackBerry was trying to have (yet another) resurgence and Nokia was desperately trying to keep Windows Phone alive. What advice did I give then, and is it still relevant?    Stay Sceptical  In at number five is just stay sceptical. I mean, quite often, lots…]]></description>
										<content:encoded><![CDATA[<p>A decade ago, I appeared on the <a href="https://www.361podcast.com/s07e04">361 Podcast to give my advice about mobile security</a>.</p>

<p>This was the era of the iPhone 5 and Android KitKat. BlackBerry was trying to have (yet another) resurgence and Nokia was desperately trying to keep Windows Phone alive. What advice did I give then, and is it still relevant?</p>

<iframe src="https://player.fireside.fm/v2/NPvXvAWN+FiLUiDxm?theme=dark" width="740" height="200" frameborder="0" scrolling="no"></iframe>

<h2 id="stay-sceptical"><a href="https://shkspr.mobi/blog/2024/09/a-decade-later-has-my-mobile-security-advice-changed/#stay-sceptical">Stay Sceptical</a></h2>

<blockquote><p>In at number five is just stay sceptical. I mean, quite often, lots of mobile viruses and mobile scams spread by text message, by email, by Twitter. And these are all things that we get on our phone. But for some reason, because they seem to come from people we trust, all of our savvy just goes out the window. When you see a message from someone which purports to be your friend, just think, does this sound like them? Is what they're asking me to do a rational thing to do? And when you go and click on a link that someone has sent, check to see if it's actually taking you to where you expect to go.</p></blockquote>

<p>Still entirely relevant, sadly. You've probably received an SMS saying "Mum, I've dropped my phone. This is my temporary number." Or accidentally clicked on an advert which prompts you to hand over your credentials.</p>

<p>Scams are everywhere. One of the best things you can do to protect yourself and your data is to be less trusting.</p>

<p>Browsers are getting better at sharing real-time blocklists. So clicking on an extremely dangerous website is likely to generate a scary warning. But these technologies aren't perfect.</p>

<h2 id="dont-just-change-your-password"><a href="https://shkspr.mobi/blog/2024/09/a-decade-later-has-my-mobile-security-advice-changed/#dont-just-change-your-password">Don't <em>just</em> change your password</a></h2>

<blockquote><p>So what can I do if I have ended up putting my password into a fake site?</p>

<p>The most important thing you have to do is, if it's something like Twitter, go to settings and you'll see all the applications which have authenticated against that. You just need to go and delete all of those and then change your password.</p></blockquote>

<p>This is something that a lot of sites <em>still</em> get wrong. If a baddie has got your password, they can use OAuth to connect your account to their service. Changing your password <em>doesn't sever the link!</em></p>

<h2 id="2fa"><a href="https://shkspr.mobi/blog/2024/09/a-decade-later-has-my-mobile-security-advice-changed/#2fa">2FA</a></h2>

<blockquote><p>If you want to be really security conscious, you can turn on something called two-factor authentication. This means you give your mobile number to the social network. When you try to log in, what will happen is you type in your username and your password and then Twitter will send you a text message and it says your one-time password is 12345. You type that code in and you're logged in. That way, if someone does manage to get your username and password, it doesn't matter because they don't have your phone as well.</p></blockquote>

<p>I encouraged people to use SMS as their preferred way of enabling Multi-Factor Authentication. Back then, that was pretty much the only choice for normal people. <a href="https://www.facebook.com/notes/10157814548431886/">Facebook wouldn't introduce non-SMS MFA until 2018</a>.</p>

<p>Nowadays, I'd probably recommend using an authenticator app which generates TOTP codes.  SMS is basically fine for normal people - yes, it can be spoofed or hacked at a network level, but that's unlikely unless you're specifically targetted.</p>

<h2 id="official-app-channels"><a href="https://shkspr.mobi/blog/2024/09/a-decade-later-has-my-mobile-security-advice-changed/#official-app-channels">Official App Channels</a></h2>

<blockquote><p>Don't download apps outside of the official app store. Now, the app stores aren't perfect. You can get dodgy apps in there, but there is some safety in numbers.</p></blockquote>

<p>Reluctantly, I think I still agree with this. Back in the day, it was <em>too</em> easy to install dodgy apps. Drive-by downloads were common, and Android had a particularly poor model of security.</p>

<p>I value independent app stores like F-Droid and Aurora - but there's no doubt that they are generally for the more advanced users.  And, yeah, app stores aren't <em>perfect</em>, but they're still less likely to completely infect your phone and send premium rate messages.</p>

<h2 id="virus-checkers"><a href="https://shkspr.mobi/blog/2024/09/a-decade-later-has-my-mobile-security-advice-changed/#virus-checkers">Virus Checkers</a></h2>

<blockquote><p>you can download apps which are virus checkers of a sort. I'm quite keen on Lookout, which is a great Android app. Whenever you install something, it will check it and it will look through the list of permissions, alert you, but it will also look at the app and see whether it's been reported that it's a scam or a virus.</p></blockquote>

<p>These days, I think virus checking apps are less useful. The permissions model of Android and iOS are much improved, and it's harder for apps to do bad things in the background.</p>

<p>If you have a corporate device (or personal device with work mode) an app scanner is usually mandatory as part of your employer's Mobile Device Management policies. Again, I'm not totally convinced they're a brilliant idea. They can be useful for peace of mind, or to prevent certain classes of attacks.</p>

<h2 id="password-managers"><a href="https://shkspr.mobi/blog/2024/09/a-decade-later-has-my-mobile-security-advice-changed/#password-managers">Password Managers</a></h2>

<blockquote><p>Lots of people use really short passwords.  Why? Because they're easy to remember and they want to be able to type them into their mobile phone. And this means that people quite often have the same password for Twitter as they've got for Facebook, as they've got for email, as they've got for everything else. This is a real security nightmare because it means that if your Twitter password gets hacked, those hackers have access to everything, all your accounts. So my top tip is use a password manager.</p></blockquote>

<p>Yup! No notes. Get a password manager. I like <a href="https://bitwarden.com/">BitWarden</a> - but pick whichever meets your needs.</p>

<h2 id="physical-security"><a href="https://shkspr.mobi/blog/2024/09/a-decade-later-has-my-mobile-security-advice-changed/#physical-security">Physical Security</a></h2>

<blockquote><p>This is my number one tip for mobile security. Buy a wrist strap.</p>

<p>On your phone, you probably have a case. It's got a little hole and you can buy a lanyard, a bit of string or a bit of leather that you clip onto your phone and you wrap around your wrist while you're using it.</p>

<p>Recent reports said 10,000 phones are stolen in London every month, 120,000 a year. That's just in London. Across the UK, it's hundreds of thousands. If you're wearing a wrist strap, it is much more unlikely that someone will be able to yank the phone away from you, because if they do yank the phone away from you, chances are it's unlocked because you are making your call, you're looking at Google Maps and hey presto, they've got access to all of your email, all of your documents. They can start making premium rate phone calls straight away.</p></blockquote>

<p>I still stand by this. In London, <a href="https://www.bbc.co.uk/news/uk-england-london-65105199">a phone is stolen every 6 minutes</a> - only 2% of them are ever recovered.</p>

<p>Strap your phone to you. Don't leave it on the table when you're in a pub. If you need to check directions, turn away from the street and hold it in both hands.</p>

<p>Phones are now worth <em>thousands</em> of pounds. They are a high-value target. You probably have a banking app on your phone - or contactless payment set up. Treat your phone as though you were carrying a big wodge of notes.</p>

<p>Another part of physical security is:</p>

<blockquote><p>The other thing that you need to do is set a PIN or a password on your phone. You can use facial recognition or a thumbprint scanner.  Anything to stop a casual thief being able to get into your phone is of paramount importance.</p></blockquote>

<p>If your phone is stolen while it is unlocked, you're shit out of luck. If it's locked, it is much harder for all but the most determined attacker to get in to it. Make sure all your banking apps have passwords on them.</p>

<p>Similarly, a SIM lock is essential. You don't want someone ejecting your SIM card and making expensive calls on it.</p>

<p>I also suggested:</p>

<blockquote><p>Set up Find My Phone. If you're on Android, Android Device Manager, this means that if your phone is stolen, you can find out where it is. But much more importantly, you can click a button and have your phone be completely wiped</p></blockquote>

<p>Again, solid advice. Perhaps all that will happen is you'll <a href="https://www.bbc.co.uk/news/articles/c3rdy132q3lo">see your phone visit China</a>. But at least you'll be able to prevent the thieves getting into your data.</p>

<h2 id="vpns"><a href="https://shkspr.mobi/blog/2024/09/a-decade-later-has-my-mobile-security-advice-changed/#vpns">VPNs</a></h2>

<p>One of the hosts made this comment:</p>

<blockquote><p>If you're not familiar, a VPN is when you make a secured connection back to a server and all the data through that pipe is encrypted.
And the reason for doing that is that when I'm in a coffee shop or I'm on a public Wi-Fi network or something like that, it keeps my data secure because it doesn't matter whether the app does a good job of securing it or not. It gets it all encrypted as it goes over the network.</p></blockquote>

<p>Nowadays a VPN is less useful than it was. Let's Encrypt launched later that year and with it brought a dramatic increase in the number of Internet services which used HTTP<strong>S</strong>. The popularity of <a href="https://en.wikipedia.org/wiki/HTTP_Strict_Transport_Security">HSTS</a> increased, which means that most apps refuse to connect to non-secure versions of their site.</p>

<p>VPNs do protect you if unencrypted data is flowing through your device - but that is becoming rarer. I lean slightly towards the opinion that a VPN is <em>usually</em> a bad idea. They are, effectively, an untrusted connection between you and your destination. A malicious VPN - or one ordered to behave in such a way - is worse than no VPN.</p>

<h2 id="what-would-i-add-to-the-list"><a href="https://shkspr.mobi/blog/2024/09/a-decade-later-has-my-mobile-security-advice-changed/#what-would-i-add-to-the-list">What would I add to the list?</a></h2>

<p>I think there are a few sensible additions.</p>

<ol start="0">
<li>Back up your data. Accept that, at some point, your phone will be compromised or stolen. Ensure you have safe backups of all your stuff.

<ul>
<li>Actually <em>test</em> your backups. For most people, that means regularly look inside them to make sure all your photos are still there.</li>
</ul></li>
<li>Activate your phone's emergency features. Learn which buttons to press to automatically lock and/or disable your phone.

<ul>
<li>Practice using them. You may need to use them in an emergency.</li>
</ul></li>
<li>Make sure your Password Manager and MFA tokens can be accessed from another device.

<ul>
<li>Once your phone has gone, you will still need to get into accounts to lock them down.</li>
</ul></li>
<li>Install an ad-blocker. Not only will it protect your sanity; you're less likely to see dodgy content.

<ul>
<li>Do it on mobile <em>and</em> larger devices.</li>
</ul></li>
</ol>

<p>Stay safe out there!</p>
<img src="https://shkspr.mobi/blog/wp-content/themes/edent-wordpress-theme/info/okgo.php?ID=52973&HTTP_REFERER=RSS" alt="" width="1" height="1" loading="eager">]]></content:encoded>
					
					<wfw:commentRss>https://shkspr.mobi/blog/2024/09/a-decade-later-has-my-mobile-security-advice-changed/feed/</wfw:commentRss>
			<slash:comments>7</slash:comments>
		
		
			</item>
		<item>
		<title><![CDATA[Blog To Speech]]></title>
		<link>https://shkspr.mobi/blog/2022/10/blog-to-speech/</link>
					<comments>https://shkspr.mobi/blog/2022/10/blog-to-speech/#comments</comments>
				<dc:creator><![CDATA[@edent]]></dc:creator>
		<pubDate>Sun, 02 Oct 2022 11:34:41 +0000</pubDate>
				<category><![CDATA[About A Minute]]></category>
		<category><![CDATA[AI]]></category>
		<category><![CDATA[blogging]]></category>
		<category><![CDATA[podcast]]></category>
		<category><![CDATA[tts]]></category>
		<guid isPermaLink="false">https://shkspr.mobi/blog/?p=43633</guid>

					<description><![CDATA[Listen to this blog post in your browser:            Download MP3 audio.     Powered by Amazon Polly.   I&#039;ve noticed an interesting trend on some of the blogs I follow. More of them - though by no means the majority - are including audio versions of the content.  The usually look something like this:    or    The ones which have this are mostly using commercial Text-To-Speech (TTS) engines.…]]></description>
										<content:encoded><![CDATA[<details open="">
<summary>Listen to this blog post in your browser:</summary>
<audio controls="">
  <source src="https://shkspr.mobi/blog/wp-content/uploads/2022/10/Blog-To-Speech.mp3" type="audio/mpeg">
  <p>
    Download <a href="https://shkspr.mobi/blog/wp-content/uploads/2022/10/Blog-To-Speech.mp3">MP3</a> audio.
  </p>
</audio>
<small>Powered by <a href="https://aws.amazon.com/polly/">Amazon Polly</a>.</small>
</details>

<p>I've noticed an interesting trend on some of the blogs I follow. More of them - though by no means the majority - are including audio versions of the content.</p>

<p>The usually look something like this:</p>

<img src="https://shkspr.mobi/blog/wp-content/uploads/2022/10/pressplay.jpeg" alt="Screenshot of a blog post. The header says &quot;Press play to listen to this article.&quot;" width="1522" height="604" class="aligncenter size-full wp-image-43635">

<p>or</p>

<img src="https://shkspr.mobi/blog/wp-content/uploads/2022/10/blog1.png" alt="A blog post with an embedded audio widget." width="1592" height="614" class="aligncenter size-full wp-image-43636">

<p>The ones which have this are mostly using commercial Text-To-Speech (TTS) engines. Although a few of the (perhaps wealthier?) bloggers have hired people to record audio versions of their <del>posts</del> <em>newsletters</em>:</p>

<img src="https://shkspr.mobi/blog/wp-content/uploads/2022/10/Screenshot-2022-10-01-at-21-39-51-ID-No-Mercy-_-No-Malice.png" alt="Screenshot of a blogpost saying that the audio version has been recorded by &quot;George Hahn&quot;." width="771" height="286" class="aligncenter size-full wp-image-43634">

<p>I find this curious. I don't think it is bad or wrong or unbloggerly. Just a bit odd. I'm from the generation who <em>hated</em> phone calls and ruthlessly mocked voicemail. And now I see <em>the youth</em> leaving each other voicenotes and I feel bemused.</p>

<p><a href="https://shkspr.mobi/blog/2022/01/is-it-faster-to-read-or-to-listen/">Reading is faster than listening</a>. For me, at least. But reading requires focus. It's hard to cook dinner while reading text. But it's pretty easy to do most things while a podcast prattles on in the background.</p>

<p>Obviously people with visual impairments use TTS systems. And they often have those tools built into their computer or browser. But most people with adequate sight don't know how to use their machine's accessibility capabilities. So perhaps having an easily-findable MP3 of the article is sensible?</p>

<p>I often edit old blog posts. Sometimes to merely change a typo, other times to cover up evidence of my muddled thinking. In the land of traditional audio, that's a problem. It's tricky to re-record something and edit it together seamlessly. But, with TTS, it is the work of seconds.</p>

<p>Anyway, that's a long rambley way of saying that I'm experimenting with adding an audio version of my posts. If people like it, I'll start adding it to all of them - and back filling the old posts.</p>

<p>If you think this is a good idea, or a terrible waste of time, be a sweetheart and drop a comment in the box, yeah?</p>
<img src="https://shkspr.mobi/blog/wp-content/themes/edent-wordpress-theme/info/okgo.php?ID=43633&HTTP_REFERER=RSS" alt="" width="1" height="1" loading="eager">]]></content:encoded>
					
					<wfw:commentRss>https://shkspr.mobi/blog/2022/10/blog-to-speech/feed/</wfw:commentRss>
			<slash:comments>16</slash:comments>
		
		
			</item>
		<item>
		<title><![CDATA[Episode 32 - Switching from being a developer to being a manager]]></title>
		<link>https://shkspr.mobi/blog/2019/10/episode-32-switching-from-being-a-developer-to-being-a-manager/</link>
					<comments>https://shkspr.mobi/blog/2019/10/episode-32-switching-from-being-a-developer-to-being-a-manager/#respond</comments>
				<dc:creator><![CDATA[@edent]]></dc:creator>
		<pubDate>Mon, 21 Oct 2019 14:32:45 +0000</pubDate>
				<category><![CDATA[About A Minute]]></category>
		<category><![CDATA[managment]]></category>
		<category><![CDATA[podcast]]></category>
		<category><![CDATA[tech]]></category>
		<guid isPermaLink="false">https://shkspr.mobi/blog/?p=32916</guid>

					<description><![CDATA[We&#039;re back again with Kim Rowan.  Listen to her thoughts about what it&#039;s like to become a manager of technical teams.   	🔊 	 	 		💾 Download this audio file. 	   Read about how she got into tech. …]]></description>
										<content:encoded><![CDATA[<p>We're back again with <a href="https://www.linkedin.com/in/kim-r-045818228/">Kim Rowan</a>.  Listen to her thoughts about what it's like to become a manager of technical teams.</p>

<p></p><figure class="audio">
	<figcaption>🔊</figcaption>
	<img src="https://shkspr.mobi/blog/wp-content/uploads/2019/10/Kim-Rowan-MoJ-mp3-image.jpg" alt="">
	<audio controls="" loading="lazy" src="https://shkspr.mobi/blog/wp-content/uploads/2019/10/Kim-Rowan-Becoming-a-manager.mp3">
		<p>💾 <a href="https://shkspr.mobi/blog/wp-content/uploads/2019/10/Kim-Rowan-Becoming-a-manager.mp3">Download this audio file</a>.</p>
	</audio>
</figure><p></p>

<p>Read about <a href="https://web.archive.org/web/20190408195747/https://www.kim-in.tech/2019/04/how-i-got-into-tech_7.html">how she got into tech</a>.</p>
<img src="https://shkspr.mobi/blog/wp-content/themes/edent-wordpress-theme/info/okgo.php?ID=32916&HTTP_REFERER=RSS" alt="" width="1" height="1" loading="eager">]]></content:encoded>
					
					<wfw:commentRss>https://shkspr.mobi/blog/2019/10/episode-32-switching-from-being-a-developer-to-being-a-manager/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		<enclosure url="https://shkspr.mobi/blog/wp-content/uploads/2019/10/Kim-Rowan-Becoming-a-manager.mp3" length="1670356" type="audio/mpeg" />

			</item>
		<item>
		<title><![CDATA[Episode 31 - Modernising the Ministry of Justice]]></title>
		<link>https://shkspr.mobi/blog/2019/10/episode-31-modernising-the-ministry-of-justice/</link>
					<comments>https://shkspr.mobi/blog/2019/10/episode-31-modernising-the-ministry-of-justice/#respond</comments>
				<dc:creator><![CDATA[@edent]]></dc:creator>
		<pubDate>Wed, 16 Oct 2019 14:28:08 +0000</pubDate>
				<category><![CDATA[About A Minute]]></category>
		<category><![CDATA[government]]></category>
		<category><![CDATA[justice]]></category>
		<category><![CDATA[podcast]]></category>
		<guid isPermaLink="false">https://shkspr.mobi/blog/?p=32911</guid>

					<description><![CDATA[How do you modernise the technology of a huge organisation like the UK&#039;s Ministry of Justice? Kim Rowan has some bright ideas.   	🔊 	 	 		💾 Download this audio file. 	    Read Kim&#039;s post on the Application Modernisation Team For more technical posts, read the Just-Tech blog on Medium.  …]]></description>
										<content:encoded><![CDATA[<p>How do you modernise the technology of a huge organisation like the UK's Ministry of Justice? Kim Rowan has some bright ideas.</p>

<p></p><figure class="audio">
	<figcaption>🔊</figcaption>
	<img src="https://shkspr.mobi/blog/wp-content/uploads/2019/10/Kim-Rowan-MoJ-mp3-image.jpg" alt="">
	<audio controls="" loading="lazy" src="https://shkspr.mobi/blog/wp-content/uploads/2019/10/Kim-Rowan-MoJ.mp3">
		<p>💾 <a href="https://shkspr.mobi/blog/wp-content/uploads/2019/10/Kim-Rowan-MoJ.mp3">Download this audio file</a>.</p>
	</audio>
</figure><p></p>

<ul>
<li><a href="https://mojdigital.blog.gov.uk/2018/11/22/announcing-the-application-modernisation-team1/">Read Kim's post on the Application Modernisation Team</a></li>
<li>For more technical posts, read the <a href="https://medium.com/just-tech">Just-Tech blog on Medium</a>.</li>
</ul>
<img src="https://shkspr.mobi/blog/wp-content/themes/edent-wordpress-theme/info/okgo.php?ID=32911&HTTP_REFERER=RSS" alt="" width="1" height="1" loading="eager">]]></content:encoded>
					
					<wfw:commentRss>https://shkspr.mobi/blog/2019/10/episode-31-modernising-the-ministry-of-justice/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		<enclosure url="https://shkspr.mobi/blog/wp-content/uploads/2019/10/Kim-Rowan-MoJ.mp3" length="1176673" type="audio/mpeg" />

			</item>
		<item>
		<title><![CDATA[Episode 30 - The Science of Laughter - with @Suw]]></title>
		<link>https://shkspr.mobi/blog/2019/10/episode-30-the-science-of-laughter-with-suw/</link>
					<comments>https://shkspr.mobi/blog/2019/10/episode-30-the-science-of-laughter-with-suw/#respond</comments>
				<dc:creator><![CDATA[@edent]]></dc:creator>
		<pubDate>Tue, 08 Oct 2019 06:14:34 +0000</pubDate>
				<category><![CDATA[About A Minute]]></category>
		<category><![CDATA[ada lovelace]]></category>
		<category><![CDATA[podcast]]></category>
		<guid isPermaLink="false">https://shkspr.mobi/blog/?p=32906</guid>

					<description><![CDATA[Happy Ada Lovelace Day! I interviewed its founder, Suw Charman-Anderson, on an earlier episode.  So here is a BONUS EPISODE for your ears. I hope you have as much fun listening to it as I had recording it.   	🔊 	 	 		💾 Download this audio file. 	  …]]></description>
										<content:encoded><![CDATA[<p>Happy <a href="https://findingada.com/">Ada Lovelace Day</a>! I interviewed its founder, Suw Charman-Anderson, on an <a href="https://shkspr.mobi/blog/2019/03/episode-21-ada-lovelace-day-live/">earlier episode</a>.</p>

<p>So here is a BONUS EPISODE for your ears. I hope you have as much fun listening to it as I had recording it.</p>

<p></p><figure class="audio">
	<figcaption>🔊</figcaption>
	<img src="https://shkspr.mobi/blog/wp-content/uploads/2019/10/Suw-Laughing-mp3-image.jpg" alt="">
	<audio controls="" loading="lazy" src="https://shkspr.mobi/blog/wp-content/uploads/2019/10/Suw-Laughing.mp3">
		<p>💾 <a href="https://shkspr.mobi/blog/wp-content/uploads/2019/10/Suw-Laughing.mp3">Download this audio file</a>.</p>
	</audio>
</figure><p></p>
<img src="https://shkspr.mobi/blog/wp-content/themes/edent-wordpress-theme/info/okgo.php?ID=32906&HTTP_REFERER=RSS" alt="" width="1" height="1" loading="eager">]]></content:encoded>
					
					<wfw:commentRss>https://shkspr.mobi/blog/2019/10/episode-30-the-science-of-laughter-with-suw/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		<enclosure url="https://shkspr.mobi/blog/wp-content/uploads/2019/10/Suw-Laughing.mp3" length="964136" type="audio/mpeg" />

			</item>
		<item>
		<title><![CDATA[Episode 29: The Pod Delusion Strikes Back!]]></title>
		<link>https://shkspr.mobi/blog/2019/08/episode-29-the-pod-delusion-strikes-back/</link>
					<comments>https://shkspr.mobi/blog/2019/08/episode-29-the-pod-delusion-strikes-back/#respond</comments>
				<dc:creator><![CDATA[@edent]]></dc:creator>
		<pubDate>Sat, 24 Aug 2019 08:25:34 +0000</pubDate>
				<category><![CDATA[About A Minute]]></category>
		<category><![CDATA[podcast]]></category>
		<guid isPermaLink="false">https://shkspr.mobi/blog/?p=32666</guid>

					<description><![CDATA[After five long years, The Pod Delusion is back! This is a quick chat with host &#38; producer James O&#039;Malley.   	🔊 	 	 		💾 Download this audio file. 	   You can listen to back-episodes at https://poddelusion.co.uk/blog/ and I thoroughly recommend sticking it in your podcast app. …]]></description>
										<content:encoded><![CDATA[<p>After five long years, <a href="https://poddelusion.co.uk/">The Pod Delusion</a> is back! This is a quick chat with host &amp; producer James O'Malley.</p>

<p></p><figure class="audio">
	<figcaption>🔊</figcaption>
	<img src="https://shkspr.mobi/blog/wp-content/uploads/2019/08/Jame-OMalley-Pod-Delusion-mp3-image.jpg" alt="">
	<audio controls="" loading="lazy" src="https://shkspr.mobi/blog/wp-content/uploads/2019/08/Jame-OMalley-Pod-Delusion.mp3">
		<p>💾 <a href="https://shkspr.mobi/blog/wp-content/uploads/2019/08/Jame-OMalley-Pod-Delusion.mp3">Download this audio file</a>.</p>
	</audio>
</figure><p></p>

<p>You can listen to back-episodes at <a href="https://poddelusion.co.uk/blog/"></a><a href="https://poddelusion.co.uk/blog/">https://poddelusion.co.uk/blog/</a> and I thoroughly recommend sticking it in your podcast app.</p>
<img src="https://shkspr.mobi/blog/wp-content/themes/edent-wordpress-theme/info/okgo.php?ID=32666&HTTP_REFERER=RSS" alt="" width="1" height="1" loading="eager">]]></content:encoded>
					
					<wfw:commentRss>https://shkspr.mobi/blog/2019/08/episode-29-the-pod-delusion-strikes-back/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		<enclosure url="https://shkspr.mobi/blog/wp-content/uploads/2019/08/Jame-OMalley-Pod-Delusion.mp3" length="871642" type="audio/mpeg" />

			</item>
		<item>
		<title><![CDATA[Documentally and Backpack Studio]]></title>
		<link>https://shkspr.mobi/blog/2019/07/documentally-and-backpack-studio/</link>
					<comments>https://shkspr.mobi/blog/2019/07/documentally-and-backpack-studio/#respond</comments>
				<dc:creator><![CDATA[@edent]]></dc:creator>
		<pubDate>Fri, 26 Jul 2019 06:05:20 +0000</pubDate>
				<category><![CDATA[About A Minute]]></category>
		<category><![CDATA[podcast]]></category>
		<guid isPermaLink="false">https://shkspr.mobi/blog/?p=32537</guid>

					<description><![CDATA[If two blokes meet up and don&#039;t record a podcast, did it even happen?  Social Media Maven Documentally showed off his podcasting rig - an app called Backpack Studio. You can listen to the ramblechat we recorded on his feed.  Here&#039;s our quick chat about this nifty podcasting app - which I hope will one day come to Android.   	🔊 	 	 		💾 Download this audio file. 	  …]]></description>
										<content:encoded><![CDATA[<p>If two blokes meet up and don't record a podcast, did it even happen?</p>

<p>Social Media Maven <a href="http://documentally.com/">Documentally</a> showed off his podcasting rig - an app called <a href="https://backpackstudioapp.com/">Backpack Studio</a>. You can listen to the <a href="https://audioboom.com/posts/7320128-edent-and-i-at-orgcon-2019">ramblechat we recorded on his feed</a>.
<img src="https://shkspr.mobi/blog/wp-content/uploads/2019/07/documentally-holding-a-phone.jpg" alt="documentally holding a phone." width="640" height="480" class="aligncenter size-full wp-image-32538">
Here's our quick chat about this nifty podcasting app - which I hope will one day come to Android.</p>

<p></p><figure class="audio">
	<figcaption>🔊</figcaption>
	<img src="https://shkspr.mobi/blog/wp-content/uploads/2019/07/Documentally-mp3-image.jpg" alt="">
	<audio controls="" loading="lazy" src="https://shkspr.mobi/blog/wp-content/uploads/2019/07/Documentally.mp3">
		<p>💾 <a href="https://shkspr.mobi/blog/wp-content/uploads/2019/07/Documentally.mp3">Download this audio file</a>.</p>
	</audio>
</figure><p></p>
<img src="https://shkspr.mobi/blog/wp-content/themes/edent-wordpress-theme/info/okgo.php?ID=32537&HTTP_REFERER=RSS" alt="" width="1" height="1" loading="eager">]]></content:encoded>
					
					<wfw:commentRss>https://shkspr.mobi/blog/2019/07/documentally-and-backpack-studio/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		<enclosure url="https://shkspr.mobi/blog/wp-content/uploads/2019/07/Documentally.mp3" length="971942" type="audio/mpeg" />

			</item>
		<item>
		<title><![CDATA[Episode 27 - Hannah Cameron's makerspace adventures]]></title>
		<link>https://shkspr.mobi/blog/2019/06/episode-27-hannah-camerons-makerspace-adventures/</link>
					<comments>https://shkspr.mobi/blog/2019/06/episode-27-hannah-camerons-makerspace-adventures/#respond</comments>
				<dc:creator><![CDATA[@edent]]></dc:creator>
		<pubDate>Wed, 19 Jun 2019 06:51:09 +0000</pubDate>
				<category><![CDATA[About A Minute]]></category>
		<category><![CDATA[3d printing]]></category>
		<category><![CDATA[podcast]]></category>
		<guid isPermaLink="false">https://shkspr.mobi/blog/?p=32292</guid>

					<description><![CDATA[Hannah works for Eagle Labs, where she 3D prints things and builds IoT lamps.   	🔊 	 	 		💾 Download this audio file. 	  …]]></description>
										<content:encoded><![CDATA[<p>Hannah works for <a href="https://labs.uk.barclays/">Eagle Labs</a>, where she 3D prints things and builds <a href="https://www.hackster.io/nord-projects/android-things-lantern-9f0c28">IoT lamps</a>.</p>

<p></p><figure class="audio">
	<figcaption>🔊</figcaption>
	<img src="https://shkspr.mobi/blog/wp-content/uploads/2019/06/hancam14-mp3-image.jpg" alt="">
	<audio controls="" loading="lazy" src="https://shkspr.mobi/blog/wp-content/uploads/2019/06/hancam14.mp3">
		<p>💾 <a href="https://shkspr.mobi/blog/wp-content/uploads/2019/06/hancam14.mp3">Download this audio file</a>.</p>
	</audio>
</figure><p></p>
<img src="https://shkspr.mobi/blog/wp-content/themes/edent-wordpress-theme/info/okgo.php?ID=32292&HTTP_REFERER=RSS" alt="" width="1" height="1" loading="eager">]]></content:encoded>
					
					<wfw:commentRss>https://shkspr.mobi/blog/2019/06/episode-27-hannah-camerons-makerspace-adventures/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		<enclosure url="https://shkspr.mobi/blog/wp-content/uploads/2019/06/hancam14.mp3" length="1364448" type="audio/mpeg" />

			</item>
		<item>
		<title><![CDATA[Episode 26 - Dan Pope's trntxt.uk]]></title>
		<link>https://shkspr.mobi/blog/2019/06/episode-26-dan-popes-trntxt-uk/</link>
					<comments>https://shkspr.mobi/blog/2019/06/episode-26-dan-popes-trntxt-uk/#respond</comments>
				<dc:creator><![CDATA[@edent]]></dc:creator>
		<pubDate>Fri, 14 Jun 2019 05:55:04 +0000</pubDate>
				<category><![CDATA[About A Minute]]></category>
		<category><![CDATA[podcast]]></category>
		<category><![CDATA[trains]]></category>
		<guid isPermaLink="false">https://shkspr.mobi/blog/?p=32288</guid>

					<description><![CDATA[Do you want an ultra-minimalist, open source, train times website?  If so, Dan Pope, has created trntxt.uk just for you!   	🔊 	 	 		💾 Download this audio file. 	  …]]></description>
										<content:encoded><![CDATA[<p>Do you want an ultra-minimalist, open source, train times website?</p>

<p>If so, <a href="https://www.dpope.uk/">Dan Pope</a>, has created <a href="https://trntxt.uk/"><code>trntxt.uk</code></a> just for you!</p>

<p></p><figure class="audio">
	<figcaption>🔊</figcaption>
	
	<audio controls="" loading="lazy" src="https://shkspr.mobi/blog/wp-content/uploads/2019/06/Dan-Pope-TrainTxt.mp3">
		<p>💾 <a href="https://shkspr.mobi/blog/wp-content/uploads/2019/06/Dan-Pope-TrainTxt.mp3">Download this audio file</a>.</p>
	</audio>
</figure><p></p>
<img src="https://shkspr.mobi/blog/wp-content/themes/edent-wordpress-theme/info/okgo.php?ID=32288&HTTP_REFERER=RSS" alt="" width="1" height="1" loading="eager">]]></content:encoded>
					
					<wfw:commentRss>https://shkspr.mobi/blog/2019/06/episode-26-dan-popes-trntxt-uk/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		<enclosure url="https://shkspr.mobi/blog/wp-content/uploads/2019/06/Dan-Pope-TrainTxt.mp3" length="1111167" type="audio/mpeg" />

			</item>
		<item>
		<title><![CDATA[Episode 25 - The Pay Gap with Rainey David]]></title>
		<link>https://shkspr.mobi/blog/2019/04/episode-25-the-pay-gap-with-rainey-david/</link>
					<comments>https://shkspr.mobi/blog/2019/04/episode-25-the-pay-gap-with-rainey-david/#respond</comments>
				<dc:creator><![CDATA[@edent]]></dc:creator>
		<pubDate>Wed, 10 Apr 2019 06:54:11 +0000</pubDate>
				<category><![CDATA[About A Minute]]></category>
		<category><![CDATA[gender]]></category>
		<category><![CDATA[podcast]]></category>
		<guid isPermaLink="false">https://shkspr.mobi/blog/?p=31880</guid>

					<description><![CDATA[A quick chat with Rainey David all about the gender pay gap. Including top tips on how to value your worth to your employer.   	🔊 	 	 		💾 Download this audio file. 	   Find out more at ThePayGap.com …]]></description>
										<content:encoded><![CDATA[<p>A quick chat with <a href="https://twitter.com/RaineyDav">Rainey David</a> all about the gender pay gap. Including top tips on how to value your worth to your employer.</p>

<p></p><figure class="audio">
	<figcaption>🔊</figcaption>
	
	<audio controls="" loading="lazy" src="https://shkspr.mobi/blog/wp-content/uploads/2019/04/Rainey-Paygap.mp3">
		<p>💾 <a href="https://shkspr.mobi/blog/wp-content/uploads/2019/04/Rainey-Paygap.mp3">Download this audio file</a>.</p>
	</audio>
</figure><p></p>

<p>Find out more at <a href="https://web.archive.org/web/20190629184829/http://thepaygap.com/">ThePayGap.com</a></p>
<img src="https://shkspr.mobi/blog/wp-content/themes/edent-wordpress-theme/info/okgo.php?ID=31880&HTTP_REFERER=RSS" alt="" width="1" height="1" loading="eager">]]></content:encoded>
					
					<wfw:commentRss>https://shkspr.mobi/blog/2019/04/episode-25-the-pay-gap-with-rainey-david/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		<enclosure url="https://shkspr.mobi/blog/wp-content/uploads/2019/04/Rainey-Paygap.mp3" length="1098257" type="audio/mpeg" />

			</item>
		<item>
		<title><![CDATA[Episode 24 - Sound Archiving with Thea Cochrane]]></title>
		<link>https://shkspr.mobi/blog/2019/04/episode-24-sound-archiving-with-thea-cochrane/</link>
					<comments>https://shkspr.mobi/blog/2019/04/episode-24-sound-archiving-with-thea-cochrane/#respond</comments>
				<dc:creator><![CDATA[@edent]]></dc:creator>
		<pubDate>Wed, 03 Apr 2019 06:52:03 +0000</pubDate>
				<category><![CDATA[About A Minute]]></category>
		<category><![CDATA[podcast]]></category>
		<category><![CDATA[preservation]]></category>
		<category><![CDATA[sounds]]></category>
		<guid isPermaLink="false">https://shkspr.mobi/blog/?p=31788</guid>

					<description><![CDATA[My pal Thea Cochrane is doing brilliant things with the British Library Sound Archive   	🔊 	 	 		💾 Download this audio file. 	   You can follow along @BLSoundHeritage.     🎧 Stick this Podcast Feed into your podcatcher. 🍏 Subscribe on iTunes. 🎵 Intro music &#34;Gran Vals&#34; performed by Brian Streckfus. ⏱ Stopwatch Icon by Ilsur Aptukov from The Noun Project. 🄯 This podcast is licensed under a Creative …]]></description>
										<content:encoded><![CDATA[<p>My pal <a href="https://twitter.com/thea_cochr">Thea Cochrane</a> is doing <em>brilliant</em> things with the <a href="https://www.bl.uk/projects/Unlocking%20Our%20Sound%20Heritage">British Library Sound Archive</a></p>

<p></p><figure class="audio">
	<figcaption>🔊</figcaption>
	<img src="https://shkspr.mobi/blog/wp-content/uploads/2019/03/Thea-Sounds-mp3-image.jpg" alt="">
	<audio controls="" loading="lazy" src="https://shkspr.mobi/blog/wp-content/uploads/2019/03/Thea-Sounds.mp3">
		<p>💾 <a href="https://shkspr.mobi/blog/wp-content/uploads/2019/03/Thea-Sounds.mp3">Download this audio file</a>.</p>
	</audio>
</figure><p></p>

<p>You can follow along <a href="https://twitter.com/blsoundheritage">@BLSoundHeritage</a>.</p>

<hr>

<ul>
<li>🎧 <a href="https://shkspr.mobi/blog/category/aam-podcast/feed/">Stick this Podcast Feed into your podcatcher</a>.</li>
<li>🍏 <a href="https://itunes.apple.com/gb/podcast/about-a-minute/id939617328">Subscribe on iTunes.</a></li>
<li>🎵 Intro music <a href="https://www.youtube.com/watch?v=adxr3RGOdrI">"Gran Vals" performed by Brian Streckfus</a>.</li>
<li>⏱ <a href="https://thenounproject.com/term/stopwatch/14262/">Stopwatch Icon by Ilsur Aptukov from The Noun Project</a>.</li>
<li>🄯 This podcast is licensed under a <a rel="license" href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.</li>
</ul>
<img src="https://shkspr.mobi/blog/wp-content/themes/edent-wordpress-theme/info/okgo.php?ID=31788&HTTP_REFERER=RSS" alt="" width="1" height="1" loading="eager">]]></content:encoded>
					
					<wfw:commentRss>https://shkspr.mobi/blog/2019/04/episode-24-sound-archiving-with-thea-cochrane/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		<enclosure url="https://shkspr.mobi/blog/wp-content/uploads/2019/03/Thea-Sounds.mp3" length="1104669" type="audio/mpeg" />

			</item>
		<item>
		<title><![CDATA[Episode 23 - Sixty Second Security with Dan Raywood]]></title>
		<link>https://shkspr.mobi/blog/2019/03/episode-23-sixty-second-security-with-dan-raywood/</link>
					<comments>https://shkspr.mobi/blog/2019/03/episode-23-sixty-second-security-with-dan-raywood/#respond</comments>
				<dc:creator><![CDATA[@edent]]></dc:creator>
		<pubDate>Wed, 27 Mar 2019 07:25:39 +0000</pubDate>
				<category><![CDATA[About A Minute]]></category>
		<category><![CDATA[podcast]]></category>
		<category><![CDATA[security]]></category>
		<guid isPermaLink="false">https://shkspr.mobi/blog/?p=31784</guid>

					<description><![CDATA[How can you quickly tune up your computer security? Dan Raywood - Contributing Editor at Infosecurity Magazine shares his wisdom with us.   	🔊 	 	 		💾 Download this audio file. 	   If you&#039;re interested in an open source password manager, I&#039;m happy to personally recommend BitWarden     🎧 Stick this Podcast Feed into your podcatcher. 🍏 Subscribe on iTunes. 🎵 Intro music &#34;Gran Vals&#34; performed by Bria…]]></description>
										<content:encoded><![CDATA[<p>How can you quickly tune up your computer security? <a href="https://twitter.com/DanRaywood">Dan Raywood</a> - Contributing Editor at <a href="https://www.infosecurity-magazine.com">Infosecurity Magazine</a> shares his wisdom with us.</p>

<p></p><figure class="audio">
	<figcaption>🔊</figcaption>
	<img src="https://shkspr.mobi/blog/wp-content/uploads/2019/03/Dan-Security-mp3-image.jpg" alt="">
	<audio controls="" loading="lazy" src="https://shkspr.mobi/blog/wp-content/uploads/2019/03/Dan-Security.mp3">
		<p>💾 <a href="https://shkspr.mobi/blog/wp-content/uploads/2019/03/Dan-Security.mp3">Download this audio file</a>.</p>
	</audio>
</figure><p></p>

<p>If you're interested in an open source password manager, I'm happy to personally recommend <a href="https://bitwarden.com/">BitWarden</a></p>

<hr>

<ul>
<li>🎧 <a href="https://shkspr.mobi/blog/category/aam-podcast/feed/">Stick this Podcast Feed into your podcatcher</a>.</li>
<li>🍏 <a href="https://itunes.apple.com/gb/podcast/about-a-minute/id939617328">Subscribe on iTunes.</a></li>
<li>🎵 Intro music <a href="https://www.youtube.com/watch?v=adxr3RGOdrI">"Gran Vals" performed by Brian Streckfus</a>.</li>
<li>⏱ <a href="https://thenounproject.com/term/stopwatch/14262/">Stopwatch Icon by Ilsur Aptukov from The Noun Project</a>.</li>
<li>🄯 This podcast is licensed under a <a rel="license" href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.</li>
</ul>
<img src="https://shkspr.mobi/blog/wp-content/themes/edent-wordpress-theme/info/okgo.php?ID=31784&HTTP_REFERER=RSS" alt="" width="1" height="1" loading="eager">]]></content:encoded>
					
					<wfw:commentRss>https://shkspr.mobi/blog/2019/03/episode-23-sixty-second-security-with-dan-raywood/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		<enclosure url="https://shkspr.mobi/blog/wp-content/uploads/2019/03/Dan-Security.mp3" length="873848" type="audio/mpeg" />

			</item>
		<item>
		<title><![CDATA[Episode 22 - Recycling with TerraCycle]]></title>
		<link>https://shkspr.mobi/blog/2019/03/episode-22-recycling-with-terracycle/</link>
					<comments>https://shkspr.mobi/blog/2019/03/episode-22-recycling-with-terracycle/#respond</comments>
				<dc:creator><![CDATA[@edent]]></dc:creator>
		<pubDate>Fri, 22 Mar 2019 07:38:08 +0000</pubDate>
				<category><![CDATA[About A Minute]]></category>
		<category><![CDATA[podcast]]></category>
		<category><![CDATA[recycle]]></category>
		<guid isPermaLink="false">https://shkspr.mobi/blog/?p=31757</guid>

					<description><![CDATA[I&#039;m joined by my old school-chum Rebecca Bradshaw - as we talk about an innovative recycling company - TerraCycle.  You can find out more about their recycling programme on Twitter.  	🔊 	 	 		💾 Download this audio file. 	  Sorry for the slightly iffy audio-quality. The call recorder on my phone is OK for admin, but not brilliant for podcasting. Will try to record future episodes in person of via V…]]></description>
										<content:encoded><![CDATA[<p>I'm joined by my old school-chum <a href="https://www.linkedin.com/in/rebeccajbradshaw/">Rebecca Bradshaw</a> - as we talk about an <a href="https://www.terracycle.co.uk">innovative recycling company - TerraCycle</a>.</p>

<p>You can find out more about their <a href="https://twitter.com/terracycleuk">recycling programme on Twitter</a>.
</p><figure class="audio">
	<figcaption>🔊</figcaption>
	<img src="https://shkspr.mobi/blog/wp-content/uploads/2019/03/Becky-TerraCycle-mp3-image.png" alt="">
	<audio controls="" loading="lazy" src="https://shkspr.mobi/blog/wp-content/uploads/2019/03/Becky-TerraCycle.mp3">
		<p>💾 <a href="https://shkspr.mobi/blog/wp-content/uploads/2019/03/Becky-TerraCycle.mp3">Download this audio file</a>.</p>
	</audio>
</figure>
Sorry for the slightly iffy audio-quality. The call recorder on my phone is OK for admin, but not brilliant for podcasting. Will try to record future episodes in person of via VoIP.<p></p>

<p>Want to be featured on the podcast? <a href="https://edent.tel/">Get in touch with me</a>.</p>

<hr>

<ul>
<li>🎧 <a href="https://shkspr.mobi/blog/category/aam-podcast/feed/">Stick this Podcast Feed into your podcatcher</a>.</li>
<li>🍏 <a href="https://itunes.apple.com/gb/podcast/about-a-minute/id939617328">Subscribe on iTunes.</a></li>
<li>🎵 Intro music <a href="https://www.youtube.com/watch?v=adxr3RGOdrI">"Gran Vals" performed by Brian Streckfus</a>.</li>
<li>⏱ <a href="https://thenounproject.com/term/stopwatch/14262/">Stopwatch Icon by Ilsur Aptukov from The Noun Project</a>.</li>
<li>🄯 This podcast is licensed under a <a rel="license" href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.</li>
</ul>
<img src="https://shkspr.mobi/blog/wp-content/themes/edent-wordpress-theme/info/okgo.php?ID=31757&HTTP_REFERER=RSS" alt="" width="1" height="1" loading="eager">]]></content:encoded>
					
					<wfw:commentRss>https://shkspr.mobi/blog/2019/03/episode-22-recycling-with-terracycle/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		<enclosure url="https://shkspr.mobi/blog/wp-content/uploads/2019/03/Becky-TerraCycle.mp3" length="916114" type="audio/mpeg" />

			</item>
		<item>
		<title><![CDATA[Episode 21: Ada Lovelace Day Live!]]></title>
		<link>https://shkspr.mobi/blog/2019/03/episode-21-ada-lovelace-day-live/</link>
					<comments>https://shkspr.mobi/blog/2019/03/episode-21-ada-lovelace-day-live/#respond</comments>
				<dc:creator><![CDATA[@edent]]></dc:creator>
		<pubDate>Sun, 17 Mar 2019 17:14:21 +0000</pubDate>
				<category><![CDATA[About A Minute]]></category>
		<category><![CDATA[ada lovelace]]></category>
		<category><![CDATA[finding ada]]></category>
		<category><![CDATA[podcast]]></category>
		<guid isPermaLink="false">https://shkspr.mobi/blog/?p=31747</guid>

					<description><![CDATA[I&#039;m joined by Suw Charman-Anderson - powerhouse and founder of Finding Ada.  	🔊 	 	 		💾 Download this audio file. 	  You can follow Finding Ada on Twitter and you can support the project on Patreon.  If you&#039;d like to have a chat with me - get in touch.     🎧 Stick this Podcast Feed into your podcatcher. 🍏 Subscribe on iTunes. 🎵 Intro music &#34;Gran Vals&#34; performed by Brian Streckfus. ⏱ Stopwatch Icon…]]></description>
										<content:encoded><![CDATA[<p>I'm joined by <a href="https://twitter.com/Suw">Suw Charman-Anderson</a> - powerhouse and founder of <a href="https://findingada.com">Finding Ada</a>.
</p><figure class="audio">
	<figcaption>🔊</figcaption>
	<img src="https://shkspr.mobi/blog/wp-content/uploads/2019/03/Suw-Finding-Ada-mp3-image.jpg" alt="">
	<audio controls="" loading="lazy" src="https://shkspr.mobi/blog/wp-content/uploads/2019/03/Suw-Finding-Ada.mp3">
		<p>💾 <a href="https://shkspr.mobi/blog/wp-content/uploads/2019/03/Suw-Finding-Ada.mp3">Download this audio file</a>.</p>
	</audio>
</figure>
You can <a href="https://twitter.com/findingada">follow Finding Ada on Twitter</a> and you can <a href="https://www.patreon.com/findingada">support the project on Patreon</a>.<p></p>

<p>If you'd like to have a chat with me - <a href="https://edent.tel/">get in touch</a>.</p>

<hr>

<ul>
<li>🎧 <a href="https://shkspr.mobi/blog/category/aam-podcast/feed/">Stick this Podcast Feed into your podcatcher</a>.</li>
<li>🍏 <a href="https://itunes.apple.com/gb/podcast/about-a-minute/id939617328">Subscribe on iTunes.</a></li>
<li>🎵 Intro music <a href="https://www.youtube.com/watch?v=adxr3RGOdrI">"Gran Vals" performed by Brian Streckfus</a>.</li>
<li>⏱ <a href="https://thenounproject.com/term/stopwatch/14262/">Stopwatch Icon by Ilsur Aptukov from The Noun Project</a>.</li>
<li>🄯 This podcast is licensed under a <a rel="license" href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.</li>
</ul>
<img src="https://shkspr.mobi/blog/wp-content/themes/edent-wordpress-theme/info/okgo.php?ID=31747&HTTP_REFERER=RSS" alt="" width="1" height="1" loading="eager">]]></content:encoded>
					
					<wfw:commentRss>https://shkspr.mobi/blog/2019/03/episode-21-ada-lovelace-day-live/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		<enclosure url="https://shkspr.mobi/blog/wp-content/uploads/2019/03/Suw-Finding-Ada.mp3" length="1252565" type="audio/mpeg" />

			</item>
		<item>
		<title><![CDATA[New Podcasts Coming Soon!]]></title>
		<link>https://shkspr.mobi/blog/2019/02/new-podcasts-coming-soon/</link>
					<comments>https://shkspr.mobi/blog/2019/02/new-podcasts-coming-soon/#respond</comments>
				<dc:creator><![CDATA[@edent]]></dc:creator>
		<pubDate>Tue, 26 Feb 2019 21:21:18 +0000</pubDate>
				<category><![CDATA[About A Minute]]></category>
		<category><![CDATA[podcast]]></category>
		<guid isPermaLink="false">https://shkspr.mobi/blog/?p=31579</guid>

					<description><![CDATA[Because podcasts are now cool™ again - I&#039;ve decided to resurrect this feed.  If you&#039;re interested in being interviewed - please get in touch with me. We can record in person, over the phone, or via Skype.  In the meantime, here&#039;s the podcast&#039;s theme-tune to get you in the mood.  And to test that I&#039;ve set up everything properly.  	🔊 Gran Vals ~ Francisco Tárrega🎤 Brian Streckfus 	 	 		💾 Download th…]]></description>
										<content:encoded><![CDATA[<p>Because podcasts are now cool™ again - I've decided to resurrect this feed.</p>

<p>If you're interested in being interviewed - please <a href="https://edent.tel/">get in touch with me</a>. We can record in person, over the phone, or via Skype.</p>

<p>In the meantime, here's the podcast's theme-tune to get you in the mood.  And to test that I've set up everything properly.
</p><figure class="audio">
	<figcaption>🔊 Gran Vals ~ Francisco Tárrega<br>🎤 Brian Streckfus</figcaption>
	
	<audio controls="" loading="lazy" src="https://shkspr.mobi/blog/wp-content/uploads/2019/02/podcast-theme-tune.mp3">
		<p>💾 <a href="https://shkspr.mobi/blog/wp-content/uploads/2019/02/podcast-theme-tune.mp3">Download this audio file</a>.</p>
	</audio>
</figure><p></p>

<hr>

<ul>
<li>🎧 <a href="https://shkspr.mobi/blog/category/aam-podcast/feed/">Stick this Podcast Feed into your podcatcher</a>.</li>
<li>🍏 <a href="https://itunes.apple.com/gb/podcast/about-a-minute/id939617328">Subscribe on iTunes.</a></li>
<li>🎵 Intro music <a href="https://www.youtube.com/watch?v=adxr3RGOdrI">"Gran Vals" performed by Brian Streckfus</a>.</li>
<li>⏱ <a href="https://thenounproject.com/term/stopwatch/14262/">Stopwatch Icon by Ilsur Aptukov from The Noun Project</a>.</li>
<li>🄯 This podcast is licensed under a <a rel="license" href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.</li>
</ul>
<img src="https://shkspr.mobi/blog/wp-content/themes/edent-wordpress-theme/info/okgo.php?ID=31579&HTTP_REFERER=RSS" alt="" width="1" height="1" loading="eager">]]></content:encoded>
					
					<wfw:commentRss>https://shkspr.mobi/blog/2019/02/new-podcasts-coming-soon/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		<enclosure url="https://shkspr.mobi/blog/wp-content/uploads/2019/02/podcast-theme-tune.mp3" length="2093386" type="audio/mpeg" />

			</item>
		<item>
		<title><![CDATA[Pursuit Podcast - Life, The Unicode, And Everything]]></title>
		<link>https://shkspr.mobi/blog/2017/11/pursuit-podcast-life-the-unicode-and-everything/</link>
					<comments>https://shkspr.mobi/blog/2017/11/pursuit-podcast-life-the-unicode-and-everything/#respond</comments>
				<dc:creator><![CDATA[@edent]]></dc:creator>
		<pubDate>Tue, 21 Nov 2017 17:15:05 +0000</pubDate>
				<category><![CDATA[/etc/]]></category>
		<category><![CDATA[NaBloPoMo]]></category>
		<category><![CDATA[podcast]]></category>
		<category><![CDATA[unicode]]></category>
		<guid isPermaLink="false">https://shkspr.mobi/blog/?p=28908</guid>

					<description><![CDATA[The inimitable Jess Rose interviewed me for her Pursuit Podcast - talking about the Unicode Power Symbol proposal.  We talked about how to subvert bureaucracy, building a team of supporters, adding new stuff to Unicode, and recognising that you&#039;re a background character in most people&#039;s lives.  Bit of a ramble, but jolly good fun.   Sketchnotes by the exquisitely talented Kate Holden.  Find out…]]></description>
										<content:encoded><![CDATA[<p>The inimitable Jess Rose interviewed me for her <a href="https://podcasts.apple.com/gb/podcast/navigating-tech-bureaucracy-terence-eden/id1254015613?i=1000395081311">Pursuit Podcast</a> - talking about the <a href="https://unicodepowersymbol.com/">Unicode Power Symbol proposal</a>.</p>

<p>We talked about how to subvert bureaucracy, building a team of supporters, adding new stuff to Unicode, and recognising that you're a background character in most people's lives.  Bit of a ramble, but jolly good fun.</p>

<p><a href="https://pursuitpod.libsyn.com/navigating-tech-bureaucracy-terence-eden"><img src="https://shkspr.mobi/blog/wp-content/uploads/2017/11/sketchnotes.jpg" alt="A beautiful hand drawing showing the flow of the conversation" width="800" height="1140" class="aligncenter size-full wp-image-28909"></a>
Sketchnotes by the exquisitely talented <a href="https://www.kateholden.art/">Kate Holden</a>.</p>

<p>Find out more about <a href="http://jessica.tech/">Jess</a> and subscribe to <a href="https://itunes.apple.com/us/podcast/id1254015613">Pursuit Podcast</a> and leave a nice review.</p>
<img src="https://shkspr.mobi/blog/wp-content/themes/edent-wordpress-theme/info/okgo.php?ID=28908&HTTP_REFERER=RSS" alt="" width="1" height="1" loading="eager">]]></content:encoded>
					
					<wfw:commentRss>https://shkspr.mobi/blog/2017/11/pursuit-podcast-life-the-unicode-and-everything/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title><![CDATA[In The Abstract Podcast]]></title>
		<link>https://shkspr.mobi/blog/2015/03/in-the-abstract-podcast/</link>
					<comments>https://shkspr.mobi/blog/2015/03/in-the-abstract-podcast/#respond</comments>
				<dc:creator><![CDATA[@edent]]></dc:creator>
		<pubDate>Mon, 02 Mar 2015 08:00:02 +0000</pubDate>
				<category><![CDATA[/etc/]]></category>
		<category><![CDATA[podcast]]></category>
		<category><![CDATA[science]]></category>
		<guid isPermaLink="false">https://shkspr.mobi/blog/?p=20669</guid>

					<description><![CDATA[Last week I was on In The Abstract - a science podcast - along with the very funny Francesca Day , the mediumly funny Tara Clarke, and the just-funny-enough Steve Pritchard.  During the talk, I completely forget the name of the Rosetta Disc and made several legally doubtful slurs against Elon Musk and Mark Zuckerberg.  Stick it in your ears -   	🔊 February 2015🎤 In The Abstract 	 	 		💾 Download th…]]></description>
										<content:encoded><![CDATA[<p>Last week I was on <a href="https://web.archive.org/web/20160403222552/http://www.intheabstract.co.uk/podcast/february-2015-snails-from-space-all-the-data-and-some-valentines-nonsense/">In The Abstract</a> - a science podcast - along with the very funny <a href="https://www.durham.ac.uk/staff/francesca-chadha-day/">Francesca Day</a> , the mediumly funny <a href="https://web.archive.org/web/20200924213345/https://twitter.com/Tara_JClarke">Tara Clarke</a>, and the just-funny-enough <a href="https://web.archive.org/web/20160906045223/http://www.intheabstract.co.uk/about_us/steve-pritchard/">Steve Pritchard</a>.</p>

<p>During the talk, I <em>completely</em> forget the name of the <a href="http://rosettaproject.org/disk/concept/">Rosetta Disc</a> and made several legally doubtful slurs against Elon Musk and Mark Zuckerberg.</p>

<p>Stick it in your ears -</p>

<p></p><figure class="audio">
	<figcaption>🔊 February 2015<br>🎤 In The Abstract</figcaption>
	
	<audio controls="" loading="lazy" src="https://shkspr.mobi/blog/wp-content/uploads/2015/02/ITA-16-02-15.mp3">
		<p>💾 <a href="https://shkspr.mobi/blog/wp-content/uploads/2015/02/ITA-16-02-15.mp3">Download this audio file</a>.</p>
	</audio>
</figure><p></p>

<p>If you enjoyed the podcast, please subscribe at <a href="https://web.archive.org/web/20160403222552/http://www.intheabstract.co.uk/podcast/february-2015-snails-from-space-all-the-data-and-some-valentines-nonsense/">In The Abstract</a>.</p>
<img src="https://shkspr.mobi/blog/wp-content/themes/edent-wordpress-theme/info/okgo.php?ID=20669&HTTP_REFERER=RSS" alt="" width="1" height="1" loading="eager">]]></content:encoded>
					
					<wfw:commentRss>https://shkspr.mobi/blog/2015/03/in-the-abstract-podcast/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		<enclosure url="https://shkspr.mobi/blog/wp-content/uploads/2015/02/ITA-16-02-15.mp3" length="48238063" type="audio/mpeg" />

			</item>
		<item>
		<title><![CDATA[Episode 20: @PipWillcox and the Digital First Folio of Shakespeare's Works]]></title>
		<link>https://shkspr.mobi/blog/2014/12/episode-20-pipwillcox-and-the-digital-first-folio-of-shakespeares-works/</link>
					<comments>https://shkspr.mobi/blog/2014/12/episode-20-pipwillcox-and-the-digital-first-folio-of-shakespeares-works/#respond</comments>
				<dc:creator><![CDATA[@edent]]></dc:creator>
		<pubDate>Sat, 20 Dec 2014 06:50:29 +0000</pubDate>
				<category><![CDATA[About A Minute]]></category>
		<category><![CDATA[Shakespeare]]></category>
		<category><![CDATA[podcast]]></category>
		<guid isPermaLink="false">https://shkspr.mobi/blog/?p=20220</guid>

					<description><![CDATA[Oxford&#039;s Bodleian library makes high resolution scans of Shakespeare&#039;s First Folio available under a Creative Commons licence.  Pip Willcox tells us more.   	🔊 Pip Willcox and the First Folio🎤 Terence Eden 	 	 		💾 Download this audio file. 	     About A Minute is an amuse-bouche for podcast listeners. No long intro and outro. No waffling on. No adverts, competitions, arguing, or begging for iTunes…]]></description>
										<content:encoded><![CDATA[<p>Oxford's Bodleian library makes <a href="http://firstfolio.bodleian.ox.ac.uk/">high resolution scans of Shakespeare's First Folio</a> available under a Creative Commons licence.  <a href="https://twitter.com/pipwillcox">Pip Willcox tells us more</a>.
<img src="https://shkspr.mobi/blog/wp-content/uploads/2014/12/mosaic-shakespeare.jpg" alt="mosaic-shakespeare" width="295" height="450" class="aligncenter size-full wp-image-20188">
</p><figure class="audio">
	<figcaption>🔊 Pip Willcox and the First Folio<br>🎤 Terence Eden</figcaption>
	
	<audio controls="" loading="lazy" src="https://shkspr.mobi/blog/wp-content/uploads/2014/12/AAM-Pip-Willcox-and-the-First-Folio.mp3">
		<p>💾 <a href="https://shkspr.mobi/blog/wp-content/uploads/2014/12/AAM-Pip-Willcox-and-the-First-Folio.mp3">Download this audio file</a>.</p>
	</audio>
</figure><p></p>

<hr>

<p>About A Minute is an <em>amuse-bouche</em> for podcast listeners. No long intro and outro. No waffling on. No adverts, competitions, arguing, or begging for iTunes reviews.  You get to listen to an interesting person chat for about a minute - that's it!</p>

<hr>

<p>Intro music <a href="https://www.youtube.com/watch?v=adxr3RGOdrI">"Gran Vals" performed by Brian Streckfus</a>.
<a href="http://thenounproject.com/term/stopwatch/14262/">Stopwatch Icon by Ilsur Aptukov from The Noun Project</a>.</p>

<p><a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/"><img alt="Creative Commons Licence" style="border-width:0" src="https://i.creativecommons.org/l/by-sa/4.0/88x31.png" class="alignleft"></a>This podcast is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.</p>
<img src="https://shkspr.mobi/blog/wp-content/themes/edent-wordpress-theme/info/okgo.php?ID=20220&HTTP_REFERER=RSS" alt="" width="1" height="1" loading="eager">]]></content:encoded>
					
					<wfw:commentRss>https://shkspr.mobi/blog/2014/12/episode-20-pipwillcox-and-the-digital-first-folio-of-shakespeares-works/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		<enclosure url="https://shkspr.mobi/blog/wp-content/uploads/2014/12/AAM-Pip-Willcox-and-the-First-Folio.mp3" length="0" type="audio/mpeg" />

			</item>
		<item>
		<title><![CDATA[Episode 19: Ancient Japanese]]></title>
		<link>https://shkspr.mobi/blog/2014/12/episode-19-ancient-japanese/</link>
					<comments>https://shkspr.mobi/blog/2014/12/episode-19-ancient-japanese/#respond</comments>
				<dc:creator><![CDATA[@edent]]></dc:creator>
		<pubDate>Thu, 18 Dec 2014 06:32:13 +0000</pubDate>
				<category><![CDATA[About A Minute]]></category>
		<category><![CDATA[languages]]></category>
		<category><![CDATA[podcast]]></category>
		<guid isPermaLink="false">https://shkspr.mobi/blog/?p=20202</guid>

					<description><![CDATA[Talking to Kerri Russell about the Oxford Corpus of Old Japanese.    	🔊 Kerri Russell on Ancient Japanese🎤 Terence Eden 	 	 		💾 Download this audio file. 	     About A Minute is an amuse-bouche for podcast listeners. No long intro and outro. No waffling on. No adverts, competitions, arguing, or begging for iTunes reviews.  You get to listen to an interesting person chat for about a minute - that&#039;s…]]></description>
										<content:encoded><![CDATA[<p>Talking to <a href="https://web.archive.org/web/20150402160538/https://www.orinst.ox.ac.uk/staff/ea/japanese/krussel.html">Kerri Russell</a> about the <a href="http://vsarpj.orinst.ox.ac.uk/corpus/">Oxford Corpus of Old Japanese</a>.</p>

<p><img src="https://shkspr.mobi/blog/wp-content/uploads/2014/12/Oxford-Japanese-fs8.png" alt="Oxford Japanese-fs8" width="622" height="50" class="aligncenter size-full wp-image-20203">
</p><figure class="audio">
	<figcaption>🔊 Kerri Russell on Ancient Japanese<br>🎤 Terence Eden</figcaption>
	
	<audio controls="" loading="lazy" src="https://shkspr.mobi/blog/wp-content/uploads/2014/12/AAM-Kerri-Russell-Ancient-Japanese.mp3">
		<p>💾 <a href="https://shkspr.mobi/blog/wp-content/uploads/2014/12/AAM-Kerri-Russell-Ancient-Japanese.mp3">Download this audio file</a>.</p>
	</audio>
</figure><p></p>

<hr>

<p>About A Minute is an <em>amuse-bouche</em> for podcast listeners. No long intro and outro. No waffling on. No adverts, competitions, arguing, or begging for iTunes reviews.  You get to listen to an interesting person chat for about a minute - that's it!</p>

<hr>

<p>Get About A Minute as soon as each episode goes live.</p>

<p><a href="https://shkspr.mobi/blog/category/aam-podcast/feed/">Stick this Podcast Feed into your podcatcher</a>
Or you can <a href="https://itunes.apple.com/gb/podcast/about-a-minute/id939617328?mt=2&amp;uo=4">Subscribe on iTunes</a></p>

<p>Intro music <a href="https://www.youtube.com/watch?v=adxr3RGOdrI">"Gran Vals" performed by Brian Streckfus</a>.
<a href="http://thenounproject.com/term/stopwatch/14262/">Stopwatch Icon by Ilsur Aptukov from The Noun Project</a>.</p>

<p><a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/"><img alt="Creative Commons Licence" style="border-width:0" src="https://i.creativecommons.org/l/by-sa/4.0/88x31.png" class="alignleft"></a>This podcast is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.</p>
<img src="https://shkspr.mobi/blog/wp-content/themes/edent-wordpress-theme/info/okgo.php?ID=20202&HTTP_REFERER=RSS" alt="" width="1" height="1" loading="eager">]]></content:encoded>
					
					<wfw:commentRss>https://shkspr.mobi/blog/2014/12/episode-19-ancient-japanese/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		<enclosure url="https://shkspr.mobi/blog/wp-content/uploads/2014/12/AAM-Kerri-Russell-Ancient-Japanese.mp3" length="0" type="audio/mpeg" />

			</item>
		<item>
		<title><![CDATA[Episode 17: The @AmySharrocks Sea-fall Experience]]></title>
		<link>https://shkspr.mobi/blog/2014/12/episode-17-the-amysharrocks-sea-fall-experience/</link>
					<comments>https://shkspr.mobi/blog/2014/12/episode-17-the-amysharrocks-sea-fall-experience/#comments</comments>
				<dc:creator><![CDATA[@edent]]></dc:creator>
		<pubDate>Sun, 14 Dec 2014 10:59:34 +0000</pubDate>
				<category><![CDATA[About A Minute]]></category>
		<category><![CDATA[podcast]]></category>
		<guid isPermaLink="false">https://shkspr.mobi/blog/?p=20165</guid>

					<description><![CDATA[Once again I&#039;m joined by Rosie Clarke.  Today we talk about the artist Amy Sharrocks.    	🔊 Amy Sharrocks sea-fall experience🎤 Terence Eden 	 	 		💾 Download this audio file. 	   To learn more about Amy Sharrocks&#039; work, visit the Museum of Water and follow her on Twitter.  And, as a special bonus, here&#039;s Rosie talking in a bit more detail about the Sea-fall.      About A Minute is an amuse-bouche f…]]></description>
										<content:encoded><![CDATA[<p>Once again I'm joined by <a href="https://twitter.com/rosieclarke">Rosie Clarke</a>.  Today we talk about the artist <a href="http://www.artsadmin.co.uk/artists/amy-sharrocks">Amy Sharrocks</a>.</p>

<p><a href="https://twitter.com/amysharrocks"><img src="https://shkspr.mobi/blog/wp-content/uploads/2014/12/Amy.jpeg" alt="Amy" width="400" height="400" class="aligncenter size-full wp-image-20168"></a>
</p><figure class="audio">
	<figcaption>🔊 Amy Sharrocks sea-fall experience<br>🎤 Terence Eden</figcaption>
	
	<audio controls="" loading="lazy" src="https://shkspr.mobi/blog/wp-content/uploads/2014/12/AAM-Amy-Sharrocks-sea-fall-experience.mp3">
		<p>💾 <a href="https://shkspr.mobi/blog/wp-content/uploads/2014/12/AAM-Amy-Sharrocks-sea-fall-experience.mp3">Download this audio file</a>.</p>
	</audio>
</figure><p></p>

<p>To learn more about Amy Sharrocks' work, visit the <a href="http://www.museumofwater.co.uk/">Museum of Water</a> and <a href="https://twitter.com/amysharrocks">follow her on Twitter</a>.</p>

<p>And, as a special bonus, here's Rosie talking in a bit more detail about the Sea-fall.</p>

<iframe title="Rosie Clarke discusses Taking the Plunge at Museums Showoff" width="620" height="465" src="https://www.youtube.com/embed/C4j_IkOxVnQ?feature=oembed" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen=""></iframe>

<hr>

<p>About A Minute is an <em>amuse-bouche</em> for podcast listeners. No long intro and outro. No waffling on. No adverts, competitions, arguing, or begging for iTunes reviews.  You get to listen to an interesting person chat for about a minute - that's it!</p>

<hr>

<p>Get About A Minute as soon as each episode goes live.</p>

<p><a href="https://shkspr.mobi/blog/category/aam-podcast/feed/">Stick this Podcast Feed into your podcatcher</a>
Or you can <a href="https://itunes.apple.com/gb/podcast/about-a-minute/id939617328?mt=2&amp;uo=4">Subscribe on iTunes</a></p>

<p>Intro music <a href="https://www.youtube.com/watch?v=adxr3RGOdrI">"Gran Vals" performed by Brian Streckfus</a>.
<a href="http://thenounproject.com/term/stopwatch/14262/">Stopwatch Icon by Ilsur Aptukov from The Noun Project</a>.</p>

<p><a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/"><img alt="Creative Commons Licence" style="border-width:0" src="https://i.creativecommons.org/l/by-sa/4.0/88x31.png" class="alignleft"></a>This podcast is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.</p>
<img src="https://shkspr.mobi/blog/wp-content/themes/edent-wordpress-theme/info/okgo.php?ID=20165&HTTP_REFERER=RSS" alt="" width="1" height="1" loading="eager">]]></content:encoded>
					
					<wfw:commentRss>https://shkspr.mobi/blog/2014/12/episode-17-the-amysharrocks-sea-fall-experience/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		<enclosure url="https://shkspr.mobi/blog/wp-content/uploads/2014/12/AAM-Amy-Sharrocks-sea-fall-experience.mp3" length="0" type="audio/mpeg" />

			</item>
	</channel>
</rss>
