<rss version="2.0">
  <channel>
    <title>Article on Clowes.blog</title>
    <link>https://clowes.blog/categories/article/</link>
    <description></description>
    
    <language>en</language>
    
    <lastBuildDate>Mon, 20 Apr 2026 20:16:22 +0100</lastBuildDate>
    
    <item>
      <title>How Apollo 11 communicated with Earth</title>
      <link>https://clowes.blog/2026/04/20/how-apollo-communicated-with-earth.html</link>
      <pubDate>Mon, 20 Apr 2026 20:16:22 +0100</pubDate>
      
      <guid>http://ec.micro.blog/2026/04/20/how-apollo-communicated-with-earth.html</guid>
      <description>&lt;p&gt;I’ve never been especially interested in space or NASA.
&lt;label for=&#34;sidenote-83abde2482b3d4090af9c3f5109573f4-0&#34; class=&#34;margin-toggle sidenote-number&#34;&gt;&lt;/label&gt;
&lt;input type=&#34;checkbox&#34; id=&#34;sidenote-83abde2482b3d4090af9c3f5109573f4-0&#34; class=&#34;margin-toggle&#34;/&gt;
&lt;span class=&#34;sidenote&#34;&gt;I find space so intimidating to learn about. And it hurts my brain if I think about it too much – the vastness of it all. It’s a real blind spot in my knowledge. And I must fix that.&lt;/span&gt;  But watching the film “Apollo 13” has stirred my imagination.
&lt;label for=&#34;sidenote-83abde2482b3d4090af9c3f5109573f4-1&#34; class=&#34;margin-toggle sidenote-number&#34;&gt;&lt;/label&gt;
&lt;input type=&#34;checkbox&#34; id=&#34;sidenote-83abde2482b3d4090af9c3f5109573f4-1&#34; class=&#34;margin-toggle&#34;/&gt;
&lt;span class=&#34;sidenote&#34;&gt;I haven’t got to the end of the film yet, but I’m really enjoying it. I like films about people “working the problem”.&lt;/span&gt;  And one question I’ve always had about Apollo 11’s mission to the moon is: how did NASA get all this near-realtime data in the 1960’s‽ Voice, telemetry, etc. Well, I found out.&lt;/p&gt;
&lt;h3 id=&#34;the-minor-delay&#34;&gt;The Minor Delay&lt;/h3&gt;
&lt;p&gt;They got all this data via something very simple: radio.&lt;/p&gt;
&lt;p&gt;The Moon is ~384,000 km away. Radio signals travel at the speed of light, giving a one-way delay of ~1.3 seconds (~2.5 seconds round trip). This is why there&amp;rsquo;s a noticeable pause in all Apollo mission audio.&lt;/p&gt;
&lt;h3 id=&#34;the-ground-station-network&#34;&gt;The Ground Station Network&lt;/h3&gt;
&lt;p&gt;NASA used a global chain of stations ensuring one was always facing the Moon as Earth rotated (radio needs line of sight). Key stations: California and two in Australia.&lt;/p&gt;
&lt;p&gt;The spacecraft used a steerable high-gain dish antenna to beam a focused signal back to Earth.&lt;/p&gt;
&lt;h3 id=&#34;what-was-transmitted&#34;&gt;What Was Transmitted&lt;/h3&gt;
&lt;p&gt;A single radio link carried multiple streams simultaneously (multiplexed):&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Voice communications&lt;/li&gt;
&lt;li&gt;Biomedical telemetry (heart rate, respiration per astronaut)&lt;/li&gt;
&lt;li&gt;Systems telemetry (hundreds of parameters: pressure, temperatures, voltages, thruster status)&lt;/li&gt;
&lt;li&gt;TV video (slow-scan format, converted before broadcast)&lt;/li&gt;
&lt;li&gt;Ranging data (signal travel time used to calculate precise distance)&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&#34;how-physical-measurements-become-radio-signals&#34;&gt;How Physical Measurements Become Radio Signals&lt;/h3&gt;
&lt;p&gt;The full chain:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;&lt;strong&gt;Sensor&lt;/strong&gt; measures something physical (temperature, pressure, voltage)&lt;/li&gt;
&lt;li&gt;Sensor outputs a &lt;strong&gt;proportional electrical voltage&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;An &lt;strong&gt;ADC&lt;/strong&gt; (Analogue-to-Digital Converter) samples this voltage and converts it to binary numbers&lt;/li&gt;
&lt;li&gt;A &lt;strong&gt;multiplexer&lt;/strong&gt; cycles through hundreds of sensors rapidly, producing a continuous binary data stream&lt;/li&gt;
&lt;li&gt;A &lt;strong&gt;modulator&lt;/strong&gt; encodes that binary stream onto a radio carrier wave by varying one of its properties (Apollo used phase modulation — a phase shift one way = &lt;code&gt;0&lt;/code&gt;, the other way = &lt;code&gt;1&lt;/code&gt;)&lt;/li&gt;
&lt;li&gt;The wave travels to Earth, where a ground antenna &lt;strong&gt;demodulates&lt;/strong&gt; it, stripping the data back off the carrier&lt;/li&gt;
&lt;li&gt;You&amp;rsquo;re back to a binary stream — just data&lt;/li&gt;
&lt;/ol&gt;
&lt;h3 id=&#34;how-the-ground-knew-which-reading-belonged-to-which-sensor&#34;&gt;How the Ground Knew Which Reading Belonged to Which Sensor&lt;/h3&gt;
&lt;p&gt;As I was learning all of the above, my digitally minded brain was confused how it could be done without something like JSON.
But no metadata or labels were used. Instead: &lt;strong&gt;time-division multiplexing with a fixed frame structure&lt;/strong&gt;. Before launch, both the spacecraft and ground agreed on a fixed, hardcoded schedule — the multiplexer always cycled through sensors in the same order at the same rate. Position 1 was always sensor X, position 2 always sensor Y, and so on. The ground just counted positions; no labelling needed.&lt;/p&gt;
&lt;p&gt;To mark the start of each cycle, a &lt;strong&gt;sync word&lt;/strong&gt; (a distinctive fixed bit pattern) was transmitted at the beginning of each frame. When the ground decoder spotted it, it reset its positional counter.&lt;/p&gt;
&lt;p&gt;Readings were organised in two tiers:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Minor frame&lt;/strong&gt; — one full cycle through all sensors&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Major frame&lt;/strong&gt; — multiple minor frames grouped together; slower-changing sensors (e.g. cabin temperature) only appeared once per major frame to conserve bandwidth&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;This was extremely efficient — zero bandwidth wasted on metadata — but brittle. If sync was lost, the system had to wait for the next sync word to re-lock.&lt;/p&gt;
&lt;p&gt;A beautifully simple combination of analogue and digital. Remarkable.&lt;/p&gt;
</description>
    </item>
    
    <item>
      <title>The existence of AI video creates plausible deniability for everything</title>
      <link>https://clowes.blog/2026/04/18/the-existence-of-ai-video.html</link>
      <pubDate>Sat, 18 Apr 2026 19:30:32 +0100</pubDate>
      
      <guid>http://ec.micro.blog/2026/04/18/the-existence-of-ai-video.html</guid>
      <description>&lt;p&gt;Many are worried that the rise of realistic looking AI video tech will lead to fake videos of people doing bad things to smear their name.&lt;/p&gt;
