<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Let&#039;s have it !</title>
	<atom:link href="http://www.caperet.com/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.caperet.com/</link>
	<description>An eclectic mix of technology, news comment, and personal notes.</description>
	<lastBuildDate>Thu, 09 Apr 2026 12:57:43 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
	<item>
		<title>I knew what to build. I just didn&#8217;t know how, until AI.</title>
		<link>https://www.caperet.com/i-knew-what-to-build-i-just-didnt-know-how-until-ai/</link>
					<comments>https://www.caperet.com/i-knew-what-to-build-i-just-didnt-know-how-until-ai/#respond</comments>
		
		<dc:creator><![CDATA[Simon White]]></dc:creator>
		<pubDate>Thu, 09 Apr 2026 12:54:39 +0000</pubDate>
				<category><![CDATA[general]]></category>
		<category><![CDATA[photography]]></category>
		<category><![CDATA[tech]]></category>
		<category><![CDATA[apps]]></category>
		<category><![CDATA[ios]]></category>
		<category><![CDATA[photo declutter]]></category>
		<category><![CDATA[photos]]></category>
		<guid isPermaLink="false">https://www.caperet.com/?p=4393</guid>

					<description><![CDATA[Building Photo Declutter with Claude, Cursor, and a lot of iteration. I had an idea for a photo organising app that would display random photos and allow you to just keep or delete them. I wanted it to be a slick native iOS app. Suddenly AI has allowed me to scratch that itch. Swipe right [&#8230;]]]></description>
										<content:encoded><![CDATA[
<p><em>Building <a href="https://www.caperet.com/photo/" type="page" id="4363">Photo Declutter</a> with Claude, Cursor, and a lot of iteration.</em></p>



<p>I had an idea for a photo organising app that would display random photos and allow you to just keep or delete them. I wanted it to be a slick native iOS app. Suddenly AI has allowed me to scratch that itch. Swipe right to keep, swipe left to mark for release, nothing gets deleted until you confirm it.</p>



<p>I’ve worked in UX for over 20 years and I’ve done UX for mobile apps, since right back when BlackBerry was a thing, and iPhone was released. My team designed the first SNCF iPhone app. So I know how important native apps are, and I didn’t think I would have the time to learn and implement a Swift app at 50. I knew what to build, just not how.</p>



<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow">
<p><em>2026 will be the year of AI, that’s what I told myself in January. So I decided to stop resisting, and start really testing.</em></p>
</blockquote>



<p>Initially I started talking to ChatGPT, finding out its limits, searching for a good way to prompt. I didn’t like it much at first, the tone bothered me. Asking it to remember not to use certain phrases helped, along with telling it to stop using hyperbole and praise.</p>



<p>I then started to ask what a good development workflow with AI might look like. Cursor came up, and I downloaded it and prompted a skeleton app on the advice of ChatGPT. Just get the main idea working. I wanted to access the photo library and to start counting how many photos there were, before shuffling the photos and displaying them for swiping to keep or release. This was the basis of the Photo Declutter idea.</p>



<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow">
<p><em>&#8220;Most apps add more to your life. This one helps you let go of a little.&#8221;</em></p>
</blockquote>



<p>I got a clean Xcode install set up first &#8211; always sanity-check before pointing an LLM at your project! Then I pointed Cursor to the same place and prompted it (with ChatGPT’s help) to make the bare-bones app. Then I quickly ran out of free credit on Cursor and I had to decide what I was going to pay for.</p>



<p>My initial feeling was just to subscribe to ChatGPT and work iteratively from there, so I did. I was quickly caught up in some strange hallucinations as it rewrote code with approximate variable names that forced me to think a bit too hard and challenge the responses too often. Asking around I realised Claude might be a better fit, and I eventually migrated completely to Claude as using projects with the source code worked really well to maintain sensible context. ChatGPT had worked nicely for generating some app images and the app icon though!</p>



<p>During this transition away from ChatGPT I had started to doubt if I could succeed – a lot of work was needed on the code still, and the looming product release and app review had me worried. Writing a product philosophy document, partly to give Claude context, partly to focus myself, helped.</p>



<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow">
<p><em>I had considered Swift a bridge too far. Then I met Claude.</em></p>
</blockquote>



<p>Immediately with Claude progress was better. In my history with ChatGPT I had a number of files that accelerated development : a philosophy document, a backlog, and a changelog story. So loading those into a project with some relevant source files meant I could immediately converse about the rest of the features that needed developing.</p>



<p>As I started to work with Claude the code base was becoming clearer to me too. I already had a hobbyist developer background, so gradually Swift was making sense to me, and the notions of views and stacks started to map to my thinking about HTML rendering and CSS constraints. I tested Claude Code on a separate project in parallel, and saw it could help, but I was reluctant to make it manage all my code since I was now into a nice LLM assisted manual iteration to finalise the app.</p>



<p>Developing an app is one thing – I now had swiping, sharing, check before release (deletion) and a fledgling statistics page working. Submission to the app store was necessary, and it costs 99€ to subscribe to Apple Developer program. I felt ready to take the plunge.</p>



<p>Getting onto the developer program wasn&#8217;t smooth, probably because the pipeline is full of AI-assisted people like me, hungry to start submitting apps. Probably loads of agent assisted bots also clogging up the pipeline too! So Apple took ages (like 2 weeks) to approve and I didn’t have access to test StoreKit (for a tip jar and an unlock feature that is little more than a bigger tip really, for those who really want custom timed sessions).</p>



<p>In the meantime there was lots to prepare anyway. An App Store description, screenshots from the app, and some marketing material. It’s not simply a case of launching an app and hoping everyone installs it… you have to push here and there. In particular it’s important to pay a lot of attention to the details of all the information you need to provide for an app submission, so that it will pass review. Many things are in fact required before you submit – including justification as to why you need access to the photo library and notifications, a good title and description, screenshots, and the signature of a number of agreements about payments and use (or not) of network access, cryptography and your tax status.</p>



<p>On the marketing side, any app is unlikely to make visibility even with a few seed installs; the virality is only via the “share” feature, but people who make shares might remove the link that’s automatically added anyway. I’ll look at promotion at a later date, but since this is a hobby project the main likely channel for big installation growth would be an article from a journalist, or a lucky review from a known YouTuber.</p>



<p>As I finished up screenshots and marketing planning, the use-case for Claude came to me. I realised it could help with a code review. So I pointed Claude Code to the project directory and asked it to check whether the app was submission-ready. Here the LLM was solid, flagging a couple of key points: describing why notification permission is needed was missing, and seeing that the code had some minor issues that needed attention. I let it auto-fix them while vetting each code change.</p>



<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow">
<p><em>I let it auto-fix them while vetting each code change.</em></p>
</blockquote>



<p>The user testing journey was interesting. In parallel to reviewing and finalising features I had the app sideloaded (installed directly from my Mac to iPhones via a USB cable) onto my phone and a couple of friends’ phones. I was pleasantly surprised by some initial reactions. The app really comes into its own when you see it acting on your own photos. Some useful feedback during testing led to adding safeguards. If you miss releasing photos at the end of a session, you can’t start a new one without confirming that your “to be released” pile can be forgotten about. An option to add to a collection “rediscovered” on double-tap was also inspired by user testing.</p>



<p>One thing missing that was brought up in testing – by my son &#8211; is a chance to rewind if you swipe a photo right (to keep it) but you wanted to delete it or add it to your collection. This has been backlogged as a feature for an upcoming release. The app philosophy doesn’t want to go too far into features though; simplicity is a key goal.</p>



<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow">
<p><em>The app really comes into its own when you see it acting on your own photos.</em></p>
</blockquote>



<p>The other thing in testing was that it’s not easy to get people to give you their phone to plug into your laptop, so close friends who trust you are really the only audience available. TestFlight helped eventually, though getting people to accept an invitation, install an app, and actually use it turns out to be its own small miracle.</p>



<p>The good news finally came, that the developer account was available (I had to call Apple to actually unblock the access, over a week after having paid the 99€). I started to get my build onto App Store Connect, and meticulously filled out all the information necessary to launch. Then I was ready for my first review. I submitted the app without in-app purchases for now, to see if it passed review. It did!</p>



<p>In the meantime I now had access to test StoreKit and set up my in-app purchases. The app isn’t meant to be a premium subscription experience or even paid, I just wanted a couple of mechanisms to make a little back on the time investment, and the Developer Program costs. So I thought a “buy me a coffee” tip on the about screen, and a once-off payment for custom session lengths would suffice. I set those up and added the code to make that all happen in a couple of short sessions.</p>



<p>The app is now live at v1.1 &#8211; in-app purchases are in place, but really the app is free for its main purpose: a daily ritual to declutter your photos and rediscover some great pictures from the archive on your phone.</p>



<p>I’m proud of where I’ve got in a short month since I started the project. I never imagined myself finding the time to become an iOS developer.</p>



<p>A friend pointed me toward Byung-Chul Han after seeing the app: his writing on the compulsion to accumulate, and the quiet value of letting things go, maps surprisingly well onto what I&#8217;d built by instinct. I&#8217;d arrived at the philosophy before I had the vocabulary for it.</p>



<figure class="wp-block-image size-large"><a href="https://apps.apple.com/app/photo-declutter/id6761546408"><img decoding="async" width="119" height="40" src="https://www.caperet.com/wp-content/uploads/Download_on_the_App_Store_Badge_US-UK_RGB_wht_092917.svg" alt="" class="wp-image-4386"/></a></figure>
]]></content:encoded>
					
					<wfw:commentRss>https://www.caperet.com/i-knew-what-to-build-i-just-didnt-know-how-until-ai/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Why it&#8217;s time to leave Twitter and move to the Fediverse</title>
		<link>https://www.caperet.com/why-its-time-to-leave-twitter-and-move-to-the-fediverse/</link>
					<comments>https://www.caperet.com/why-its-time-to-leave-twitter-and-move-to-the-fediverse/#respond</comments>
		
		<dc:creator><![CDATA[Simon White]]></dc:creator>
		<pubDate>Tue, 15 Nov 2022 13:18:28 +0000</pubDate>
				<category><![CDATA[general]]></category>
		<category><![CDATA[tech]]></category>
		<guid isPermaLink="false">https://www.caperet.com/?p=4316</guid>

					<description><![CDATA[Elon Musk seems to be a bull in a china shop with his heavy-handed treatment of Twitter. Reflecting on the situation I have had an awakening of sorts &#8211; remembering my early Twitter follows like Aral https://mastodon.ar.al/@aral who stands up for data-independence and privacy. Why should a money-losing massive single entity have a de facto [&#8230;]]]></description>
										<content:encoded><![CDATA[
<p>Elon Musk seems to be a bull in a china shop with his heavy-handed treatment of Twitter. Reflecting on the situation I have had an awakening of sorts &#8211; remembering my early Twitter follows like Aral <a href="https://mastodon.ar.al/@aral">https://mastodon.ar.al/@aral</a> who stands up for data-independence and privacy.</p>



<p>Why should a money-losing massive single entity have a de facto monopoly on short message / microblogging service? Especially now that we may all have serious doubts about governance there.</p>



<p>I realise how much more reliant so many people, institutions and brands are on social media now. They don&#8217;t need to all be on a few key platforms (Twitter, Meta, LinkedIn&#8230;), but it suits them as they all vie for our attention in a few places. The early web wasn&#8217;t built on platforms. It was built on protocols &#8211; agreements as to how data could be exchanged via certain ways of formatting messages and exchanges between multiple small sites. I love the openness of the early web that brought us to where we are today. The foundations of everything are those open protocols: email, DNS, websites, etc.</p>



<p>For microblogging services we can exchange in similar ways via a distributed system. That is precisely what the Fediverse is. A collection of protocols to federate messaging, just like the original Internet. It&#8217;s been around for a long time. </p>



<p>Twitter has gone crazy. It&#8217;s now overtly super-capitalist. Elon is making massive changes because the company is losing money. Precisely because Twitter has become the de facto platform &#8211; not protocol &#8211; for exchanging short messages among groups of like-minded people, and it&#8217;s free (so everyone goes there).</p>



<h2 class="wp-block-heading">The cost of moving</h2>



<p>I&#8217;m a big fan of a corner of Twitter where fans of the cue sport that is snooker hang out. Mutual follows and hashtag discovery have created a close group of fans. It&#8217;s cool that you can also connect to the players, referees and TV commentators. </p>



<p>But I&#8217;m currently trying to move over to an open community.  There are a number of advantages. We can ban trolls, community wide. We won&#8217;t have an algorithm pushing adverts and &#8220;sponsored content&#8221;. We can push our own trending hashtags. We can control what we see in our local and federated timelines. We can be more inclusive. Imagine:</p>



<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow">
<p><em>You&#8217;re not the product anymore. You&#8217;re a community member in your host&#8217;s ad-free server they pay for. There&#8217;s no venture capitalist payday coming for them. Everything you do here costs your host a little bit of money. Find out how you can chip in. </em><a href="https://tabletop.social/@JoeSondow">https://tabletop.social/@JoeSondow</a></p>
</blockquote>



<p>The downside is that it has to be on a private server (where <em>someone </em>is paying the hosting), or a paid-for service. Some people currently on Twitter aren&#8217;t available on Mastodon or other Fediverse sytems &#8211; yet. Perhaps that doesn&#8217;t matter so much once you start finding a community away from a platform that is pushing you shit you don&#8217;t want, because you use their service for free.</p>



<p>Some places are offering free accounts (as noted in the quote), though this may not be the best way to have a lasting presence. Taking control by paying a small subscription is a low price to pay for big freedom.&nbsp;</p>



<p>Luckily I have a history of Linux server administration so I fired up a server in the cloud. I&#8217;ll shortly be writing about how I did this, on a server that costs around 10€ a month.</p>



<h2 class="wp-block-heading">Handy Links</h2>



<p>If you&#8217;re a snooker fan, you can request an account here: <a href="https://snooker.uk.to/">https://snooker.uk.to/</a> or if you don&#8217;t like snooker there&#8217;s a big list on <a href="https://joinmastodon.org/" rel="nofollow">https://joinmastodon.org/</a></p>



<p>A useful user guide for getting to know the basics: <a href="https://docs.framasoft.org/en/mastodon/User-guide.html">https://docs.framasoft.org/en/mastodon/User-guide.html</a>&nbsp;</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.caperet.com/why-its-time-to-leave-twitter-and-move-to-the-fediverse/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Going Solo as a UX Strategy Consultant</title>
		<link>https://www.caperet.com/ux-strategy-consultant/</link>
					<comments>https://www.caperet.com/ux-strategy-consultant/#respond</comments>
		
		<dc:creator><![CDATA[Simon White]]></dc:creator>
		<pubDate>Wed, 11 May 2016 15:20:11 +0000</pubDate>
				<category><![CDATA[general]]></category>
		<guid isPermaLink="false">http://www.caperet.com/?p=4257</guid>

					<description><![CDATA[After 12+ years working on permanent contracts for major brands in travel, eCommerce and insurance, I have finally decided to create my own company and start consulting. I believe we are now firmly in the post-digital era, where products and brands will be defined by the experience they give to their users rather than their [&#8230;]]]></description>
										<content:encoded><![CDATA[<div class="myimage"><a href="https://www.caperet.com/wp-content/uploads/presenting-small.jpg"><img fetchpriority="high" decoding="async" class="alignleft size-full wp-image-4258" alt="presenting-small" src="https://www.caperet.com/wp-content/uploads/presenting-small.jpg" width="300" height="238" srcset="https://www.caperet.com/wp-content/uploads/presenting-small.jpg 300w, https://www.caperet.com/wp-content/uploads/presenting-small-250x198.jpg 250w" sizes="(max-width: 300px) 100vw, 300px" /></a></div>
<p>After 12+ years working on permanent contracts for major brands in travel, eCommerce and insurance, I have finally decided to create my own company and start consulting.</p>
<p>I believe we are now firmly in the post-digital era, where products and brands will be defined by the experience they give to their users rather than their feature set as such. Online digital experiences in particular, being intangible and easily copiable, will be remembered not for what they do but how they make us feel.</p>
<p>My areas of expertise are:</p>
<ul>
<li>Managing UX and design projects and strategy</li>
<li>Creating, reinforcing and running UX and product teams</li>
<li>UX and eCommerce training and/or coaching</li>
<li>Conversion rate optimisation via data driven approaches (quantitative and qualitative)</li>
</ul>
<p>I am part of the <a title="Zooka" href="https://www.zooka.fr">Zooka</a> network should you need additional resource and expertise on SEO, CRO and project delivery.</p>
<p>Don&#8217;t hesitate to get in touch with me via <a title="LinkedIn Simon White" href="https://www.linkedin.com/in/fruey/" target="_blank">LinkedIn</a>Â or <a title="Twitter Simon White" href="https://www.twitter.com/fruey/" target="_blank">Twitter</a>, or by commenting here.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.caperet.com/ux-strategy-consultant/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Freebox Batch Video Conversion (mp4 to mkv)</title>
		<link>https://www.caperet.com/mp4-to-mkv-freebox/</link>
					<comments>https://www.caperet.com/mp4-to-mkv-freebox/#comments</comments>
		
		<dc:creator><![CDATA[Simon White]]></dc:creator>
		<pubDate>Sat, 10 May 2014 14:38:26 +0000</pubDate>
				<category><![CDATA[music & film]]></category>
		<category><![CDATA[tech]]></category>
		<guid isPermaLink="false">http://www.caperet.com/?p=3181</guid>

					<description><![CDATA[I often have the problem of needing to convert a folder full of video files to a format compatible with my Freebox, without spending ages in front of my machine doing each video individually. This often happens when I have several takes from my mobile phone or camcorder as mp4 files. Here&#8217;s how I worked [&#8230;]]]></description>
										<content:encoded><![CDATA[<div class="myimage"><a href="https://www.caperet.com/wp-content/uploads/mp4-to-mkv.png"><img decoding="async" src="https://www.caperet.com/wp-content/uploads/mp4-to-mkv.png" alt="mp4-to-mkv" width="250" height="128" class="alignleft size-full wp-image-3195" /></a>
</div>
<p>I often have the problem of needing to convert a folder full of video files to a format compatible with my Freebox, without spending ages in front of my machine doing each video individually. This often happens when I have several takes from my mobile phone or camcorder as mp4 files. Here&#8217;s how I worked out how to do it. These instructions apply to Windows 7, and may also work elsewhere on Windows machines.</p>
<p>I have tailored these instructions for a generic encode that will work on Freebox (ADSL triple-play box in France) but since the resulting files stick to standards they should work on most set-top boxes and portable players, including phones and tablets except iPhone/iPad, which read mp4 natively anyway&#8230; The typical conversion required is from mp4 to mkv or avi; I prefer mkv for the Freebox as it has worked in more cases for me.</p>
<p><span id="more-3181"></span></p>
<p>I&#8217;m assuming the video codec doesn&#8217;t need changing. Most video I encounter is h264 or XviD which are Freebox compatible. This makes converting much faster, because re-encoding video takes ages. I do force audio encoding though, because I&#8217;ve had problems with AAC audio tracks (which the Freebox v5 doesn&#8217;t like very much at all) or raw PCM and other audio formats that don&#8217;t play nice. </p>
<p>Be careful with some Android phone video as it can have dynamic framerates. See advanced notes on how to change codec or force a framerate on your video which will help keep audio and video in sync. If you need to edit after you&#8217;ve converted your takes, you&#8217;ll be better off with a constant framerate.</p>
<p><em>Tools required:</em></p>
<p>AviDemux &#8211; <a href="https://avidemux.sourceforge.net" title="AVIDEMUX">https://avidemux.sourceforge.net/</a> a capable video editor / converter. Open Source and free. This also works on Mac and Linux, and the simple batch file below is adaptable for bash shells which would cover Mac and Linux. Work it out for yourself.</p>
<p><em>Files required:</em></p>
<p>1. The script file for AviDemux. This is a simple file used to provide instructions to AviDemux to save the mp4 video file you have as an mkv, and re-encode audio to Lame MP3 @ 128kbps. It provides a generic display width of 1280 pxiels but this may not be used if the source video is different (we&#8217;re not re-encoding video here).</p>
<pre class="brush: jscript; title: ; notranslate">#PY  &lt;- Needed to identify #
#--automatically built--

adm = Avidemux()
adm.videoCodec(&quot;Copy&quot;)
adm.audioClearTracks()
adm.setSourceTrackLanguage(0,&quot;unknown&quot;)
adm.audioAddTrack(0)
adm.audioCodec(0, &quot;Lame&quot;, &quot;bitrate=128&quot;, &quot;preset=0&quot;, &quot;quality=2&quot;, &quot;disableBitReservoir=False&quot;);
adm.audioSetDrc(0, 0)
adm.audioSetShift(0, 0,0)
adm.setContainer(&quot;MKV&quot;, &quot;forceDisplayWidth=False&quot;, &quot;displayWidth=1280&quot;)</pre>
<p>2. The batch file, which will just search all mp4 files and loop through, calling AviDemux each time.</p>
<pre class="brush: bash; title: ; notranslate">set avidemux=&quot;C:\Program Files\Avidemux 2.6 - 64bits\avidemux.exe&quot;
for %%f in (*.mp4) do \
  %avidemux%  --force-alt-h264 --load &quot;%%f&quot; --run fbx.py --save &quot;%%f.avi&quot; --quit</pre>
<p>For convenience <a href="/dl/encodage.zip">download a zip file</a> with these files.</p>
<p><em>Putting it all together:</em></p>
<p>Set line 1 of the batch file (test.bat in the download) to point to the path where your avidemux.exe resides.</p>
<p>Copy both files into an empty folder.</p>
<p>Copy your .mp4 files to convert into that folder too.</p>
<p>Double-click test.bat and the script will take each mp4 file one-by-one and send it to AviDemux to encode/mux it for you. AviDemux will launch a window each time, but you should not need to interact with it at all. Once it has finished, you will have a bunch of .mkv files with your mp4 files.</p>
<p><em>Advanced notes</em></p>
<p>You can do all sorts of encodings with this method. The batch file can be changed to look for avi, mkv or other video file extensions. Just change (*.mp4) to (*.avi) or whatever. </p>
<p>If you want to re-encode video, you can create a specific conversion file from AviDemux by loading a single video to convert, setting up your parameters, then using <em>File > Project Script > Save As Project</em> to create a scripting file. Then edit that file to remove specific lines (like the filename and segment lengths) but to keep the video and audio codec information, and reference that new file on line 3 of the batch file.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.caperet.com/mp4-to-mkv-freebox/feed/</wfw:commentRss>
			<slash:comments>6</slash:comments>
		
		
			</item>
		<item>
		<title>Using wear and tear to guide usability simplification</title>
		<link>https://www.caperet.com/wear-tear-usability/</link>
					<comments>https://www.caperet.com/wear-tear-usability/#comments</comments>
		
		<dc:creator><![CDATA[Simon White]]></dc:creator>
		<pubDate>Wed, 05 Jun 2013 09:20:53 +0000</pubDate>
				<category><![CDATA[tech]]></category>
		<guid isPermaLink="false">http://www.caperet.com/?p=2429</guid>

					<description><![CDATA[The great thing about physical objects is wear and tear. The places you touch most wear down, an ideal indicator for the key functions in your remote interface. This type of observation has even led to abstract art such as the traces left by different iPad apps. You can tell a lot about how something [&#8230;]]]></description>
										<content:encoded><![CDATA[<div class="myimage"><a href="https://www.caperet.com/wp-content/uploads/RemoteControl_525.jpg"><img loading="lazy" decoding="async" class="alignleft size-medium wp-image-2430" alt="Worn Remote" src="https://www.caperet.com/wp-content/uploads/RemoteControl_525-250x187.jpg" width="250" height="187" srcset="https://www.caperet.com/wp-content/uploads/RemoteControl_525-250x187.jpg 250w, https://www.caperet.com/wp-content/uploads/RemoteControl_525.jpg 525w" sizes="auto, (max-width: 250px) 100vw, 250px" /></a></div>
<p>The great thing about physical objects is wear and tear. The places you touch most wear down, an ideal indicator for the key functions in your remote interface. This type of observation has even led to abstract art such as the <a href="https://andrewooleryartmixtape.com/icon2.html">traces left by different iPad apps</a>. You can tell a lot about how something is used by investigating these physical traces. Doing the research to collect that data can be fun, using heat maps, click tracking or even a screen cover and paint. The results of that research can be visually persuasive too. It&#8217;s pretty obvious from the photo on the left that play and fast-forward are the main used buttons. ON DEMAND is bigger, screaming at you to spend money on content&#8230; why isn&#8217;t the really useful button (play) in that simple central place? Did the big &#8220;on demand&#8221; button increase rentals?</p>
<p><span id="more-2429"></span></p>
<blockquote><p>&#8220;Pick up any modern TV remote and youâ€<img src="https://s.w.org/images/core/emoji/17.0.2/72x72/2122.png" alt="™" class="wp-smiley" style="height: 1em; max-height: 1em;" />ll immediately see the problem of experience rot. On/Off, volume and channel selectors are no longer enough. We need to switch devices, control captions, have a text capability for on-screen editing, a thumbs-up and thumbs-down for ratings, pause, record, slow motion, rewind, 30-second rewind&#8221; [from Jared M. Spool&#8217;s <a href="https://www.uie.com/articles/experience_rot/">Experience Rot</a>]</p></blockquote>
<p>All too often, interfaces do not have enough affordance in their design for what we really need to use. The best web applications use <a href="https://en.wikipedia.org/wiki/Progressive_disclosure">progressive disclosure</a>. Google UX principles (no longer on their corporate site) stated their applications would &#8220;provide a natural growth path for those who are interested&#8221;. With a remote control unit, it&#8217;s a bit difficult to allow an interface to evolve. It does however make great sense to provide most used buttons (analogous to website features) in the best place, ergonomically easy to reach when holding the unit comfortably in your hand. Many remote control units get this wrong. Websites too.</p>
<p>With the increasing ubiquity of mobile phones (and multi-touch screen technology in general), interface affordance can become interactive. Why not hide away all the crap you don&#8217;t need more than once or twice a year, and leave just the most used controls? Freemote, an Android app for French Freebox ADSL triple-play boxes, does just that.</p>
<div class="myimage"><a href="https://www.caperet.com/wp-content/uploads/freemote.jpg"><img loading="lazy" decoding="async" class="alignleft size-medium wp-image-2431" title="Freemote application" alt="Freemote application screenshot" src="https://www.caperet.com/wp-content/uploads/freemote-239x400.jpg" width="239" height="400" srcset="https://www.caperet.com/wp-content/uploads/freemote-239x400.jpg 239w, https://www.caperet.com/wp-content/uploads/freemote.jpg 307w" sizes="auto, (max-width: 239px) 100vw, 239px" /></a></div>
<p>In an increasingly touch and gesture based world, we could swipe, slide and select to move onto a screen that includes extra options we need occasionally, just like the freemote app allows you to do. Intelligent remote control units can improve our lives by making the most used features quick and easy to find. Nest have developed a <a href="https://nest.com/">learning thermostat</a> which can even save you money. Any interface can save you time, if the design strategy keeps focus on keeping it simple.</p>
<p>Where it all goes wrong is when, because it&#8217;s &#8220;the web&#8221;, you keep iterating on new releases and keep adding features to interfaces <em>ad infinitum</em>. Sooner or later there may be a push to do a big new feature release or a rebranding / graphical redesign. How often is there a big push to prune core features or simplify the incumbent interface?</p>
<p>Designers and developers alike dream of rebuilding from the ground up. Sadly, that&#8217;s what nascent competitors do. Within an organisation the best you can do is state the principles you wish to work to, and then live them. Every day. Fight for simplicity, restructure the interface at every opportunity, and make sure that when you benchmark the best examples you see every day, you show the examples to as many people as you can.</p>
<p>Mobile design for small screens is a great way to imagine a useful set of things to click (buttons, form elements, product options) that form a coherent screen. Use the mobile revolution to improve the way your website works too. Indeed mobile is becoming semantically redundant because often people are on &#8220;mobile&#8221; devices but are sitting in their bedroom, watching TV, and texting friends.</p>
<blockquote><p>&#8220;A huge chunk of our users donâ€<img src="https://s.w.org/images/core/emoji/17.0.2/72x72/2122.png" alt="™" class="wp-smiley" style="height: 1em; max-height: 1em;" />t even have a personal computer in the first place, so why are we removing content and functionality to which theyâ€<img src="https://s.w.org/images/core/emoji/17.0.2/72x72/2122.png" alt="™" class="wp-smiley" style="height: 1em; max-height: 1em;" />ll then never have access?&#8221; [From SuAnne Hall&#8217;s, <a href="https://www.uxmatters.com/mt/archives/2013/06/three-reasons-weve-outgrown-mobile-context.php">Three Reasons We&#8217;ve Outgrown Mobile Context</a>]</p></blockquote>
<p>So why not take a look at your website click stats / heat maps. Look where your wear and tear is happening. Maybe you could get rid of some of the distractions, improving the usability of your website or application, which will make it friendlier. The better you do this, the easier it might then be to transition from a PC/screen/keyboard/mouse paradigm to a universal application for your readers or customers. Everybody can gain from keeping the lesser used stuff out of the way. They&#8217;ll look for it if they need it. If they&#8217;re not aware it&#8217;s there, there are plenty of tools &#8211; including marketing, in-app tutorials, gamification &#8211; that can help feature discovery. Seldom used features shouldn&#8217;t be pushed too hard for the sake of it either. Users that engage enough with your brand or product will spend time, occasionally, checking out option screens or creating / enriching their account to make their on site / in app experience more fluid. They won&#8217;t waste time discovering all your glorious complexity if their initial experience isn&#8217;t almost instantly useful or pleasurable.</p>
<p>I believe we are entering into a new age of minimalism driven by the requirement to reduce noise as much as possible, because the digital noise the new generation are wading through means your signal is going to be harder to detect. Matt Gemmell, writing about <a href="https://mattgemmell.com/2013/05/22/designing-blogs-for-readers/">simplifying blogging</a>, said</p>
<blockquote><p>&#8220;IÂ <em>bet</em>Â you could simplify <del datetime="2013-06-05T08:09:58+00:00">your blog</del> in some way without detracting from the <del datetime="2013-06-05T08:09:58+00:00">reading</del> experience.&#8221;</p></blockquote>
<p>I have simplified that further. You could even say that simplification, rather than detracting from the original experience, actually improves it.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.caperet.com/wear-tear-usability/feed/</wfw:commentRss>
			<slash:comments>10</slash:comments>
		
		
			</item>
		<item>
		<title>Interactive Design Festival: notes from the WIF</title>
		<link>https://www.caperet.com/interactive-design-wif/</link>
					<comments>https://www.caperet.com/interactive-design-wif/#respond</comments>
		
		<dc:creator><![CDATA[Simon White]]></dc:creator>
		<pubDate>Fri, 01 Jun 2012 15:42:49 +0000</pubDate>
				<category><![CDATA[tech]]></category>
		<guid isPermaLink="false">http://www.caperet.com/?p=882</guid>

					<description><![CDATA[I&#8217;ve just got back from the international interactive design festival, or WIF (from the original Webdesign International Festival). It&#8217;s a meeting of designers linked to the web and interaction (HCI) from around the world who come to talk about the latest trends and ideas. I was on the jury for the design competition which gave [&#8230;]]]></description>
										<content:encoded><![CDATA[<div class="myimage"><a href="https://www.caperet.com/interactive-design-wif/wif/" rel="attachment wp-att-883"><img loading="lazy" decoding="async" class="alignleft size-full wp-image-883" title="WIF Festival International de Design Interactif" src="https://www.caperet.com/wp-content/uploads/wif.jpg" alt="" width="300" height="178" srcset="https://www.caperet.com/wp-content/uploads/wif.jpg 300w, https://www.caperet.com/wp-content/uploads/wif-250x148.jpg 250w" sizes="auto, (max-width: 300px) 100vw, 300px" /></a></div>
<p>I&#8217;ve just got back from the international <a href="https://webdesign-festival.com/2012/en/">interactive design festival</a>, or WIF (from the original Webdesign International Festival). It&#8217;s a meeting of designers linked to the web and interaction (HCI) from around the world who come to talk about the latest trends and ideas.</p>
<p>I was on the jury for the <a href="https://webdesign-festival.com/2012/en/design-challenge/">design competition</a> which gave student and corporate teams 24 hours to design a concept and create an interactive prototype. This year the subject was &#8220;the school of the future&#8221;. The entries were fascinating and most were impressive, especially given the limited time available.</p>
<p>Unusually for events like this, it takes place in <a href="https://www.ville-limoges.fr/">Limoges</a>, a town in the centre of France which is better known for porcelain and quiet country life than for international events. This gives it a different feel from the London and Paris roadshow corporate events, though it limits somewhat the audiences. Overall the WIF was a great experience and I hope to be able to attend next time it&#8217;s organised in an active capacity.</p>
<p>While the teams were busy sweating, I had some time to attend the many workshops and conferences (talks, really) and meet some very interesting design professionals. I thought I might share my notes, including my poor sketches which are nothing like the wonderful <a href="https://www.caperet.com/sketch-notes/" title="Sketch Notes on Design / UX">Sketch Notes</a> by Eva Lotta Lamm.</p>
<p><strong>Download them / view the PDF here</strong> =&gt; <a href="https://dl.dropbox.com/u/16745062/Design_WIF_2012.pdf">notes from the Wif 2012</a><br />
<span id="more-882"></span><br />
I took notes in French and English.</p>
<ul>
<li><em>RÃ©my Bourganel</em> on developing design culture in the workplace, post modernism and some of the paradoxes [English]</li>
<li><em>Jon Kolko</em> on social entrepreneurship and wicked problems: not all design problems are equally worth your time [English]</li>
<li><em>BÃ©atrice Gisclard</em> on eco-design, which design processes are necesssary for sustainability, and a showcase of interesting ideas for paradigm changes [French]</li>
<li><em>Nicolas Leduc</em> on design innovation in times of crises &#8211; complexity in design, the role of the designer [French]</li>
<li><em>Nicolas Nova</em> on user understanding in interaction design, research methods, ethnography and longitudinal studies [French]</li>
</ul>
]]></content:encoded>
					
					<wfw:commentRss>https://www.caperet.com/interactive-design-wif/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Bad Science Should be Required Reading</title>
		<link>https://www.caperet.com/bad-science-required-reading/</link>
					<comments>https://www.caperet.com/bad-science-required-reading/#respond</comments>
		
		<dc:creator><![CDATA[Simon White]]></dc:creator>
		<pubDate>Fri, 09 Mar 2012 16:28:20 +0000</pubDate>
				<category><![CDATA[science]]></category>
		<guid isPermaLink="false">http://www.caperet.com/?p=854</guid>

					<description><![CDATA[Bad Science by Ben Goldacre is a fascinating read. I&#8217;ve intermittently followed his Bad Science column on the Guardian and it&#8217;s often thought provoking and uplifting too. I&#8217;m thus no stranger to the placebo effect, the inflated claims of homeopathy, and the commercial interests of all these companies selling diet plans and nutrition guidance. This [&#8230;]]]></description>
										<content:encoded><![CDATA[<div class="myimage"><a href="https://www.caperet.com/bad-science-required-reading/bad_science/" rel="attachment wp-att-855"><img loading="lazy" decoding="async" class="alignleft size-full wp-image-855" title="Bad_Science" src="/wp-content/uploads/Bad_Science.jpg" alt="Cover of Bad Science as viewed on Kindle Android" width="250" height="321" /></a></div>
<p>Bad Science by Ben Goldacre is a fascinating read. I&#8217;ve intermittently followed his <a title="Bad Science" href="https://www.guardian.co.uk/profile/bengoldacre">Bad Science column</a> on the Guardian and it&#8217;s often thought provoking and uplifting too. I&#8217;m thus no stranger to the placebo effect, the inflated claims of homeopathy, and the commercial interests of all these companies selling diet plans and nutrition guidance. This book concentrates an overview of all that and more, with a level of scientific detail and rigour which should leave you without doubt that you must be prudent about what you read in the papers especially when related to carcinogens and/or wonder pills.</p>
<p>I recently bought the book for my Kindle. Pictured is the book on my phone (with Kindle app), happily synchronised with my Kindle which stays on my bedside table. It&#8217;s fantastic to be travelling home on the train and to simply pick up where I left off the night before, on a different device. Bad Science makes for fascinating &#8211; and frightening &#8211; reading. Sometimes there is complexity in the discourse, but this appears necessary to expose the fluff and pseudo-science which at face value seems reasonable or seems to prove the efficacy of a proposed wonder pill. This complexity is thankfully rare for the less scientifically inclined and certainly doesn&#8217;t get in the way of perfectly readable and understandable prose for the most part.<span id="more-854"></span></p>
<blockquote><p>&#8220;For sheer savagery, the illusion-destroying, joyous attack on the self-regarding, know-nothing orthodoxies of the modern middle classes, <em>Bad Science</em> can not be beaten. You&#8217;ll laugh your head off, then throw all those expensive health foods in the bin.&#8221; Trevor Philips, Observer</p></blockquote>
<p>The guiding principle which Bad Science seeks to expose is bamboozlement. Hiding data, over-emphasising positive results, and other quackery doesn&#8217;t stop people from believing in products. The worst of it is that this belief heightens the placebo effect and does nothing to vitiate the claims of alternative medicine. They&#8217;re not totally wrong, therefore, to claim that their products have usefulness. Once you read this book the tables may turn though, as you will realise that trials that are not blinded (where testers and participants alike are not aware of what they are actually giving/getting &#8211; real medication or placebo) are meaningless. You may as well just believe that something you like will make you better (a Wine Gum a day, a glass of wine a day) and eat your greens, stop smoking and do a bit of exercise of course.</p>
<p>This bamboozling is summarised by one of the most highlighted passages in the book (eBooks certainly have this advantage over their dead tree siblings):</p>
<blockquote><p>This process of professionalising the obvious fosters a sense of mystery around science, and health advice, which is unnecessary and destructive. More than anything, more than the unnecessary ownership of the obvious, it is disempowering.</p></blockquote>
<p>Don&#8217;t be blinded by science or misled that obvious things, said in veiled (and often fake) scientific terms, are suddenly new and above your head. Read this book. Feel better.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.caperet.com/bad-science-required-reading/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>WordPress Pharma Hack and Updates</title>
		<link>https://www.caperet.com/pharma-hack-wordpress/</link>
					<comments>https://www.caperet.com/pharma-hack-wordpress/#comments</comments>
		
		<dc:creator><![CDATA[Simon White]]></dc:creator>
		<pubDate>Tue, 21 Feb 2012 21:56:54 +0000</pubDate>
				<category><![CDATA[blogs]]></category>
		<category><![CDATA[tech]]></category>
		<guid isPermaLink="false">http://www.caperet.com/?p=823</guid>

					<description><![CDATA[WordPress is a fantastic platform, with an excellent plugin mechanism and the most usable admin interface I have seen. I know and have used several others including Joomla, Zope, Drupal, and old stuff you may not have heard of. The problem with being popular though is that you are likely to be a victim of [&#8230;]]]></description>
										<content:encoded><![CDATA[<div class="myimage"><a href="https://www.flickr.com/photos/glenbledsoe/5859830827/" title="Hacks Honey Lemon Flavour by GlenBledsoe, on Flickr"><img loading="lazy" decoding="async" src="https://farm6.staticflickr.com/5071/5859830827_1abeb0c8c9_m.jpg" width="240" height="177" alt="Hacks Honey Lemon Flavour" /></a></div>
<p>WordPress is a fantastic platform, with an excellent plugin mechanism and the most usable admin interface I have seen. I know and have used several others including Joomla, Zope, Drupal, and old stuff you may not have heard of. The problem with being popular though is that you are likely to be a victim of more attacks. There&#8217;s a strange <a href="https://wordpress.org/support/topic/pharma-hack">pharmaceutical spam attack</a> out there, and it got me too. I first found out about it when Google emailed my with a possible hacking notice. Links like /valium-high were appearing in the Google results for this site, yet when I tried the links they were giving me a 404 (page does not exist) result. The sneaky thing is that the hack is cloaked, the link /valium-high did in fact work but only if accessed via a search engine spider (or search bot / Googlebot). So Google sees a strange page selling valium, whereas regular visitors see a boring &#8220;page not found&#8221;. Spammers use these techniques to help their own strange pages rank in Google.</p>
<p>Using &#8220;Fetch as Googlebot&#8221; in Google webmaster tools allowed me to confirm the cloaking issue. To clean the hack, and simulate a search crawler without resorting to publishing tests live to my domain, I used my own server and tested using a <a href="https://www.seobench.com/search-engine-crawler-simulator/">search engine crawler simulator</a> on a custom subdomain.</p>
<p>After a lot of searching, including various scripts like <a href="https://web.archive.org/web/20130817164829/https://25yearsofprogramming.com/php/findmaliciouscode.htm">lookforbadguys</a> and advice on <a href="https://www.pearsonified.com/2010/04/wordpress-pharma-hack.php">checking the database</a> I still couldn&#8217;t find the bad code. I gave up forensics and just reinstalled a clean version of WordPress (often the best recourse if you can&#8217;t find the hack quickly). It then took me a while to get a few other files I needed (my theme, images, custom scripts) from the old install and make sure they were working correctly.</p>
<p>Since I was making updates, I finally brought this WordPress site up to date with a few changes to CSS to take full advantage of screen real estate. This humble template was less than 800 pixels wide. I am now using a 960 pixel grid which is a <em>de facto</em> standard on the web given larger screen resolutions. I hope you find it a little easier to read.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.caperet.com/pharma-hack-wordpress/feed/</wfw:commentRss>
			<slash:comments>4</slash:comments>
		
		
			</item>
		<item>
		<title>The Facebook Walled Garden?</title>
		<link>https://www.caperet.com/facebook-walled-garden/</link>
					<comments>https://www.caperet.com/facebook-walled-garden/#comments</comments>
		
		<dc:creator><![CDATA[Simon White]]></dc:creator>
		<pubDate>Mon, 09 Jan 2012 13:24:47 +0000</pubDate>
				<category><![CDATA[general]]></category>
		<category><![CDATA[tech]]></category>
		<guid isPermaLink="false">http://www.caperet.com/?p=800</guid>

					<description><![CDATA[Is anyone else concerned that the Internet is becoming a walled garden on Facebook, encouraging people never to leave the facebook site? People are more likely to read the Guardian now it&#8217;s a Facebook app. No doubt this is due to having to install the app to read content &#8220;read&#8221; by others &#8211; frictionless sharing [&#8230;]]]></description>
										<content:encoded><![CDATA[<div class="myimage"><a href="https://www.caperet.com/facebook-walled-garden/guardian-facebook-app-005/" rel="attachment wp-att-801"><img loading="lazy" decoding="async" src="https://www.caperet.com/wp-content/uploads/Guardian-Facebook-app-005-250x150.jpg" alt="" title="The Guardian on Facebook" width="250" height="150" class="alignleft size-medium wp-image-801" srcset="https://www.caperet.com/wp-content/uploads/Guardian-Facebook-app-005-250x150.jpg 250w, https://www.caperet.com/wp-content/uploads/Guardian-Facebook-app-005.jpg 460w" sizes="auto, (max-width: 250px) 100vw, 250px" /></a></div>
<p>Is anyone else concerned that the Internet is becoming a walled garden on Facebook, encouraging people never to leave the facebook site? People are more likely to read the Guardian now it&#8217;s a Facebook app. No doubt this is due to having to install the app to read content &#8220;read&#8221; by others &#8211; frictionless sharing as they call it. It means a lot more traction gained for Facebook, and a less neutral web experience. </p>
<p>Net neutrality is already wishful thinking, now that Google &#038; Facebook dominate so much &#8211; do you even have a separate Instant Messaging / email app outside of Outlook at work? Are you aware that most of what you listen to and read will be shared automatically with your friends?</p>
<blockquote><p>â€Ž&#8221;As well as increasing traffic, the app is making our journalism visible to new audiences. Over half of the app&#8217;s users are 24 and under â€“ traditionally a very hard-to-reach demographic for news organisations. The Facebook app is one of a number of successful launches by the Guardian in recent months as our &#8216;digital first&#8217; strategy gains momentum. We&#8217;re delighted with the results.&#8221;<br />
&#8212; <a href="https://www.guardian.co.uk/media/pda/2011/nov/30/guardian-facebook-app" title="original article">Andrew Miller</a>, chief executive officer of Guardian Media Group</p></blockquote>
<p>I must be an old grumpy git, since being on Facebook is frighteningly efficient at appealing to the younger demographic. I do get nostalgic about plain-text email with properly nested quoting wrapping at 74 characters, web pages that are visible anywhere on any device, and music that comes from analogue encoding on physical objects. Will appealing to the younger net users without embedding your content on Facebook be  possible soon?</p>
<p>Happy New Year too!</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.caperet.com/facebook-walled-garden/feed/</wfw:commentRss>
			<slash:comments>2</slash:comments>
		
		
			</item>
		<item>
		<title>Together for Ten Years</title>
		<link>https://www.caperet.com/married-ten-years/</link>
					<comments>https://www.caperet.com/married-ten-years/#respond</comments>
		
		<dc:creator><![CDATA[Simon White]]></dc:creator>
		<pubDate>Thu, 20 Oct 2011 15:45:53 +0000</pubDate>
				<category><![CDATA[general]]></category>
		<guid isPermaLink="false">http://www.caperet.com/?p=739</guid>

					<description><![CDATA[Five years ago, I published an article for our fifth wedding anniversary. So if I have got my head on straight, that makes it our tin &#8211; 10 years &#8211; anniversary today. How time flies. When we first got married our wedding site had a guestbook I cooked up in PHP. Five years on, a [&#8230;]]]></description>
										<content:encoded><![CDATA[<div class="myimage"><a href="https://www.caperet.com/married-ten-years/facebook_status-2/" rel="attachment wp-att-747"><img loading="lazy" decoding="async" class="alignleft size-medium wp-image-747" title="Facebook status" src="https://www.caperet.com/wp-content/uploads/facebook_status1-250x208.png" alt="" width="250" height="208" srcset="https://www.caperet.com/wp-content/uploads/facebook_status1-250x208.png 250w, https://www.caperet.com/wp-content/uploads/facebook_status1.png 498w" sizes="auto, (max-width: 250px) 100vw, 250px" /></a></div>
<p>Five years ago, I published an article for our <a title="Marriage in Morocco Five Years Ago" href="https://www.caperet.com/2006/10/marriage-in-morocco-five-years-ago/">fifth wedding anniversary</a>. So if I have got my head on straight, that makes it our tin &#8211; 10 years &#8211; anniversary today.</p>
<p>How time flies. When we first got married our <a title="Wedding in Morocco" href="https://simon.mtds.com">wedding site</a> had a guestbook I cooked up in PHP. Five years on, a blog post was where a few friends gave their comments. Ten years on, and it&#8217;s Facebook where all the reactions have come from. So from DIY PHP/MySQL to WordPress (also PHP/MySQL) to Facebook (PHP too) things keep on changing.</p>
<p>Here&#8217;s to ten more! No doubt the next anniversary post will happen somewhere else entirely. Any predictions?</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.caperet.com/married-ten-years/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
