<?xml version="1.0" encoding="utf-8"?><rss version="2.0">
  <channel>
    <title>Hicks.design Journal: Latest articles</title>
    <link>https://hicks.design/journal</link>
    <lastBuildDate>Sun, 05 Apr 2026 18:45:09 +0000</lastBuildDate>
        <description>Hicks.design | graphic design, branding, illustration &#38; iconography</description>
            <item>
      <title>Apple Music in Tahoe</title>
      <link>https://hicks.design/journal/apple-music-in-tahoe</link>
      <guid>https://hicks.design/journal/apple-music-in-tahoe</guid>
      <pubDate>Sun, 05 Apr 2026 19:00:00 +0000</pubDate>
      <description><![CDATA[<p>Since I wrote that <a href="https://hicks.design/journal/my-perfect-music-app-doesnt-exist">big-ass music app post</a> last year, Apple Music's desktop app has seen some nice updates, not least due to the release of their new design language, ‘Liquid Glass’, in MacOS 26 Tahoe. </p>
<h2>Design changes</h2>
<p>I really like the new Tahoe design. There, I’ve said it. While I hate Liquid Glass’ fussy twinkly edges and lack of legibility, they both feel less prominent in Apple Music somehow. I do like aspects of the new design language - proper button affordances for one.  It now feels less spartan - just the right balance.</p>
<figure class="full"><img alt="" decoding="async" height="1756" src="https://hicks.design/media/pages/journal/apple-music-in-tahoe/d9fdbdd4ea-1775413307/new.webp" width="2718"></figure>
<h2>Immersive view</h2>
<p>This is the big one for me. The view from iPadOS, which was previously only available on Mac in 'proper' fullscreen mode, is now possible at the window level (click the cover in the player bar at the bottom to show it). This looks really nice, I just wish they’d been less timid with the size of the album cover. There’s a lot of space going to waste here, make it bigger you cowards! A landscape version of that iOS view with blended artwork would be the ideal. However, it has controls for airplay and volume level, and can also show lyrics with syllable by syllable highlighting. Nice!</p>
<figure class="full"><img alt="" decoding="async" height="1756" src="https://hicks.design/media/pages/journal/apple-music-in-tahoe/14c279d4e4-1775413285/immersive.webp" width="2718"></figure>
<h2>Search bar improvements</h2>
<p>I wrote about how <a href="https://hicks.design/journal/my-perfect-music-app-doesnt-exist">Apple Music has previously an awkward switch</a> between “Your Library” and “Apple Music”, and that the switch and the search bar were at different ends of the app, as far away from each other as possible.  They fixed that by placing the search field right next to the switch, although the search field is now hidden and has to be triggered by clicking 'Search' in the sidebar.</p>
<figure class="full"><img alt="" decoding="async" height="1756" src="https://hicks.design/media/pages/journal/apple-music-in-tahoe/05b8f0fad6-1775413285/search.webp" width="2718"></figure>
<h2>Info about upcoming concerts</h2>
<p>This isn't available in MacOS yet, but a nice touch, although encroaching onto <a href="https://marcosatanaka.com/#musicharbor">Music Harbour app</a>'s territory somewhat.</p>
<div class="flex cols">
<figure class="iphone"><img alt="" decoding="async" height="2622" src="https://hicks.design/media/pages/journal/apple-music-in-tahoe/276c17dbf1-1775414610/tyler1.webp" width="1206"></figure>
<figure class="iphone"><img alt="" decoding="async" height="2622" src="https://hicks.design/media/pages/journal/apple-music-in-tahoe/c43d554ed6-1775414610/tyler2.webp" width="1206"></figure>
</div>]]></description>
          </item>
        <item>
      <title>Qobuz Theme 1.1</title>
      <link>https://hicks.design/journal/qobuz-theme-1-1</link>
      <guid>https://hicks.design/journal/qobuz-theme-1-1</guid>
      <pubDate>Thu, 02 Apr 2026 15:00:00 +0000</pubDate>
      <description><![CDATA[<p>To summarise my experience with the alternative music streaming service <a href="https://www.qobuz.com/gb-en/discover">Qobuz</a>: great ethical company, <em>the</em> best sound quality, but I couldn't quite get on with how it looks. As Qobuz desktop is an electron app, with a webplayer at <a href="https://play.qobuz.com/">play.qobuz.com</a>,  I can customise the interface with CSS. This is not an unsolicited proposal to Qobuz, telling them how they should design their app and logo, it's just customising the look to suit my own taste better. OK, maybe it is just a little bit.</p>
<p>I've made more improvements since my <a href="https://hicks.design/journal/qobuz-theme">first version</a>, and here's <a href="https://www.dropbox.com/scl/fo/rrl3tjuedbdfswlvg4am3/ABmfEt8RJijP8p9I1DltZO4?rlkey=04xcy9zkwlijuqmjmez0kkpir&amp;dl=0">version 1.1 ready to download</a>. Installation instructions are below.</p>
<div class="before-after full">
<figure><img alt="" decoding="async" height="1886" src="https://hicks.design/media/pages/journal/qobuz-theme-1-1/890b5118bf-1775076833/qobuz7.webp" width="2900"><figcaption>Discover</figcaption></figure>
<figure><img alt="" decoding="async" height="1886" src="https://hicks.design/media/pages/journal/qobuz-theme-1-1/5d6d87fbd8-1775076833/qobuz3.webp" width="2900"><figcaption>Discover</figcaption></figure>
</div>
<h3>Changes in v1.1:</h3>
<ul>
<li><strong>Sidebar</strong>. For some reason my brain needs to see a sidebar in order for it to feel like an app, so a sidebar it has got. At one point <a href="https://hicks.design/media/pages/journal/qobuz-theme-1-1/01043eb015-1775315919/screenshot-2026-03-19-at-09.47.19.webp">it all got a bit Tahoe</a>, but I've settled on this design, which is more Arc Browser. </li>
<li>I've simplified the fonts down to just Inter and Safiro. Inter doesn't have as much inherent boldness as Söhne, and meant I could specify tabular numbers for the time counts (stopping the numbers moving around as the track plays). </li>
<li>This time I worked out how to remotely inspect an electron app, by opening it with Terminal: <code>open -a "Qobuz" --args --remote-debugging-port=9222</code> which allows it to be inspected in Chrome. This meant I could work on the features that are desktop only, such as the back/forward page navigation buttons.</li>
<li>Lots of little improvements to help UI consistency.</li>
<li>The download also contains a replacement app icon .ics file, featuring the new logo I made, along with lots of other small bits and pieces.<figure><img alt="" decoding="async" height="1563" src="https://hicks.design/media/pages/journal/qobuz-theme-1-1/27c6c18bad-1775126856/icon_update.webp" width="4000"></figure>
</li>
<li>If you prefer the non-sidebar approach, <a href="https://www.dropbox.com/scl/fo/4j2hxumhi2679u57pkff7/AA0nM9uN_G7lNGu4UHsIMDg?rlkey=uh1hokqdanceuianx01mgo3sc&amp;dl=0">version 1 is still available</a>. </li>
</ul>
<h3>Changes in v1.0:</h3>
<ul>
<li><strong>A different font</strong>. 'Qobuz Sans' is OK, but has a little too low an x-height for small text, and those curves on the lowercase L and T bug me. The kerning also looks off (look at the distance between the e and t in the example below. I really like <a href="https://klim.co.nz/collections/soehne/">Klim Foundry&#039;s <em>S&ouml;hne</em></a> and I'm using a trial version of the fonts for this. For the logo and largest headings I'm currently using <a href="https://www.atipofoundry.com/fonts/safiro"><em>Safiro</em> by the Atipo Foundry</a>. Obviously you'll need to specify your own fonts, and I think <a href="https://rsms.me/inter/">Inter Display</a> works nicely as an open source option, as does the Apple default of San Francisco. These are both in the replacement font stack.<figure><img alt="A comparison of the Qobuz Sans font with Klim Foundry's Söhne, showing the difference using the word fettling." decoding="async" height="286" src="https://hicks.design/media/pages/journal/qobuz-theme/e4ecba59fa-1773591934/fettling.svg" width="875"></figure>
</li>
<li><strong>A different accent colour</strong>. I hate blue, but I love orange.</li>
<li><strong>A different logo</strong>. I'm not keen on the existing logo, which to my eyes looks rather dated. They have a good thing going on with the whole 'capital Q looks like a turntable', but this is a separate logomark (I don't know why they don't use their Q logo for the app icon, instead of the tiny 'qobuz' logotype). So I made a version that integrates the two marks. I really like the Z of the Safiro font, as it reminds of a stack of albums:<figure><img alt="A comparison of the old and and revised logo" decoding="async" height="2278" src="https://hicks.design/media/pages/journal/qobuz-theme/9cb9f76670-1773316280/qobuz-logo.png" width="9107"></figure>
</li>
<li>Album grids to be full-width. Lets make the most of the space on large screens.</li>
<li>Paragraphs <em>not</em> to be full-width. Artist bios are too long to read comfortably.</li>
<li>Less clutter in the full screen view, and the album artwork as large as possible (obviously the image might not be high enough resolution but hey).</li>
<li>Removes those distracting yellow 'Hi-Res' logos from album grid views, and tones them down when they're shown on album pages (to match the existing 'CD Quality' icon). </li>
</ul>
<h2>Screenshots</h2>
<div class="before-after full">
<figure><img alt="" decoding="async" height="1886" src="https://hicks.design/media/pages/journal/qobuz-theme-1-1/662ee69730-1775076833/qobuz8.webp" width="2900"><figcaption>Magazine story</figcaption></figure>
<figure><img alt="" decoding="async" height="1886" src="https://hicks.design/media/pages/journal/qobuz-theme-1-1/860934a16b-1775076833/qobuz4.webp" width="2900"><figcaption>Magazine story</figcaption></figure>
</div>
<div class="before-after full">
<figure><img alt="" decoding="async" height="1950" src="https://hicks.design/media/pages/journal/qobuz-theme-1-1/022fece6b3-1774892570/qobuz12.webp" width="3000"><figcaption>Fullscreen player</figcaption></figure>
<figure><img alt="" decoding="async" height="1886" src="https://hicks.design/media/pages/journal/qobuz-theme-1-1/05a4ae2a11-1775076834/qobuz2.webp" width="2900"><figcaption>Fullscreen player</figcaption></figure>
</div>
<div class="before-after full">
<figure><img alt="" decoding="async" height="1886" src="https://hicks.design/media/pages/journal/qobuz-theme-1-1/5f273cd5b6-1775076833/qobuz10.webp" width="2900"><figcaption>Release page</figcaption></figure>
<figure><img alt="" decoding="async" height="1886" src="https://hicks.design/media/pages/journal/qobuz-theme-1-1/ba1003d526-1775076834/qobuz1.webp" width="2900"><figcaption>Release page</figcaption></figure>
</div>
<div class="before-after full">
<figure><img alt="" decoding="async" height="1886" src="https://hicks.design/media/pages/journal/qobuz-theme-1-1/890b5118bf-1775076833/qobuz7.webp" width="2900"><figcaption>Discover</figcaption></figure>
<figure><img alt="" decoding="async" height="1886" src="https://hicks.design/media/pages/journal/qobuz-theme-1-1/5d6d87fbd8-1775076833/qobuz3.webp" width="2900"><figcaption>Discover</figcaption></figure>
</div>
<div class="before-after full">
<figure><img alt="" decoding="async" height="1886" src="https://hicks.design/media/pages/journal/qobuz-theme-1-1/f25b4a4070-1775076833/qobuz6.webp" width="2900"><figcaption>Favourites</figcaption></figure>
<figure><img alt="" decoding="async" height="1886" src="https://hicks.design/media/pages/journal/qobuz-theme-1-1/3181b32a49-1775076833/qobuz5.webp" width="2900"><figcaption>Favourites</figcaption></figure>
</div>
<p>If you're using the Qobuz theme, let me know how you get on!</p>
<h2>Instructions</h2>
<p>Once you've <a href="https://www.dropbox.com/scl/fo/rrl3tjuedbdfswlvg4am3/ABmfEt8RJijP8p9I1DltZO4?rlkey=04xcy9zkwlijuqmjmez0kkpir&amp;dl=0">downloaded the theme files</a>, start by making a backup of the app. Modifying the CSS file will not affect any data, the worst that can happen is that the display looks a bit wonky, but it's worth having a backup in case you decide to switch back. Everytime the Qobuz app is updated, these changes will be wiped over, so you will need to go through the steps again.</p>
<p>Then you can add the stylesheet file to the Qobuz app:</p>
<h3>CSS</h3>
<ol>
<li>Quit Qobuz if open</li>
<li>In Finder menu &gt; Go &gt; Go to Folder &gt; and navigate to <code>/Applications/Qobuz.app/Contents/Resources/app/node_modules/@qobuz/qobuz-dwp-ui/dist/assets/css/</code>.</li>
<li>At the top of the 'main.css' file add <code>@import "custom.css";</code>. It must come before anything else, and this will load the custom styles.</li>
<li>Place the <code>custom.css</code> file from the download in the same folder</li>
<li>Restart Qobuz</li>
</ol>
<h3>Variables</h3>
<p>If you're familiar with CSS, you can edit the custom.css to suit your needs:</p>
<ul>
<li>Accent colour (line #3)</li>
<li>Font stack (line #16)</li>
</ul>
<h3>Icons</h3>
<p>If you want to , you can also update the app icon, using the files in the <strong>icon</strong> folder. Use these to replace the contents of these folders:</p>
<p><code>/Applications/Qobuz.app/Contents/Resources (.icns)</code></p>
<p><code>/Applications/Qobuz.app/Contents/Resources/app/static/icons/prod (.icns, .svg and .png)</code></p>]]></description>
          </item>
        <item>
      <title>Tyler Ramsey at The Jericho Tavern</title>
      <link>https://hicks.design/journal/tyler-ramsey-at-the-jericho-tavern</link>
      <guid>https://hicks.design/journal/tyler-ramsey-at-the-jericho-tavern</guid>
      <pubDate>Wed, 01 Apr 2026 15:15:00 +0000</pubDate>
      <description><![CDATA[<p><a href="https://www.tylerramsey.com/">Tyler Ramsey</a> (ex Band of Horses) played the <a href="https://www.thejerichooxford.co.uk/#/">Jericho Tavern</a> last night. This is the hallowed local venue where Radiohead played their first ever gig (back when they were called 'On a Friday'). He played a sublime fingerstyle acoustic guitar set of his solo work, a couple of Band of Horses tunes, as well as his recent collaboration with Carl Broemel of My Morning Jacket, <em>Celestun</em>. The 2019 album <em>For the Morning</em> is a particular favourite of mine. </p>
<p>In contrast to many gigs I've been to in the last year, there was plenty of chat in between songs - an engaging connection with the audience. There was no talking during the set (a common problem with gigs these days), everyone was rapt. As a taster, here's a brief snippet of Tyler performing "Your Whole Life" the opener from <em>For the Morning</em>:</p>
<iframe class="video full" width="560" height="315" src="https://www.youtube.com/embed/9wPZc4tu2Pc?si=Za9ZEBjpRv1f2zrL" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
<p>Leigh and I met him briefly afterwards at the merch table, and it turns out he's an absolute giant of man. Not just in stature, but one of the most warm and friendliest humans you could ever meet. I took the opportunity to pick up a couple of vinyls for my collection, 2011's <em>The Valley Wind</em> and 2024's <em>New Lost Ages</em>.</p>]]></description>
          </item>
        <item>
      <title>Making apps out of Spite</title>
      <link>https://hicks.design/journal/making-apps-out-of-spite</link>
      <guid>https://hicks.design/journal/making-apps-out-of-spite</guid>
      <pubDate>Sun, 29 Mar 2026 15:15:00 +0000</pubDate>
      <description><![CDATA[<p>I love apps that ignore traditions and explore new, different ways of doing something. Such is the case with <a href="https://www.jamesreeves.co/spite/">Spite</a>, a new app for playing your own music library. As <a href="https://www.jamesreeves.co/">James Reeves</a> the creator explains:</p>
<blockquote>
<p>I asked some friends if they’d like to help me build this. They wished me luck. “To hell with them,” I told C. “I’ll build it anyway and destroy Spotify and Apple.” C smiled and said spite was an interesting reason to make something.</p>
</blockquote>
<p>The interface is as pared down as much as possible, the UI's focus is on album artwork, with player controls in a super minimal status bar, and library browsing in an accordion style sidebar with tabs. It's built for people who don't want music apps to "feel like managing a spreadsheet". </p>
<figure class="full"><img alt="" decoding="async" height="1962" src="https://hicks.design/media/pages/journal/making-apps-out-of-spite/577b32d6f3-1774799712/spite.webp" width="3018"></figure>
<p>I love how this approach cuts out unnecessary repetition of things like current album/track. I love it, and even though it would never happen, I would love it to support Apple Music too. </p>
<p>With any app that plays your own files, the question is how you support mobile devices. With my Plex library, it's stored on a NAS drive and accessed remotely. With Doppler, a separate app is used to transfer music to your device, just like the days of iPod. Spite also has a new approach here. Your playlists are automatically synced, using either iCloud or Dropbox to source the files, along with the most recent albums (up to 30) called 'Superfresh'. This is all done with an XML file that tells the mobile app which files to fetch from the chosen cloud storage. This has worked really well for me. </p>
<p>Revisiting <a href="https://hicks.design/journal/my-perfect-music-app-doesnt-exist">my music app criteria shtick</a>, Spite scores highly:</p>
<ul>
<li>Last.fm scrobbling - done!</li>
<li>Immersive view - done! This isn't a view you have to trigger, album covers are always shown large as possible 😍. </li>
<li>Collections - done! They're called 'Labels' here, and playlists are known as 'mixtapes', which I love.</li>
<li>Supports MacOS, iOS, iPadOS and CarPlay</li>
</ul>
<p>It also includes:</p>
<ul>
<li>Add custom artwork to your playlists (mixtapes). This is something common in most streaming services, but I'm not aware of any apps that do this in the play-your-own space.</li>
<li>Menubar app to control Spite when it's in the background.</li>
<li>While there's no social sharing (as you'd expect when it's not a streaming app), anyone on the same cloud service can collaborate.</li>
</ul>
<p>Spite is free to try for 30 days, and after that costs $15 for Mac + iOS, or $10 for just Mac. An absolute bargain in my opinion!</p>]]></description>
          </item>
        <item>
      <title>Warrington-Runcorn New Town Development Plan at The Bullingdon</title>
      <link>https://hicks.design/journal/warrington-runcorn-new-town-development-plan-at-the-bullingdon</link>
      <guid>https://hicks.design/journal/warrington-runcorn-new-town-development-plan-at-the-bullingdon</guid>
      <pubDate>Thu, 19 Mar 2026 15:40:00 +0000</pubDate>
      <description><![CDATA[<p>A great night out with neighbour Doug Tolley (Nine is the Level) to see <a href="https://warringtonruncorn.com/">Warrington-Runcorn New Town Development Plan</a> at the Bullingdon in Oxford! I've been moaning for ages that bands rarely come to Oxford (it's all tribute bands!), so it was exciting to see an artist I love pop up in local gig listings.</p>
<p>I've been a fan for a couple of years, but this was my first time seeing him (Gordon Chapman-Fox) play live. The live sound was bassier and heavier than I expected, and the hypnotic visuals from 70s/80s films felt like time travel. There's something very enticing about the retro-futuristic Radiophonic Workshop sound - memories of growing up in that era, and watching Paddy Kingsland soundtracked Dr Who.</p>
<p>Here's a brief flavour from the gig: </p>
<iframe class="video full" width="560" height="315" src="https://www.youtube.com/embed/tDFat1sduB0?si=izy_LY776WfzCfTI" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
<p>I very much approve of the posters dangling from his kit ✊.</p>
<p>There were also two great support acts too - <a href="https://citiesandmemory.com/">Cities + Memory</a> and <a href="https://klofmag.com/2025/12/u-archenfield/">U</a>, performing his audio/visual story <a href="https://klofmag.com/2025/12/u-archenfield/">Archenfield</a>. I picked up the fantastic <a href="https://warringtonruncorn.bandcamp.com/merch/brutalist-t-shirt">Brutalist t-shirt</a> at the end.</p>]]></description>
          </item>
        <item>
      <title>Qobuz Theme</title>
      <link>https://hicks.design/journal/qobuz-theme</link>
      <guid>https://hicks.design/journal/qobuz-theme</guid>
      <pubDate>Thu, 12 Mar 2026 11:00:00 +0000</pubDate>
      <description><![CDATA[<p>To summarise my experience with the alternative music streaming service <a href="https://www.qobuz.com/gb-en/discover">Qobuz</a>: great ethical company, <em>the</em> best sound quality, but I couldn't quite get on with how it looks. Normally with desktop apps there's nothing I can do anything about that, but Qobuz is an electron app, with a webplayer at <a href="https://play.qobuz.com/magazine/story/NUC4UIQUIBAJVBWWBJUZIJMJKM">play.qobuz.com</a>. This means I can change the interface with what I know - CSS! </p>
<p>So over the last couple of months I've been slowly tinkering in Zen browser with the Stylus extension (available for <a href="https://chromewebstore.google.com/detail/stylus/clngdbkpkpeebahjckkjfobafhncgmne?hl=en-GB&amp;pli=1">Chrome</a> and <a href="https://addons.mozilla.org/en-GB/firefox/addon/styl-us/">Firefox</a>). I'd tested wider ranging changes at one point (such as a Tahoe style sidebar) but there's a point where it becomes futile to keep fighting against the existing theme. Especially when future updates will likely break it all anyway. I'm not totally sold on Qobuz yet, but these tweaks mean I'm spending more time with it. Plus I find fettling like this a fun and welcome distraction from the apocalypse that's happening at the moment.</p>
<p><strong><em>What this is not</em></strong>: this is not an unsolicited proposal to Qobuz, telling them how they should design their app. <strong><em>What this is</em></strong>:  customising the look of Qobuz suit my own taste better. It's like the old days of <a href="https://hicks.design/journal/helvetireader-2">Helvetireader</a>! </p>
<p>Here's what I've changed:</p>
<ul>
<li><strong>A different font</strong>. 'Qobuz Sans' is OK, but has a little too low an x-height for small text, and those curves on the lowercase L and T bug me. The kerning also looks off (look at the distance between the e and t in the example below. I really like <a href="https://klim.co.nz/collections/soehne/">Klim Foundry&#039;s <em>S&ouml;hne</em></a> and I'm using a trial version of the fonts for this. For the logo and largest headings I'm currently using <a href="https://www.atipofoundry.com/fonts/safiro"><em>Safiro</em> by the Atipo Foundry</a>. Obviously you'll need to specify your own fonts, and I think <a href="https://rsms.me/inter/">Inter Display</a> works nicely as an open source option, as does the Apple default of San Francisco. These are both in the replacement font stack.<figure><img alt="A comparison of the Qobuz Sans font with Klim Foundry's Söhne, showing the difference using the word fettling." decoding="async" height="286" src="https://hicks.design/media/pages/journal/qobuz-theme/e4ecba59fa-1773591934/fettling.svg" width="875"></figure>
</li>
<li><strong>A different accent colour</strong>. I hate blue, but I love orange.</li>
<li><strong>A different logo</strong>. I'm not keen on the existing logo, which to my eyes looks rather dated. They have a good thing going with the whole 'capital Q looks like a turntable', but this is a separate logomark (I don't know why they don't use their Q logo for the app icon, instead of the tiny 'qobuz' logotype). So I made a version that integrates the two marks. I really like the Z of the Safiro font, as it reminds of a stack of albums:<figure><img alt="A comparison of the old and and revised logo" decoding="async" height="2278" src="https://hicks.design/media/pages/journal/qobuz-theme/9cb9f76670-1773316280/qobuz-logo.png" width="9107"></figure>
</li>
<li>Album grids to be full-width. Lets make the most of the space on large screens.</li>
<li>Paragraphs <em>not</em> to be full-width. Artist bios are too long to read comfortably.</li>
<li>Less clutter in the full screen view, and the album artwork as large as possible (obviously the image might not be high enough resolution but hey).</li>
<li>Removes those distracting yellow 'Hi-Res' logos from album grid views, and tones them down when they're shown on album pages (to match the existing 'CD Quality' icon). </li>
</ul>
<div class="before-after full">
<figure><img alt="The old Discover view" decoding="async" height="1625" src="https://hicks.design/media/pages/journal/qobuz-theme/39124da291-1773665633/qobuz-discover-before.webp" width="2500"><figcaption>Discover view</figcaption></figure>
<figure><img alt="The new Discover view" decoding="async" height="1625" src="https://hicks.design/media/pages/journal/qobuz-theme/7035709a0f-1773665633/qobuz-discover-after.webp" width="2500"><figcaption>Discover view</figcaption></figure>
</div>
<div class="before-after full">
<figure><img alt="The old Favourites view" decoding="async" height="1625" src="https://hicks.design/media/pages/journal/qobuz-theme/d2a343eece-1773665633/qobuz-fave-before.webp" width="2500"><figcaption>Favourites view</figcaption></figure>
<figure><img alt="The new Favourites view" decoding="async" height="1625" src="https://hicks.design/media/pages/journal/qobuz-theme/87398441b2-1773665633/qobuz-fave-after.webp" width="2500"><figcaption>Favourites view</figcaption></figure>
</div>
<div class="before-after full">
<figure><img alt="The old fullscreen player view" decoding="async" height="1625" src="https://hicks.design/media/pages/journal/qobuz-theme/69ae67ebef-1773665630/qobuz-fullscreen-before.webp" width="2500"><figcaption>Fullscreen view</figcaption></figure>
<figure><img alt="The new fullscreen player view, with larger album artwork and less distractions" decoding="async" height="1625" src="https://hicks.design/media/pages/journal/qobuz-theme/973d72ba18-1773665629/qobuz-fullscreen-after.webp" width="2500"><figcaption>Fullscreen view</figcaption></figure>
</div>
<p>There are many other style tweaks, such as the top navigation bar background blurring and fading out:</p>
<figure class="full"><img alt="A screenshot of the navigation bar's background fading out and blurring content underneath" decoding="async" height="512" src="https://hicks.design/media/pages/journal/qobuz-theme/8ecb540584-1773667570/navbar.webp" width="1917"><figcaption>This shows the desktop app, with the back/forward navigation that isn't visible in the web version - hence it's background has not been styled!</figcaption></figure>
<p>It supports both dark and light themes, although as a solely dark mode user, the light theme changes will probably have even more bugs than its dark counterpart. The desktop app differs in a few areas, such as the back/forwards navigation, so I haven't been able to use the web inspector to find out what these elements are called and make them consistent. </p>
<p>If you fancy a go, <a href="https://www.dropbox.com/scl/fo/4j2hxumhi2679u57pkff7/AA0nM9uN_G7lNGu4UHsIMDg?rlkey=uh1hokqdanceuianx01mgo3sc&amp;dl=0">download it and have a play.</a> Change the font and accent colour to whatever you fancy. While this is intended to be a userstyle with a browser extension like Stylus, it can actually be applied to the desktop app, with a little bit of work. I'm unsure what the process would be on Windows, but on MacOS:</p>
<ul>
<li>In Finder &gt; Go &gt; Go to Folder and navigate to <code>/Applications/Qobuz.app/Contents/Resources/app/node_modules/@qobuz/qobuz-dwp-ui/dist/assets/css/</code></li>
<li>At the top of the 'main.css' file add <code>@import "custom.css";</code> (must be the first)</li>
<li>Place the custom.css file from the download in the same folder</li>
<li>Restart Qobuz</li>
</ul>
<p>You will of course need to repeat this every time the app gets an update. I'm not sure if I will progress any further with this, but I'll make updates to this post when I do. If it becomes a bit more of a project, I'll pop on Github, and add a replacement application icon as well.</p>]]></description>
          </item>
        <item>
      <title>Troika #60: One Footer in the Unfinished Troika</title>
      <link>https://hicks.design/troika/troika-60-one-footer-in-the-unfinished-troika</link>
      <guid>https://hicks.design/troika/troika-60-one-footer-in-the-unfinished-troika</guid>
      <pubDate>Fri, 06 Mar 2026 11:00:00 +0000</pubDate>
      <description><![CDATA[<p>Something a bit special for episode #60! It's the first one to feature <em>other humans</em>, and it's a threesome. In the <a href="https://onefooter.show/">One Footer in the Grave</a> group chat, <a href="https://stuffandnonsense.co.uk/">Andy Clarke</a>, <a href="https://headscape.co.uk/">Marcus Lillington</a> and I had been discussing about recording an episode on (<em>my favourite subject</em>) music. As Paul Boag was too busy on a cruise, and hates music anyway, a plan formed to ask <a href="https://clagnut.com/">Richard Rutter</a> (with whom Andy hosts <a href="https://unfinished.bz/">Unfinished Business</a>) to join us. A crossover episode was born!</p>
<p>Each of us chose and introduced three 'desert island' songs, and had a lovely little chat about all our tracks. Seeing as I'd only just played "Everyone But Me" for the second time on the last Troika, I chose something non-Starflyer 59. Something old, something new, and something in-between.</p>
<ol>
<li><strong>"Rikki Don't Lose That Number"</strong> - Steely Dan (Marcus)</li>
<li><strong>"Bat Out of Hell"</strong> - Meat Loaf (Andy)</li>
<li><strong>"Tomorrow Never Knows (2022 Mix)"</strong> - The Beatles (Jon)</li>
<li><strong>"Leave Them All Behind (Remastered)" </strong>- Ride (Rich)</li>
<li><strong>"Green and the Blue"</strong> - Fink (Marcus)</li>
<li><strong>"Can't Get It out of My Head"</strong> - Electric Light Orchestra (Andy)</li>
<li><strong>"Chemin de la Baie"</strong> - The Besnard Lakes (Jon)</li>
<li><strong>"Miss the Bliss"</strong> - Hot Chip (Rich)</li>
<li>"<strong>Firth of Fifth (2007 Stereo Mix)"</strong> - Genesis (Marcus)</li>
<li><strong>"Whiskey Lullaby (feat. Alison Krauss)"</strong> - Brad Paisley (Andy)</li>
<li><strong>"Even If You're Never Awake"</strong> - Stars of the Lid (Jon)</li>
<li><strong>"Jonny Guitar Calling Gosta Berlin"</strong> - Snapped Ankles (Rich)</li>
</ol>
<p>If you prefer, you can also listen to it without all the the talky bits via the medium of Apple Music playlist:</p>
<iframe allow="autoplay *; encrypted-media *;" frameborder="0" height="450" style="width:100%;max-width:660px;overflow:hidden;background:transparent;" sandbox="allow-forms allow-popups allow-same-origin allow-scripts allow-storage-access-by-user-activation allow-top-navigation-by-user-activation" src="https://embed.music.apple.com/gb/playlist/one-footer-in-the-unfinished-troika/pl.u-V5ojdSKNkPA"></iframe>]]></description>
          </item>
        <item>
      <title>Troika #59: Win some, lose most</title>
      <link>https://hicks.design/troika/troika-59-win-some-lose-most</link>
      <guid>https://hicks.design/troika/troika-59-win-some-lose-most</guid>
      <pubDate>Mon, 23 Feb 2026 15:30:00 +0000</pubDate>
      <description><![CDATA[<p>I couldn’t let episode #59 be anything else but a celebration of one of my favourite bands: Starflyer 59. I've been besotted with them for over thirty years, and as such, it’s going to be a quadruple dose of Troika this time. </p>
<figure><img alt="Three moody looking American gentleman standing in front of a hedge, all wearing members only racing jackets" decoding="async" height="1498" src="https://hicks.design/media/pages/troika/troika-59-win-some-lose-most/3e161e42ab-1771666902/starflyer.webp" width="2046"><figcaption><em>Americana</em> era lineup of Starflyer 59, with Jason Martin centre.</figcaption></figure>
<p>Formed in Riverside, California by Jason Martin, and while the lineup around him is ever changing, Jason <em>is</em> Starflyer. Notably, the late great <a href="https://www.theguardian.com/music/2018/jul/03/richard-swift-indie-rock-songwriter-and-producer-dies-aged-41">Richard Swift</a> was part of the band for a while, and his son Charlie joins him as drummer on the most recent albums. Celebrity fans include Father John Misty, who used to work for their label, Tooth and Nail records. </p>
<p>The first three releases (<em>Silver</em>, <em>Gold</em> and <em>Americana</em> (or <em>Red</em>)) are very much heavy shoegaze, influenced by the likes of My Bloody Valentine, but the sound has evolved over the years, and you can also  hear The Cure, The Smiths and New Order. It's always unmistakably Starflyer though, the influences are there, but the end result is something else. </p>
<p>When I first heard their debut album <em>Silver</em> in 1994, it connected deeply with me. It was the autumn after I'd left college, and I've always associated <em>Silver</em> with that season ever since. They even have consistently well gorgeous album covers, making them the full package for me. I've followed each album religiously and put a (very) subtle reference to them on the cover of The Icon Handbook. Their compilation album <em>Easy Come Easy Go</em> features a tank on the cover, hence, there's a tank icon in the 'I' of 'Icon', which is themed around music. </p>
<figure><img alt="The letters of the word icon, are made out of symbols and pictograms." decoding="async" height="1379" src="https://hicks.design/media/pages/troika/troika-59-win-some-lose-most/4bd9b0dce7-1771667306/icon-handbook.webp" width="2484"><figcaption>The title from The Icon Handbook Cover - each letter has icons around a certain theme, and the letter I is music</figcaption></figure>
<p>Sadly, I’ve never been able to see them live, and probably never will. They've never toured the UK, and since 2010, Jason took over his late father’s trucking business.  That was the end of touring full stop. The last fifteen years worth of albums have had a running melancholic theme of “I’m old and obsolete”. Which is a shame, because he’s really not. That’s what made his last two albums, <em>Vanity</em> and <em>Lust for Gold</em> so refreshing, while he's still looking back, it doesn’t descend into self flagellation. It's nostalgic, but new.</p>
<blockquote>
<p>I'm like a minor-league ball player, man. I'm better than some, but not good enough to get it done. That's not me being humble. That's just me looking at it pretty honestly.</p>
</blockquote>
<p>In typical self-deprecating fashion, Jason once explained "I'm like a minor-league ball player, man. I'm better than some, but not good enough to get it done. That's not me being humble. That's just me looking at it pretty honestly." The title of this episode, "Win Some, Lose Most" is a <a href="https://podcasts.apple.com/gb/podcast/transmissions/id142891498?i=1000666071163">phrase that Jason Martin recently joked in an interview</a> should be the next album title. </p>
<p>So here's a journey through the many incarnations of Starflyer, in almost chronological order:</p>
<ol>
<li>
<p><strong>"A Housewife Love song" </strong>- from <em>Gold</em> (1995)<br />
What a way to open the second album <em>Gold</em> - one of the heaviest, filthiest tunes Starflyer has ever done. Rare for Starflyer, this song has <a href="https://www.youtube.com/watch?v=MRdZS9j5atY&amp;list=RDMRdZS9j5atY&amp;start_radio=1">an accompanying music video.</a> Fun fact, the 'housewife' in the video was his future wife, Julie. </p>
</li>
<li>
<p><strong>"Harmony"</strong> - from <em>Americana</em> (1997)<br />
In contrast, this song is lighter and smoother - a summery vibe from the third album.</p>
</li>
<li>
<p><strong>"Do You Ever Feel That Way"</strong> - from <em>Americana</em> (1997)<br />
Lyrically simple, I love the contrast of the briefly minimal first line of the verse before guitars crash in for the second line.</p>
</li>
<li>
<p><strong>"Fell in Love at 22"</strong> - from <em>The Fashion Focus</em> (1998)<br />
The fourth album brought the first of many direction changes, with keyboards prominent for the first time, especially on this gorgeous dreamy ballad.</p>
</li>
<li>
<p><strong>"Shedding the Mortal Coil"</strong> - from the compilation <em>Easy Come, Easy Go </em>(2000)<br />
This is a cover of a Daniel Amos song, another band that influenced Jason's songwriting. I love it's pop quirkiness in a Starflyer setting, and it's quite upbeat, despite the title.</p>
</li>
<li>
<p><strong>"Your Company"</strong> - from <em>Leave Here a Stranger</em> (2001)<br />
By 2001's <em>Leave Here a Stranger</em> there were signs that Starflyer were heading towards more classic rock, possibly from listening to lots of Oasis. It was specifically recorded and mixed in mono as an homage to the Beach Boys' Pet Sounds.</p>
</li>
<li>
<p><strong>"Loved Ones"</strong> - from <em>Old</em> (2003)</p>
</li>
<li>
<p><strong>"Good Sons"</strong> - from <em>Talking Voice vs Singing Voice</em> (2005)<br />
Now we get to the 'New Order' period, with a very Peter Hook twangy bassline in this one.</p>
</li>
<li>
<p><strong>"Like a Baby"</strong> - single (2015)<br />
An infectiously catchy non-album single, at a very 'Guided By Voices' length of 2 mins.</p>
</li>
<li>
<p><strong>"2nd Space Song"</strong> - cover by Ester Drang, from <em>The Appearances</em> (2018)<br />
There have been a few covers of Starflyer songs, but this is the best by far. Ester Drang's <em>The Appearances</em> EP has been described as 'Velvet Space Rock' and their cover of a song from Starflyer 59's debut <em>Silver</em>, fits right in. It also sounds more expansive and bombastic than the more basic and fuzzy original.</p>
</li>
<li>
<p><strong>"This Recliner"</strong> - from <em>Miami EP</em> (2020)<br />
This single marked the start of a new era, dealing with things like older age and illness, but punchier.  Also, the opening notes of this remind of Interpol. </p>
</li>
<li>
<p><strong>"Everyone but Me"</strong> - from <em>Americana</em> (1997)<br />
In typical Troika fashion, Starflyer have been featured before, in episode #33 Endings (about my love for the last tracks on albums) and #54 (a Best of from 2024), but the first instance, the song ‘Everyone But Me’, bears repeating. It's my favourite song of all time - if I ever buy new speakers or headphones, it has to be the first thing I play. The coda at the end is what makes it so special for me, and I couldn't finish this episode any other way.</p>
</li>
</ol>
<p>This episode also features "Samson" from the <em>Fell in Love at 22</em> EP (1998) and a passage from "The Party" from <em>Everybody Makes Mistakes</em> (2000), which the episode cover is a homage to.</p>]]></description>
          </item>
        <item>
      <title>The Besnard Lakes at the Hare and Hounds</title>
      <link>https://hicks.design/journal/the-besnard-lakes-at-the-hare-and-hounds</link>
      <guid>https://hicks.design/journal/the-besnard-lakes-at-the-hare-and-hounds</guid>
      <pubDate>Sun, 15 Feb 2026 14:30:00 +0000</pubDate>
      <description><![CDATA[<p><em>"Is this your idea of romance?" </em>was how Leigh responded to the news that I'd bought tickets for us to see <a href="https://www.thebesnardlakes.com/">The Besnard Lakes</a> play in Birmingham on Valentines Night. </p>
<p>Kings Heath's The Hare and Hounds isn't my favourite venue. It feels cramped and claustrophobic,  and there are always at least a couple of high volume obnoxious twats. While Jace (Lasek, lead singer/guitar) was talking to the audience, one guy announced on his way out “You’re a fucking amazing band but I need a piss”. Another of his kin was bellowing every time Jace hit a high note “FUCK ME, DID YOU HEAR THAT FALSETTO??! WOOOO!! AMAZING!! WOOOOOOO!!”. </p>
<p>Another problem with the venue is that the stage is really low down, so the band were mostly hidden. plus Oggy (bassist and lead singer) had broken her ankle earlier in the tour, so her and Kevin (drummer) were sitting down, completely out of view the whole time. Jace and Gabriel were the only ones of the band I could see. What paltry photos I could get, had to be done with arms as high as possible, so was keen not to push my luck and piss off people behind me.</p>
<p>Despite all this, full-bladder guy was absolutely on the nose -  they sounded amazing. The Thorn were supporting, who bought a rocky Wickerman vibe with them. They contrasted with the shoegazey, Beach Boys-y psychedelia of the Bezzies, but I liked them.</p>
<p>I will say this again about The Besnard Lakes - I wish more people knew about this wonderful band.</p>]]></description>
          </item>
        <item>
      <title>Mew, for the last time</title>
      <link>https://hicks.design/journal/mew-for-the-last-time</link>
      <guid>https://hicks.design/journal/mew-for-the-last-time</guid>
      <pubDate>Thu, 05 Feb 2026 14:30:00 +0000</pubDate>
      <description><![CDATA[<p>When Danish band <a href="https://mewsite.com/">Mew</a> arrived on the scene, having (very) young children prevented me going to many gigs, so tonight was both the first, and last time I got to see Mew. They're one of the bands whose music will always be intertwingled with certain life events; going freelance, flying to SXSW, and even my father dying.</p>
<p>They went out on such a high though—there was so much love for them in Camden's iconic Roundhouse. For the first time at this venue, I'd managed to get seats for Leigh and I to watch the gig, which makes life so much easier when you're in your fifties. </p>
<p>Their last song performed live, at their last ever gig, which of course had to be the epic closing tune from Frengers: 'Comforting Sounds'.</p>
<iframe width="560" height="315" src="https://www.youtube.com/embed/ImldrkuLVXo?si=yaSWW-GI-KYhsFy-" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
<p>The end of the ending was a little marred by the fact that we couldn't drive home. I was so smug that I'd found a reasonably priced JustPark space, just 3 mins walk from the Roundhouse, and we would be on our way home to a cosy bed in Oxfordshire. We would've been, if I hadn't parked in the business park <em>next door</em> to the JustPark space. We got back to find the gates locked with an 'unauthorised' vehicles will be towed away' warning on them.</p>
<p>So we had no option but to find an impromptu hotel for the night, and case the joint early in the morning. Fortunately both worked, and the car was still there!</p>]]></description>
          </item>
        <item>
      <title>Kula Shaker at Truck Oxford</title>
      <link>https://hicks.design/journal/kula-shaker-at-truck-oxford</link>
      <guid>https://hicks.design/journal/kula-shaker-at-truck-oxford</guid>
      <pubDate>Tue, 27 Jan 2026 22:00:00 +0000</pubDate>
      <description><![CDATA[<p>There was an excellent in-store performance from Kula Shaker at Truck Oxford tonight. They played songs from the new album <em>Wormslayer</em>: ‘Lucky Number‘, ‘Charge of the Light Brigade’, ‘Be Merciful to Me’ and the title track, along with old favourites ’Shower Your Love on Me’ and ‘Govinda’. The set was what they called “Busking Sessions”, all four band members but semi-acoustic. </p>
<p>Aside from a break 1999—2004, Kula Shaker’s output has been steady, and there’s something about the new material that captures the vibe and punch of their first album <em>K</em>. First time I’d ever seen them live though!</p>]]></description>
          </item>
        <item>
      <title>Troika #58: Hickensian Christmas III</title>
      <link>https://hicks.design/troika/troika-58-hickensian-christmas-iii</link>
      <guid>https://hicks.design/troika/troika-58-hickensian-christmas-iii</guid>
      <pubDate>Tue, 23 Dec 2025 16:20:00 +0000</pubDate>
      <description><![CDATA[<p>It's been ten years since 'Hickensian Christmas II' on Troika, probably because I get more curmudgeonly about 'Christmas Music' every year. This even includes quirky 'indie' versions of Christmas favourites. If it's not Vince Guaraldi, I'm not interested!</p>
<p>Bucking this trend, I was given <a href="https://soniccathedral.co.uk/">Sonic Cathedral</a> 20th Anniversary box set by my daughter last Christmas, which came with a disc of Christmas music that actually resonated with me. This is a label that was previously featured on <a href="https://hicks.design/troika/troika-52-shoegazin-part-4-2020s">episode #52 about Shoegaze</a>, and while that does tend to be their general output, it's not exclusively, and I discovered a new favourite band. Here are my favourites!</p>
<ol>
<li><strong>2000 Miles</strong> by <em>Deary</em></li>
<li><strong>Get Thee Behind me Santa</strong> by <em>Pye Corner Audio</em></li>
<li><strong>O Holy Night</strong> by <em>Dawn Chorus and the Infallible Sea</em></li>
</ol>
<p>This last track in particular is an epic festive tune, and was my introduction to the wonderful band that is <a href="https://dcatis.bandcamp.com/">Dawn Chorus and the Infallible Sea</a>.</p>]]></description>
          </item>
        <item>
      <title>Hicks.design 2025 Annual Report</title>
      <link>https://hicks.design/journal/hicks-design-2025-annual-report</link>
      <guid>https://hicks.design/journal/hicks-design-2025-annual-report</guid>
      <pubDate>Thu, 18 Dec 2025 13:30:00 +0000</pubDate>
      <description><![CDATA[<div class="grid cols full">
<div>
<h2>18,970 <span>↑</span></h2>
<h4>Scrobbles</h4>
</div>
<div>
<h2>6,701 <span>↓</span></h2>
<h4>Tracks</h4>
</div>
<div>
<h2>1,655 <span>↓</span></h2>
<h4>Albums</h4>
</div>
<div>
<h2>1,275 <span>↑</span></h2>
<h4>Artists</h4>
</div>
<div>
<h2>93 <span>↑</span></h2>
<h4>Albums Bought</h4>
</div>
<div>
<h2>14 <span>↓</span></h2>
<h4>Gigs</h4>
</div>
<div>
<h2>20<span>–</span></h2>
<h4>Books read</h4>
</div>
</div>
<h2>Album of the year</h2>
<p>This has felt like a <em>particularly good</em> year for music, and as such, it's been hard to keep the list down to 20. There was however, one album in particular that nudged ahead of all the others:</p>
<div class="flex align-center">
<figure><a href="https://thebesnardlakes.bandcamp.com/album/the-besnard-lakes-are-the-ghost-nation"><img alt="" decoding="async" height="2000" src="https://hicks.design/media/pages/journal/hicks-design-2025-annual-report/4277127753-1764769764/besnard.webp" width="150px"></a></figure> 
<div>
<h4>Album of the year</h4>
<h3><em>The Besnard Lakes are the Ghost Nation</em></h3>
<p>The Besnard Lakes<br />
<a class="icon-bc" href="https://thebesnardlakes.bandcamp.com/album/the-besnard-lakes-are-the-ghost-nation">Bandcamp</a></p>
</div>
</div>
<p>A new album by The Besnard Lakes was always going to score highly with me, or would it? Before <em>Ghost Nation</em> was released, two tracks were made available: 'In Hollywood', which I wasn't all that crazy about, and the addictive 'Give us our Dominion' that I played on repeat in the summer. With these two contrasting omens it felt like the album could go either way. What a relief it was to finally be able to listen to <em>Ghost Nation</em> in October, and find that the rest of the album was even better than I could've hoped. While death and loss seemed to inform 2021's <em>The Last of the Great Thunderstorm Warnings</em>,  <em>Ghost Nation</em> is upbeat and life affirming, with the anthemic 'Chemin de la Baie' instantly becoming my favourite song of the year on first listen. Even 'In Holywood' works in context - it's the album I needed this year. </p>
<figure><img alt="" decoding="async" height="1500" src="https://hicks.design/media/pages/journal/hicks-design-2025-annual-report/0f8b07d66c-1765925528/img_8234.webp" width="2000"></figure>
<p>I loved this album so much that I bought it four times - two limited edition vinyls, the CD and the Bandcamp digital download. When an album resonates this much, you want to support it in every way possible. I'm counting the days until February when I next see them live - I've got tickets for the London and Birmingham dates!</p>
<p>Narrowly missing out on the top spot were <em>Swallow</em>, the brilliant solo debut by Steve Queralt of RIDE, and <em>Landscape from Memory</em> by electronic maestro Rival Consoles, who also wins music video of the year for the delightfully analog 'Soft Gradient Beckons':</p>
<iframe class="video" width="560" height="315" src="https://www.youtube.com/embed/_zBbiFohlC0?si=dJejMpcSeMxWvNgU" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
<h2>Albums of 2025</h2>
<p>No streaming links this year (Spotify in particular can get in the sea), so all albums link to Bandcamp where available.  There are also no "reviews", I spend too long each year working out different ways of expressing why I loved a particular album!  1-3 are in order, the rest is arbitrary. </p>
<ol>
<li>
<figure><a href="https://thebesnardlakes.bandcamp.com/album/the-besnard-lakes-are-the-ghost-nation"><img alt="" decoding="async" height="2000" src="https://hicks.design/media/pages/journal/hicks-design-2025-annual-report/4277127753-1764769764/besnard.webp" width="2000"></a></figure>
<h3>The Besnard Lakes are the Ghost Nation</h3>
<p>The Besnard Lakes</p>
</li>
<li>
<figure><a href="https://stevequeralt.bandcamp.com/album/swallow"><img alt="" decoding="async" height="1000" src="https://hicks.design/media/pages/journal/hicks-design-2025-annual-report/2372649fb3-1765033901/swallow.webp" width="1000"></a></figure>
<h3>Swallow</h3>
<p>Steve Queralt</p>
</li>
<li>
<figure><a href="https://rivalconsoles.bandcamp.com/album/landscape-from-memory"><img alt="" decoding="async" height="1000" src="https://hicks.design/media/pages/journal/hicks-design-2025-annual-report/356725d12a-1765033901/landscape.webp" width="1000"></a></figure>
<h3>Landscape from Memory</h3>
<p>Rival Consoles</p>
</li>
<li>
<figure><a href="https://mariasomerville.bandcamp.com/album/luster"><img alt="" decoding="async" height="1000" src="https://hicks.design/media/pages/journal/hicks-design-2025-annual-report/7016e3dead-1765033901/luster.webp" width="1000"></a></figure>
<h3>Luster</h3>
<p>Maria Somerville</p>
</li>
<li>
<figure><a href="https://destroyer.bandcamp.com/album/dans-boogie"><img alt="" decoding="async" height="1000" src="https://hicks.design/media/pages/journal/hicks-design-2025-annual-report/479cd1c2b5-1765033902/dansboogie.webp" width="1000"></a></figure>
<h3>Dans Boogie</h3>
<p>Destroyer</p>
</li>
<li>
<figure><a href="https://pulpmusic.bandcamp.com/album/more"><img alt="" decoding="async" height="1000" src="https://hicks.design/media/pages/journal/hicks-design-2025-annual-report/c943c5e91d-1765033901/more.webp" width="1000"></a></figure>
<h3>More</h3>
<p>Pulp</p>
</li>
<li>
<figure><a href="https://billowobservatory.bandcamp.com/album/the-glass-curtain"><img alt="" decoding="async" height="1000" src="https://hicks.design/media/pages/journal/hicks-design-2025-annual-report/e3ac1b324e-1765033901/glass.webp" width="1000"></a></figure>
<h3>The Glass Curtain</h3>
<p>Billow Observatory</p>
</li>
<li>
<figure><a href="https://sambarker.bandcamp.com/track/stochastic-drift"><img alt="" decoding="async" height="1000" src="https://hicks.design/media/pages/journal/hicks-design-2025-annual-report/fd38cbe3b1-1765033901/stochastic.webp" width="1000"></a></figure>
<h3>Stochastic Drift</h3>
<p>Barker</p>
</li>
<li>
<figure><a href="https://mattberninger.bandcamp.com/album/get-sunk"><img alt="" decoding="async" height="1000" src="https://hicks.design/media/pages/journal/hicks-design-2025-annual-report/9dce06c835-1765033901/getsunk.webp" width="1000"></a></figure>
<h3>Get Sunk</h3>
<p>Matt Berninger</p>
</li>
<li>
<figure><a href="https://greetdeath.bandcamp.com/album/die-in-love"><img alt="" decoding="async" height="1000" src="https://hicks.design/media/pages/journal/hicks-design-2025-annual-report/7b72b96496-1765033902/die.webp" width="1000"></a></figure>
<h3>Die in Love</h3>
<p>Greet Death</p>
</li>
<li>
<figure><a href="https://joeharvey-whytepaulcousins.bandcamp.com/album/in-a-fugue-state"><img alt="" decoding="async" height="1000" src="https://hicks.design/media/pages/journal/hicks-design-2025-annual-report/49cd6616dc-1765033902/fugue.webp" width="1000"></a></figure>
<h3>In a Fugue State</h3>
<p>Joe Harvey-White &amp; Paul Cousins</p>
</li>
<li>
<figure><a href="https://annavonhausswolff.bandcamp.com/album/iconoclasts"><img alt="" decoding="async" height="1000" src="https://hicks.design/media/pages/journal/hicks-design-2025-annual-report/0b2e88a53f-1765033901/iconoclasts.webp" width="1000"></a></figure>
<h3>Iconoclasts</h3>
<p>Anna Von Hauswolff</p>
</li>
<li>
<figure><a href="https://haydenpedigo.bandcamp.com/album/ill-be-waving-as-you-drive-away"><img alt="" decoding="async" height="1000" src="https://hicks.design/media/pages/journal/hicks-design-2025-annual-report/e74923eaeb-1765033901/waving.webp" width="1000"></a></figure>
<h3>I'll Be Waving As You Drive Away</h3>
<p>Hayden Pedigo</p>
</li>
<li>
<figure><a href="https://youthlagoon.bandcamp.com/album/rarely-do-i-dream"><img alt="" decoding="async" height="1000" src="https://hicks.design/media/pages/journal/hicks-design-2025-annual-report/3dcdfdb927-1765033901/rarely.webp" width="1000"></a></figure>
<h3>Rarely Do I Dream</h3>
<p>Youth Lagoon</p>
</li>
<li>
<figure><a href="https://tidal.com/album/456270630/u"><img alt="" decoding="async" height="1000" src="https://hicks.design/media/pages/journal/hicks-design-2025-annual-report/66d99a8d66-1765033902/essex.webp" width="1000"></a></figure>
<h3>Essex Honey</h3>
<p>Blood Orange</p>
</li>
<li>
<figure><a href="https://danielavery.bandcamp.com/album/tremor"><img alt="" decoding="async" height="1000" src="https://hicks.design/media/pages/journal/hicks-design-2025-annual-report/7fec88548b-1765033901/tremor.webp" width="1000"></a></figure>
<h3>Tremor</h3>
<p>Daniel Avery</p>
</li>
<li>
<figure><a href="https://tidal.com/album/439908063/u"><img alt="" decoding="async" height="1000" src="https://hicks.design/media/pages/journal/hicks-design-2025-annual-report/5c7511558e-1765033902/willoughby.webp" width="1000"></a></figure>
<h3>Willoughby Tucker I'll Always Love You</h3>
<p>Ethel Cain</p>
</li>
<li>
<figure><a href="https://sisterraydavies.bandcamp.com/album/holy-island"><img alt="" decoding="async" height="1200" src="https://hicks.design/media/pages/journal/hicks-design-2025-annual-report/21f1c5c02e-1765961761/holy.webp" width="1200"></a></figure>
<h3>Holy Island</h3>
<p>Sister Ray Davies</p>
</li>
<li>
<figure><a href="https://tidal.com/album/419320205/u"><img alt="" decoding="async" height="1000" src="https://hicks.design/media/pages/journal/hicks-design-2025-annual-report/c687d009c3-1765033902/constellations.webp" width="1000"></a></figure>
<h3>Constellations for the Lonely</h3>
<p>Doves</p>
</li>
<li>
<figure><a href="https://cloakroom.bandcamp.com/album/last-leg-of-the-human-table"><img alt="" decoding="async" height="1000" src="https://hicks.design/media/pages/journal/hicks-design-2025-annual-report/d9402e6117-1765033901/lastleg.webp" width="1000"></a></figure>
<h3>Last Leg of the Human Table</h3>
<p>Cloakroom</p>
</li>
<li>
<figure><a href="https://kiasmos.bandcamp.com/album/ii"><img alt="" decoding="async" height="1000" src="https://hicks.design/media/pages/journal/hicks-design-2025-annual-report/a59057a0df-1766003342/kiasmos.webp" width="1000"></a></figure>
<h3>II</h3>
<p>Kiasmos</p>
</li>
<li>
<figure><a href="https://andybell.bandcamp.com/album/pinball-wanderer"><img alt="" decoding="async" height="1000" src="https://hicks.design/media/pages/journal/hicks-design-2025-annual-report/35942059e7-1766003486/bell.webp" width="1000"></a></figure>
<h3>Pinball Wanderer</h3>
<p>Andy Bell</p>
</li>
<li>
<figure><a href="https://bigthief.bandcamp.com/album/double-infinity"><img alt="" decoding="async" height="1000" src="https://hicks.design/media/pages/journal/hicks-design-2025-annual-report/6fe454289f-1765033902/double.webp" width="1000"></a></figure>
<h3>Double Infinity</h3>
<p>Big Thief</p>
</li>
</ol>
<h3>Honourable Mentions</h3>
<p>I also enjoyed; <em>Fragments</em> by Tremours, <em>Bleeds</em> by Wednesday, <em>In holiday clothing, out of the great darkness</em> by Clarice Jensen, <em>Tall Tales</em> by Mark Pritchard &amp; Thom Yorke, <em>God's Going to Give You a Million Dollars</em> by Shallowater, <em>THE BPM</em> by Sudan Archives, <em>Another One Making Clouds</em> by Everything Else, <em>Formed in Fractures</em> by Monna, <em>NEVER ENOUGH</em> by Turnstile, <em>Microtonic</em> by BDRMM and <em>Sunset Funeral</em> by Glare. My main discovery of the year (new artist with no new material in 2025) was <a href="https://dcatis.bandcamp.com">Dawn Chorus and the Infallible Sea</a>.</p>
<h3>2025 Playlist</h3>
<p>Away from the context of albums, here's my Apple Music playlist of favourite songs of the year:</p>
<iframe allow="autoplay *; encrypted-media *;" frameborder="0" height="450" style="width:100%;max-width:660px;overflow:hidden;background:transparent;" sandbox="allow-forms allow-popups allow-same-origin allow-scripts allow-storage-access-by-user-activation allow-top-navigation-by-user-activation" src="https://embed.music.apple.com/gb/playlist/hicks-designs-tracks-of-2025/pl.u-doK2YIxXmdk"></iframe>
<h2>Gigs</h2>
<p>As my age increases, and less bands play local venues, the schlep into London for gigs is feeling more tiring. I'm aware of myself booking less gigs and only going for the ones that I'm really keen to see, or that I know are seated. </p>
<p>Gig of the year, <em>without any doubt</em> was Radiohead at the O2 Arena. Leigh and I lost out on the ticket lottery, but managed to get in as +1's with <a href="https://colly.com/journal/radiohead-o2-arena-london">Geri and Colly</a>. And what seats! It felt like we got the best view in the house. An emotional evening, with all the songs I wanted to hear, bar 'Fake Plastic Trees'. </p>
<p>Carrying on the Radiohead theme, does #2 count as a gig? I think so. Leigh and I were utterly blown away by the whole performance. </p>
<ol>
<li>
<figure><img alt="" decoding="async" height="562" src="https://hicks.design/media/pages/journal/hicks-design-2025-annual-report/12bdbe254d-1765039868/radiohead.webp" width="1000"></figure>
<h3>Radiohead</h3>
<p>O2 Arena, London, 22 Nov 2025</p>
</li>
<li>
<figure><img alt="" decoding="async" height="810" src="https://hicks.design/media/pages/journal/hicks-design-2025-annual-report/a2168f6115-1766005966/hamlet.webp" width="1440"></figure>
<h3>Hamlet - Hail to the Thief</h3>
<p>RSC Stratford Upon Avon</p>
</li>
<li>
<figure><img alt="" decoding="async" height="563" src="https://hicks.design/media/pages/journal/hicks-design-2025-annual-report/b160b2a572-1765039868/hayden.webp" width="1000"></figure>
<h3>Hayden Pedigo</h3>
<p>King's Place, London, 26 Aug 2025</p>
</li>
<li>
<figure><img alt="" decoding="async" height="562" src="https://hicks.design/media/pages/journal/hicks-design-2025-annual-report/2cf0d7bf7b-1765039868/wilco.webp" width="1000"></figure>
<h3>Wilco</h3>
<p>Albert Hall, London, 22 Jun 2025</p>
</li>
<li>
<figure><img alt="" decoding="async" height="563" src="https://hicks.design/media/pages/journal/hicks-design-2025-annual-report/a910acbe0e-1765039868/hamish.webp" width="1000"></figure>
<h3>Hamish Hawk</h3>
<p>Thekla, Bristol, 15 Feb 2025</p>
</li>
<li>
<figure><img alt="" decoding="async" height="562" src="https://hicks.design/media/pages/journal/hicks-design-2025-annual-report/271bfefa24-1765039868/maria.webp" width="1000"></figure>
<h3>Maria Somerville</h3>
<p>ICA, London, 10 May 2025</p>
</li>
</ol>
<h2>Books</h2>
<p>I normally read a lot of music biographies, but started reading a lot of folk horror this year, a genre I'm really enjoying. Here are my top five of the year  - covers link to bookshop.org. Withered Hill particularly drew me in - I <em>thought</em> I could predict the conclusion, but the twist at the end made me gasp out loud!</p>
<ol>
<li>
<figure><a href="https://uk.bookshop.org/p/books/withered-hill-david-barnett/7628451?ean=9781804367513&amp;next=t"><img alt="" decoding="async" height="1536" src="https://hicks.design/media/pages/journal/hicks-design-2025-annual-report/d901b3293a-1765037737/withered.webp" width="1000"></a></figure>
<h3>Withered Hill</h3>
<p>David Barnett</p>
</li>
<li>
<figure><a href="https://uk.bookshop.org/p/books/living-the-beatles-legend-on-the-road-with-the-fab-four-the-mal-evans-story-kenneth-womack/7685193?ean=9780008710606&amp;next=t"><img alt="" decoding="async" height="1510" src="https://hicks.design/media/pages/journal/hicks-design-2025-annual-report/1e9fdb3362-1765037737/beatles-legend-usa.webp" width="1000"></a></figure>
<h3>Living the Beatles Legend</h3>
<p>Kenneth Womack</p>
</li>
<li>
<figure><a href="https://uk.bookshop.org/p/books/there-and-black-again-mal-peachy-don-letts/7723336?ean=9781915841421&amp;next=t"><img alt="" decoding="async" height="1500" src="https://hicks.design/media/pages/journal/hicks-design-2025-annual-report/2d4c36f315-1765037738/black.webp" width="1000"></a></figure>
<h3>There and Black Again</h3>
<p>Don Letts</p>
</li>
<li>
<figure><a href="https://uk.bookshop.org/p/books/barrowbeck-andrew-michael-hurley/7705900?ean=9781399817509&amp;next=t"><img alt="" decoding="async" height="1609" src="https://hicks.design/media/pages/journal/hicks-design-2025-annual-report/bec9ac92a7-1765037738/hbg-title-barrowbeck-3-13.webp" width="1000"></a></figure>
<h3>Barrowbeck</h3>
<p>Andrew Michael Hurley</p>
</li>
<li>
<figure><a href="https://uk.bookshop.org/p/books/the-apparition-phase-shortlisted-for-the-2021-mckitterick-prize-will-maclean/1873106?ean=9781786091017&amp;next=t"><img alt="" decoding="async" height="1535" src="https://hicks.design/media/pages/journal/hicks-design-2025-annual-report/5c29466d58-1765037737/apparition.webp" width="1000"></a></figure>
<h3>The Apparition Phase</h3>
<p>Will McLean </p>
</li>
</ol>
<p>I also enjoyed: <em>Underland</em> by Robert Macfarlane, <em>Stone and Sky</em> by Ben Aaronovitch, <em>You’re With Stupid</em> by Bruce Adams, <em>Dark Matter</em> &amp; <em>Wakenhyrst</em> by Michelle Paver, <em>Starve Acre</em> &amp; <em>The Loney</em> by Andrew Michael Hurley and <em>Scuttlers Cove</em> by David Barnett.</p>]]></description>
          </item>
        <item>
      <title>Stars of the Lid Forever: Xmas updates!</title>
      <link>https://hicks.design/journal/stars-of-the-lid-forever-xmas-updates</link>
      <guid>https://hicks.design/journal/stars-of-the-lid-forever-xmas-updates</guid>
      <pubDate>Wed, 17 Dec 2025 13:00:00 +0000</pubDate>
      <description><![CDATA[<p>Ever since Stars of the Lid Forever went live last month, I've been getting a nice batch of new show recordings. I've finally got through processing them all, and I’ve just published 8 new shows, bringing our total to 25 🙌</p>
<ul>
<li><a href="https://starsofthelidforever.com/shows/saint-jean-baptiste-au-beguinage-brussels-belgium">Saint-Jean-Baptiste au B&eacute;guinage, Brussels</a> - Oct 2016</li>
<li><a href="https://starsofthelidforever.com/shows/nottingham-contemporary-uk">Nottingham Contemporary, Nottingham</a> - 04 Oct 2016</li>
<li><a href="https://starsofthelidforever.com/shows/st-john-at-hackney-london-uk">St John-at-Hackney, London</a> - 10 December 2012 (audio now added!)</li>
<li><a href="https://starsofthelidforever.com/shows/le-poisson-rouge-new-york-usa">Le Poisson Rouge, New York</a> - 21 Nov 2008</li>
<li><a href="https://starsofthelidforever.com/shows/les-voutes-paris">Les Vo&ucirc;tes, Paris, France</a> - 05 Aug 2008</li>
<li><a href="https://starsofthelidforever.com/shows/st-giles-in-the-fields-london-uk">St Giles in the Fields, London</a> - 20 May 2008</li>
<li><a href="https://starsofthelidforever.com/shows/st-mary-s-church-philadelphia">St Mary&#039;s Church, Philadelphia</a> - 03 May 2008</li>
</ul>
<p>I particularly want to highlight that first recording at Saint-Jean-Baptiste au Béguinage, in Brussels. I reckon it's the best quality recording I've had submitted yet, and the setlist is 👌. You can really hear the Moog 55!</p>]]></description>
          </item>
        <item>
      <title>Troika #57: Stars of the Lid Forever</title>
      <link>https://hicks.design/troika/troika-57-stars-of-the-lid</link>
      <guid>https://hicks.design/troika/troika-57-stars-of-the-lid</guid>
      <pubDate>Fri, 21 Nov 2025 12:50:00 +0000</pubDate>
      <description><![CDATA[<p>The band Stars of the Lid should be familiar to anyone who's read the Hicks.design Journal or listened to Troika. The ambient duo have featured on this podcast more than any artist, from <a href="https://hicks.design/troika/troika-1-music-for-stars">the very first episode</a>, <a href="https://hicks.design/troika/troika-31-dusk">episode #31</a> and <a href="https://hicks.design/troika/troika-45-brian-mcbride">episode #45</a>, a tribute to Brian McBride who had just passed away. They created the <a href="https://hicks.design/journal/hicks-design-best-15-albums">#1 and #4 albums in my top 15 of all time</a>. Safe to say I'm a <em>big</em> fan, and this episode is to celebrate the launch of my new side project, Stars of the Lid Forever.</p>
<p>It all started with a <a href="https://hicks.design/journal/stars-of-the-lid-live">blog post</a> where I'd gathered a list of Stars of the Lid (shortened as SOTL) live recordings I'd found online. Just a few weeks later, one of SOTL's team got in touch, and mooted the idea of making it into a website, <a href="https://starsofthelidforever.com/">Stars of the Lid Forever</a>, to archive all these bootlegged shows, and more that have come to light. It's an unofficial project, but surviving SOTL member Adam Wiltzie has given it his blessing, and provided the domain name and hosting, along with extra video footage. </p>
<p>When Stars of the Lid performed live, they were augmented with a string quartet and Luke Savisky's mesmerising projected visuals. I would give <em>anything</em> to be able to experience again. If you want to get a little taster of that live experience, just watch the <a href="https://starsofthelidforever.com/tour-diary">Tour Diary</a> film on the site. While much of the photo and video material I sourced for the site is frustratingly low res, the quality of this short film by director Andrew Telling on the 2016 European tour is cinematic. Watching back those scenes from the show at The Barbican (the last time I saw them perform) genuinely moved me to tears, it was that special.</p>
<p>The process of creating the site involved listening in-depth to all the recordings, and making sure the tracks were split and labelled correctly. I've chosen my three favourite performances from the eighteen shows featured on the site. These are:</p>
<ol>
<li><strong>"Requiem for Dying Mothers"</strong> (which is made up from three separate songs: Requiem for Dying Mothers Part&nbsp;1, Requiem String Melody and Requiem for Dying Mothers Part 2). Recorded by <a href="https://starsofthelidforever.com/shows/boiler-room-st-agnes-church-new-york-usa">Boiler Room</a> at St Agnes Church, NYC in 2015.</li>
<li><strong>"Even if You're Never Awake"</strong> - Recorded at <a href="https://starsofthelidforever.com/shows/echoplex-los-angeles-ca-usa">The Echoplex in Los Angeles in 2008</a></li>
<li><strong>"December Hunting for Vegetarian Fuckface"</strong> - Recorded at the <a href="https://starsofthelidforever.com/shows/barbican-london-uk">Barbican, London in 2016</a>. As well as a string quartet, this tour also featured Franceso Donadello playing the behemoth Moog 55, and Robert Donne of Labradford on keyboards. It sounded amazing!</li>
</ol>]]></description>
          </item>
        <item>
      <title>Stars of the Lid Forever</title>
      <link>https://hicks.design/journal/stars-of-the-lid-forever</link>
      <guid>https://hicks.design/journal/stars-of-the-lid-forever</guid>
      <pubDate>Fri, 14 Nov 2025 16:25:00 +0000</pubDate>
      <description><![CDATA[<p>The band Stars of the Lid shouldn't be unfamiliar to anyone reading this blog, or listening to the Troika Podcast. They've been featured on Troika more than any artist, from <a href="https://hicks.design/troika/troika-1-music-for-stars">in the very first episode</a>, <a href="https://hicks.design/troika/troika-31-dusk">#31</a> and <a href="https://hicks.design/troika/troika-45-brian-mcbride">#45</a> which was a tribute to Brian McBride who had just passed away. They created the <a href="https://hicks.design/journal/hicks-design-best-15-albums">#1 and #4 albums in my top 15 of all time</a>.</p>
<p>It all started with a <a href="https://hicks.design/journal/stars-of-the-lid-live">blog post</a> where I'd gathered a list of Stars of the Lid (shortened as SOTL) live recordings I'd found online. Just a few weeks later, one of SOTL's team got in touch, and mooted the idea of making it into a website, <a href="https://starsofthelidforever.com/">Stars of the Lid Forever</a>, to archive all these bootlegged shows, and more that have come to light. It's an unofficial project, but surviving SOTL member Adam Wiltzie gave it his blessing, and provided the domain name and hosting, along with extra video footage. I starting building the site directly in <a href="https://getkirby.com/">Kirby</a>, working out features as I went, not worrying about the site design until much later in the process. All I knew was that it needed to use Futura, the iconic typeface used on SOTL's album covers.</p>
<p>Collaborating with SOTL's team, we assembled all the recordings we could find - eighteen in all. The process for each show involved:</p>
<ul>
<li>Listening to the recordings and identifying the separate tracks. The majority of the provided set lists would either be missing or mislabeled, or supplied as a single audio file. As we wanted the ability to play individual tracks (and also relate this data to the albums they came from), this is where I found <a href="https://rogueamoeba.com/fission/">Fission app</a> to be really useful. Seeing the waveforms made it easier to see the subtle changes in song, and split the audio into separate tracks. </li>
<li>Researching any photos of the event and writing to ask permission to use them (I'm still waiting for any of them to reply!)</li>
<li>Creating the cover art and adding meta tags in <a href="https://www.nightbirdsevolve.com/meta/">Meta</a> app. As SOTL sometimes played unreleased music, or changed arrangements in the live version, I've labelled some as 'unknown', and hopefully the community will help identify these!</li>
<li>Making an optimised MP3 version for streaming on the website (the original WAV files can be downloaded too)</li>
<li>Finally, posting to the Kirby backend, relating each audio file with the correct song in database of all SOTL's discography that I'd set up. This allowed me to generate a list of all the shows where a particular song was played, and show what album/track number to find the original.</li>
</ul>
<p>The hope is that more recordings will come to light. If you're hanging on to any material from a live show - audio, photos, video or posters, <a href="mailto:&#106;&#x6f;&#x6e;&#64;&#x68;&#105;&#99;&#x6b;&#x73;&#x2e;&#100;&#x65;&#x73;&#105;&#103;&#110;">please let me know</a>! </p>
<p>One of the show recordings I was researching images for was the <a href="https://starsofthelidforever.com/shows/staerkel-planetarium-champaign-usa">Staerkal Planetarium in 2008</a>. I couldn't find anything online, with the exception of a very small and low-res poster for the show. There was no credit, so no way of tracking down a higher-res version. In some spooky cosmic alignment, I had an email from <a href="https://waxera.com/">Matt Flowers</a> the following week, who (without knowing anything of my research) happened to mention that he designed the poster! </p>
<figure><img alt="An illustration of a silhouetted scooter rider against a muted orange background." decoding="async" height="4954" src="https://hicks.design/media/pages/journal/stars-of-the-lid-forever/cc6ce0f60f-1763574203/poster.webp" width="3206"><figcaption>Matt Flowers' poster for the concert at the Staerkal Planetarium in Illinois.</figcaption></figure>
<p>As we got near launch, video footage of the 2016 European tour emerged from director <a href="https://www.andrewtelling.tv/">Andrew Telling</a>. After months of cobbling together every scrap of low quality imagery I could find on the web, to suddenly be presented with such high quality video was, <em>highly emotional</em>. Particularly the scenes of the show at The Barbican, the last time I saw SOTL live, bought me to tears. You can watch this on the <a href="https://starsofthelidforever.com/tour-diary">Tour Diary</a> section of the site. There are more shows to be posted, in the short few hours since the site launched, eight more show recordings have come to light!</p>
<p>To celebrate the launch of the <a href="https://starsofthelidforever.com/">Stars of the Lid Forever</a> project, I've chosen my three favourite performances from different shows for the <a href="https://hicks.design/troika/troika-57-stars-of-the-lid">latest episode of Troika</a>.</p>]]></description>
          </item>
        <item>
      <title>Ambient Witney Night 3: Bypass//Engage</title>
      <link>https://hicks.design/journal/ambient-witney-night-3-bypass-engage</link>
      <guid>https://hicks.design/journal/ambient-witney-night-3-bypass-engage</guid>
      <pubDate>Sat, 27 Sep 2025 15:10:00 +0000</pubDate>
      <description><![CDATA[<p><a href="https://www.fatlils.co.uk/">Fat Lil&#039;s</a> in Witney is hosting another night of live ambient and experimental music, sponsored by Chase Bliss, on 16th November 2025. This time it's a free event!</p>
<p>Kicking off at 7:30pm will be Nine Is The Level, a <a href="https://hicks.design/work/traces-ep-cover">name that should be familiar to anyone who reads this blog</a>. Next will be <a href="https://www.youtube.com/@nickreesyt/videos">Nick Rees</a>, and headlining is <a href="https://waysideandwoodlandrecordings.bandcamp.com/album/revisitations">The Balloonist</a>, otherwise known as Ben Holton (of <a href="http://epic45.com/">Epic45</a>, <a href="https://waysideandwoodlandrecordings.bandcamp.com/album/revisitations">My Autumn Empire</a>, <a href="https://waysideandwoodlandrecordings.bandcamp.com/album/coastal-study-1">Birds in the Brickwork</a>, and <a href="https://waysideandwoodlandrecordings.bandcamp.com/album/flowers-made-of-light">Ben Holton</a>). Very excited about these acts coming to our little market town! (OK, Nine is the Level lives next door to me)</p>
<figure><img alt="An abstract image in black on bright yellow, the main shape is like a CD or vinyl record, a circle with a small central cut out. The patterns of glitching pixels are around the edge, and the title of the evening - Bypass//Engage" decoding="async" height="2000" src="https://hicks.design/media/pages/journal/ambient-witney-night-3-bypass-engage/3da3b775e1-1760038151/bypass-engage-3-poster.webp" width="1414"></figure>
<p>I was chuffed to be asked to design the poster again, which retains the same circular motif used in the <a href="https://hicks.design/journal/ambient-witney-bypass-engage-2">previous posters</a>, but this time, the artwork is completely vector. </p>
<p>My favourite iPad apps are <a href="https://www.adobe.com/products/capture.html">Adobe Capture</a> and <a href="https://www.adobe.com/uk/products/fresco.html">Adobe Fresco</a> (a free Adobe app!), and these two make up my vector drawing workflow. <em>Capture</em> lets you import photos and convert them into vectors with variable amounts of contrast. This is great for creating textures, and I'm always on the look out for textures and patterns that would be useful.</p>
<p>In this case, I'd taken photos of a broken LCD TV. Something had collided with the screen, rendering it useless for watching telly, but causing it to visually glitch in a really interesting way. </p>
<div class="grid cols xlarge full">
<figure><img alt="An LCD TV with two impact points, cracks spreading out from them, and glitching pixels" decoding="async" height="1200" src="https://hicks.design/media/pages/journal/ambient-witney-night-3-bypass-engage/e79407830b-1759176624/img_5155.webp" width="1600"></figure>
<figure><img alt="A close up of an LCD TV with cracks and glitching pixels" decoding="async" height="1200" src="https://hicks.design/media/pages/journal/ambient-witney-night-3-bypass-engage/8225d12278-1759176651/img_5161.webp" width="1600"></figure>
<figure><img alt="A close up of an LCD TV with cracks and glitching pixels" decoding="async" height="1200" src="https://hicks.design/media/pages/journal/ambient-witney-night-3-bypass-engage/b7f5e0275d-1760039192/img_5159.webp" width="1600"></figure>
<figure><img alt="A close up of an LCD TV with cracks and glitching pixels" decoding="async" height="1200" src="https://hicks.design/media/pages/journal/ambient-witney-night-3-bypass-engage/b1834cda66-1759176701/img_5158.webp" width="1600"></figure>
<figure><img alt="A close up of an LCD TV with cracks and glitching pixels" decoding="async" height="1200" src="https://hicks.design/media/pages/journal/ambient-witney-night-3-bypass-engage/69bc25e7e3-1759176721/img_5165.webp" width="1600"></figure>
</div>
<p>These were imported to Adobe Capture, in some cases several times, as you can use the slider to adjust the amount of tracing for different results:</p>
<div class="grid cols xlarge full">
<figure><img alt="A black and white vector version of the cracked TV screen" decoding="async" height="1200" src="https://hicks.design/media/pages/journal/ambient-witney-night-3-bypass-engage/18d4e50e7f-1759178185/img_1008.webp" width="1600"><figcaption>Darkest setting</figcaption></figure>
<figure><img alt="A black and white vector version of the cracked TV screen" decoding="async" height="1200" src="https://hicks.design/media/pages/journal/ambient-witney-night-3-bypass-engage/5376fa2cb8-1759178216/img_1007.webp" width="1600"><figcaption>Mid-Darkness setting</figcaption></figure>
<figure><img alt="A black and white vector version of the cracked TV screen" decoding="async" height="1200" src="https://hicks.design/media/pages/journal/ambient-witney-night-3-bypass-engage/44170806ef-1759178237/img_1009.webp" width="1600"><figcaption>Lightest setting</figcaption></figure>
</div>
<p>One photo, three variations of textures. These vector images can then be used in <em>Fresco</em>, by applying them as a colour fill or as a mask. Obviously, they don't have to be used straight, they can be edited, combined and transformed as much as you like. I just love working like this, being able to make compositions without worrying about resolution, or starting with too small a document size. It's a shame that there's no equivalent to Fresco on MacOS.</p>
<figure><img alt="An abstract image in black on bright yellow, the main shape is like a CD or vinyl record, a circle with a small central cut out. The patterns of glitching pixels are around the edge, and the title of the evening - Bypass//Engage" decoding="async" height="1200" src="https://hicks.design/media/pages/journal/ambient-witney-night-3-bypass-engage/e6c8fee905-1760039795/bypass-engage-3-poster-thumb.webp" width="1200"></figure>]]></description>
          </item>
        <item>
      <title>Going back home</title>
      <link>https://hicks.design/journal/going-back-home</link>
      <guid>https://hicks.design/journal/going-back-home</guid>
      <pubDate>Thu, 25 Sep 2025 10:40:00 +0000</pubDate>
      <description><![CDATA[<p>For the last twenty years (bar a four month absence during COVID lockdown) I’ve worked from a ‘proper’ office, renting with other freelancers. Despite living in the least “co-worky” area, I’ve always found like-minded folks to work and share rental costs with. It's made working life fun, created separation between work and home, and given me a daily journey (either walking or cycling), that allows my brain to switch between the two.</p>
<p>It started in <a href="https://hicks.design/journal/looking-for-deskoffice-space-in-oxfordshire">2005, when I put out a post looking for somewhere to rent</a>, and found it, renting a desk with <a href="https://mccdesign.com">MCC Design</a>. I was there until 2007, when <a href="https://johnoxtonking.co.uk">John Oxton King</a> and <a href="https://simonclayson.co.uk">Simon Clayson</a> at <a href="https://rissingtonpodcast.co.uk">Rissington</a> in Gloucestershire and then Webble Mill in Burford in 2009. It was then all change, moving back to Witney at No73 with <a href="https://supereightstudio.com">Matt</a>, <a href="https://blucube.net">Ed</a> and then in 2017 to Wenrisc House where <a href="https://jolt.studio">Wes</a> joined us. The last 3 years were spent in <a href="https://hexagonbusinesscentres.co.uk/the-hub">Elmfield House</a> with Wes and <a href="https://royletron.dev">Darren</a>.</p>
<p>That’s twenty years of finding office spaces (most in our area are dreadful unless you can afford one of the many swanky barn conversions) and finding suitable people to share with. For the latter we had a test, where we made them watch a Peter Serafinowicz sketch called <a href="https://www.youtube.com/watch?v=zSG2pD-2O2g">Markets of Britain</a> - if they laughed, we knew we'd get along fine!</p>
<p>I feel incredibly privileged to have been able to do this, but as Wes and Darren have decided to work from home now, I begrudgingly accept it's time do the same. Sure, I'll be saving some money, but sharing an office with fun folks has always been the ideal scenario for me. <a href="https://onefooter.show/episode-018">We talk about this on the One Footer podcast</a>, where I get tips from my co-hosts about how to not go mad.</p>]]></description>
          </item>
        <item>
      <title>Longplay</title>
      <link>https://hicks.design/journal/longplay</link>
      <guid>https://hicks.design/journal/longplay</guid>
      <pubDate>Tue, 29 Jul 2025 08:40:00 +0000</pubDate>
      <description><![CDATA[<blockquote>
<p>Know what song comes next before it plays? Can you name albums by their covers alone? </p>
</blockquote>
<p>Yes! </p>
<p>In my search for the <a href="https://hicks.design/journal/my-perfect-music-app-doesnt-exist">&quot;perfect&quot; music app</a>, Adrian Schönig's <a href="https://longplay.rocks/">Longplay</a> is the closest match I've found yet. The MacOS app has been out of beta for a couple of weeks now, and I've been enjoying it, <strong><em>a lot!</em></strong></p>
<p>Longplay is a companion app to an Apple Music subscription, where the album cover art <em>is</em> the UI. No lists of tracks, in fact very few words at all, just a wall of album covers. It takes a unique direction on sorting, where your library can be <em>ordered</em> and <em>sized</em> by concepts such as 'Brightness' (of the album artwork),  'Addiction' (time spent listening) and 'Negligence' (time since your last listen). Albums are the focus, but all your Apple Music Playlists are here too. </p>
<figure class="full"><img alt="" decoding="async" height="1738" src="https://hicks.design/media/pages/journal/longplay/61d9118f9c-1754252326/macos.webp" width="2562"></figure>
<p>This approach of elevating the cover art, combined with another vital-to-me feature, is what seals the deal for me: I can play music on my Mac, iPhone or iPad, and <em>be confident that it will scrobble consistently</em>.  That’s genuinely <em>huge</em> for me, and mentally such a weight off my mind. Again, I wish I wasn't that person, but here we are. There are a few other <a href="https://developer.apple.com/musickit/">MusicKit</a> based-apps out there that have last.fm integration, but they either don't have a MacOS version, or a UI I want to use. Longplay has both.</p>
<p>There are lots of other reasons too:</p>
<ul>
<li>It supports album collections (another of my wishlist wants), which are synced between Mac/iPhone/iPad.</li>
<li>iOS and iPadOS get widgets a plenty! I have a page on my iPhone home screen dedicated to  Longplay, with a large Album Wall widget at the top, and a smaller Now Playing one below. (Longplay is also on my dock, see below).</li>
<li>The Mac version features a 'mini player' window that’s themed on the cover art, as well as the ability to play local files. The latter is an <a href="https://longplay.rocks/guide/macos/#advanced">in-development feature</a> at the moment, so the preference has to enabled via terminal. As long as the files aren't WAV or FLAC, I find this works well.</li>
<li>It can be controlled with Shortcut actions, and on a Mac via applescript and an MCP server, allowing you to use LLM's like Claude to interact with it. My feelings on AI are mostly (vehemently) negative, but here's an example of how it provides a plain language input method to achieve complex tasks. I've played with this feature a bit, but haven't found a good use case for my own listening yet. </li>
<li>And unlike Apple Music, Longplay is not laggy. Using the search field filters albums instantly. </li>
</ul>
<div class="flex full cols">
<figure class="iphone"><img alt="A screenshot from an iPhone showing a large home screen widget showing a 6x6 grid of album covers. A smaller widget below show the current playing album is The Undivided Five by A Winged Victory for the Sullen." decoding="async" height="2532" src="https://hicks.design/media/pages/journal/longplay/86aafa1947-1754250318/img_7254.webp" width="1170"><figcaption>Longplay iOS widgets</figcaption></figure>
<figure class="iphone"><img alt="" decoding="async" height="2532" src="https://hicks.design/media/pages/journal/longplay/daa5e84bb4-1754252566/library.webp" width="1170"><figcaption>Longplay library on iOS</figcaption></figure>
</div>
<p>It's not a place to get recommendations and explore new music (that's what Apple Music's for), but it <em>can</em> be a place to rediscover music. Viewing by 'Negligence' allows you to surface those long forgotten and barely played areas of your library.  Rediscover gems you once felt worthy. I can also play a random album, or shuffle albums, to the same effect, and I've rediscovered many albums this way. </p>
<p>I’d love to be able to do everything in Longplay, in particular, add new albums from the Apple Music library without having to open the Apple Music app. However as far as I'm aware, this is a MusicKit limitation, and it doesn't feel like Apple will be in any hurry to change it. Another limitation from Apple, this time in the form of a bug, is with Airplay. You can't currently send DRM music to speakers from within the app, so you either have to use the system-level airplay (thereby playing every other sound on your Mac through your speakers) or use something like <a href="https://rogueamoeba.com/airfoil/mac/">Airfoil</a>.</p>
<p>For future versions, I have a few things on my wishlist:</p>
<ul>
<li>A MacOS menu bar controller, showing the current track with a toggle to play/pause would be fantastic. </li>
<li>Ordering albums by release date. Currently, ordering by 'release' organises alphabetically by year.</li>
<li>Part of my experience of listening to a physical album is in reading the liner notes, and I'd love a future version of Longplay to be able to display these, much like how <a href="https://nowplaying.page">NowPlaying app</a> does.</li>
</ul>
<p>This isn't Adrian's full time job, but development is very much active. Kudos to him for subverting the usual music player approach, and creating such a unique app!</p>]]></description>
          </item>
        <item>
      <title>Stars of the Lid Live</title>
      <link>https://hicks.design/journal/stars-of-the-lid-live</link>
      <guid>https://hicks.design/journal/stars-of-the-lid-live</guid>
      <pubDate>Mon, 28 Jul 2025 09:05:00 +0000</pubDate>
      <description><![CDATA[<p>With the remaster of <a href="https://starsofthelid.bandcamp.com/album/music-for-nitrous-oxide-30-year-anniversary-remastered-2">Stars of the Lid</a>'s debut album <em><a href="https://tidal.com/browse/album/428833193?u">Music for Nitrous Oxide</a></em> being released, they're a band that's been on my mind a lot recently. It was quite an experience to see them live and their drone/ambient/new-classical music takes on another level when performed in a church against <a href="https://lukesavisky.com">Luke Savisky&#039;s stunning projected visuals</a>. I only got to see them play live twice, the last time was at The Barbican in October 2016. </p>
<figure><img alt="A dark church interior, where the performers are silhouetted against colourful geometric project visuals" decoding="async" height="1458" src="https://hicks.design/media/pages/journal/stars-of-the-lid-live/ecdde9d13a-1753739615/img_8360.webp" width="2592"><figcaption>Stars of the Lid at St John-at-Hackney, December 2012</figcaption></figure>
<p>Needing to try and relive those times, I stumbled across a recording of a performance at The Boiler room in New York in 2015. The video of that concert is below, which is also <a href="https://soundcloud.com/platform/stars-of-the-lid">available as audio on Soundcloud</a>.</p>
<iframe class="full video" width="560" height="315" src="https://www.youtube.com/embed/15wX9ftFAOI?si=EkD75BjLbB86P63E" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
<p>The setlist mentions 'Generous Abandon', an unfamiliar track that as far as I know, has never been released. Their last album, <em><a href="https://tidal.com/browse/album/18056811?u">And their Refinement of the Decline</a></em> came out in 2007, and while they've teased that new music was in progress, as well as a <a href="https://hicks.design/journal/stars-of-the-lid-feature-film">feature film</a>, none of that came to be. When Brian McBride died in 2023, the chance of hearing any of that unreleased material seemed to become even more remote. </p>
<p>When trying to find out more about 'Generous Abandon' I stumbled on the rich seam of SOTL live recordings on the Internet Archive, in particular a <a href="https://archive.org/details/stars-of-the-lid-2013-12-17-new-york-ny">recording from 2013 at the Our Lady of Perpetual Help Church</a> in New York with the <a href="https://www.wordlessmusic.org/">Wordless Music Orchestra</a>. Not only did they play 'Generous Abandon', but three other tracks as well: 'E7', 'Deg Fag' and 'Dutch Girls'. Incidentally, I've since discovered another unreleased SOTL track that emerged years later, recorded by just Adam Wiltzie, called <a href="https://music.apple.com/gb/album/how-to-disappear-inside-a-thirty-piece-orchestra/1534220666?i=1534220675">How to Disappear Inside a Thirty Piece Orchestra</a>).</p>
<p>Here are all concerts I found:</p>
<ul>
<li><a href="https://archive.org/details/SOTL_1997-10-31">1997 at the Garage in London</a>, and <a href="https://archive.org/details/SOTL_1997-10-30">Manchester</a> - supporting Labradford</li>
<li><a href="https://archive.org/details/SOTL_1999-07-01">1999 Millvale Industrial Theater, Pittsburgh</a> - Featuring an early version of 'Broken Harbors' from The Tired Sounds of Stars of the Lid.</li>
<li><a href="https://archive.org/details/SOTL_2007-11-25">2007 at Urbis in Manchester</a></li>
<li><a href="https://archive.org/details/SOTL_2008-04-14">2008 at the Echoplex, Los Angeles</a> - This recording features two cover versions: 'Fratres' by Arvo Pärt and 'Syriana Suite' by Alexandre Desplat (from the film Syriana)</li>
<li><a href="https://archive.org/details/SOTL_2008-05-25">2008 at Holy Trinity Church in  Leeds</a></li>
<li><a href="https://archive.org/details/SOTL_2008-04-22">2008 at the Staerkel Planetarium, Champaign, Illinois</a> - What an amazing venue choice, I would've loved to been at that one!</li>
<li><a href="https://archive.org/details/stars-of-the-lid-2013-12-17-new-york-ny">2013 at the Our Lady of Perpetual Help Church in New York</a></li>
<li><a href="https://soundcloud.com/platform/stars-of-the-lid">2015 at the Boiler Room in New York</a></li>
</ul>]]></description>
          </item>
        <item>
      <title>V&#38;A East Storehouse</title>
      <link>https://hicks.design/journal/va-east-storehouse</link>
      <guid>https://hicks.design/journal/va-east-storehouse</guid>
      <pubDate>Mon, 21 Jul 2025 13:10:00 +0000</pubDate>
      <description><![CDATA[<p>I finally made it to the <a href="https://www.google.com/search?client=safari&amp;rls=en&amp;q=V%26A+east&amp;ie=UTF-8&amp;oe=UTF-8">V&amp;A East Storehouse</a> this weekend, to see <a href="https://hicks.design/work/victoria-and-albert-museum-icon-system">my icons</a> in use. Anyone who was there on Saturday will have seen a rather emotional middle aged man taking more photos of wayfinding than exhibits. The lighting was quite dark, but with a bit of fiddling these do an OK job of documenting how the icons are being used.</p>
<p>When the actual V&amp;A East Museum opens next year there'll be even more on show, but such a thrill to see these in real life.</p>]]></description>
          </item>
        <item>
      <title>New Music Friday: Greet Death</title>
      <link>https://hicks.design/journal/new-music-friday-greet-death</link>
      <guid>https://hicks.design/journal/new-music-friday-greet-death</guid>
      <pubDate>Fri, 27 Jun 2025 10:30:00 +0000</pubDate>
      <description><![CDATA[<p>Today brings a long-awaited new album by <a href="https://www.greetdeath.net/">Greet Death</a> and BC Camplight. I also want to highlight a couple of recent-ish releases I've had on heavy rotation:</p>
<ol>
<li>
<figure><a href="https://song.link/i/1804151135"><img alt="An illustration of a boy and girl kneeling and praying, facing each other on blue grass Their hands are connected by an odd tar-like substance, which is also dripping from their eyes and ears." decoding="async" height="1200" src="https://hicks.design/media/pages/journal/new-music-friday-greet-death/bf9b7c5883-1751021829/a1224602349_10.jpg" width="1200"></a></figure>
<p><strong><a href="https://song.link/i/1804151135">Die in Love</a></strong> <em>by</em> <strong>Greet Death</strong><br />
<em>New Hell</em> was my favourite album of 2019, and with only EPs in between to keep my going, it's been a long wait. I won't try and describe their sound, but please give it a listen!</p>
</li>
<li>
<figure><a href="https://album.link/gb/i/1801973780"><img alt="" decoding="async" height="1200" src="https://hicks.design/media/pages/journal/new-music-friday-greet-death/71216fe15f-1751022679/bc.jpg" width="1200"></a></figure>
<p><strong><a href="https://album.link/gb/i/1801973780">A Sober Conversation</a></strong> <em>by</em> <strong>BC Camplight</strong><br />
Always up for new BC Camplight album. His lyrics are often brimming with dark humour, bringing a light touch to heavy subjects.</p>
</li>
<li>
<figure><a href="https://album.link/gb/i/1798239506"><img alt="A series of black and white half tone images of a lady's lips with other abstract imagery" decoding="async" height="1200" src="https://hicks.design/media/pages/journal/new-music-friday-greet-death/dc533776e0-1751021829/swalllow.webp" width="1200"></a></figure>
<p><strong><a href="https://album.link/gb/i/1798239506">Swallow</a></strong> <em>by</em> <strong>Steve Queralt</strong><br />
RIDE's bassist releases a surprise hot contender for my favourite album of the year. It has it's roots in shoegaze, but expands beyond that, sounding like a film soundtrack.</p>
</li>
<li>
<figure><a href="https://album.link/gb/i/1797156533"><img alt="A bluish coloured x-ray image of a tree branch with leaves" decoding="async" height="3000" src="https://hicks.design/media/pages/journal/new-music-friday-greet-death/bd3de1c013-1751021829/MattBerninger_Cover.webp" width="3000"></a></figure>
<p><strong><a href="https://album.link/gb/i/1797156533">Get Sunk</a></strong> <em>by</em> <strong>Matt Berninger</strong><br />
Tired of his 'Sad Professor' persona, The National frontman goes a bit more upbeat. Tracks like 'Bonnet of Pins' really get's it's claws in me.</p>
</li>
</ol>]]></description>
          </item>
        <item>
      <title>Well Dressing</title>
      <link>https://hicks.design/journal/well-dressing</link>
      <guid>https://hicks.design/journal/well-dressing</guid>
      <pubDate>Mon, 16 Jun 2025 14:00:00 +0000</pubDate>
      <description><![CDATA[<p>Every year, the Hicks Brothers get together for a few days of walking, cycling, eating and drinking. It means we all get to hang out for more than just weddings and funerals! In 2024 we went to the <a href="https://hicks.design/journal/ministry-of-transport-signage">Lake District</a>, and this year we chose the Peak District, and the bucolic village of <a href="https://visitpeakdistrict.com/towns-villages/ashford-in-the-water">Ashford-in-the-Water</a> in particular. </p>
<p>On the first day in the village we came across a sign outside the village hall, telling us "Well Dressing  - in progress. Please come in". We'd vaguely heard the term before, but went it to find out what it means, and were so glad we did.</p>
<div class="full flex cols-large">
<figure><img alt="A man in his late fifties points to a chalkboard sign saying 'Well dressing in progress, please come in'. He pouts in a comedy style" decoding="async" height="1500" src="https://hicks.design/media/pages/journal/well-dressing/35f9d15b44-1750081804/img_6502.webp" width="2000"><figcaption>Big brother helpfully points out where the sign is</figcaption></figure>
<figure><img alt="The porch and doorway of a classic 1930s English village hall, with union jack flag and bunting" decoding="async" height="1500" src="https://hicks.design/media/pages/journal/well-dressing/d9fb0e0f97-1750081804/img_6503.webp" width="2000"><figcaption>Ashford-in-the-Water village hall</figcaption></figure>
</div>
<p>It's a <a href="https://welldressing.com/extra.php">Derbyshire folk tradition</a> of dressing up wells with clay panels, decorated using only natural materials. It dates back to a pagan custom of "making sacrifice to the gods of wells and springs to ensure a continued supply of fresh water". It was later adopted by the Church as a way of giving thanks to God for the gift of water. </p>
<figure><img alt="Wooden board, weighed down by rocks in clear and shallow river water" decoding="async" height="1500" src="https://hicks.design/media/pages/journal/well-dressing/93f6233a47-1750081804/IMG_6573.webp" width="2000"><figcaption>Well dressing boards soaking in the River Bradford at Youlgreave.</figcaption></figure>
<p>Wooden boards are put into the river a fortnight before Trinity Sunday, to soak up as much water as possible, and are taken out a week later to be filled with clay (known as "puddling"). A design is transferred onto it by pricking through  a paper design with cocktail sticks onto the clay. This outline is marked with wool or other natural materials such as peppercorns, melon seeds, maize etc. The "dressing" involves firstly inserting dried materials into the clay, followed by long-lasting leaves and stems, and then 'petalling' can begin. </p>
<div class="full flex cols-large">
<figure><img alt="Two men placing peppercorns into a clay panel, the outline of aliens and 'the claw' has been added in wool." decoding="async" height="1875" src="https://hicks.design/media/pages/journal/well-dressing/098f253e72-1750081804/IMG_6500.webp" width="2500"><figcaption>The bruvs have a go - pushing peppercorns into the clay into the top of the Toy Story panels</figcaption></figure>
<figure><img alt="" decoding="async" height="1500" src="https://hicks.design/media/pages/journal/well-dressing/894d9187b8-1750081804/IMG_6623.webp" width="2000"><figcaption>A nearly finished panel, using gold leaf!</figcaption></figure>
</div>
<p>Flowers go in petal by petal, overlapping in a method resembling slating a roof, helping to shed any rain. The "Heavy Gang" of strong men with tractors then take the dressed boards to each well very early on the Saturday morning where they can be briefly enjoyed by visitors for a week. That's a lot of work for just seven days!</p>
<p>There were several themes being worked on this year - from the 40th anniversary of Toy Story to Jane Austen, via Peanuts and The Jungle Book. Sadly we had to leave Ashford-in-the-Water before we could see the panels completed, but I've found <a href="https://www.facebook.com/visitpeakdistrict/posts/pfbid0v1xY7pup5MAs9uimWDy1JaJfCNzoc1SGoQAFgxAtj6h5yatgqFks7pKxib3kqFcrl">photos on Facebook of the finished panels in situ</a>. The parish church website has <a href="https://ashfordparishchurch.com/well-dressing-2/">photos of last years panels</a>.</p>]]></description>
          </item>
        <item>
      <title>Sleep Paralysis</title>
      <link>https://hicks.design/journal/sleep-paralysis</link>
      <guid>https://hicks.design/journal/sleep-paralysis</guid>
      <pubDate>Sat, 14 Jun 2025 09:15:00 +0000</pubDate>
      <description><![CDATA[<p>I woke up in the bedroom of the Airbnb, to a malevolent presence holding me tightly down to the bed. I couldn't move any of limbs at all, such was the force at which it held me down. I tried to shout at it, but couldn't speak. All I could manage was a kind of muffled grunt, in a vain attempt to fight back or call for help. Eventually the presence stopped, and I could move my body again. The room was empty and still.</p>
<p>I'd just had my third ever experience of <a href="https://www.nhs.uk/conditions/sleep-paralysis/#:~:text=Sleep%20paralysis%20happens%20when%20you,insomnia">Sleep Paralysis</a>, and probably the worst one so far. It's a state where the brain is active, but the body is still in REM sleep, so you can’t move or speak. I've heard it described as the body's safety mechanism, preventing you from injuring yourself. A bizarre but very common side effect is a hallucination of an intruder in your room, and that's been my experience every time. </p>
<p>People have reported <em>seeing</em> figures in the room with them — it's often been the scientific explanation for paranormal experiences.  If I wasn’t wearing a sleep mask, would I have had <em>visual</em> hallucinations too? Considering that often people have <a href="https://www.boredpanda.com/drawings-inspired-by-sleep-paralysis-hallucinations/">described what they&#039;ve seen as demonic</a>, I had a lucky escape.</p>]]></description>
          </item>
        <item>
      <title>New Music Friday: Hayden Pedigo, Turnstile &#38; Pulp</title>
      <link>https://hicks.design/journal/new-music-friday-hayden-pedigo-turnstile-pulp</link>
      <guid>https://hicks.design/journal/new-music-friday-hayden-pedigo-turnstile-pulp</guid>
      <pubDate>Fri, 06 Jun 2025 11:25:00 +0000</pubDate>
      <description><![CDATA[<p>Today brings three, very different, new albums that I've been eagerly anticipating </p>
<ol>
<li>
<figure><a href="https://tidal.com/browse/album/415822742?u"><img alt="" decoding="async" height="640" src="https://hicks.design/media/pages/journal/new-music-friday-hayden-pedigo-turnstile-pulp/fb1bfbd18c-1749215417/hayden.jpg" width="640"></a></figure>
<p><strong><a href="https://tidal.com/browse/album/415822742?u">I&#039;ll be waving as you drive away</a></strong> <em>by</em> <strong>Hayden Pedigo </strong><br />
As mentioned in the latest episode of Troika. If you purchase the album (rather than stream) you get a great bonus 'credits' track.</p>
</li>
<li>
<figure><a href="https://tidal.com/browse/album/436129685?u"><img alt="" decoding="async" height="640" src="https://hicks.design/media/pages/journal/new-music-friday-hayden-pedigo-turnstile-pulp/83a5e49dde-1749215417/pulp.jpg" width="640"></a></figure>
<p><strong><a href="https://tidal.com/browse/album/436129685?u">More</a></strong> <em>by</em> <strong>Pulp</strong><br />
A triumphant return after 24 years away. The song-writing is as fresh and invigorating as ever.</p>
</li>
<li>
<figure><a href="https://tidal.com/browse/album/440155726?u"><img alt="" decoding="async" height="640" src="https://hicks.design/media/pages/journal/new-music-friday-hayden-pedigo-turnstile-pulp/41d48f7fc5-1749215417/turnstile.jpg" width="640"></a></figure>
<p><strong><a href="https://tidal.com/browse/album/440155726?u">NEVER ENOUGH</a></strong> <em>by</em> <strong>Turnstile</strong><br />
Post-hardcore outfit Turnstile embrace electronics and even, dare I say, pop?</p>
</li>
</ol>]]></description>
          </item>
        <item>
      <title>Spicetify</title>
      <link>https://hicks.design/journal/spicetify</link>
      <guid>https://hicks.design/journal/spicetify</guid>
      <pubDate>Thu, 05 Jun 2025 18:15:00 +0000</pubDate>
      <description><![CDATA[<p><a href="https://hicks.design/journal/my-perfect-music-app-doesnt-exist">Apple Music is giving me jip</a> at the moment, beachballing and freezing, so I'm giving Spotify another spin for a while. I'll be switching back soon I'm sure, but for now, I've immediately come up against the need to tame the UI chaos.</p>
<p>Customising the <a href="https://open.spotify.com/">Spotify web player</a> is one option - if you know a bit of CSS you can bend things to your will to an extent. The drawback for me is the web player can't detect Spotify Connect speakers like my Sonos, only the desktop app can do that. Fortunately, I came across <a href="https://spicetify.app/">Spicetify</a>, a command line app that customises Spotify Desktop. This can inject user.css, as well as make other tweaks via javascript. If you want a keyboard shortcut to immediately jump to 'the drop', you can do that.</p>
<p>To replace the new Spotify brand font, I've used one of my favourite typefaces, <a href="https://klim.co.nz/retail-fonts/soehne/">S&ouml;hne</a> by Klim Type Foundry. You can even download demo fonts which you can use locally. I'm surprised at how much of a difference it makes to me, it's just so much more refined, calmer. While large UI scale changes aren't worth the effort, I can hide ‘Podcasts' and 'Audiobooks’ from the top of the sidebar so that I can see ‘Albums' and 'Artists' without having to do that weird horizontal scrolly thing. </p>
<p>My Spicetify user.css, <em>such as it is</em>, is as follows:</p>
<pre><code>/* Change the UI font */
:root {
    --encore-title-font-stack: "Söhne", "Test Söhne", "Aktiv Grotesk", system-ui, sans-serif !important;
    --encore-body-font-stack: "Söhne", "Test Söhne", "Aktiv Grotesk", system-ui, sans-serif !important;
}       

/* Make main headings not _quite_ so heavy */
.encore-text-headline-large {
        font-weight: 700 !important;
}

/* Hide Elements */

/* Podcasts in sidebar menu */
.J4qD2RoZgGLbOdpfs63w button:nth-of-type(2),

/* Audiobooks in sidebar menu */
.J4qD2RoZgGLbOdpfs63w button:nth-of-type(3) {
    display: none !important;
}</code></pre>
<p>Obviously, with each release there's a chance that the markup will change, so there'll always be a bit of cat and mouse. If you want to use your front end skills to do a bit of UI hackery, I highly recommend <a href="https://spicetify.app/docs/advanced-usage/command-line-interface">enabling devtools</a> to enable you to inspect the markup.</p>
<p><strong>Update 23rd June:</strong> Scrub that, <a href="https://techcrunch.com/2025/06/16/spotifys-daniel-ek-just-bet-bigger-on-helsing-europes-defense-tech-darling/">Fuck Spotify</a>. Every time I start to think about using it again, Ek gives more reasons not to.</p>]]></description>
          </item>
        <item>
      <title>Troika #56: Ambient Country</title>
      <link>https://hicks.design/troika/troika-56-ambient-country</link>
      <guid>https://hicks.design/troika/troika-56-ambient-country</guid>
      <pubDate>Mon, 26 May 2025 12:00:00 +0000</pubDate>
      <description><![CDATA[<p>Greetings peoples of the internets! Back in <a href="https://hicks.design/troika/troika-48-ambient-americana">Troika #48</a>, I was banging on about a genre that I had called ‘Ambient Americana’, and I’ve since discovered that there is an established name for it. ‘Ambient Country’ does makes more sense, and it encompasses a wide range between those two sides. This time around I’m going to focus more on the Country side of that spectrum with a double episode! This will also feature all the 'other' artists I mentioned in that previous episode:</p>
<ol>
<li><strong>"Paris, Texas" — Ry Cooder</strong></li>
<li><strong>"Green Arrow" — Yo La Tengo</strong></li>
<li><strong>"With News About Heaven" — William Tyler</strong></li>
<li><strong>"Set My Watch To You" — Jim Wallis</strong></li>
<li><strong>"Carthage" — Hayden Pedigo</strong></li>
<li><strong>"After the Storm" — Yasmin Williams</strong></li>
</ol>
<p>Starting the episode off is Ry Cooder’s iconic theme for Wim Wenders' equally iconic 1984 film Paris, Texas. For me, it's the first record that started this whole genre, a sparse metallic sound that sets the mournful and lonely tone for the film, against a backdrop of Big Bend National Park. This is followed by "Green Arrow" by cult indie band Yo La Tengo, and yes the crickets are all part of the music! Not necessarily thought of as a 'Country' band, neverthless this track from 1997's <em>I Can Hear the Heart Beating as One</em> fits really well into the theme.</p>
<p><a href="https://www.williamtyler.net/">William Tyler</a> was another of the musicians that I mentioned on <a href="https://hicks.design/troika/troika-48-ambient-americana">Troika #48</a> and he's been a member of Lambchop and Silver Jews, but solo since 2010. He's collaborated with Marisa Anderson and Four Tet, and has a new album with Four Tet coming out later this year. His output is more experimental of late, but "With News About Heaven" from 2020's <em>New Vanitas</em> EP has his earlier ambient country leanings.</p>
<p><a href="https://jimwallis.bandcamp.com/album/in-huge-gesturing-loops"><em>In Huge Gesturing Loops</em></a> is an ambient solo album by UK musician Jim Wallis. Built around recordings made by pedal steel player Henry Senior (Danny &amp; The Champions Of The World) that were originally intended for a different kind of album, it became a more atmospheric affair In the vein of Chuck Johnson (<a href="https://hicks.design/troika/troika-48-ambient-americana">see Troika #48</a>).</p>
<p>I’m a huge evangelist for guitarist <a href="https://haydenpedigo.com/">Hayden Pedigo</a> at the moment. A fingerpicker guitarist from Amarillo, Texas, where he also ran for City Council. What started as some <a href="https://www.youtube.com/watch?v=2-dMqrZ1Vvg">surreal YouTube tom-foolery</a>, then became a real campaign, with an accompanying documentary, <a href="https://www.imdb.com/title/tt14030552/">Kid Candidate</a>. It showed not only his sense of humour, but also his genuine love for the ignored parts of the Amarillo community. He has a new album out next month, called <em>I'll Be Waving As You Drive Away</em>, and in this extract taken from last year's<em> Live in Amarillo, Texas</em> he explains why he leaves pauses in his music. This is followed by "Carthage" from <em>Letting Go</em>. I chose Carthage particularly for it's use of birdsong, and is fantastic one to listen to in headphones.</p>
<p>For the final track, I'm turning to northern Virginia's <a href="https://www.yasminwilliamsmusic.com/">Yasmin Williams</a>, who I discovered when I heard "Sunshowers" from Urban Driftwood, an album that was inspired by the Black Lives Matter protests in 2020. I've read that she was inspired to learn guitar by playing Guitar Hero 2, but that's unconfirmed. I play "After the Storm", which closes that album.</p>
<p><a href="https://unsplash.com/photos/green-tree-RIwKjm3TVMU">Cover photo</a> by <a href="https://unsplash.com/@yannallegre">Yann Allegre</a>.</p>]]></description>
          </item>
        <item>
      <title>Troika #55: 10th Anniversary</title>
      <link>https://hicks.design/troika/troika-55-10th-anniversary</link>
      <guid>https://hicks.design/troika/troika-55-10th-anniversary</guid>
      <pubDate>Mon, 03 Mar 2025 09:00:00 +0000</pubDate>
      <description><![CDATA[<p>Hello peoples of the internets, and welcome to the 10th anniversary episode of Troika!</p>
<p>The first episode came out on 3rd March 2015, with the idea that it would be ‘low-key’ and ‘low-friction’. I hoped I’d still be recording episodes in ten years, and while 55 episodes isn’t much for that length of time, I’m very content to still be chugging along doing my little podcast. </p>
<p>It’s important to me that Troika remains a hobby project that I do on my own terms. No outside influence , marketing, analytics, sponsorship or advertising. Not thats ever had anywhere near enough profile to attract such offers, but they would bring pressures as part of their deal that I’d rather not have. </p>
<p>When I set up the RSS feed for the show, I did submit it to Spotify for inclusion, but it was instantly rejected as they detected that there was copyrighted music. No other platform seemed to mind, and I’ve always stated in the post for each episode that I don’t claim any copyright, and encourage people to buy music. My hope is that this can stay under the radar for a while longer! </p>
<p>The lack of analytics means I’ve no idea if many people listen, but occasionally some kind of people drop me an email if they’ve particularly resonated with an episode, or replied on Mastodon or Bluesky when I’ve called for feedback and ideas. Thanks to those people, and thank you for everyone who listens. </p>
<p>Naturally the theme of this episode is ‘ten’, but I did put out a poll on Mastodon with some other ideas. Namely, a ‘best of’ compilation (no idea what that would actually entail!), three ambient tracks like episode one, or my three most hated songs. Songs themed around ten was the clear winner, but I will return to those three hated songs on a future episode. Aphex Twin’s track 10 (from Selected Ambient Works II) didn’t make the cut as it’s quite the mood killer, and yes, some of the links will be a bit TENuous.</p>
<ol>
<li><strong>"Ten Billion People"</strong> — <strong>Explosions in the Sky</strong></li>
<li><strong>"Ten Little Girls"</strong> — <strong>Curve</strong></li>
<li><strong>"Tennessee Tips"</strong> — <strong>Sleigh Bells</strong></li>
<li><strong>"10:37"</strong> — <strong>Beach House</strong></li>
<li><strong>"I Close My Eyes and Count to Ten"</strong> — <strong>Dusty Springfield</strong></li>
<li><strong>"Beyond the Pale"</strong> — <strong>Big Audio Dynamite (From No. 10 Upping St)</strong></li>
<li><strong>"10,000 hours"</strong> — <strong>Spielmann</strong><br />
<a class="icon-bc" href="https://spielmannsongs.bandcamp.com">Spielmann on Bandcamp</a></li>
<li><strong>"Number 10"</strong> — <strong>Interpol</strong></li>
<li><strong>"10,000 Claps"</strong> — <strong>Phantogram</strong></li>
<li><strong>"Continuum 10"</strong> — <strong>Nala Sinephro</strong></li>
</ol>]]></description>
          </item>
        <item>
      <title>The start of the process is blank</title>
      <link>https://hicks.design/journal/the-start-of-the-process-is-blank</link>
      <guid>https://hicks.design/journal/the-start-of-the-process-is-blank</guid>
      <pubDate>Mon, 24 Feb 2025 10:00:00 +0000</pubDate>
      <description><![CDATA[<p class="intro">In the beginning there was nothing</p>
<p>You're probably familiar with <a href="https://brendandawes.com/projects/process">Brendan Dawes&#039; drawing <em>The Process</em></a>, a succinct, sketched representation of the creative process. It resonates with a lot of people, and I'm definitely of the 'keep refining until I'm happy with it' frame of mind.  </p>
<p>I'm in danger of taking it too literally, but I keep feeling there is one important step that's missing. It's the fact that when you start, you start with <em>nothing</em>. A blank piece of paper, a blank screen, even a blank mind. That's scary, but also exciting too. </p>
<p>I always come back to the scene in the Beatles documentary <em>Get Back</em>. Under pressure to have more songs for the new album, Paul McCartney creates the title track itself. When he starts he has nothing. Over the course of just a few minutes experimentation on his bass you can hear the main riff and lyrics of "Get Back" emerge. </p>
<iframe width="560" height="315" src="https://www.youtube.com/embed/X94t4hTajCc?si=V4nqwSKhNC9TxwXS" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
<p>I'm no Paul McCartney, "casually shitting out a golden song at 10 in the morning" (Great comment on the video!), it takes me so much longer than a few minutes. Still, the satisfaction and thrill of <strong><em>creating something from absolutely nothing</em></strong> is the spark for me. </p>
<p>Often that blankness feels like a huge obstacle, but just doing <em>something</em>, putting down <em>some sort of mark</em> gets me past that. It's absolute rubbish 99% of the time, but with iteration, a solution emerges.</p>]]></description>
          </item>
        <item>
      <title>Troika #54: Best of 2024</title>
      <link>https://hicks.design/troika/troika-54-best-of-2024</link>
      <guid>https://hicks.design/troika/troika-54-best-of-2024</guid>
      <pubDate>Thu, 13 Feb 2025 13:50:00 +0000</pubDate>
      <description><![CDATA[<p>This episode is a 'Triple Troika' of my favourite tracks from 2024. Slightly different from my <a href="https://hicks.design/journal/hicks-design-s-music-of-2024">rundown of favourite albums</a>, I was hoping to get this out in December, but better late than never! With the impending <strong>10th Birthday of Troika</strong> coming up in a few weeks, I wanted to make sure I'd cleared the backlog!</p>
<ol>
<li><strong>"Mutations" — Nilüfer Yanya</strong></li>
<li><strong>"Into the Ooze" — Brimheim</strong></li>
<li><strong>"Lust for Gold" — Starflyer 59</strong></li>
<li><strong>"You're going to be fine, and I'm going to Hell" — Grandaddy</strong></li>
<li><strong>"I know it's like this (Baby)" — Bill Ryder Jones</strong></li>
<li><strong>"Kentucky McDonalds" — Foxing</strong></li>
<li><strong>"Last Stand" — The Amazing</strong></li>
<li><strong>"Purpose is Glorious" — Natalie Holt (Slowed down + reverb version)</strong></li>
<li><strong>"Full Mammoth" — Cowboy Sadness</strong></li>
</ol>]]></description>
          </item>
      </channel>
</rss>