&lt;p&gt;But another worrying side effect of AI is how people will cry out “it’s AI” to &lt;em&gt;genuine&lt;/em&gt; videos, just because they don’t want to believe it’s real – or want to convince &lt;em&gt;others&lt;/em&gt; that it’s not real.&lt;/p&gt;
&lt;p&gt;AI creates plausible deniability.&lt;/p&gt;
&lt;p&gt;I see this battle over truth every single day in the comments on social media.&lt;/p&gt;
&lt;p&gt;This was a few of the comments on a video about abuse in Romanian orphanages:&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://cdn.uploads.micro.blog/3636/2026/344e5ca907.jpg&#34; width=&#34;600&#34; height=&#34;156&#34; alt=&#34;&#34;&gt;&lt;img src=&#34;https://cdn.uploads.micro.blog/3636/2026/97102b02a2.jpg&#34; width=&#34;600&#34; height=&#34;304&#34; alt=&#34;&#34;&gt;&lt;img src=&#34;https://cdn.uploads.micro.blog/3636/2026/09623bafc3.jpg&#34; width=&#34;600&#34; height=&#34;135&#34; alt=&#34;&#34;&gt;&lt;img src=&#34;https://cdn.uploads.micro.blog/3636/2026/99b2e2be15.jpg&#34; width=&#34;600&#34; height=&#34;135&#34; alt=&#34;&#34;&gt;&lt;img src=&#34;https://cdn.uploads.micro.blog/3636/2026/61bf629c25.jpg&#34; width=&#34;600&#34; height=&#34;123&#34; alt=&#34;&#34;&gt;&lt;img src=&#34;https://cdn.uploads.micro.blog/3636/2026/d3b83622d6.jpg&#34; width=&#34;600&#34; height=&#34;173&#34; alt=&#34;&#34;&gt;&lt;img src=&#34;https://cdn.uploads.micro.blog/3636/2026/90bd8df366.jpg&#34; width=&#34;600&#34; height=&#34;142&#34; alt=&#34;&#34;&gt;&lt;img src=&#34;https://cdn.uploads.micro.blog/3636/2026/270a0c1b0a.jpg&#34; width=&#34;600&#34; height=&#34;146&#34; alt=&#34;&#34;&gt;&lt;/p&gt;
</description>
    </item>
    
    <item>
      <title>What files from your Mac do you actually need on your phone?</title>
      <link>https://clowes.blog/2024/10/13/what-files-from-your-mac.html</link>
      <pubDate>Sun, 13 Oct 2024 20:48:25 +0100</pubDate>
      
      <guid>http://ec.micro.blog/2024/10/13/what-files-from-your-mac.html</guid>
      <description>&lt;p&gt;I recently dropped Dropbox to save myself
