<?xml version="1.0" encoding="utf-8"?>

<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
  <title>thechelsuk - Weak Notes RSS only</title>
  <subtitle type="html">// A working in public, second brain</subtitle>
  <link rel="self" type="application/atom+xml" href="https://thechels.uk/rss.xml" />
  <link rel="alternate" type="text/html" href="https://thechels.uk" />
  <generator>Jekyll</generator>
  <rights>thechelsuk</rights>
  <updated>2026-04-16T09:51:15Z</updated>
  <author>
    <name>thechelsuk</name>
    <email>feedback@thechels.uk</email>
    <uri>https://thechels.uk/</uri>
  </author>
  <id>https://thechels.uk/</id>

  
  
     
     
     
     
     
     
     
      <entry>
        <title type="html"><![CDATA[ + Pompidou section 3 - Refactor post types]]></title>
        <link rel="alternate" type="text/html" href="https://thechels.uk//pompidou-section-3" />
        <id>https://thechels.uk/pompidou-section-3</id>
        <published>2026-04-12T02:11:00Z</published>
        <updated>2026-04-12T02:11:00Z</updated>
        <author>
          <name>thechelsuk</name>
          <uri>https://thechels.uk//pompidou-section-3</uri>
        </author>
        <content type="html"><![CDATA[
          <p>After setting up collections on my Jekyll blog for various post types I’ve refactored to use <code class="language-plaintext highlighter-rouge">post.type</code> in the post front matter instead of collections.</p>

<p>The main reason is to pump all the content into the <code class="language-plaintext highlighter-rouge">_posts</code> folder. The idea here is that by default everything will be loaded into the post loop - simplifying the code use for the homepage, which is effectively the archive, and simplifying the code for the main rss feed.</p>

<p>It is trivial to exclude any post type using liquid syntax, for example where the type is RSS where one could choose to publish secretly just to the feed.  This enables the generation of the post html file, it is just excluded from the archives (for collections you can toggle output to false in the config to stop page generation). Taking onboard Dave Rupert’s note that content should have a url. I opted for the change. I had found even if a page url was not provided several RSS reader apps default to the site url, so on clicking it would confuse users with the homepage, or worse a 404 page. Also there is an accessibility angle here where the web version might be better than the rss reader (zoom, tabbing, text to speech etc).</p>

<p>So my blog now has post types for mixtapes, today I learned (TIL), ways (how to) as well as regular and linked quote posts and finally those secret posts.</p>

<p>I’ve also added a feed for each post type too as again the loop is trivial inside an xml file. I’ve also added a firehose which adds in the rss from YouTube, mastodon and Bluesky - although the latter two require a hashtag in my post to show up, just in case I don’t want it in my feed and on the socials page. Again several loops all being added to a single array ordered by date.</p>

<p>Updating data pages has become easier as <code class="language-plaintext highlighter-rouge">site.posts | size</code> works well to show the total count. Looping over the <code class="language-plaintext highlighter-rouge">post.frontmatter = value</code> allows me to do clever things not just <code class="language-plaintext highlighter-rouge">post.type</code> - quote posts for example can use the <code class="language-plaintext highlighter-rouge">post.cited</code> as the author and <code class="language-plaintext highlighter-rouge">post.link</code> as the direct link to the source. I manipulate the post title link on feed readers to link to my blog as the permalink. This is different to how John Gruber handles it at Daring Fireball whereby he includes an under star as the link back to his site in relevant posts.</p>

<p>I think my implementation is better as the author field shows ‘quoting x’ too to make it super clear it’s a linked quote post. The reader can choose to go directly to source by clicking the author or to my website by clicking the title. Check out the <a href="/feeds">feeds</a> to see it for yourself. This visually works well in NetNewsWire my goto RSS app, but also in a bunch of others I have tested.</p>

<p>Links to archive pages filtered by type are on the <a href="/slages">pages</a> page and given the variety of my posts, readers can choose to view a filtered list and a dedicated RSS feed.</p>

          <p><center>***</center></p>
          <p> // Published 2026-04-12, with 536 words.</p>
          <hr/>
          <p>💬 Thanks for keeping RSS alive. If you have an RSS feed please share it with me on any of these <a href="https://links.thechels.uk">socials</a>.</p>
          <p>If you get value from this site, please share this post with someone you think will like it and support me with a <a href="https://ko-fi.com/thechelsuk">ko-fi</a>.</p>
          <p>Finally, here is a special sponsor/advert link just for you; <a rel="sponsored" href="https://apps.apple.com/gb/app/mltply/id6747147316">Mltply - Chat-style maths practice for kids on iOS.</a><br/>[T&Cs apply].</p>
        ]]></content>
      </entry>
  
     
     
     
     
     
     
     
      <entry>
        <title type="html"><![CDATA[ + Dorking - Search Commands and Operators]]></title>
        <link rel="alternate" type="text/html" href="https://thechels.uk//google-search-commands-and-operators" />
        <id>https://thechels.uk/google-search-commands-and-operators</id>
        <published>2026-03-28T00:00:00Z</published>
        <updated>2026-03-28T00:00:00Z</updated>
        <author>
          <name>thechelsuk</name>
          <uri>https://thechels.uk//google-search-commands-and-operators</uri>
        </author>
        <content type="html"><![CDATA[
          <p>Search dorking tips and tricks and how to the best from your search engine. Documented for archive purposes before AI takes over.</p>

<h2 id="precision-operators">Precision Operators</h2>

<ul>
  <li><strong><code class="language-plaintext highlighter-rouge">site:</code></strong> — Limits results to a specific website or domain (e.g. <code class="language-plaintext highlighter-rouge">site:gov vaccine</code>)</li>
  <li><strong><code class="language-plaintext highlighter-rouge">-site:</code></strong> — Excludes a specific site from results (e.g. <code class="language-plaintext highlighter-rouge">electric vehicles -site:Kia.com</code>)</li>
  <li><strong><code class="language-plaintext highlighter-rouge">"exact phrase"</code></strong> — Forces Google to match those exact words in that exact order</li>
  <li><strong><code class="language-plaintext highlighter-rouge">-word</code></strong> — Removes a word from results entirely (e.g. <code class="language-plaintext highlighter-rouge">jaguar -car</code>)</li>
  <li><strong><code class="language-plaintext highlighter-rouge">X..Y</code> (number range)</strong> — Filters by numerical range; works for prices, years, or any measurement (e.g. <code class="language-plaintext highlighter-rouge">laptop £500..£800</code>)</li>
  <li><strong><code class="language-plaintext highlighter-rouge">*</code> (wildcard)</strong> — Stands in for any missing word or phrase (e.g. <code class="language-plaintext highlighter-rouge">"the * of artificial intelligence"</code>)</li>
  <li><strong><code class="language-plaintext highlighter-rouge">AROUND(#)</code></strong> — Undocumented proximity operator; returns results where two terms appear within # words of each other (e.g. <code class="language-plaintext highlighter-rouge">climate AROUND(3) policy</code>)</li>
  <li><strong>Verbatim mode</strong> — Via Tools &gt; All Results &gt; Verbatim; disables synonym-swapping and personalisation, returns exactly what you typed</li>
</ul>

<h2 id="finding-primary-sources">Finding Primary Sources</h2>

<ul>
  <li><strong><code class="language-plaintext highlighter-rouge">filetype:</code></strong> — Returns only a specific file type (e.g. <code class="language-plaintext highlighter-rouge">filetype:pdf remote work productivity</code>)</li>
  <li><strong><code class="language-plaintext highlighter-rouge">intitle:"index of"</code></strong> — Surfaces open file directories on servers with directory listing enabled (e.g. <code class="language-plaintext highlighter-rouge">intitle:"index of" /pdf "media literacy"</code>)</li>
  <li><strong><code class="language-plaintext highlighter-rouge">before:</code> / <code class="language-plaintext highlighter-rouge">after:</code></strong> — Sets a date boundary on results (e.g. <code class="language-plaintext highlighter-rouge">mental health research after:2023</code>)</li>
  <li><strong><code class="language-plaintext highlighter-rouge">intitle:</code></strong> — Filters to pages where a phrase appears in the page title (e.g. <code class="language-plaintext highlighter-rouge">intitle:"media literacy"</code>)</li>
  <li><strong><code class="language-plaintext highlighter-rouge">inurl:</code></strong> — Filters by text appearing in the URL (e.g. <code class="language-plaintext highlighter-rouge">inurl:gov intitle:"AI policy"</code>)</li>
</ul>

<h2 id="finding-real-human-opinions">Finding Real Human Opinions</h2>

<ul>
  <li><strong><code class="language-plaintext highlighter-rouge">"can anyone recommend"</code></strong> — Surfaces forum threads and community posts asking for genuine recommendations, bypassing SEO content</li>
  <li><strong><code class="language-plaintext highlighter-rouge">@reddit</code> (or other platform)</strong> — Biases results toward social/community discussions from that platform</li>
  <li><strong>Omitted results link</strong> — Click “include omitted results” at the bottom of a page; shows less-trafficked, less SEO-optimised sources</li>
</ul>

<h2 id="stacking-operators">Stacking Operators</h2>

<ul>
  <li>Combine multiple operators for precision (e.g. <code class="language-plaintext highlighter-rouge">filetype:pdf "information literacy" site:edu before:2015</code>)</li>
</ul>

<h2 id="fast-answer-shortcuts-type-directly-into-search-bar">Fast Answer Shortcuts (type directly into search bar)</h2>

<ul>
  <li><strong>Flight number</strong> (e.g. <code class="language-plaintext highlighter-rouge">UA 2157</code>) — Live gate, times, delay status, and real-time tracker</li>
  <li><strong>Package tracking number</strong> — Auto-detects UPS/FedEx/USPS format and shows live delivery status</li>
  <li><strong><code class="language-plaintext highlighter-rouge">run speed test</code></strong> — Measures download/upload speed in-browser, no third-party site needed</li>
  <li><strong><code class="language-plaintext highlighter-rouge">[thing] vs [thing]</code></strong> — Side-by-side comparison panel (works for food, software, medications, etc.)</li>
  <li><strong><code class="language-plaintext highlighter-rouge">define: [word]</code></strong> — Full dictionary definition plus etymology</li>
  <li><strong><code class="language-plaintext highlighter-rouge">how to pronounce [word]</code></strong> — Audio button and phonetic spelling</li>
  <li><strong><code class="language-plaintext highlighter-rouge">[food] calories</code></strong> — Nutritional information inline</li>
  <li><strong><code class="language-plaintext highlighter-rouge">sunrise [city]</code></strong> / <strong><code class="language-plaintext highlighter-rouge">sunset [city]</code></strong> — Exact times for any location</li>
  <li><strong><code class="language-plaintext highlighter-rouge">time in [city]</code></strong> — Current local time anywhere in the world</li>
  <li><strong><code class="language-plaintext highlighter-rouge">[amount] [currency] to [currency]</code></strong> — Live exchange rate</li>
  <li><strong><code class="language-plaintext highlighter-rouge">stock [ticker]</code></strong> — Live price chart with trading volume</li>
  <li><strong><code class="language-plaintext highlighter-rouge">tip for $[amount]</code></strong> — Tip calculator with percentage and split options</li>
  <li><strong><code class="language-plaintext highlighter-rouge">translate [phrase] to [language]</code></strong> — Full translation widget with audio</li>
  <li><strong><code class="language-plaintext highlighter-rouge">what is my IP</code></strong> — Returns your IP address immediately</li>
  <li><strong><code class="language-plaintext highlighter-rouge">random number between X and Y</code></strong> — Instant random number generator</li>
  <li><strong><code class="language-plaintext highlighter-rouge">color picker</code></strong> — Interactive colour wheel with hex and RGB codes</li>
  <li><strong><code class="language-plaintext highlighter-rouge">timer [X] minutes</code></strong> — Starts a countdown without leaving Google</li>
  <li><strong><code class="language-plaintext highlighter-rouge">metronome</code></strong> — Working, adjustable metronome</li>
  <li><strong><code class="language-plaintext highlighter-rouge">bubble level</code></strong> — Uses phone gyroscope as an actual level</li>
  <li><strong><code class="language-plaintext highlighter-rouge">breathing exercise</code></strong> — Guided timed breath pattern</li>
  <li><strong><code class="language-plaintext highlighter-rouge">what sound does a [animal] make</code></strong> — Plays actual audio</li>
  <li><strong><code class="language-plaintext highlighter-rouge">flip a coin</code></strong> / <strong><code class="language-plaintext highlighter-rouge">roll a die</code></strong> — Works as described</li>
  <li><strong>Any maths equation</strong> — Solved immediately in the search bar</li>
</ul>

<h2 id="image-search-tip">Image Search Tip</h2>

<ul>
  <li><strong>Tools &gt; Usage Rights</strong> — Filters image results to only those licensed for reuse (two clicks deep, easy to miss)</li>
</ul>

<p>Source: <a href="https://cardcatalogforlife.substack.com/p/google-has-a-secret-reference-desk">https://cardcatalogforlife.substack.com/p/google-has-a-secret-reference-desk</a>
Author: cardcatalogforlife
Date: 2026-03-22</p>

          <p><center>***</center></p>
          <p> // Published 2026-03-28, with 680 words.</p>
          <hr/>
          <p>💬 Thanks for keeping RSS alive. If you have an RSS feed please share it with me on any of these <a href="https://links.thechels.uk">socials</a>.</p>
          <p>If you get value from this site, please share this post with someone you think will like it and support me with a <a href="https://ko-fi.com/thechelsuk">ko-fi</a>.</p>
          <p>Finally, here is a special sponsor/advert link just for you; <a rel="sponsored" href="https://apps.apple.com/gb/app/tomoz/id6748755747">Tomoz - Plan for tomorrow, today on iOS.</a><br/>[T&Cs apply].</p>
        ]]></content>
      </entry>
  
     
     
     
     
     
     
     
      <entry>
        <title type="html"><![CDATA[ + Pompidou Section 2  - Ways and Means]]></title>
        <link rel="alternate" type="text/html" href="https://thechels.uk//pompidou-section-2-ways-and-means" />
        <id>https://thechels.uk/pompidou-section-2-ways-and-means</id>
        <published>2026-03-24T00:00:00Z</published>
        <updated>2026-03-24T00:00:00Z</updated>
        <author>
          <name>thechelsuk</name>
          <uri>https://thechels.uk//pompidou-section-2-ways-and-means</uri>
        </author>
        <content type="html"><![CDATA[
          <p>By adding a new collection called ways to my <code class="language-plaintext highlighter-rouge">_config.yml</code> and a <code class="language-plaintext highlighter-rouge">_ways</code> folder to my repo and ensuring it’s included in the build. I have essentially added a different post type. Those familiar with WordPress will understand what this means. Effectively a new taxonomy for other content types.</p>

<p>It’s really easy in Jekyll as it’s just yaml config and files.</p>

<p>I now have 3 post types.</p>

<ul>
  <li><strong>Posts</strong>; these are just regular blog posts. Visible on the website and the main RSS feed.with sub-types for quotes/link posts, music posts, regular blog posts etc.</li>
  <li><strong>RSS</strong>; these are visible only on the RSS only feed, are not published on the website nor the main feed.</li>
  <li><strong>Ways</strong>; these are like regular posts and use the same template they are published on the website but not in any RSS feeds.</li>
</ul>

<p>Ways are a how-to guide on various topics. They link to online manuals where they exist, and typically have numbered list of steps to follow such as fixing my Apple TV remote volume when it disconnects randomly, how to connect my Bluetooth mouse and my backup Bluetooth mouse, how to run my site locally and that sort of thing.</p>

<p>With my <a href="/disability">health and disability</a> issues this is my go to place as my memory and cognitive function worsens.</p>

          <p><center>***</center></p>
          <p> // Published 2026-03-24, with 221 words.</p>
          <hr/>
          <p>💬 Thanks for keeping RSS alive. If you have an RSS feed please share it with me on any of these <a href="https://links.thechels.uk">socials</a>.</p>
          <p>If you get value from this site, please share this post with someone you think will like it and support me with a <a href="https://ko-fi.com/thechelsuk">ko-fi</a>.</p>
          <p>Finally, here is a special sponsor/advert link just for you; <a rel="sponsored" href="https://electroverse.octopus.energy/sign-up/magic?referralCode=aglow-louse-16571">Electroverse - £5 free credit when you join.</a><br/>[T&Cs apply].</p>
        ]]></content>
      </entry>
  
     
     
     
     
     
     
     
      <entry>
        <title type="html"><![CDATA[ + Spotted slash green in the wild]]></title>
        <link rel="alternate" type="text/html" href="https://thechels.uk//spotted-green-in-the-wild" />
        <id>https://thechels.uk/spotted-green-in-the-wild</id>
        <published>2026-03-22T00:00:00Z</published>
        <updated>2026-03-22T00:00:00Z</updated>
        <author>
          <name>thechelsuk</name>
          <uri>https://thechels.uk//spotted-green-in-the-wild</uri>
        </author>
        <content type="html"><![CDATA[
          <p>Was casually browsing the indie web clicking from link to link and came across a <a href="https://jaspermayone.com/green">green slash page in the wild</a>.</p>

<p>It made me smile, having been the creator of such on my <a href="https://thechels.uk/green">site</a> and getting it on to <a href="https://slashpages.net">Slash Pages</a></p>

          <p><center>***</center></p>
          <p> // Published 2026-03-22, with 44 words.</p>
          <hr/>
          <p>💬 Thanks for keeping RSS alive. If you have an RSS feed please share it with me on any of these <a href="https://links.thechels.uk">socials</a>.</p>
          <p>If you get value from this site, please share this post with someone you think will like it and support me with a <a href="https://ko-fi.com/thechelsuk">ko-fi</a>.</p>
          <p>Finally, here is a special sponsor/advert link just for you; <a rel="sponsored" href="https://apps.apple.com/gb/app/tomoz/id6748755747">Tomoz - Plan for tomorrow, today on iOS.</a><br/>[T&Cs apply].</p>
        ]]></content>
      </entry>
  
     
     
     
     
     
     
     
      <entry>
        <title type="html"><![CDATA[ + New Drafts action - Google search]]></title>
        <link rel="alternate" type="text/html" href="https://thechels.uk//new-drafts-action-google-search" />
        <id>https://thechels.uk/new-drafts-action-google-search</id>
        <published>2026-03-19T00:00:00Z</published>
        <updated>2026-03-19T00:00:00Z</updated>
        <author>
          <name>thechelsuk</name>
          <uri>https://thechels.uk//new-drafts-action-google-search</uri>
        </author>
        <content type="html"><![CDATA[
          <p>I’ve just published a new Drafts action that searches Google with the selected text, the url gets <code class="language-plaintext highlighter-rouge">&amp;udm=14</code> appended to remove the AI overview. That is all.</p>

<p><a href="https://directory.getdrafts.com/a/24h">Available here</a></p>

          <p><center>***</center></p>
          <p> // Published 2026-03-19, with 32 words.</p>
          <hr/>
          <p>💬 Thanks for keeping RSS alive. If you have an RSS feed please share it with me on any of these <a href="https://links.thechels.uk">socials</a>.</p>
          <p>If you get value from this site, please share this post with someone you think will like it and support me with a <a href="https://ko-fi.com/thechelsuk">ko-fi</a>.</p>
          <p>Finally, here is a special sponsor/advert link just for you; <a rel="sponsored" href="https://cybaa.io/?ref=thechelsuk">Cybaa - Monitor your domains for security issues and get real time alerts.</a><br/>[T&Cs apply].</p>
        ]]></content>
      </entry>
  
     
     
     
     
     
     
     
      <entry>
        <title type="html"><![CDATA[ + NetNewsWire theme for thechelsuk V1]]></title>
        <link rel="alternate" type="text/html" href="https://thechels.uk//netnewswire-theme" />
        <id>https://thechels.uk/netnewswire-theme</id>
        <published>2026-03-19T00:00:00Z</published>
        <updated>2026-03-19T00:00:00Z</updated>
        <author>
          <name>thechelsuk</name>
          <uri>https://thechels.uk//netnewswire-theme</uri>
        </author>
        <content type="html"><![CDATA[
          <p>If you use NetNewsWire, you can use my <a href="netnewswire://theme/add?url=https://github.com/thechelsuk/uk.thechels.themes.nnw/raw/main/dist//thechelsuk.nnwtheme_v1.zip">thechelsuk theme</a> based on the light and alt themes on this site, adjusted to match the light and darkness of the app. Just click the link on your device that has NNW installed and follow the prompts to install the theme. It’s free and open source, and you can find the source code on <a href="https://github.com/thechelsuk/uk.thechels.themes.nnw">GitHub</a> and also download a zip file there.</p>

          <p><center>***</center></p>
          <p> // Published 2026-03-19, with 72 words.</p>
          <hr/>
          <p>💬 Thanks for keeping RSS alive. If you have an RSS feed please share it with me on any of these <a href="https://links.thechels.uk">socials</a>.</p>
          <p>If you get value from this site, please share this post with someone you think will like it and support me with a <a href="https://ko-fi.com/thechelsuk">ko-fi</a>.</p>
          <p>Finally, here is a special sponsor/advert link just for you; <a rel="sponsored" href="https://apps.apple.com/gb/app/tomoz/id6748755747">Tomoz - Plan for tomorrow, today on iOS.</a><br/>[T&Cs apply].</p>
        ]]></content>
      </entry>
  
     
     
     
     
     
     
     
      <entry>
        <title type="html"><![CDATA[ + It has happened again LC 26 Edition]]></title>
        <link rel="alternate" type="text/html" href="https://thechels.uk//it-has-happened-again-LC-26-edition" />
        <id>https://thechels.uk/it-has-happened-again-LC-26-edition</id>
        <published>2026-03-15T00:00:00Z</published>
        <updated>2026-03-15T00:00:00Z</updated>
        <author>
          <name>thechelsuk</name>
          <uri>https://thechels.uk//it-has-happened-again-LC-26-edition</uri>
        </author>
        <content type="html"><![CDATA[
          <p>Chelsea Women 2-0 Manchester United Women.</p>

<p>League Cup winners 2026.</p>

          <p><center>***</center></p>
          <p> // Published 2026-03-15, with 10 words.</p>
          <hr/>
          <p>💬 Thanks for keeping RSS alive. If you have an RSS feed please share it with me on any of these <a href="https://links.thechels.uk">socials</a>.</p>
          <p>If you get value from this site, please share this post with someone you think will like it and support me with a <a href="https://ko-fi.com/thechelsuk">ko-fi</a>.</p>
          <p>Finally, here is a special sponsor/advert link just for you; <a rel="sponsored" href="https://electroverse.octopus.energy/sign-up/magic?referralCode=aglow-louse-16571">Electroverse - £5 free credit when you join.</a><br/>[T&Cs apply].</p>
        ]]></content>
      </entry>
  
     
     
     
     
     
     
     
      <entry>
        <title type="html"><![CDATA[ + Public TestFlights]]></title>
        <link rel="alternate" type="text/html" href="https://thechels.uk//public-testflights" />
        <id>https://thechels.uk/public-testflights</id>
        <published>2026-03-08T00:00:00Z</published>
        <updated>2026-03-08T00:00:00Z</updated>
        <author>
          <name>thechelsuk</name>
          <uri>https://thechels.uk//public-testflights</uri>
        </author>
        <content type="html"><![CDATA[
          <p>My iOS apps gave public TestFlights open. If you want to try them out, just click the links below on your iOS device and follow the prompts to install the TestFlight app and then the app itself.</p>

<h2 id="engman">Engman</h2>

<ul>
  <li><a href="https://testflight.apple.com/join/Q3KGVsau">https://testflight.apple.com/join/Q3KGVsau</a></li>
</ul>

<h2 id="hiyd">Hiyd</h2>

<ul>
  <li><a href="https://testflight.apple.com/join/nvCzFTHT">https://testflight.apple.com/join/nvCzFTHT</a></li>
</ul>

<h2 id="tomoz">Tomoz</h2>

<ul>
  <li><a href="https://testflight.apple.com/join/6ZuZsqf7">https://testflight.apple.com/join/6ZuZsqf7</a></li>
</ul>

<h2 id="shortkeys">Shortkeys</h2>

<ul>
  <li><a href="https://testflight.apple.com/join/2YA8VW2W">https://testflight.apple.com/join/2YA8VW2W</a></li>
</ul>

<h2 id="mltply">Mltply</h2>

<ul>
  <li><a href="https://testflight.apple.com/join/Q2362NM7">https://testflight.apple.com/join/Q2362NM7</a></li>
</ul>

          <p><center>***</center></p>
          <p> // Published 2026-03-08, with 67 words.</p>
          <hr/>
          <p>💬 Thanks for keeping RSS alive. If you have an RSS feed please share it with me on any of these <a href="https://links.thechels.uk">socials</a>.</p>
          <p>If you get value from this site, please share this post with someone you think will like it and support me with a <a href="https://ko-fi.com/thechelsuk">ko-fi</a>.</p>
          <p>Finally, here is a special sponsor/advert link just for you; <a rel="sponsored" href="https://join.monzo.com/c/tr0bxrb7">Monzo Bank - Join and get up to £50</a><br/>[T&Cs apply].</p>
        ]]></content>
      </entry>
  
     
     
     
     
     
     
     
      <entry>
        <title type="html"><![CDATA[ + Monitoring the Middle-East OSINT]]></title>
        <link rel="alternate" type="text/html" href="https://thechels.uk//monitoring-the-middle-east-osint" />
        <id>https://thechels.uk/monitoring-the-middle-east-osint</id>
        <published>2026-03-08T00:00:00Z</published>
        <updated>2026-03-08T00:00:00Z</updated>
        <author>
          <name>thechelsuk</name>
          <uri>https://thechels.uk//monitoring-the-middle-east-osint</uri>
        </author>
        <content type="html"><![CDATA[
          <p>A few resources for monitoring the situation in the Middle East, using open source intelligence tools and live streams</p>

<h2 id="live-cams">Live Cams</h2>

<ul>
  <li><a href="https://twitch.tv/wwlivecams">wwlivecams</a></li>
  <li><a href="https://www.youtube.com/watch?v=4E-iFtUM2kk">Intel cams - OSINT</a></li>
</ul>

<h2 id="mapping">Mapping</h2>

<ul>
  <li><a href="https://www.tzevaadom.co.il/en/">Missile Red Alerts</a></li>
  <li><a href="https://www.flightradar24.com/29.76,39.82/7">Flight Radar</a></li>
  <li><a href="https://www.marinetraffic.com/en/ais/home/centerx:55.2/centery:22.5/zoom:6">Marine Traffic</a></li>
  <li><a href="https://iran.liveuamap.com/">Live UA Map</a></li>
</ul>

<h2 id="news-coverage">News Coverage</h2>

<ul>
  <li><a href="https://www.twitch.tv/agendafreetv">AgendaFreeTV</a></li>
  <li><a href="https://www.youtube.com/@AssociatedPress/streams">AP - YouTube</a></li>
  <li><a href="https://www.aljazeera.com/video/live">Al Jazeera website</a></li>
  <li><a href="https://www.youtube.com/watch?v=gCNeDWCI0vo">Al Jazeera YouTube</a></li>
</ul>

          <p><center>***</center></p>
          <p> // Published 2026-03-08, with 68 words.</p>
          <hr/>
          <p>💬 Thanks for keeping RSS alive. If you have an RSS feed please share it with me on any of these <a href="https://links.thechels.uk">socials</a>.</p>
          <p>If you get value from this site, please share this post with someone you think will like it and support me with a <a href="https://ko-fi.com/thechelsuk">ko-fi</a>.</p>
          <p>Finally, here is a special sponsor/advert link just for you; <a rel="sponsored" href="https://apps.apple.com/gb/app/mltply/id6747147316">Mltply - Chat-style maths practice for kids on iOS.</a><br/>[T&Cs apply].</p>
        ]]></content>
      </entry>
  
     
     
     
     
     
     
     
      <entry>
        <title type="html"><![CDATA[ + Pompidou Section 1 - Site Improvements]]></title>
        <link rel="alternate" type="text/html" href="https://thechels.uk//pompidou-section-1-site-improvements" />
        <id>https://thechels.uk/pompidou-section-1-site-improvements</id>
        <published>2026-03-07T00:00:00Z</published>
        <updated>2026-03-07T00:00:00Z</updated>
        <author>
          <name>thechelsuk</name>
          <uri>https://thechels.uk//pompidou-section-1-site-improvements</uri>
        </author>
        <content type="html"><![CDATA[
          <p>I’ve added this RSS only feed, web mentions, syndication of content under the POSSE principle, and markdown copies of files into the deployment of the site all computed at build time over recent days</p>

<p>The cost to the build time is enormous though, previously it was about 2 minutes, but having to move away from GitHub’s default simple pages deployment process to an actions based deploy action in order to control the copy of the markdown it actually reduced to about 45 seconds. The webmention functionality has added about 3 minutes despite some aggressive throttling… such that I only look for mentions for posts published more recently.</p>

<div class="language-yaml highlighter-rouge"><div class="highlight"><pre class="highlight"><code><span class="na">throttle_lookups</span><span class="pi">:</span>
    <span class="na">last_week</span><span class="pi">:</span> <span class="s">daily</span>
    <span class="na">last_month</span><span class="pi">:</span> <span class="s">weekly</span>
    <span class="na">last_year</span><span class="pi">:</span> <span class="s">monthly</span>
    <span class="na">older</span><span class="pi">:</span> <span class="s">monthly</span>
</code></pre></div></div>

<p>Thanks to the following resources for the documentation and inspiration.</p>

<ul>
  <li><a href="https://daverupert.com/rss-club/">https://daverupert.com/rss-club/</a></li>
  <li><a href="https://benjaminwil.info/antisocial/02/">https://benjaminwil.info/antisocial/02/</a></li>
  <li><a href="https://webmention.io">https://webmention.io</a></li>
  <li><a href="https://brid.gy">https://brid.gy</a></li>
  <li><a href="https://code.dblock.org/2026/01/15/serving-markdown-for-ai-agents.html">https://code.dblock.org/2026/01/15/serving-markdown-for-ai-agents.html</a></li>
</ul>

          <p><center>***</center></p>
          <p> // Published 2026-03-07, with 157 words.</p>
          <hr/>
          <p>💬 Thanks for keeping RSS alive. If you have an RSS feed please share it with me on any of these <a href="https://links.thechels.uk">socials</a>.</p>
          <p>If you get value from this site, please share this post with someone you think will like it and support me with a <a href="https://ko-fi.com/thechelsuk">ko-fi</a>.</p>
          <p>Finally, here is a special sponsor/advert link just for you; <a rel="sponsored" href="https://thechelsuk.redbubble.com">Support thechelsuk with Merch from Redbubble</a><br/>[T&Cs apply].</p>
        ]]></content>
      </entry>
  
     
     
     
     
     
     
     
      <entry>
        <title type="html"><![CDATA[ + RSS only test post]]></title>
        <link rel="alternate" type="text/html" href="https://thechels.uk//rss-only-test" />
        <id>https://thechels.uk/rss-only-test</id>
        <published>2026-03-06T00:00:00Z</published>
        <updated>2026-03-06T00:00:00Z</updated>
        <author>
          <name>thechelsuk</name>
          <uri>https://thechels.uk//rss-only-test</uri>
        </author>
        <content type="html"><![CDATA[
          <p>Rss only feed test post. If you a reading this then you are ace.</p>

          <p><center>***</center></p>
          <p> // Published 2026-03-06, with 14 words.</p>
          <hr/>
          <p>💬 Thanks for keeping RSS alive. If you have an RSS feed please share it with me on any of these <a href="https://links.thechels.uk">socials</a>.</p>
          <p>If you get value from this site, please share this post with someone you think will like it and support me with a <a href="https://ko-fi.com/thechelsuk">ko-fi</a>.</p>
          <p>Finally, here is a special sponsor/advert link just for you; <a rel="sponsored" href="https://github.com/sponsors/thechelsuk">Sponsor thechelsuk on GitHub</a><br/>[T&Cs apply].</p>
        ]]></content>
      </entry>
  
     
     
     
     
     
     
     
      <entry>
        <title type="html"><![CDATA[ + T3 code]]></title>
        <link rel="alternate" type="text/html" href="https://thechels.uk//t3-code" />
        <id>https://thechels.uk/t3-code</id>
        <published>2025-03-07T00:35:00Z</published>
        <updated>2025-03-07T00:35:00Z</updated>
        <author>
          <name>thechelsuk</name>
          <uri>https://thechels.uk//t3-code</uri>
        </author>
        <content type="html"><![CDATA[
          <p>theo of t3.gg fame has today launched <a href="https://t3.codes">https://t3.codes</a></p>

          <p><center>***</center></p>
          <p> // Published 2025-03-07, with 9 words.</p>
          <hr/>
          <p>💬 Thanks for keeping RSS alive. If you have an RSS feed please share it with me on any of these <a href="https://links.thechels.uk">socials</a>.</p>
          <p>If you get value from this site, please share this post with someone you think will like it and support me with a <a href="https://ko-fi.com/thechelsuk">ko-fi</a>.</p>
          <p>Finally, here is a special sponsor/advert link just for you; <a rel="sponsored" href="https://thechelsuk.redbubble.com">Support thechelsuk with Merch from Redbubble</a><br/>[T&Cs apply].</p>
        ]]></content>
      </entry>
  
</feed>
