<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
  <title>Alexander Huth's Posts</title>
  <id>https://alexanderhuth.com/</id>
  <link href="https://alexanderhuth.com/feed.xml" rel="self" />
  <link href="https://alexanderhuth.com/" />
  <author>
    <name>Alexander Huth</name>
  </author>
  
    <updated>2026-01-05T00:00:00+01:00</updated>
  
  
    <entry>
      <title>My Year in Lists: 2025</title>
      <id>https://alexanderhuth.com/posts/2025-in-lists/</id>
      <link href="https://alexanderhuth.com/posts/2025-in-lists/" rel="alternate" type="text/html" />
      <updated>2026-01-05T00:00:00+01:00</updated>
      <summary>My Year in Lists: 2025</summary>
      <content type="html">
        <![CDATA[<h1 id="my-year-in-lists-2025">My Year in Lists: 2025</h1>

<p>My Top 5s and Top 10s of 2025.</p>

<h2 id="best-films-of-2025">Best Films of 2025</h2>

<ol class="inline-ol">
  <li><strong>One Battle After Another</strong> by Paul Thomas Anderson</li>
  <li><strong>Sinners</strong> by Ryan Coogler</li>
  <li><strong>In die Sonne schauen (Sound of Falling)</strong> by Mascha Schilinski</li>
  <li><strong>Weapons</strong> by Zach Cregger</li>
  <li><strong>Mad Bills to Pay</strong> by Joel Alfonso Vargas</li>
  <li><strong>Bugonia</strong> by Yorgos Lanthimos</li>
  <li><strong>Mit der Faust in die Welt schlagen (Punching the World)</strong> by Constanze Klaue</li>
  <li><strong>The Ballad of Wallis Island</strong> by James Griffiths</li>
  <li><strong>Warfare</strong> by Ray Mendoza, Alex Garland</li>
  <li><strong>If I Had Legs I’d Kick You</strong> by Mary Bronstein</li>
</ol>

<p><a href="https://letterboxd.com/alexanderh/list/best-of-2025/">Full Top 20 on Letterboxd</a></p>

<h2 id="best-albums-of-2025">Best Albums of 2025</h2>

<ol class="inline-ol">
  <li><strong>Let God Sort Em Out</strong> by Clipse</li>
  <li><strong>Stardust</strong> by Danny Brown</li>
  <li><strong>I Heard That Noise</strong> by quickly, quickly</li>
  <li><strong>Magic, Alive!</strong> by McKinley Dixon</li>
  <li><strong>Getting Killed</strong> by Geese</li>
  <li><strong>GOLLIWOG</strong> by billy woods</li>
  <li><strong>Songs for Other People’s Weddings</strong> by Jens Lekman</li>
  <li><strong>Sinister Grift</strong> by Panda Bear</li>
  <li><strong>Cowards</strong> by Squid</li>
  <li><strong>LOWER</strong> by Benjamin Booker</li>
</ol>

<p><a href="https://record.club/alexanderh/lists/best-of-2025">Full Top 20 on Record Club</a></p>

<h2 id="most-played-albums-of-2025">Most-played Albums of 2025</h2>

<ol class="inline-ol">
  <li><strong>NEVER ENOUGH</strong> by Turnstile</li>
  <li><strong>Let God Sort Em Out</strong> by Clipse</li>
  <li><strong>Racing Mount Pleasant</strong> by Racing Mount Pleasant</li>
  <li><strong>Losin’</strong> by Colin Miller</li>
  <li><strong>Burnover</strong> by Greg Freeman</li>
  <li><strong>I Heard That Noise</strong> by quickly, quickly</li>
  <li><strong>SABLE, fABLE</strong> by Bon Iver</li>
  <li><strong>Sinister Grift</strong> by Panda Bear</li>
  <li><strong>Raspberry Moon</strong> by Hotline TNT</li>
  <li><strong>Cowards</strong> by Squid</li>
</ol>

<h2 id="best-tv-shows-of-2025">Best TV Shows of 2025</h2>

<ol class="inline-ol">
  <li>Task (Miniseries)</li>
  <li>Severance (Season 2)</li>
  <li>The Pitt (Season 1)</li>
  <li>Andor (Season 2)</li>
  <li>Pluribus (Season 1)</li>
</ol>

<p><a href="https://srlzd.com/l/66e9f">Full Top 20 on Serializd</a></p>

<h2 id="top-5-concerts-of-2025">Top 5 Concerts of 2025</h2>

<ol class="inline-ol">
  <li><strong>Radiohead</strong> at Uber Arena, Berlin</li>
  <li><strong>LCD Soundsystem</strong> at O2 Academy Brixton, London</li>
  <li><strong>MJ Lenderman</strong> at Columbia Theater, Berlin</li>
  <li><strong>Bruce Springsteen</strong> at Olympiastadion, Berlin</li>
  <li><strong>Shout Out Louds</strong> at Immergut Festival, Neustrelitz</li>
</ol>

<p>Honorable mentions:<br />
Dendemann, Greg Freeman, The Wedding Present, Kylie Minogue, Father John Misty</p>
]]>
      </content>
    </entry>
  
    <entry>
      <title>Using Jekyll&#39;s Data Files to list concerts</title>
      <id>https://alexanderhuth.com/posts/concerts-data/</id>
      <link href="https://alexanderhuth.com/posts/concerts-data/" rel="alternate" type="text/html" />
      <updated>2025-12-23T00:00:00+01:00</updated>
      <summary>Using Jekyll’s Data Files to list concerts</summary>
      <content type="html">
        <![CDATA[<h1 id="using-jekylls-data-files-to-list-concerts">Using Jekyll’s Data Files to list concerts</h1>

<p>On my <a href="/concerts/">/concerts</a> page, I list every concert I’ve been to. Instead of manually updating that page, I store all the show details in a single data file by making use of <a href="https://jekyllrb.com/docs/datafiles/">Jekyll’s Data Files feature</a>.</p>

<p>Everything lives in <code class="language-plaintext highlighter-rouge">_data/concerts.json</code>, with each entry containing the artist, date, venue, city, setlist URL (and. when relevant, a festival name). The page template pulls directly from that file using <code class="language-plaintext highlighter-rouge">site.data.concerts</code> and renders the list from there.</p>

<p>When the page builds, the template sorts the shows by date, groups them by year, and generates jump links for quick navigation between years. If a <code class="language-plaintext highlighter-rouge">festival</code> field is present, the festival name is shown instead of the venue automatically.</p>

<p>This setup is intentionally low-maintenance. I update one JSON file, rebuild the site, and the concerts page is regenerated automatically, with no extra tooling or hand-editing required.</p>
]]>
      </content>
    </entry>
  
    <entry>
      <title>My Year in Lists: 2024</title>
      <id>https://alexanderhuth.com/posts/2024-in-lists/</id>
      <link href="https://alexanderhuth.com/posts/2024-in-lists/" rel="alternate" type="text/html" />
      <updated>2025-01-17T00:00:00+01:00</updated>
      <summary>My Year in Lists: 2024</summary>
      <content type="html">
        <![CDATA[<h1 id="my-year-in-lists-2024">My Year in Lists: 2024</h1>

<p>My Top 5s and Top 10s of 2024.</p>

<h2 id="best-films-of-2024">Best Films of 2024</h2>

<ol class="inline-ol">
  <li><strong>I Saw the TV Glow</strong> by Jane Schoenbrun</li>
  <li><strong>Anora</strong> by Sean Baker</li>
  <li><strong>The Substance</strong> by Coralie Fargeat</li>
  <li><strong>Challengers</strong> by Luca Guadagnino</li>
  <li><strong>Didi</strong> by Sean Wang</li>
  <li><strong>Dune: Part Two</strong> by Denis Villeneuve</li>
  <li><strong>Love Lies Bleeding</strong> by Rose Glass</li>
  <li><strong>The Outrun</strong> by Nora Fingscheidt</li>
  <li><strong>A Different Man</strong> by Aaron Schimberg</li>
  <li><strong>Crossing</strong> by Levan Akin</li>
</ol>

<p><a href="https://letterboxd.com/alexanderh/list/best-of-2024/">Full Top 20 on Letterboxd</a></p>

<h2 id="best-albums-of-2024">Best Albums of 2024</h2>

<ol class="inline-ol">
  <li><strong>Diamond Jubilee</strong> by Cindy Lee</li>
  <li><strong>NO TITLE…</strong> by Godspeed You! Black Emperor</li>
  <li><strong>plastic death</strong> by glass beach</li>
  <li><strong>Here in the Pitch</strong> by Jessica Pratt</li>
  <li><strong>Songs of a Lost World</strong> by The Cure</li>
  <li><strong>Manning Fireworks</strong> by MJ Lenderman</li>
  <li><strong>Mahashmashana</strong> by Father John Misty</li>
  <li><strong>Bright Future</strong> by Adrienne Lenker</li>
  <li><strong>Wall of Eyes</strong> by The Smile</li>
  <li><strong>Night Palace</strong> by Mount Eerie</li>
</ol>

<p><a href="https://record.club/alexanderh/lists/best-of-2024">Full Top 20 on Record Club</a></p>

<h2 id="top-5-concerts-of-2024">Top 5 Concerts of 2024</h2>

<ol class="inline-ol">
  <li><strong>Jessica Pratt</strong> at Columbia Theater, Berlin</li>
  <li><strong>Jeff Rosenstock</strong> at Cassiopeia, Berlin</li>
  <li><strong>AIR</strong> at Theater des Westens, Berlin</li>
  <li><strong>DIIV</strong> at Astra, Berlin</li>
  <li><strong>Slowdive</strong> at Columbiahalle, Berlin</li>
</ol>

<p>Honorable mentions:<br />
Mitski, Bob Vylan, Hotline TNT, Bess Atwell, Tapir!</p>
]]>
      </content>
    </entry>
  
</feed>