£10/mo. I’ve replaced it with iCloud Drive, which I pay for already.&lt;/p&gt;
&lt;p&gt;Mostly I used it so I can access my files on my iPhone too. But I’ve realised there’s only a few folders I need:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Documents. For tickets, ID, or personal info.&lt;/li&gt;
&lt;li&gt;Screenshots. I occasionally screenshot info or as a reminder. So I need access on the go.&lt;/li&gt;
&lt;li&gt;Blog drafts. I like to write or refine posts on the train.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;The other folders I have are temp ones for getting files from my phone to my Mac. For example audio notes, scanned documents, or TikTok videos I’ve downloaded. &lt;a href=&#34;https://www.noodlesoft.com/&#34;&gt;Hazel&lt;/a&gt; on the Mac then auto-moves them to their final destination on the file system.&lt;/p&gt;
</description>
    </item>
    
    <item>
      <title>Digital legacy</title>
      <link>https://clowes.blog/2024/09/26/digital-legacy.html</link>
      <pubDate>Fri, 27 Sep 2024 00:58:12 +0100</pubDate>
      
      <guid>http://ec.micro.blog/2024/09/26/digital-legacy.html</guid>
      <description>&lt;p&gt;I’m 32. So hopefully death is still many decades away. But I still really need to document how I want my family to handle my digital legacy. Especially my websites. I don’t care if my personal files on my Mac disappear. But I’d like my websites to remain online for as long as possible after I die.&lt;/p&gt;
