<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Posts on Gary Danton's Blog</title><link>https://garydanton.github.io/posts/</link><description>Recent content in Posts on Gary Danton's Blog</description><generator>Hugo</generator><language>en-GB</language><copyright>Copyright © 2026, Gary Danton.</copyright><lastBuildDate>Fri, 19 Jun 2026 08:44:01 +0100</lastBuildDate><atom:link href="https://garydanton.github.io/posts/index.xml" rel="self" type="application/rss+xml"/><item><title>Running Local LLMs on a NVIDIA 1050Ti</title><link>https://garydanton.github.io/posts/2026/june/local-llms-on-a-1050ti/</link><pubDate>Fri, 19 Jun 2026 08:44:01 +0100</pubDate><guid>https://garydanton.github.io/posts/2026/june/local-llms-on-a-1050ti/</guid><description>&lt;blockquote&gt;
&lt;p&gt;&amp;ldquo;Just because you could do it, doesn&amp;rsquo;t mean you should do it.&amp;rdquo; - Ian Malcolm, Jurassic Park&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;As mentioned in my recent &lt;a href="https://garydanton.github.io/posts/2026/june/homelab-june-2026/"&gt;Homelab Overview&lt;/a&gt; I&amp;rsquo;ve currently got a Dell Optiplex 3050 running Jellyfin sitting in my rack. This is doing a sterling job hosting my small media collection around the house, but it&amp;rsquo;s sitting idle for at least 90% of the time.&lt;/p&gt;
&lt;p&gt;I&amp;rsquo;ve previously spent some time running Ollama when it was first launched on an old gaming PC, but always seemed to run into driver issues. Now I have a working setup with the correct NVIDIA drivers for Linux - let&amp;rsquo;s throw OLMega at one of the lowest-spec GPU&amp;rsquo;s around!&lt;/p&gt;</description></item><item><title>Archiving YouTube</title><link>https://garydanton.github.io/posts/2026/june/archiving-yt/</link><pubDate>Fri, 12 Jun 2026 11:43:37 +0100</pubDate><guid>https://garydanton.github.io/posts/2026/june/archiving-yt/</guid><description>&lt;blockquote&gt;
&lt;p&gt;&amp;ldquo;There are two types of people in the world, those that have lost data.. and those that will..&amp;rdquo;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;A number of years ago I experienced the inevitable, a failed hard drive. For the most part it wasn&amp;rsquo;t too much of an issue - ISOs, some music that I could re-rip from CDs, but I did lose some older media.&lt;/p&gt;
&lt;p&gt;I now need to download some of that for an offline copy, so I needed a very quick and dirty bash script to grab a copy to store locally.&lt;/p&gt;</description></item><item><title>Homelab Update - June 2026</title><link>https://garydanton.github.io/posts/2026/june/homelab-june-2026/</link><pubDate>Thu, 11 Jun 2026 19:24:30 +0100</pubDate><guid>https://garydanton.github.io/posts/2026/june/homelab-june-2026/</guid><description>&lt;p&gt;I&amp;rsquo;ve been messing about over the last 6 months with my homelab, and it’s gone through several different setups, with some far more successful than others.&lt;/p&gt;
&lt;p&gt;The main purpose of the homelab is media processing and consumption. I&amp;rsquo;d like to start to migrate away from streaming services, so I need to self-host alternatives.&lt;/p&gt;
&lt;p&gt;As of June 2026, my homelab currently consists of the following:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Raspberry Pi 4B&lt;/li&gt;
&lt;li&gt;Lenovo ThinkCentre M720q Tiny&lt;/li&gt;
&lt;li&gt;Dell Optiplex 3050&lt;/li&gt;
&lt;li&gt;Synology NAS&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="raspberry-pi-4b"&gt;Raspberry Pi 4B&lt;/h2&gt;
&lt;p&gt;This little gem of a computer has been running &lt;a href="https://pi-hole.net/"&gt;Pi-hole&lt;/a&gt; for years now. It’s the only device that’s always on, happily blocking ads for my whole home network.&lt;/p&gt;</description></item><item><title>Changing Fonts in Hugo</title><link>https://garydanton.github.io/posts/2026/june/changing-fonts/</link><pubDate>Sat, 06 Jun 2026 17:53:38 +0100</pubDate><guid>https://garydanton.github.io/posts/2026/june/changing-fonts/</guid><description>&lt;p&gt;Another tweak I&amp;rsquo;ve made to the base Hugo Bear Blog theme is to swap out the default font (Verdana - i&amp;rsquo;ve never much cared for it) with some alternatives, in my case Ubuntu for headers and Lucidia Console for body text.&lt;/p&gt;
&lt;p&gt;It&amp;rsquo;s a very quick change and just involves editing the style.html file created we &lt;a href="https://garydanton.github.io/posts/2026/june/neater-hugo-code-blocks/"&gt;editing the code-block defaults&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Right at the top of the style.html file you need to edit the following:&lt;/p&gt;</description></item><item><title>Neater Hugo Code Blocks</title><link>https://garydanton.github.io/posts/2026/june/neater-hugo-code-blocks/</link><pubDate>Sat, 06 Jun 2026 15:46:51 +0100</pubDate><guid>https://garydanton.github.io/posts/2026/june/neater-hugo-code-blocks/</guid><description>&lt;p&gt;For the most part i&amp;rsquo;m happy with the styling of the Bear Blog theme.&lt;/p&gt;
&lt;p&gt;I&amp;rsquo;m a big fan of contraints and by picking a well featured but simply styled blog theme it means that I can focus on the content rather than constantly messing around with the look of the blog.&lt;/p&gt;
&lt;p&gt;I do however have a gripe with the way that code blocks are presented.&lt;/p&gt;
&lt;p&gt;By default, theres no text wrapping, so longer blocks of code spead themselves all over the page, looking very out of place and generally ruining the look of the blog.&lt;/p&gt;</description></item><item><title>Bear Blog Home Page Customisation</title><link>https://garydanton.github.io/posts/2026/june/bear-blog-home-page-customisation/</link><pubDate>Sat, 06 Jun 2026 15:08:17 +0100</pubDate><guid>https://garydanton.github.io/posts/2026/june/bear-blog-home-page-customisation/</guid><description>&lt;p&gt;I want to be able to add some customision to the stadard Hugo Bear Blog home page, specifically adding in some header text and a break down of blog posts made in certain categories.&lt;/p&gt;
&lt;p&gt;To add in this type of customisation, we need to&lt;/p&gt;
&lt;h2 id="adding-header-text-to-the-home-page"&gt;Adding header text to the home page&lt;/h2&gt;
&lt;p&gt;In order to add in some header text to the home page, we need to create a _index.md file in the root of the content directory, within this file you can add in the text you want, along with any approprite front matter, for example:&lt;/p&gt;</description></item></channel></rss>