<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet href="css/rss.xsl" type="text/xsl"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
 <channel>
  <title>Lyndon's Latest News</title>
  <link>https://www.lyndonhill.com/</link>
  <description>News from Lyndon, mostly projects and software I have been working on plus some opinion. This is not a blog.</description>
  <image>
   <url>https://www.lyndonhill.com/images/lh-rss-ch.png</url>
   <title>Lyndon's Latest News</title>
   <link>https://www.lyndonhill.com/</link>
  </image>
  <atom:link href="https://www.lyndonhill.com/lh.rss" rel="self" type="application/rss+xml" />
  <generator>Generated manually by Lyndon</generator>
  <item>
   <title>Reference Organiser Release</title>
   <description>Reference Organiser 1.4 has been released as a Linux AppImage. This release fixes a number of bugs and issues, adds features including support for DOI metadata, DVI files, multiple URLs and detection of duplicate reviews.</description>
   <pubDate>Wed, 03 Dec 2025 14:20:00 GMT</pubDate>
   <link>https://www.lyndonhill.com/projects/referenceorganiser.html</link>
   <guid>https://www.lyndonhill.com/projects/referenceorganiser.html#date03122025</guid>
   <enclosure url="https://www.lyndonhill.com/downloads/ReferenceOrganiser-1.4-x86_64.AppImage" length="32232640" type="application/x-executable" />
   <category>projects</category>
  </item>
  <item>
   <title>Technical Demonstration</title>
   <description>In order to demonstrate my technical skills and abilities, I have uploaded some demonstrations of selected Computer Vision and Machine Learning algorithms. An explanation of each subject is accompanied by code (C++, Python, shell scripts, docker images) and example results. More demonstrations will be added in the future.</description>
   <pubDate>Mon, 27 Oct 2025 20:00:00 GMT</pubDate>
   <link>https://www.lyndonhill.com/techdemo</link>
   <guid>https://www.lyndonhill.com/techdemo.html#date27102025</guid>
   <category>demonstrations</category>
  </item>
  <item>
   <title>Build: ESP-01S Robustified Temperature Reporting</title>
   <description>Setting up an ESP-01S microcontroller with DHT11 temperature and humidity sensor to report temperatures by MQTT, robustly.</description>
   <pubDate>Wed, 17 Sep 2025 20:00:00 BST</pubDate>
   <link>https://www.lyndonhill.com/projects/build/esp01s-robust-temp.html</link>
   <guid>https://www.lyndonhill.com/projects/build/esp01s-robust-temp.html#date17092025</guid>
   <category>projects</category>
  </item>
  <item>
   <title>CountdownTimer Release</title>
   <description>CountdownTimer 2.6 has been released as a Linux AppImage. This is a maintenance release with minimum new features: alarm sounds are now played in a separate thread and the UI is provided by Qt 6.</description>
   <pubDate>Tue, 17 Jun 2025 20:00:00 BST</pubDate>
   <link>https://www.lyndonhill.com/projects/countdowntimer.html</link>
   <guid>https://www.lyndonhill.com/projects/countdowntimer.html#date17062025</guid>
   <enclosure url="https://www.lyndonhill.com/downloads/CountdownTimer-2.6-x86_64.AppImage" length="50980032" type="application/x-executable" />
   <category>projects</category>
  </item>
  <item>
   <title>OLL 1.4 Release</title>
   <description>OLL 1.4 has been released, with Linux AppImage download restored. This is a maintenance release with no new features.</description>
   <pubDate>Tue, 10 Jun 2025 14:20:00 BST</pubDate>
   <link>https://www.lyndonhill.com/projects/oll.html</link>
   <guid>https://www.lyndonhill.com/projects/oll.html#date10062025</guid>
   <enclosure url="https://www.lyndonhill.com/downloads/OLL-1.4-x86_64.AppImage" length="28554432" type="application/x-executable" />
   <category>projects</category>
  </item>
  <item>
   <title>Build: Pi-hole Version 6 Update</title>
   <description>When planning for a network change results in software updates in Home Assistant.</description>
   <pubDate>Mon, 05 May 2025 20:00:00 BST</pubDate>
   <link>https://www.lyndonhill.com/projects/build/pihole6-update.html</link>
   <guid>https://www.lyndonhill.com/projects/build/pihole6-update.html#date05052025</guid>
   <category>projects</category>
  </item>
  <item>
   <title>Website Update</title>
   <description>The website received a refresh.</description>
   <pubDate>Wed, 16 Apr 2025 21:38:00 BST</pubDate>
   <link>https://www.lyndonhill.com/index.html</link>
   <guid>https://www.lyndonhill.com/index.html#date16042025</guid>
   <category>news</category>
  </item>
  <item>
   <title>Build: ESP-32 Cam with On Demand Image Capture</title>
   <description>Remotely controlling an ESP-32 Cam using MQTT and integrated with Home Assistant to providee images on demand, say be an automation or manually triggered by a user.</description>
   <pubDate>Sat, 26 Oct 2024 21:00:00 BST</pubDate>
   <link>https://www.lyndonhill.com/projects/build/esp32cam-ondemand.html</link>
   <guid>https://www.lyndonhill.com/projects/build/esp32cam-ondemand.html#date26102024</guid>
   <category>projects</category>
  </item>
  <item>
   <title>Build: ESP-01S Smart Switch using a Relay</title>
   <description>Remotely controlling a relay using an ESP-01S with Node-Red or Home Assistant via MQTT.</description>
   <pubDate>Thu, 17 Oct 2024 21:30:00 BST</pubDate>
   <link>https://www.lyndonhill.com/projects/build/esp01s-relay.html</link>
   <guid>https://www.lyndonhill.com/projects/build/esp01s-relay.html#date17102024</guid>
   <category>projects</category>
  </item>
  <item>
   <title>Build: ESP-32 Temperature Reporting</title>
   <description>Connecting my ESP-32 based temperature monitor with Home Assistant by using MQTT message protocol.</description>
   <pubDate>Thu, 19 Sep 2024 21:15:00 BST</pubDate>
   <link>https://www.lyndonhill.com/projects/build/esp32-temp-reporting.html</link>
   <guid>https://www.lyndonhill.com/projects/build/esp32-temp-reporting.html#date19092024</guid>
   <category>projects</category>
  </item>
  <item>
   <title>Build: ESP-32 Temperature Monitor</title>
   <description>I built a temperature monitor using an ESP-32 microcontroller, combined temperature, humidity and pressure sensor and Liquid Crystal Display. It was actually a very simple circuit with a hand full of connections built on a breadboard.</description>
   <pubDate>Fri, 23 Aug 2024 21:33:00 BST</pubDate>
   <link>https://www.lyndonhill.com/projects/build/esp32-temp-monitor.html</link>
   <guid>https://www.lyndonhill.com/projects/build/esp32-temp-monitor.html#date23082024</guid>
   <category>projects</category>
  </item>
  <item>
   <title>Build: ESP-32 Getting Started</title>
   <description>A quick guide to getting set up and started with the ESP-32 microcontroller.</description>
   <pubDate>Fri, 23 Aug 2024 21:30:00 BST</pubDate>
   <link>https://www.lyndonhill.com/projects/build/esp32-getting-started.html</link>
   <guid>https://www.lyndonhill.com/projects/build/esp32-getting-started.html#date23082024</guid>
   <category>projects</category>
  </item>
  <item>
   <title>Build: ESP-01S Getting Started</title>
   <description>A quick guide to getting set up and started with the ESP-01S microcontroller.</description>
   <pubDate>Wed, 07 Aug 2024 21:00:00 BST</pubDate>
   <link>https://www.lyndonhill.com/projects/build/esp01s-getting-started.html</link>
   <guid>https://www.lyndonhill.com/projects/build/esp01s-getting-started.html#date07082024</guid>
   <category>projects</category>
  </item>
  <item>
   <title>Build: Pi Zero 2 W Setup: Part 2</title>
   <description>My Pi Zero 2 W went offline so I ended up reinstalling it but ended up adding a new, useful tool to my collection.</description>
   <pubDate>Sat, 11 May 2024 21:00:00 BST</pubDate>
   <link>https://www.lyndonhill.com/projects/build/pizero2-setup-repeat.html</link>
   <guid>https://www.lyndonhill.com/projects/build/pizero2-setup-repeat.html#date11052024</guid>
   <category>projects</category>
  </item>
 </channel>
</rss>