&lt;p&gt;Right now I have three sites powered by Hugo and hosted on AWS. They should remain up for a decade or two as long as the $5/mo bill is paid. My biggest concern would be AWS introducing a new login or payment system that requires manually migrating to. A non-techy family member might struggle with that.&lt;/p&gt;
&lt;p&gt;I also have my Micro.blog blog. As of today it doesn’t hate enough posts for me to be upset at the prospect of it disappearing. But if I did want to preserve it my main concern would be that Micro.blog could very easily be shut down. Luckily it’s all static pages and is Hugo again behind the scenes, so it shouldn’t be too tricky for a somewhat tech savvy friend/family member to get a copy of it all onto AWS.&lt;/p&gt;
&lt;p&gt;My main concern are my Obsidian notes that get turnt into Learnt.me. In many ways that site is the most in-depth digital representation of who I am, so I’d like it to survive after I died. It’s turned into a website via Obsidian’s ‘Publish’ feature. But the site seems very JavaScript-y and not the easiest to have backups of. Luckily all the notes that the site are based on are just Markdown notes. And there’s also at least one other service that offers something like Obsidian Publish. But either way, worse case scenario all my notes could just be uploaded to an Apache web server and be browsed and viewed via the folder hierarchy. However I really like how Learnt.me looks and works. It would be a shame to lose that.&lt;/p&gt;
&lt;p&gt;I’m not sure what the best solution is long term. I thought about having all the content hosted on NearlyFreeSpeech. It’s pay as you go, so I could deposit a bunch of money into it. But to be honest, as long as I can find a way for the AWS bill to be paid, that would be the easiest and most reliable route for long term hosting.&lt;/p&gt;
&lt;p&gt;But either way, my digital ‘estate’ is in a much more stable long term state than it has been in the past. Sure, I have too many sites, which makes things more tricky. But at least none are powered by WordPress, which would make things very brittle and tough to keep up and running.&lt;/p&gt;
</description>
    </item>
    
    <item>
      <title>🍿 Film Review: Air (2023)</title>
      <link>https://clowes.blog/2024/07/18/film-review-air.html</link>
      <pubDate>Thu, 18 Jul 2024 09:26:00 +0100</pubDate>
      
      <guid>http://ec.micro.blog/2024/07/18/film-review-air.html</guid>
      <description>&lt;img src=&#34;https://cdn.uploads.micro.blog/3636/2024/air-2023.jpg&#34; width=&#34;600&#34; height=&#34;337&#34; alt=&#34;&#34;&gt;
&lt;p&gt;&amp;ldquo;Air&amp;rdquo; is about the creation of Air Jordan shoes at Nike. It&amp;rsquo;s silly and corny, but very enjoyable.&lt;/p&gt;
&lt;p&gt;Moving along at a quick, fun pace and feels a bit like an &lt;a href=&#34;https://letterboxd.com/director/adam-mckay/&#34;&gt;Adam McKay&lt;/a&gt; film at times.&lt;/p&gt;
&lt;p&gt;This is also quite the &amp;lsquo;Dad film&amp;rsquo; (another one for Matt Damon, after &lt;a href=&#34;https://www.justwatch.com/uk/movie/ford-v-ferrari&#34;&gt;Ford v Ferrari&lt;/a&gt;).&lt;/p&gt;
&lt;p&gt;You might have missed &amp;ldquo;Air&amp;rdquo;. But you should correct that, as it&amp;rsquo;s a great way to spend 111 minutes and very much worth a watch. It&amp;rsquo;s hard to dislike it.&lt;/p&gt;
&lt;p&gt;Also: are you ever unsatisfied by the &amp;ldquo;where are they now&amp;rdquo; segment at the end of &amp;ldquo;based on a true story&amp;rdquo; film, when they don&amp;rsquo;t go into enough detail? Well this delivers in this department.&lt;/p&gt;
&lt;p&gt;After &amp;ldquo;Air&amp;rdquo; you should watch:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;https://www.justwatch.com/uk/tv-series/the-last-dance&#34;&gt;The Last Dance&lt;/a&gt;, a documentary about Michael Jordan.&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://www.justwatch.com/uk/movie/blackberry&#34;&gt;BlackBerry&lt;/a&gt;, another &amp;lsquo;business film&amp;rsquo;. It&amp;rsquo;s another solid film you might have missed..&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;71%&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;https://www.justwatch.com/uk/movie/air-2023&#34;&gt;Find out where to stream it&lt;/a&gt;.&lt;br&gt;
&lt;a href=&#34;https://letterboxd.com/elliotclowes/film/air-2023/&#34;&gt;This review is also on Letterboxd&lt;/a&gt;.&lt;/p&gt;
</description>
    </item>
    
    <item>
      <title>A hip church, a modern poet</title>
      <link>https://clowes.blog/2024/07/04/a-hip-church-a-modern.html</link>
      <pubDate>Thu, 04 Jul 2024 12:43:02 +0100</pubDate>
      
      <guid>http://ec.micro.blog/2024/07/04/a-hip-church-a-modern.html</guid>
      <description>&lt;p&gt;I recently saw the poet &lt;a href=&#34;https://www.harrybaker.co/&#34;&gt;Harry Baker&lt;/a&gt;. My girlfriend was the fan and wanted to go, though I had also enjoyed what little I had seen of him.&lt;/p&gt;
&lt;p&gt;It was at &lt;a href=&#34;https://maps.app.goo.gl/r5KnmuNf4y2o2jnn7?g_st=com.google.maps.preview.copy&#34;&gt;Saint Saviours Church Hall, St Albans&lt;/a&gt;, which is the hippest church I&amp;rsquo;ve been to. There was kegs of beer, fairy lights and some sofas to the side of the nave. And the vicar had a shaved head, tattoos and wore cargo shorts.&lt;/p&gt;
&lt;p&gt;I was a huge poetry nerd in my tormented teen years (14-17). But these days I don&amp;rsquo;t have much interest – and certainly not in modern poetry. So I wasn&amp;rsquo;t massively looking forward to a night of non-stop poems.&lt;/p&gt;
&lt;p&gt;But the show was great. His poetry is perfect for the modern era. Funny, witty and with a great musicality. The way his voice delivers lines is wonderful. There&amp;rsquo;s an earnestness to the way he speaks that is enrapturing.&lt;/p&gt;
&lt;p&gt;And he didn&amp;rsquo;t overstay his welcome. I was worried it would be 2 hours+ of non-stop poetry. But it was just the right length, with a break in between where you could buy a book and meet him.&lt;/p&gt;
&lt;p&gt;When my girlfriend met him she decided to go down the more casual route. Rather than a &amp;ldquo;huge fan of your work, you&amp;rsquo;re my hero&amp;rdquo;, she went with a simple &amp;ldquo;hello, how are you?&amp;rdquo;. He didn&amp;rsquo;t appear to be expecting such an unassuming greeting and it led to 45 seconds of incredibly uncomfortable awkwardness. The stilted back-and-forth continued painfully as she hurriedly chose a book and he hurriedly got out the card reader. I couldn&amp;rsquo;t help but laugh.&lt;/p&gt;
&lt;p&gt;&lt;video controls=&#34;controls&#34; playsinline=&#34;playsinline&#34; src=&#34;https://elliotclowes.com/cold/video/harry-baker-a-poem-for-when-i-die.mp4&#34; poster=&#34;https://elliotclowes.com/cold/video/poster/harry-baker-a-poem-for-when-i-die.jpg&#34; preload=&#34;none&#34; alt=&#34;&#34;&gt;&lt;/video&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://cdn.uploads.micro.blog/3636/2024/c48f31d32e.jpg&#34; alt=&#34;&#34;&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://cdn.uploads.micro.blog/3636/2024/aa685d3688.jpg&#34; alt=&#34;&#34;&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://cdn.uploads.micro.blog/3636/2024/6012296674.jpg&#34; alt=&#34;&#34;&gt;&lt;/p&gt;
</description>
    </item>
    
    <item>
      <title>Blogging like Dave Winer: the case for making more of your thoughts public</title>
      <link>https://clowes.blog/2024/07/03/blogging-like-dave-winer-the.html</link>
      <pubDate>Wed, 03 Jul 2024 03:16:19 +0100</pubDate>
      
      <guid>http://ec.micro.blog/2024/07/03/blogging-like-dave-winer-the.html</guid>
      <description>&lt;p&gt;&lt;a href=&#34;https://en.wikipedia.org/wiki/Dave_Winer&#34;&gt;Dave Winer&lt;/a&gt; has been &lt;a href=&#34;http://scripting.com&#34;&gt;blogging since 1994&lt;/a&gt;. And extensively too. His output is remarkable. And the result of that is nearly everything that he references and talks about from the past has a blog post he can link to. You can see his thinking in real time and get a great deal of context.&lt;/p&gt;
&lt;p&gt;And it makes me want to both blog more freely and frequently and also live life more publicly online. And I think that there&amp;rsquo;s good arguments to be made for writing publicly on a weblog, rather than in offline software.&lt;/p&gt;
&lt;p&gt;I&amp;rsquo;ve used the journaling app &lt;a href=&#34;https://dayoneapp.com/&#34;&gt;Day One&lt;/a&gt; for years. It&amp;rsquo;s been around for a while and now that it&amp;rsquo;s owned by &lt;a href=&#34;https://automattic.com/&#34;&gt;Automattic&lt;/a&gt; I expect it will continue to be around for many years.&lt;/p&gt;
&lt;p&gt;But generally speaking, software is more brittle than the web. It often uses proprietary formats and is prone to abandonment. Whereas the web is more open, easier to back up and won&amp;rsquo;t go away any time soon. In 50 years time I&amp;rsquo;d be shocked if a HTML/CSS webpage can&amp;rsquo;t still be shown the average computer still. I doubt Day One will still be around.&lt;/p&gt;
&lt;p&gt;And in my 20 years of writing and journaling I&amp;rsquo;ve used many different software. The end result of that is my writing is all over the place, in different formats and different apps.&lt;/p&gt;
&lt;p&gt;So what if that whole time I just used something like WordPress instead? Today my thoughts would all be in one place, nicely tagged&lt;sup id=&#34;fnref:1&#34;&gt;&lt;a href=&#34;#fn:1&#34; class=&#34;footnote-ref&#34; role=&#34;doc-noteref&#34;&gt;1&lt;/a&gt;&lt;/sup&gt;, easily searchable and with a URL that I could link to.&lt;/p&gt;
&lt;p&gt;Then there&amp;rsquo;s the tricky subject of death. If I die today no one is accessing my journal. A journal that might be interesting to my family. But if my thoughts were on a blog they could see them easily.&lt;/p&gt;
&lt;p&gt;Of course there&amp;rsquo;s privacy concerns with the web. WordPress does let you make posts private or hidden behind a password. But data breaches can happen and things can leak. So that is a downside.&lt;/p&gt;
&lt;p&gt;But my whole point is that I want more of my thoughts and life to be &lt;strong&gt;public&lt;/strong&gt;. If I&amp;rsquo;m honest I&amp;rsquo;m not one of those people who pours my heart out in my journal anyway.&lt;sup id=&#34;fnref:2&#34;&gt;&lt;a href=&#34;#fn:2&#34; class=&#34;footnote-ref&#34; role=&#34;doc-noteref&#34;&gt;2&lt;/a&gt;&lt;/sup&gt; So 90% of what I write I&amp;rsquo;d happily make public and that&amp;rsquo;s my aim.&lt;/p&gt;
&lt;p&gt;With clowes.blog I&amp;rsquo;m attempting to live a bit more publicly. But it still doesn&amp;rsquo;t come close to what Dave Winer&amp;rsquo;s scripting.com does. For me to get there I need to share and write more frequently.&lt;/p&gt;
&lt;p&gt;So I&amp;rsquo;m going to try it. I think future me will be glad I did.&lt;/p&gt;
&lt;section class=&#34;footnotes&#34; role=&#34;doc-endnotes&#34;&gt;
&lt;hr&gt;
&lt;ol&gt;
&lt;li id=&#34;fn:1&#34; role=&#34;doc-endnote&#34;&gt;
&lt;p&gt;I did my best to transfer my data from one service to another down the years. But one of the things that was always hardest to keep in the transfer were things like tags. If I used WordPress I would have had the same tag system from the start.&amp;#160;&lt;a href=&#34;#fnref:1&#34; class=&#34;footnote-backref&#34; role=&#34;doc-backlink&#34;&gt;&amp;#x21a9;&amp;#xfe0e;&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li id=&#34;fn:2&#34; role=&#34;doc-endnote&#34;&gt;
&lt;p&gt;It&amp;rsquo;s actually one of the things I like least about my journaling style. I am always thinking of an audience when I journal. I know that no one other than me is going to read it, but yet I still can&amp;rsquo;t open up and share exactly what I&amp;rsquo;m feeling.&amp;#160;&lt;a href=&#34;#fnref:2&#34; class=&#34;footnote-backref&#34; role=&#34;doc-backlink&#34;&gt;&amp;#x21a9;&amp;#xfe0e;&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;/section&gt;
</description>
    </item>
    
    <item>
      <title>June 19th, 2024</title>
      <link>https://clowes.blog/2024/06/19/june-th.html</link>
      <pubDate>Wed, 19 Jun 2024 08:53:36 +0100</pubDate>
      
      <guid>http://ec.micro.blog/2024/06/19/june-th.html</guid>
      <description>&lt;p&gt;Good morning all. It&amp;rsquo;s currently 14°C in London 🌤️&lt;/p&gt;
&lt;p&gt;🚆 &lt;strong&gt;Trains reads&lt;/strong&gt;:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;https://www.commonwealmagazine.org/another-productivity-hack&#34;&gt;&amp;ldquo;Another Productivity Hack? Cal Newport thinks working slower could cure your burnout.&amp;quot;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://interconnected.org/home/2020/09/10/streak&#34;&gt;&amp;ldquo;15 rules for blogging, and my current streak&amp;rdquo;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;🧍‍♂️&lt;strong&gt;Me update&lt;/strong&gt;:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;4hr 9m of sleep 🛌&lt;/li&gt;
&lt;li&gt;I could really do with my next pay cheque to arrive, I must say.&lt;/li&gt;
&lt;li&gt;I&amp;rsquo;ve really cut down my caffeine intake these days. But I might try none for a while to see if it helps with my occasional insomnia.&lt;/li&gt;
&lt;li&gt;Had a sore stomach last night that has continued into the morning.&lt;/li&gt;
&lt;li&gt;I have sadly pulled off the mythical upset-your-girlfriend-before-9am 😬&lt;/li&gt;
&lt;/ul&gt;
 &lt;img src=&#34;https://cdn.uploads.micro.blog/3636/2024/img-1650-vsco.jpg&#34; width=&#34;600&#34; height=&#34;800&#34; alt=&#34;&#34;&gt;
</description>
    </item>
    
    <item>
      <title>A place to write where you just don&#39;t care</title>
      <link>https://clowes.blog/2024/06/18/a-place-to-write-where.html</link>
      <pubDate>Tue, 18 Jun 2024 16:39:55 +0100</pubDate>
      
      <guid>http://ec.micro.blog/2024/06/18/a-place-to-write-where.html</guid>
      <description>&lt;p&gt;🔗 &lt;strong&gt;&lt;a href=&#34;https://colly.com/articles/stream-on&#34;&gt;Stream on&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Simon Collison has written about having a longer form blog and also a short one.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;A primary motivation for creating my Stream was the paralysing sense that a blog post needed appropriate length and weight.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;I understand that feeling well. I am always too aware of my audience when I write. To the point that anything too short or off topic feels like I&amp;rsquo;m wasting their time. As a result I have created way too many blogs down the years (and I still maintain too many).&lt;/p&gt;
&lt;p&gt;So I&amp;rsquo;ve found my recent discovery of Micro.blog very freeing. I don&amp;rsquo;t care too much on here. I just share what&amp;rsquo;s on my mind. No matter how short, long or off topic.&lt;/p&gt;
</description>
    </item>
    
    <item>
      <title>1988 Flannel</title>
      <link>https://clowes.blog/2024/06/18/flannel.html</link>
      <pubDate>Tue, 18 Jun 2024 15:55:30 +0100</pubDate>
      
      <guid>http://ec.micro.blog/2024/06/18/flannel.html</guid>
      <description>&lt;p&gt;&lt;strong&gt;&lt;a href=&#34;https://people.com/dad-wears-same-ll-bean-shirt-for-over-30-years-exclusive-8646111&#34;&gt;Daughter Realizes Dad Has Worn Same L.L.Bean Flannel Shirt Since 1988&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;I&amp;rsquo;m a recent convert to flannel. Like pickup trucks they do just look a bit silly in the UK. But the benefits outweigh that for me.&lt;/p&gt;
&lt;p&gt;They&amp;rsquo;re so versatile. Lovely and warm in the autumn, often letting you go out without a jacket. And you can wear a t-shirt underneath and then unbutton the shirt if you get too hot. And in the winter they&amp;rsquo;re often thick enough that when paired with a jacket you are nice and toasty.&lt;/p&gt;
&lt;p&gt;Flannel is also hardy and long lasting (though not as hardy as they once were I&amp;rsquo;m sure). I drunkenly fell off my bicycle last year wearing an Abercrombie &amp;amp; Fitch one. It has a few scuffs, but it survived very well indeed. And if I wasn’t wearing it my skin would have been &lt;em&gt;covered&lt;/em&gt; in road rash.&lt;/p&gt;
&lt;p&gt;Another reason I like this story is because it reminds me of the ‘capsule wardrobe’. The idea that you have a default outfit – or a few default outfits. Meaning you don&amp;rsquo;t spend a bunch of time working out what to wear each day.&lt;/p&gt;
&lt;p&gt;I have too many clothes to have a &amp;lsquo;capsule&amp;rsquo;. But I would say I have a &amp;lsquo;uniform&amp;rsquo; at work. I wear the same Cos fleece, Charles Twyitt trousers and Clark’s dessert boots each day.&lt;/p&gt;
&lt;img src=&#34;https://cdn.uploads.micro.blog/3636/2024/flannel.jpg&#34; width=&#34;600&#34; height=&#34;400&#34; alt=&#34;&#34;&gt;
</description>
    </item>
    
    <item>
      <title>Digital legacy</title>
      <link>https://clowes.blog/2024/06/17/digital-legacy.html</link>
      <pubDate>Mon, 17 Jun 2024 14:58:36 +0100</pubDate>
      
      <guid>http://ec.micro.blog/2024/06/17/digital-legacy.html</guid>
      <description>&lt;p&gt;At least once a week I think about what&amp;rsquo;s going to happen to my websites once I die. Within a month or two they&amp;rsquo;ll probably disappear, which upsets me.&lt;/p&gt;
&lt;p&gt;What can I do to avoid that? It shouldn&amp;rsquo;t be &lt;em&gt;too&lt;/em&gt; difficult. All my sites are static, aside from &lt;a href=&#34;https://learnt.me&#34;&gt;Learnt.me&lt;/a&gt; which is put online via &lt;a href=&#34;https://obsidian.md/publish&#34;&gt;Obsidian Publish&lt;/a&gt;. But Learnt.me is probably the site I&amp;rsquo;d like to remain online the most after I die.&lt;/p&gt;
&lt;p&gt;WordPress now offers their &lt;a href=&#34;https://wordpress.com/100-year/&#34;&gt;100-Year Plan&lt;/a&gt;. But it&amp;rsquo;s $38,000.&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;https://www.nearlyfreespeech.net/&#34;&gt;NearlyFreeSpeech&lt;/a&gt; is pay-as-you-go. So I could conceivably top up my account with as much as I could afford and it should last a while (assuming they stay in business).&lt;/p&gt;
&lt;p&gt;My current sites are largely on Amazon S3. So as long as there&amp;rsquo;s an active card to pay the $3-4 monthly pay it should keep working for many years.&lt;/p&gt;
&lt;p&gt;But ideally my Will gives some instructions and some money for preserving my digital legacy. And one of my more tech-y friends could carry it out.&lt;/p&gt;
&lt;p&gt;I don&amp;rsquo;t plan on dying any time soon. But it would be good to put a plan in place.&lt;/p&gt;
</description>
    </item>
    
  </channel>
</rss>