<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
  <title>House of Nettles</title>
  <id>https://nex-3.com/</id>
  <link href="https://nex-3.com/feed.xml" rel="self"/>
  <link href="https://nex-3.com/" />
  <updated>2026-03-14T21:59:15Z</updated>
    <entry>
      <title>dumb ed&#39;s pharmacy</title>
      <link href="https://nex-3.com/blog/dumb-eds-pharmacy/" rel="alternate"/>
      <id>https://nex-3.com/blog/dumb-eds-pharmacy/</id>
      <published>2026-03-14T21:59:15Z</published>
      <updated>2026-03-14T21:59:15Z</updated>
      <author><name>Natalie Weizenbaum</name>
          <uri>https://nex-3.com/</uri></author><category term="get it" label="get it"/><content type="html"></content>
    </entry>
  
    <entry>
      <title></title>
      <link href="https://nex-3.com/blog/i-think-if-i-were-making/" rel="alternate"/>
      <id>https://nex-3.com/blog/i-think-if-i-were-making/</id>
      <published>2026-03-13T17:09:29Z</published>
      <updated>2026-03-13T17:09:29Z</updated>
      <author><name>Natalie Weizenbaum</name>
          <uri>https://nex-3.com/</uri></author><category term="disability" label="disability"/><content type="html">&lt;p&gt;I think if I were making a movie I would probably subtitle it by hand before I&#39;d
let it be presesd to disc without subs&lt;/p&gt;
</content>
    </entry>
  
    <entry>
      <title></title>
      <link href="https://nex-3.com/blog/no-yeah-the-british/" rel="alternate"/>
      <id>https://nex-3.com/blog/no-yeah-the-british/</id>
      <published>2026-03-11T08:39:08Z</published>
      <updated>2026-03-11T08:39:08Z</updated>
      <author><name>Natalie Weizenbaum</name>
          <uri>https://nex-3.com/</uri></author><category term="politics" label="politics"/><content type="html">&lt;p&gt;no yeah the british royal family should totally be abolished but so should the peerage. strip them of their lands, too. you wanna make sure they don&#39;t just weasel their way out of it by diversifying so just strip them of all their capital. actually while you&#39;re at it do that to the bourgeoisie as well. and not just in britain either, it everywhere. now we&#39;re cooking&lt;/p&gt;
</content>
    </entry>
  
    <entry>
      <title>Becoming a Video Game Scientist Part 1: Archipelago</title>
      <link href="https://nex-3.com/blog/becoming-a-video-game-scientist-part-1/" rel="alternate"/>
      <id>https://nex-3.com/blog/becoming-a-video-game-scientist-part-1/</id>
      <published>2026-03-04T11:52:46Z</published>
      <updated>2026-03-04T15:37:39Z</updated>
      <author><name>Natalie Weizenbaum</name>
          <uri>https://nex-3.com/</uri></author><category term="article" label="article"/><category term="dark souls 3" label="dark souls 3"/><category term="modding" label="modding"/><content type="html">&lt;p&gt;The bulk of my hobby time for the past six months or so has been spent not
playing video games, nor yet creating them, but autopsying them. Layer by layer
I peel them apart, examining every cartilaginous connection and noting down how
each muscle pulls on the bone structure beneath. I am building on the work of
those who came before me, a great berth of knowledge at my back and many fine
tools at my hands without which my task would be too overwhelming to
contemplate. I give back to this world by crystallizing the knowledge I find
into forms that may be re-used and built upon long into the future.&lt;/p&gt;
&lt;p&gt;In plainer terms, I&#39;ve been spending a lot of time reverse-engineering From
Software games.&lt;/p&gt;
&lt;h2 id=&#34;2023-dipping-my-toes&#34;&gt;2023: Dipping my Toes&lt;/h2&gt;
&lt;p&gt;A couple years ago, my friends and I learned about &lt;a href=&#34;https://archipelago.gg/&#34;&gt;Archipelago&lt;/a&gt;, a system of
interconnected game mods and related tooling which supports what they call a
&amp;quot;multiworld randomizer&amp;quot;. You may already be familiar with the concept of
randomizer mods, in which the items within a game are shuffled about at random
while still tracking enough game logic to ensure that the game can be completed.
They&#39;re popular as ways to bring fresh life to games one has already played many
times over, and can be particularly fun to play in a racing context where the
strategy around figuring out how to proceed can be more complex than even the
game mechanics themselves.&lt;/p&gt;
&lt;p&gt;A multiworld randomizer takes this concept and expands it beyond the boundaries
of a single game. Archipelago is able to randomize items across many games and
connect them all through the internet, so that a &lt;em&gt;Hollow Knight&lt;/em&gt; player in
Minneapolis can find bombs for a &lt;em&gt;Link to the Past&lt;/em&gt; player in Seattle, which
lets them blast through a wall and find a &lt;em&gt;Super Mario World&lt;/em&gt; player&#39;s ability
to run. The possibilities are limited only by the imaginations and hacking
abilities of a community of volunteer developers.&lt;/p&gt;
&lt;p&gt;My little group quickly decided we wanted to give this a try. Looking through
the list of available games, much shorter then than it is now, the one that
appealed to me most was &lt;em&gt;Dark Souls III&lt;/em&gt;. I consider the From Software oeuvre to
be largely masterpieces, and while DS3 isn&#39;t my favorite&lt;sup class=&#34;footnote-ref&#34;&gt;&lt;a href=&#34;https://nex-3.com/blog/becoming-a-video-game-scientist-part-1/#fn1&#34; id=&#34;fnref1&#34;&gt;[1]&lt;/a&gt;&lt;/sup&gt;, it was the one
that was available at the time.&lt;/p&gt;
&lt;h3 id=&#34;the-old-mod&#34;&gt;The Old Mod&lt;/h3&gt;
&lt;p&gt;Unfortunately, the implementation of the game was not very good. No shade on the
dev—modding with these games is difficult, as I was soon to discover. They use a
totally idiosyncratic game engine that was originally built for &lt;em&gt;Demon&#39;s Souls&lt;/em&gt;
and has haphazardly accrued new features ever since; the whole thing is a mass
of many different custom file formats all held together with
difficult-to-decompile (and in some cases intentionally obscured) C++ code. But
the player experience was not so great.&lt;/p&gt;
&lt;p&gt;The core problem was this: because it was so difficult to figure out how to do
anything at runtime in these games, the only thing the mod was really able to
influence was the moment the player received an item. They could see which items
the player was getting and replace them with something else. What&#39;s more, this
didn&#39;t work with items purchased from a shop.&lt;/p&gt;
&lt;p&gt;The core principle of a randomizer is the separation of &amp;quot;items&amp;quot; from
&amp;quot;locations&amp;quot;. A location is a place or situation in a game that gives the player
something; the item is the thing the player gets. Archipelago works by knowing
all the items and locations in each game, and assigning new items to each
location. This poses a problem when all you know is which item you received:
unless that item is unique across the entire game, you have no idea which
location it came from. The &lt;em&gt;Dark Souls III&lt;/em&gt; mod&#39;s solution to this was simple:
only unique items could be randomized.&lt;sup class=&#34;footnote-ref&#34;&gt;&lt;a href=&#34;https://nex-3.com/blog/becoming-a-video-game-scientist-part-1/#fn2&#34; id=&#34;fnref2&#34;&gt;[2]&lt;/a&gt;&lt;/sup&gt;&lt;/p&gt;
&lt;p&gt;The other critical problem was that the mod had no way of telling the player
what item they were receiving for another player&#39;s game. Foreign items, as
they&#39;re known, were simply replaced with Prism Stones in the local player&#39;s
game. Many was the time I&#39;d hear a player say &amp;quot;wow Natalie, thanks for that!&amp;quot;
only to have to ask them what I&#39;d even given them.&lt;/p&gt;
&lt;h3 id=&#34;the-new-mod&#34;&gt;The New Mod&lt;/h3&gt;
&lt;p&gt;It didn&#39;t take much of this before my mental wheels began to turn. Thanks to my
previous work &lt;a href=&#34;https://web.archive.org/web/20241111053456/https://cohost.org/nex3/tagged/AI%20Deep%20Dive&#34;&gt;dissecting enemy AI&lt;/a&gt; for Elden Ring, I was familiar with the
basics of how From Software games were assembled. I had also done a fair amount
of &lt;em&gt;Sekiro&lt;/em&gt; randomizer playthroughs using &lt;a href=&#34;https://www.nexusmods.com/sekiro/mods/543&#34;&gt;thefifthmatt&#39;s randomizer&lt;/a&gt;, which
operated entirely statically: rather than injecting a mod into the game which
messed with items during play, it created new variations of the game&#39;s files
which stored which items existed where.&lt;/p&gt;
&lt;p&gt;Imagine all the data in the game laid out in a giant spreadsheet&lt;sup class=&#34;footnote-ref&#34;&gt;&lt;a href=&#34;https://nex-3.com/blog/becoming-a-video-game-scientist-part-1/#fn3&#34; id=&#34;fnref3&#34;&gt;[3]&lt;/a&gt;&lt;/sup&gt;. Each
item has its own row with all the information about it, each enemy type has its
own row with all of its stats, and so on. The static randomizer works by
rearranging cells in this spreadsheet and using a small off-the-shelf mod to
inject the new data into the game. The result is that any item can be moved to
any location, including shops and locations that originally held non-unique
items, without any extra reverse-engineering required.&lt;/p&gt;
&lt;p&gt;I put the pieces together and realized that you could do the same thing for
Archipelago. It couldn&#39;t all be done by statically modifying data files, since
at the very least you&#39;d need to tell the Archipelago server which locations you
found and receive items from other players. But you could statically add new
items which included in their metadata which Archipelago locations they appeared
at, and for foreign items you could even give them proper names like &amp;quot;Michelle&#39;s
Amulet Jewel&amp;quot; so the player could see what they were and who they were for. Then
the existing item-handling function would be able to distinguish any location in
the game&lt;sup class=&#34;footnote-ref&#34;&gt;&lt;a href=&#34;https://nex-3.com/blog/becoming-a-video-game-scientist-part-1/#fn4&#34; id=&#34;fnref4&#34;&gt;[4]&lt;/a&gt;&lt;/sup&gt; and swap in the correct item.&lt;/p&gt;
&lt;p&gt;Once I&#39;d had this idea, I knew I couldn&#39;t just let it sit stagnant in the back
of my mind. I forked the DS3 Archipelago mod and thefifthmatt&#39;s randomizer and I
set to work. It wasn&#39;t long before I had a proof of concept up and running: a
DS3 Archipelgo mod that used a variant of thefifthmatt&#39;s static randomizer to
load all the Archipelago metadata into the game items themselves. It worked
as-is with existing DS3 Archipelago worlds, and as an added bonus it could
randomize enemies as well (a feature we got for free from the existing static
randomizer).&lt;/p&gt;
&lt;p&gt;I could have left it there, submitted a pull request, and let the existing
maintainer do with it what he wanted. But by this point he was largely inactive,
and I&#39;ve always found it difficult to let progress go unmade when I can clearly
see how to do it. So rather than the end of my story, this is just the
beginning.&lt;/p&gt;
&lt;p&gt;&lt;em&gt;To be continued in Part 2: Ghidra&lt;/em&gt;&lt;/p&gt;
&lt;hr class=&#34;footnotes-sep&#34;&gt;
&lt;section class=&#34;footnotes&#34;&gt;
&lt;ol class=&#34;footnotes-list&#34;&gt;
&lt;li id=&#34;fn1&#34; class=&#34;footnote-item&#34;&gt;&lt;p&gt;That honor belongs to &lt;em&gt;Sekiro: Shadows Die Twice&lt;/em&gt;. This was also the first
one I played, but after replaying most of them numerous times I still have
no hesitation putting this in my top slot. &lt;a href=&#34;https://nex-3.com/blog/becoming-a-video-game-scientist-part-1/#fnref1&#34; class=&#34;footnote-backref&#34;&gt;↩︎&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li id=&#34;fn2&#34; class=&#34;footnote-item&#34;&gt;&lt;p&gt;There actually was another workaround that could optionally be
used. For certain classes of items, like upgrade items, the randomizer would
&lt;em&gt;count&lt;/em&gt; how many the player received over the course of their run, and with
each successive item give the player a different item. It would keep track
of how many Titanite Shards were guaranteed to be available before a certain
point in the game to know where it was safe to put items that unlocked
progression. This technique didn&#39;t play very well, but it was certainly
clever. &lt;a href=&#34;https://nex-3.com/blog/becoming-a-video-game-scientist-part-1/#fnref2&#34; class=&#34;footnote-backref&#34;&gt;↩︎&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li id=&#34;fn3&#34; class=&#34;footnote-item&#34;&gt;&lt;p&gt;I haven&#39;t ever heard this explicitly verified by an employee, but
rumor has it that From Software literally does just use a big Excel
spreadsheet for all this data internally before it gets serialized into a
more efficient format for including in the game. &lt;a href=&#34;https://nex-3.com/blog/becoming-a-video-game-scientist-part-1/#fnref3&#34; class=&#34;footnote-backref&#34;&gt;↩︎&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li id=&#34;fn4&#34; class=&#34;footnote-item&#34;&gt;&lt;p&gt;...except for locations in shops. Those still didn&#39;t work. &lt;a href=&#34;https://nex-3.com/blog/becoming-a-video-game-scientist-part-1/#fnref4&#34; class=&#34;footnote-backref&#34;&gt;↩︎&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;/section&gt;
</content>
    </entry>
  
    <entry>
      <title>Nettle Witch</title>
      <link href="https://nex-3.com/blog/nettle-witch/" rel="alternate"/>
      <id>https://nex-3.com/blog/nettle-witch/</id>
      <published>2026-02-26T01:30:23Z</published>
      <updated>2026-02-26T01:30:23Z</updated>
      <author><name>Natalie Weizenbaum</name>
          <uri>https://nex-3.com/</uri></author><category term="art" label="art"/><category term="commission" label="commission"/><content type="html">&lt;p&gt;I bought an art from &lt;a href=&#34;https://itsmissing.tumblr.com/&#34;&gt;Missing&lt;/a&gt; and it&#39;s amazing! They do such great work,
everyone reading this should commission them to make the cool wizards of your
dreams!&lt;/p&gt;
&lt;figure class=&#34;     image        &#34;&gt;
  &lt;a href=&#34;https://nex-3.com/assets/303/nettle-witch.png?v=5b4bf9a17697&#34;&gt;
    &lt;img src=&#34;https://nex-3.com/assets/303/nettle-witch.png?v=5b4bf9a17697&#34;&gt;
  &lt;/a&gt;&lt;figcaption&gt;
      
      
        &lt;details&gt;
          &lt;summary&gt;detailed image description&lt;/summary&gt;
          &lt;p&gt;A woman is wearing a tattered dress but clean apron and shawl over it. She has
a large hat with string wound around and dangling off it, holding a few sprigs
of nettles to the cap. A basket of nettles is looped over one arm. Her hands,
wearing rubber gloves for safety, are working a mortar and pestle. She has a
scythe on her belt and is wearing a black mask over her nose and mouth.&lt;/p&gt;

        &lt;/details&gt;
      
      
      
    &lt;/figcaption&gt;
  
&lt;/figure&gt;

</content>
    </entry>
  
    <entry>
      <title></title>
      <link href="https://nex-3.com/blog/when-asked-to-explain/" rel="alternate"/>
      <id>https://nex-3.com/blog/when-asked-to-explain/</id>
      <published>2026-02-08T21:45:15Z</published>
      <updated>2026-02-08T21:45:15Z</updated>
      <author><name>Natalie Weizenbaum</name>
          <uri>https://nex-3.com/</uri></author><category term="politics" label="politics"/><category term="judaism" label="judaism"/><content type="html">&lt;p&gt;when asked to explain the whole of &lt;em&gt;Capital&lt;/em&gt; while standing on one foot, Marx replied &amp;quot;the rate of profit tends to fall. the rest is commentary; go and study&amp;quot;&lt;/p&gt;
</content>
    </entry>
  
    <entry>
      <title>Chimes at Midnight (1965) - ★★★★★</title>
      <link href="https://letterboxd.com/nex3/film/chimes-at-midnight/" rel="alternate"/>
      <id>https://letterboxd.com/nex3/film/chimes-at-midnight/</id>
      <published>2026-02-04T02:02:25Z</published>
      <updated>2026-02-04T03:34:42Z</updated>
      <author><name>Natalie Weizenbaum</name><uri>https://letterboxd.com/nex3/</uri></author><category term="one of those films where I ended up talking myself into the higher rating while writing the review" label="one of those films where I ended up talking myself into the higher rating while writing the review"/><category term="nat reviews" label="nat reviews"/><category term="chimes at midnight" label="chimes at midnight"/><category term="repost" label="repost" /><content type="html">&lt;p&gt;
  Welles&#39;s absolute, undeniable stage presence is on full display. He makes
  himself huge physically, visually, and emotionally, and then spends the
  entire film toppling himself, playing both roles of Jack and the giant. This
  is a film about a man full of bluster and bonhomie who, despite being
  superficially well-liked by all around him, continually pushes their
  tolerance to the breaking point, needling them, sapping their patience and
  their wallets even as he makes them laugh uproariously. Falstaff is good
  friends with all who meet him but never quite truly beloved by any, and when
  he finally acts upon presumption of that love he is utterly destroyed.
&lt;/p&gt;
&lt;p&gt;
  Knowing that Welles identified so personally with Falstaff, went to such
  great lengths to make this film happen, and even said that this role was his
  life&#39;s work makes its function as self-critique to the point of
  self-destruction all the more pointed. Fallstaff lies baldly and constantly,
  and we know from F for Fake that Welles saw his own role as a liar and
  charlatan; this film suggests that as much as those lies were an intrinsic
  part of himself, they were also a source of grief. Orson Welles, a man who
  always presented himself as larger than life, in this film where he is at
  his largest is also at his most exposed, raw, and vulnerable.
&lt;/p&gt;

</content>
    </entry>
  
    <entry>
      <title></title>
      <link href="https://nex-3.com/blog/ive-been-having-migraines/" rel="alternate"/>
      <id>https://nex-3.com/blog/ive-been-having-migraines/</id>
      <published>2026-01-17T10:33:19Z</published>
      <updated>2026-01-17T10:33:19Z</updated>
      <author><name>Natalie Weizenbaum</name>
          <uri>https://nex-3.com/</uri></author><category term="medical" label="medical"/><content type="html">&lt;p&gt;I&#39;ve been having migraines on and off for over a week now, which is a very upsetting change of pace from the one migraine I&#39;d usually get every three to six months, but if there&#39;s a silver lining it&#39;s that I&#39;m reading a &lt;em&gt;lot&lt;/em&gt; of audiobooks while I more or less can&#39;t use my eyes&lt;/p&gt;
</content>
    </entry>
  
    <entry>
      <title></title>
      <link href="https://nex-3.com/blog/rotating-in-my-mind-the/" rel="alternate"/>
      <id>https://nex-3.com/blog/rotating-in-my-mind-the/</id>
      <published>2026-01-06T08:18:44Z</published>
      <updated>2026-01-06T08:18:44Z</updated>
      <author><name>Natalie Weizenbaum</name>
          <uri>https://nex-3.com/</uri></author><content type="html">&lt;p&gt;rotating in my mind the concept of getting a womb tat that&#39;s a medical diagram of a uterus&lt;/p&gt;
</content>
    </entry>
  
    <entry>
      <title>The MCCONAUGHAUPS</title>
      <link href="https://nex-3.com/blog/the-mcconaughaups/" rel="alternate"/>
      <id>https://nex-3.com/blog/the-mcconaughaups/</id>
      <published>2026-01-05T04:56:25Z</published>
      <updated>2026-01-05T04:56:25Z</updated>
      <author><name>Natalie Weizenbaum</name>
          <uri>https://nex-3.com/</uri></author><content type="html">&lt;p&gt;This weekend, a few friends embarked on a voyage of romance, adventure, and
discovery all from the comfort of our computer rooms. We came together to
achieve something that, to my knowledge&lt;sup class=&#34;footnote-ref&#34;&gt;&lt;a href=&#34;https://nex-3.com/blog/the-mcconaughaups/#fn1&#34; id=&#34;fnref1&#34;&gt;[1]&lt;/a&gt;&lt;/sup&gt;, has never been achieved before. We
experienced the MCCONAUGHAUPS: a two-day marathon of every 00s romantic comedy
that starred Matthew McConaughey.&lt;/p&gt;
&lt;p&gt;The germ of the idea formed when I read somewhere that Matthew McConaughey,
today known for his dramatic roles on the big and small screen, had spent his
early stardom almost exclusively in chick flicks. It was, in fact, a conscious
attempt to flee this typecasting that led him to refuse further roles as
romantic leads beginning around 2010 and eventually through force of will mold
his career into what we know today.&lt;/p&gt;
&lt;p&gt;Now, I have no &lt;em&gt;particular&lt;/em&gt; affection for the man. I would say I hadn&#39;t thought
about him much at all prior to this event. But I do consider myself quite a fan
of the rom-com genre, and having watched only a single one starring him my
curiosity was piqued. What does it look like for a man to spend a decade in a
genre, and what does it take for him to swear it off completely afterwards? I
had to know.&lt;/p&gt;
&lt;p&gt;I managed to talk a few friends into joining me, and together we trekked into
the unstoppable flood of affable grins and light Texan drawls that was the
MCCONAUGHAUPS. And now that it has come to a close, please allow me to present
you with the fruits of our excursion: a thoroughly-researched ranking of all six
of Matthew McConaughey&#39;s 00s rom-com feature films.&lt;/p&gt;
&lt;ol reversed=&#34;&#34;&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href=&#34;https://letterboxd.com/nex3/film/tiptoes/&#34;&gt;&lt;em&gt;Tiptoes&lt;/em&gt;&lt;/a&gt;. A film whose existence is baffling, but not as baffling as the
choices that went into making it. This only &lt;em&gt;barely&lt;/em&gt; counts as a rom-com to
begin with; only the first third of the film and the unwelcome sprinkling of
fart jokes through the rest of it are at all comedic, and the rest is a dour
drama about a man (McConaughey) who hates himself and his family. Glad I watched
this with friends because it would have been unbearable alone.&lt;/p&gt;
&lt;/li&gt;&lt;li&gt;
&lt;p&gt;&lt;a href=&#34;https://letterboxd.com/nex3/film/failure-to-launch/&#34;&gt;&lt;em&gt;Failure to Launch&lt;/em&gt;&lt;/a&gt;. A deeply stupid film where one of the running gags is
that various animals bite Tripp (McConaughey) and then visibly chuckle to
themselves about it because he hasn&#39;t yet achieved inner harmony. Portrays him
as a layabout loser only to reveal halfway through the film that he was engaged
but his fiancée died six years ago(!) and he&#39;s been helping to raise her son(!!)
ever since. Dragged into watchability by Zooey Deschanel and Kathy Bates moving
mountains as secondary characters.&lt;/p&gt;
&lt;/li&gt;&lt;li&gt;
&lt;p&gt;&lt;a href=&#34;https://letterboxd.com/nex3/film/fools-gold-2008/&#34;&gt;&lt;em&gt;Fool&#39;s Gold&lt;/em&gt;&lt;/a&gt;. Barely a rom-com, this is more of an adventure movie with light
rom-com elements. Anodyne, overlong, and suffers tremendously from every black
character being a rapper-slash-murderer. Other than that, though, it&#39;s decent
enough.&lt;/p&gt;
&lt;/li&gt;&lt;li&gt;
&lt;p&gt;&lt;a href=&#34;https://letterboxd.com/nex3/film/ghosts-of-girlfriends-past/&#34;&gt;&lt;em&gt;Ghosts of Girlfriends Past&lt;/em&gt;&lt;/a&gt;. Silly, schlocky, but at the end of the day
pretty fun. Connor (McConaughey) is a huge asshole in a way that&#39;s not always
fun to watch, but everything around that is cute, and it pulls off the
&lt;em&gt;Christmas Carol&lt;/em&gt; schtick surprisingly well considering how far it diverges from
the canon.&lt;/p&gt;
&lt;/li&gt;&lt;li&gt;
&lt;p&gt;&lt;a href=&#34;https://letterboxd.com/nex3/film/the-wedding-planner/&#34;&gt;&lt;em&gt;The Wedding Planner&lt;/em&gt;&lt;/a&gt;. We begin to get into the ones of these that I would
actually describe as &amp;quot;good&amp;quot;. The two leads (Jennifer Lopez and McConaughey) have
real chemistry here, and the writing is absolutely on fire for the first act.
The rest of the film suffers from some pacing issues, but it&#39;s still good fun.
This was also one of the first rom-coms I remember seeing as kid, so it has a
special place in my heart for that as well.&lt;/p&gt;
&lt;/li&gt;&lt;li&gt;
&lt;p&gt;&lt;a href=&#34;https://letterboxd.com/nex3/film/how-to-lose-a-guy-in-10-days/&#34;&gt;&lt;em&gt;How to Lose a Guy in 10 Days&lt;/em&gt;&lt;/a&gt;. An actual delight. The leads are the same as
in &lt;em&gt;Fool&#39;s Gold&lt;/em&gt; (Kate Hudson and McConaughey), but they&#39;re given vastly better
material here and are really able to show their chops. The supporting cast is
also stellar, including Kathryn Hahn, Adam Goldberg, and Bebe Neuwirth. I&#39;ll be
honest: I kinda want to watch this again just writing about it. Even if the rest
of these were either mids or films I&#39;d already seen, this alone made this
project worth doing.&lt;/p&gt;
&lt;/li&gt;&lt;/ol&gt;
&lt;p&gt;Even with the middling average quality of the films, hanging out with friends
and shooting the shit is a lot of fun, and I may try to do something like this
again... at least, if I can find another concept that grabs my fancy.&lt;/p&gt;
&lt;hr class=&#34;footnotes-sep&#34;&gt;
&lt;section class=&#34;footnotes&#34;&gt;
&lt;ol class=&#34;footnotes-list&#34;&gt;
&lt;li id=&#34;fn1&#34; class=&#34;footnote-item&#34;&gt;&lt;p&gt;I have made no effort to acquire any knowledge of whether this has been
done before. &lt;a href=&#34;https://nex-3.com/blog/the-mcconaughaups/#fnref1&#34; class=&#34;footnote-backref&#34;&gt;↩︎&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;/section&gt;
</content>
    </entry>
  
    <entry>
      <title>2025 Oaties: Films</title>
      <link href="https://nex-3.com/blog/oaties-films/" rel="alternate"/>
      <id>https://nex-3.com/blog/oaties-films/</id>
      <published>2026-01-02T03:34:04Z</published>
      <updated>2026-01-02T08:04:28Z</updated>
      <author><name>Natalie Weizenbaum</name>
          <uri>https://nex-3.com/</uri></author><category term="oaties" label="oaties"/><category term="frankenstein" label="frankenstein"/><content type="html">&lt;p&gt;I feel a little less dire about the films of 2025 than I do about &lt;a href=&#34;https://nex-3.com/blog/256-2025-oaties-games.md&#34;&gt;the games&lt;/a&gt;,
but only a little. There are no films I found outright repulsive, which is a win
I suppose, although I do feel like I&#39;m still inhabiting the hater spirit in
being relatively cool on films that sent people at large into raptures.
&lt;a href=&#34;https://letterboxd.com/nex3/film/sinners-2025/&#34;&gt;&lt;em&gt;Sinners&lt;/em&gt;&lt;/a&gt; was undeniably cool, but it was also unfocused, lacking in the
clarity of purpose that&#39;s necessary to make a truly excellent film about
supernatural horrors. &lt;a href=&#34;https://letterboxd.com/nex3/film/one-battle-after-another/&#34;&gt;&lt;em&gt;One Battle After Another&lt;/em&gt;&lt;/a&gt; is principled in a shockingly
impressive direction, but doesn&#39;t quite land the plane on its ambitions. &lt;a href=&#34;https://letterboxd.com/nex3/film/wake-up-dead-man/&#34;&gt;&lt;em&gt;Wake
Up Dead Man&lt;/em&gt;&lt;/a&gt; is an excellent whodunit, but the writing and characterization
around that ends up cartoonish as often as it is profound.&lt;/p&gt;
&lt;p&gt;The other sad fact of this year is that there&#39;s no film from it that hit me hard
enough that I have given it a full five stars. I do try to be conservative about
giving out my highest possible rating, but despite that I&#39;ve watched multiple
five-star films each year all the way back through 2021. Worse still, looking
back through the films that came out this year and my friends&#39; reactions to
them, I don&#39;t know if there&#39;s anything that&#39;s even &lt;em&gt;plausible&lt;/em&gt; that I would love
wholeheartedly.&lt;/p&gt;
&lt;p&gt;This has been a grim year in a lot of ways, and an infertile media landscape is
hardly the worst of it. But it&#39;s also hard to say that the two are unrelated.
How can you separate the systematic evisceration of life through genocide and
culture through LLMs from the faltering of art itself? I suppose, if there&#39;s a
silver lining to be had, it&#39;s that this ignites in me the fire to create things
of beauty myself. And I can only hope I&#39;m not the the only one.&lt;/p&gt;
&lt;h2 id=&#34;film-of-2025-a-href-https-letterboxd-com-nex-3-film-frankenstein-2025-em-frankenstein-em-a&#34;&gt;Film of 2025: &lt;a href=&#34;https://letterboxd.com/nex3/film/frankenstein-2025/&#34;&gt;&lt;em&gt;Frankenstein&lt;/em&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;figure class=&#34;     image        &#34;&gt;
  &lt;a href=&#34;https://nex-3.com/assets/256/frankenstein.webp&#34;&gt;
    &lt;img src=&#34;https://nex-3.com/assets/256/frankenstein.webp&#34;&gt;
  &lt;/a&gt;
&lt;/figure&gt;

&lt;p&gt;I&#39;m not universally a fan of Guillermo del Toro&#39;s work, although I&#39;m always a
fan of the way he thinks about and articulates his relationship to art.
&lt;em&gt;Frankenstein&lt;/em&gt;, though, hit for me in a way that nothing he&#39;s made has since
&lt;em&gt;Pacific Rim&lt;/em&gt;. It thoroughly embodies his philosophies of creation, perhaps
because it&#39;s &lt;em&gt;about&lt;/em&gt; creation. I also can&#39;t deny the influence on me from the
large volume of quotes and making-of shots that I saw on Tumblr—getting into the
artist&#39;s head doesn&#39;t always help make the art more compelling, but in this case
it worked wonders.&lt;/p&gt;
&lt;p&gt;The other thing that boosts this to the top spot, of course, is the lack of
competition. The only other film that I gave the same rating was &lt;a href=&#34;https://letterboxd.com/nex3/film/the-naked-gun/&#34;&gt;&lt;em&gt;Naked Gun&lt;/em&gt;&lt;/a&gt;,
which I do heartily appreciate as a proper comedy that refuses the tyranny of
the deadpan. But ultimately the craftsmanship of &lt;em&gt;Frankenstein&lt;/em&gt; won out for me
over the exuberance of &lt;em&gt;Naked Gun&lt;/em&gt;.&lt;/p&gt;
&lt;p&gt;It&#39;s not lost on me that these two are an adaptation and a remake, as I was
bemoaning in my post on games as well. &lt;em&gt;Wake Up Dead Man&lt;/em&gt; is a sequel, and
&lt;em&gt;Bugonia&lt;/em&gt; is another remake. I think the best wholly original film I saw was
&lt;em&gt;Marty Supreme&lt;/em&gt;, and even that feels like it exists in the shadow of &lt;em&gt;Uncut
Gems&lt;/em&gt; despite not being a sequel as such. I want to escape this spiral of
endless reproductions and imitations. Is it too much to ask for something both
new &lt;em&gt;and&lt;/em&gt; excellent?&lt;/p&gt;
&lt;h2 id=&#34;films-of-the-years&#34;&gt;Films of the Years&lt;/h2&gt;
&lt;p&gt;This is truly where I have experienced the most unbridled joy in art this year.
I watched 215 films this year, which is down from my all-time high in 2024 but
still the second most of any year I&#39;ve been keeping track. Most of these films
I&#39;d never heard of before. Many of them I loved, with a substantial amount of
overlap between the two categories. And even of those I didn&#39;t love, I usually
found something to appreciate. Even in bad film, there are elements of its time
and its perspective that are fascinating to dive into. And as a result, there
has been a considerable amount of change to my list of films of the years:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;1942: &lt;em&gt;Casablanca&lt;/em&gt;. With this year&#39;s watch of &lt;em&gt;Cat People&lt;/em&gt;, I finally hit the
five-film minimum necessary to add 1942 to my list. &lt;em&gt;Cat People&lt;/em&gt; itself may be
kind of dire, but &lt;em&gt;Casablanca&lt;/em&gt; is the source of every quote you&#39;ve ever heard
for a reason.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;1945: &lt;a href=&#34;https://letterboxd.com/nex3/film/brief-encounter/&#34;&gt;&lt;em&gt;Brief Encounter&lt;/em&gt;&lt;/a&gt;. This was actually the first film I watched in 2025!
Between it and &lt;em&gt;Mildred Pierce&lt;/em&gt;, 1945 is now in play, and the former film
takes it handily with its bittersweet romance and stalwart commitment to
avoiding cliché.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;1952: &lt;a href=&#34;https://letterboxd.com/nex3/film/limelight/&#34;&gt;&lt;em&gt;Limelight&lt;/em&gt;&lt;/a&gt; brings 1952 onto the board with a bang. I haven&#39;t watched
much Chaplin at all, and I certainly didn&#39;t expect to see him (and Buster
Keaton!) put up such a stunning dramatic performance. This film was such a
surprising joy when I watched it year and I&#39;m glad to be able to feature it on
the list.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;1954: &lt;a href=&#34;https://letterboxd.com/nex3/film/rear-window/&#34;&gt;&lt;em&gt;Rear Window&lt;/em&gt;&lt;/a&gt;. Either of &lt;em&gt;Carmen Jones&lt;/em&gt; and &lt;em&gt;On the Waterfront&lt;/em&gt; would
have allowed me to bring this onto the list, and so have the whole of the
1950s represented. And what a film for it: &lt;em&gt;Rear Window&lt;/em&gt; is my personal
favorite Hitchcock, an absolute &lt;em&gt;tour de force&lt;/em&gt; of cinematic technique and
gripping plot. It&#39;s actually been a few years since I watched it, and I might
need to concoct an excuse to watch it again...&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;1966: &lt;a href=&#34;https://letterboxd.com/nex3/film/the-war-game/&#34;&gt;&lt;em&gt;The War Game&lt;/em&gt;&lt;/a&gt; replaces &lt;em&gt;Daisies&lt;/em&gt;. A truly magnificent piece of
agitprop, you can feel the palpable desperation in &lt;em&gt;The War Game&lt;/em&gt; to get
through to the average viewer about the unspeakable horror that a nuclear war
would represent. While I enjoy and respect &lt;em&gt;Daisies&lt;/em&gt; a lot, it&#39;s not nearly as
profound nor as intense as this semi-documentary horror story.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;1970: &lt;a href=&#34;https://letterboxd.com/nex3/film/the-conformist/&#34;&gt;&lt;em&gt;The Conformist&lt;/em&gt;&lt;/a&gt;. I&#39;m shocked it took me so long to fill out 1970, by
far the latest year I hadn&#39;t seen five films from, a dubious honor that has
now fallen all the way back to 1947. I watched &lt;em&gt;The Conformist&lt;/em&gt; in 2024
(&lt;em&gt;Colossus: The Forbin Project&lt;/em&gt; and &lt;em&gt;Count Yorga, Vampire&lt;/em&gt; were the films that
finally filled out the quota), but I consider it a truly magnificent piece of
post-fascist cultural introspection.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;1975: &lt;a href=&#34;https://letterboxd.com/nex3/film/mirror/&#34;&gt;&lt;em&gt;Jeanne Dielman&lt;/em&gt;&lt;/a&gt; replaces &lt;a href=&#34;https://letterboxd.com/nex3/film/mirror/&#34;&gt;&lt;em&gt;Mirror&lt;/em&gt;&lt;/a&gt;. Look, I think very highly of
&lt;em&gt;Mirror&lt;/em&gt;. Tarkovsky giving himself wholly to abstraction is a marvelous thing.
But I don&#39;t (yet) feel like I totally understand &lt;em&gt;Mirror&lt;/em&gt;, whereas &lt;em&gt;Jeanne
Dielman&lt;/em&gt; became an immediate and undeniable presence in my artistic
consciousness the moment I watched it (on a cinerama screen no less!). I may
go back on this opinion again once I get around to watching &lt;em&gt;Mirror&lt;/em&gt; a few
more times, but for now this is my pick.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;1993: &lt;a href=&#34;https://letterboxd.com/nex3/film/three-colours-blue/&#34;&gt;&lt;em&gt;Trois couleurs : Bleu&lt;/em&gt;&lt;/a&gt; replaces &lt;em&gt;Groundhog Day&lt;/em&gt;. A slam dunk
replacement if there ever was one. &lt;em&gt;Groundhog Day&lt;/em&gt; is fun and shockingly
savvy, but &lt;em&gt;Trois couleurs&lt;/em&gt; as a whole is a masterpiece and &lt;em&gt;Bleu&lt;/em&gt; is my
favorite of the three by a comfortable margin. Just tremendous.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;2007: &lt;a href=&#34;https://letterboxd.com/nex3/film/michael-clayton/&#34;&gt;&lt;em&gt;Michael Clayton&lt;/em&gt;&lt;/a&gt; replaces &lt;em&gt;Hot Fuzz&lt;/em&gt;. This year, &lt;em&gt;Michael Clayton&lt;/em&gt;
came to me like a cold drink in the desert. I watched it in December, as I was
beginning to rotate in my mind the ideas that I would express in these posts,
which is to say: as I was beginning to truly despair at the quality of art as
a whole. To see a film so pristine, not even an art film as such but a
thriller executed to perfection, did a lot to remind me that good art could
exist and would again.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;2024: &lt;a href=&#34;https://letterboxd.com/nex3/film/challengers/&#34;&gt;&lt;em&gt;Challengers&lt;/em&gt;&lt;/a&gt; replaces &lt;a href=&#34;https://letterboxd.com/nex3/film/i-saw-the-tv-glow/&#34;&gt;&lt;em&gt;I Saw the TV Glow&lt;/em&gt;&lt;/a&gt;. It&#39;s not often that I
replace the previous year&#39;s entry the very next year, let alone with something
that I did in fact watch in the year it was released! I do still stand by my
choice of &lt;em&gt;I Saw the TV Glow&lt;/em&gt; as my &lt;a href=&#34;https://nex-3.com/blog/2024-oaties&#34;&gt;2024 film of the year&lt;/a&gt;, but it was by a
razor-thin margin at the time and through the course of 2025 &lt;em&gt;Challengers&lt;/em&gt; was
the film that danced around my mind the most. I want these lists to be living
documents more than records of years past; I already have blog archives and
Letterboxd history for archives of years past! Today, going into 2026,
&lt;em&gt;Challengers&lt;/em&gt; is my film of 2024. Perhaps next year it will be something else
entirely.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;ol class=&#34;poster-list remove-from-simplified&#34;&gt;
  
    &lt;li&gt;
      &lt;a href=&#34;https://letterboxd.com/film/frankenstein-2025/&#34;&gt;&lt;img src=&#34;https://a.ltrbxd.com/resized/film-poster/9/5/8/1/0/0/958100-frankenstein-2025-0-125-0-187-crop.jpg?v=49a1ca2305&#34; alt=&#34;Frankenstein (2025)&#34;&gt;&lt;/a&gt;
    &lt;/li&gt;
  
    &lt;li&gt;
      &lt;a href=&#34;https://letterboxd.com/film/challengers/&#34;&gt;&lt;img src=&#34;https://a.ltrbxd.com/resized/film-poster/8/4/2/3/0/1/842301-challengers-0-125-0-187-crop.jpg?v=a7cd63cbef&#34; alt=&#34;Challengers (2024)&#34;&gt;&lt;/a&gt;
    &lt;/li&gt;
  
    &lt;li&gt;
      &lt;a href=&#34;https://letterboxd.com/film/the-zone-of-interest/&#34;&gt;&lt;img src=&#34;https://a.ltrbxd.com/resized/film-poster/3/9/8/8/0/0/398800-the-zone-of-interest-0-125-0-187-crop.jpg?v=0514f658e1&#34; alt=&#34;The Zone of Interest (2023)&#34;&gt;&lt;/a&gt;
    &lt;/li&gt;
  
    &lt;li&gt;
      &lt;a href=&#34;https://letterboxd.com/film/everything-everywhere-all-at-once/&#34;&gt;&lt;img src=&#34;https://a.ltrbxd.com/resized/film-poster/4/7/4/4/7/4/474474-everything-everywhere-all-at-once-0-125-0-187-crop.jpg?v=281f1a041e&#34; alt=&#34;Everything Everywhere All at Once (2022)&#34;&gt;&lt;/a&gt;
    &lt;/li&gt;
  
    &lt;li&gt;
      &lt;a href=&#34;https://letterboxd.com/film/the-tragedy-of-macbeth/&#34;&gt;&lt;img src=&#34;https://a.ltrbxd.com/resized/alternative-poster/5/1/9/0/5/2/p/wzQjzBq1ISZHoDKoAlxSWuiL3hO-0-125-0-187-crop.jpg?v=3a97a48e85&#34; alt=&#34;The Tragedy of Macbeth (2021)&#34;&gt;&lt;/a&gt;
    &lt;/li&gt;
  
    &lt;li&gt;
      &lt;a href=&#34;https://letterboxd.com/film/the-father-2020/&#34;&gt;&lt;img src=&#34;https://a.ltrbxd.com/resized/film-poster/5/2/7/6/7/1/527671-the-father-0-125-0-187-crop.jpg?v=f343edeeb2&#34; alt=&#34;The Father (2020)&#34;&gt;&lt;/a&gt;
    &lt;/li&gt;
  
    &lt;li&gt;
      &lt;a href=&#34;https://letterboxd.com/film/uncut-gems/&#34;&gt;&lt;img src=&#34;https://a.ltrbxd.com/resized/film-poster/4/0/4/2/6/6/404266-uncut-gems-0-125-0-187-crop.jpg?v=670cb7034d&#34; alt=&#34;Uncut Gems (2019)&#34;&gt;&lt;/a&gt;
    &lt;/li&gt;
  
    &lt;li&gt;
      &lt;a href=&#34;https://letterboxd.com/film/knife-heart/&#34;&gt;&lt;img src=&#34;https://a.ltrbxd.com/resized/film-poster/4/0/7/2/0/6/407206-knife-heart-0-125-0-187-crop.jpg?v=e450b93379&#34; alt=&#34;Knife+Heart (2018)&#34;&gt;&lt;/a&gt;
    &lt;/li&gt;
  
    &lt;li&gt;
      &lt;a href=&#34;https://letterboxd.com/film/get-out-2017/&#34;&gt;&lt;img src=&#34;https://a.ltrbxd.com/resized/alternative-poster/3/5/3/1/1/7/p/l2Yaj1l6UvuvnbA1RxW9YGBIDfH-0-125-0-187-crop.jpg?v=9c2d59a6bc&#34; alt=&#34;Get Out (2017)&#34;&gt;&lt;/a&gt;
    &lt;/li&gt;
  
    &lt;li&gt;
      &lt;a href=&#34;https://letterboxd.com/film/the-handmaiden/&#34;&gt;&lt;img src=&#34;https://a.ltrbxd.com/resized/sm/upload/pc/n6/pz/mi/wvzfK5QR6dGLwND8MCzWjsQWG4Q-0-125-0-187-crop.jpg?v=bcfcc8f8f6&#34; alt=&#34;The Handmaiden (2016)&#34;&gt;&lt;/a&gt;
    &lt;/li&gt;
  
    &lt;li&gt;
      &lt;a href=&#34;https://letterboxd.com/film/mad-max-fury-road/&#34;&gt;&lt;img src=&#34;https://a.ltrbxd.com/resized/alternative-poster/6/2/7/8/0/p/u7XxRnMuGlj8Wd87B6Y8rX9Vgl6-0-125-0-187-crop.jpg?v=ba92fec45e&#34; alt=&#34;Mad Max: Fury Road (2015)&#34;&gt;&lt;/a&gt;
    &lt;/li&gt;
  
    &lt;li&gt;
      &lt;a href=&#34;https://letterboxd.com/film/a-girl-walks-home-alone-at-night/&#34;&gt;&lt;img src=&#34;https://a.ltrbxd.com/resized/film-poster/1/7/6/0/5/3/176053-a-girl-walks-home-alone-at-night-0-125-0-187-crop.jpg?v=2dc9d92abb&#34; alt=&#34;A Girl Walks Home Alone at Night (2014)&#34;&gt;&lt;/a&gt;
    &lt;/li&gt;
  
    &lt;li&gt;
      &lt;a href=&#34;https://letterboxd.com/film/only-lovers-left-alive/&#34;&gt;&lt;img src=&#34;https://a.ltrbxd.com/resized/film-poster/1/1/4/5/6/3/114563-only-lovers-left-alive-0-125-0-187-crop.jpg?v=d6151d5d18&#34; alt=&#34;Only Lovers Left Alive (2013)&#34;&gt;&lt;/a&gt;
    &lt;/li&gt;
  
    &lt;li&gt;
      &lt;a href=&#34;https://letterboxd.com/film/much-ado-about-nothing-2012/&#34;&gt;&lt;img src=&#34;https://a.ltrbxd.com/resized/film-poster/7/6/7/2/6/76726-much-ado-about-nothing-0-125-0-187-crop.jpg?v=c1a3f9c505&#34; alt=&#34;Much Ado About Nothing (2012)&#34;&gt;&lt;/a&gt;
    &lt;/li&gt;
  
    &lt;li&gt;
      &lt;a href=&#34;https://letterboxd.com/film/attack-the-block/&#34;&gt;&lt;img src=&#34;https://a.ltrbxd.com/resized/alternative-poster/6/7/9/4/p/6ugl1NKfZJUEV2WZI3YYlvVCNTy-0-125-0-187-crop.jpg?v=5b023c416c&#34; alt=&#34;Attack the Block (2011)&#34;&gt;&lt;/a&gt;
    &lt;/li&gt;
  
    &lt;li&gt;
      &lt;a href=&#34;https://letterboxd.com/film/scott-pilgrim-vs-the-world/&#34;&gt;&lt;img src=&#34;https://a.ltrbxd.com/resized/sm/upload/vs/75/02/fx/2B5zjs5E3xerqAyowpw3QcOCyLq-0-125-0-187-crop.jpg?v=3aef2095df&#34; alt=&#34;Scott Pilgrim vs. the World (2010)&#34;&gt;&lt;/a&gt;
    &lt;/li&gt;
  
    &lt;li&gt;
      &lt;a href=&#34;https://letterboxd.com/film/the-secret-of-kells/&#34;&gt;&lt;img src=&#34;https://a.ltrbxd.com/resized/film-poster/3/4/8/9/8/34898-the-secret-of-kells-0-125-0-187-crop.jpg?v=bb782cccba&#34; alt=&#34;The Secret of Kells (2009)&#34;&gt;&lt;/a&gt;
    &lt;/li&gt;
  
    &lt;li&gt;
      &lt;a href=&#34;https://letterboxd.com/film/speed-racer/&#34;&gt;&lt;img src=&#34;https://a.ltrbxd.com/resized/film-poster/4/8/0/1/8/48018-speed-racer-0-125-0-187-crop.jpg?v=35fe09fa1e&#34; alt=&#34;Speed Racer (2008)&#34;&gt;&lt;/a&gt;
    &lt;/li&gt;
  
    &lt;li&gt;
      &lt;a href=&#34;https://letterboxd.com/film/michael-clayton/&#34;&gt;&lt;img src=&#34;https://a.ltrbxd.com/resized/film-poster/4/9/2/4/1/49241-michael-clayton-0-125-0-187-crop.jpg?v=6a1d790e35&#34; alt=&#34;Michael Clayton (2007)&#34;&gt;&lt;/a&gt;
    &lt;/li&gt;
  
    &lt;li&gt;
      &lt;a href=&#34;https://letterboxd.com/film/the-fall/&#34;&gt;&lt;img src=&#34;https://a.ltrbxd.com/resized/film-poster/4/2/8/2/2/42822-the-fall-0-125-0-187-crop.jpg?v=21978da70d&#34; alt=&#34;The Fall (2006)&#34;&gt;&lt;/a&gt;
    &lt;/li&gt;
  
    &lt;li&gt;
      &lt;a href=&#34;https://letterboxd.com/film/summer-time-machine-blues/&#34;&gt;&lt;img src=&#34;https://a.ltrbxd.com/resized/film-poster/3/5/5/6/1/35561-summer-time-machine-blues-0-125-0-187-crop.jpg?v=56153425e0&#34; alt=&#34;Summer Time Machine Blues (2005)&#34;&gt;&lt;/a&gt;
    &lt;/li&gt;
  
    &lt;li&gt;
      &lt;a href=&#34;https://letterboxd.com/film/mind-game/&#34;&gt;&lt;img src=&#34;https://a.ltrbxd.com/resized/film-poster/3/8/2/4/8/38248-mind-game-0-125-0-187-crop.jpg?v=3e94750fec&#34; alt=&#34;Mind Game (2004)&#34;&gt;&lt;/a&gt;
    &lt;/li&gt;
  
    &lt;li&gt;
      &lt;a href=&#34;https://letterboxd.com/film/goodbye-dragon-inn/&#34;&gt;&lt;img src=&#34;https://a.ltrbxd.com/resized/film-poster/9/4/8/4/9484-goodbye-dragon-inn-0-125-0-187-crop.jpg?v=5371fbcb8a&#34; alt=&#34;Goodbye, Dragon Inn (2003)&#34;&gt;&lt;/a&gt;
    &lt;/li&gt;
  
    &lt;li&gt;
      &lt;a href=&#34;https://letterboxd.com/film/chicago/&#34;&gt;&lt;img src=&#34;https://a.ltrbxd.com/resized/sm/upload/o0/rp/mq/1k/18pCc2XZ5MO7wsywOYEbhoeuxNw-0-125-0-187-crop.jpg?v=cdd4bb7a58&#34; alt=&#34;Chicago (2002)&#34;&gt;&lt;/a&gt;
    &lt;/li&gt;
  
    &lt;li&gt;
      &lt;a href=&#34;https://letterboxd.com/film/mulholland-drive/&#34;&gt;&lt;img src=&#34;https://a.ltrbxd.com/resized/sm/upload/kv/7n/p8/tv/fMC8JBWx2VjsJ53JopAcFjqmlYv-0-125-0-187-crop.jpg?v=3d69c00608&#34; alt=&#34;Mulholland Drive (2001)&#34;&gt;&lt;/a&gt;
    &lt;/li&gt;
  
    &lt;li&gt;
      &lt;a href=&#34;https://letterboxd.com/film/state-and-main/&#34;&gt;&lt;img src=&#34;https://a.ltrbxd.com/resized/film-poster/3/8/1/3/6/38136-state-and-main-0-125-0-187-crop.jpg?v=96b77caaad&#34; alt=&#34;State and Main (2000)&#34;&gt;&lt;/a&gt;
    &lt;/li&gt;
  
    &lt;li&gt;
      &lt;a href=&#34;https://letterboxd.com/film/10-things-i-hate-about-you/&#34;&gt;&lt;img src=&#34;https://a.ltrbxd.com/resized/film-poster/4/9/0/4/7/49047-10-things-i-hate-about-you-0-125-0-187-crop.jpg?v=55ccac3542&#34; alt=&#34;10 Things I Hate About You (1999)&#34;&gt;&lt;/a&gt;
    &lt;/li&gt;
  
    &lt;li&gt;
      &lt;a href=&#34;https://letterboxd.com/film/the-celebration/&#34;&gt;&lt;img src=&#34;https://a.ltrbxd.com/resized/film-poster/5/1/7/5/0/51750-the-celebration-0-125-0-187-crop.jpg?v=7eefb2e0b7&#34; alt=&#34;The Celebration (1998)&#34;&gt;&lt;/a&gt;
    &lt;/li&gt;
  
    &lt;li&gt;
      &lt;a href=&#34;https://letterboxd.com/film/cure/&#34;&gt;&lt;img src=&#34;https://a.ltrbxd.com/resized/film-poster/2/8/1/9/5/28195-cure-0-125-0-187-crop.jpg?v=74a48c4849&#34; alt=&#34;Cure (1997)&#34;&gt;&lt;/a&gt;
    &lt;/li&gt;
  
    &lt;li&gt;
      &lt;a href=&#34;https://letterboxd.com/film/twelfth-night/&#34;&gt;&lt;img src=&#34;https://a.ltrbxd.com/resized/film-poster/2/0/4/8/7/20487-twelfth-night-0-125-0-187-crop.jpg?v=68d5111f37&#34; alt=&#34;Twelfth Night (1996)&#34;&gt;&lt;/a&gt;
    &lt;/li&gt;
  
    &lt;li&gt;
      &lt;a href=&#34;https://letterboxd.com/film/heat-1995/&#34;&gt;&lt;img src=&#34;https://a.ltrbxd.com/resized/film-poster/5/1/9/9/4/51994-heat-0-125-0-187-crop.jpg?v=54dce97dc6&#34; alt=&#34;Heat (1995)&#34;&gt;&lt;/a&gt;
    &lt;/li&gt;
  
    &lt;li&gt;
      &lt;a href=&#34;https://letterboxd.com/film/chungking-express/&#34;&gt;&lt;img src=&#34;https://a.ltrbxd.com/resized/film-poster/4/5/6/0/2/45602-chungking-express-0-125-0-187-crop.jpg?v=9475abb05b&#34; alt=&#34;Chungking Express (1994)&#34;&gt;&lt;/a&gt;
    &lt;/li&gt;
  
    &lt;li&gt;
      &lt;a href=&#34;https://letterboxd.com/film/three-colours-blue/&#34;&gt;&lt;img src=&#34;https://a.ltrbxd.com/resized/film-poster/5/1/9/4/2/51942-three-colors-blue-0-125-0-187-crop.jpg?v=2f5ab6d19e&#34; alt=&#34;Three Colours: Blue (1993)&#34;&gt;&lt;/a&gt;
    &lt;/li&gt;
  
    &lt;li&gt;
      &lt;a href=&#34;https://letterboxd.com/film/bram-stokers-dracula/&#34;&gt;&lt;img src=&#34;https://a.ltrbxd.com/resized/film-poster/4/8/4/5/4/48454-bram-stoker-s-dracula-0-125-0-187-crop.jpg?v=18a4a777e2&#34; alt=&#34;Bram Stoker&#39;s Dracula (1992)&#34;&gt;&lt;/a&gt;
    &lt;/li&gt;
  
    &lt;li&gt;
      &lt;a href=&#34;https://letterboxd.com/film/naked-lunch/&#34;&gt;&lt;img src=&#34;https://a.ltrbxd.com/resized/sm/upload/9s/s8/eg/uk/tMninSG4OAAhx9SNjdnMJM1R3Wn-0-125-0-187-crop.jpg?v=fa99bd4191&#34; alt=&#34;Naked Lunch (1991)&#34;&gt;&lt;/a&gt;
    &lt;/li&gt;
  
    &lt;li&gt;
      &lt;a href=&#34;https://letterboxd.com/film/rosencrantz-guildenstern-are-dead/&#34;&gt;&lt;img src=&#34;https://a.ltrbxd.com/resized/sm/upload/dk/l0/74/1n/85W0AoRbaLUsZIrnfN68PP9UcTD-0-125-0-187-crop.jpg?v=2fcf93e893&#34; alt=&#34;Rosencrantz &amp;amp; Guildenstern Are Dead (1990)&#34;&gt;&lt;/a&gt;
    &lt;/li&gt;
  
    &lt;li&gt;
      &lt;a href=&#34;https://letterboxd.com/film/the-cook-the-thief-his-wife-her-lover/&#34;&gt;&lt;img src=&#34;https://a.ltrbxd.com/resized/sm/upload/cy/cy/d9/jb/the-cook-the-thief-0-125-0-187-crop.jpg?v=7ca169fca2&#34; alt=&#34;The Cook, the Thief, His Wife &amp;amp; Her Lover (1989)&#34;&gt;&lt;/a&gt;
    &lt;/li&gt;
  
    &lt;li&gt;
      &lt;a href=&#34;https://letterboxd.com/film/dead-ringers/&#34;&gt;&lt;img src=&#34;https://a.ltrbxd.com/resized/sm/upload/o5/f8/9s/nn/4Dq2qYkyJeJGw0mfhQVXgI2pMYx-0-125-0-187-crop.jpg?v=7265fa979c&#34; alt=&#34;Dead Ringers (1988)&#34;&gt;&lt;/a&gt;
    &lt;/li&gt;
  
    &lt;li&gt;
      &lt;a href=&#34;https://letterboxd.com/film/the-princess-bride/&#34;&gt;&lt;img src=&#34;https://a.ltrbxd.com/resized/sm/upload/hk/2u/bd/9p/gpxjoE0yvRwIhFEJgNArtKtaN7S-0-125-0-187-crop.jpg?v=544eada136&#34; alt=&#34;The Princess Bride (1987)&#34;&gt;&lt;/a&gt;
    &lt;/li&gt;
  
    &lt;li&gt;
      &lt;a href=&#34;https://letterboxd.com/film/the-sacrifice/&#34;&gt;&lt;img src=&#34;https://a.ltrbxd.com/resized/film-poster/3/6/6/1/8/36618-the-sacrifice-0-125-0-187-crop.jpg?v=abe0768e2a&#34; alt=&#34;The Sacrifice (1986)&#34;&gt;&lt;/a&gt;
    &lt;/li&gt;
  
    &lt;li&gt;
      &lt;a href=&#34;https://letterboxd.com/film/tampopo/&#34;&gt;&lt;img src=&#34;https://a.ltrbxd.com/resized/sm/upload/k3/go/u7/hd/faozWWMAM4aK0C4uRUAR1jzkJio-0-125-0-187-crop.jpg?v=f6c50539a6&#34; alt=&#34;Tampopo (1985)&#34;&gt;&lt;/a&gt;
    &lt;/li&gt;
  
    &lt;li&gt;
      &lt;a href=&#34;https://letterboxd.com/film/stop-making-sense/&#34;&gt;&lt;img src=&#34;https://a.ltrbxd.com/resized/film-poster/3/7/0/0/4/37004-stop-making-sense-0-125-0-187-crop.jpg?v=c7e06b923e&#34; alt=&#34;Stop Making Sense (1984)&#34;&gt;&lt;/a&gt;
    &lt;/li&gt;
  
    &lt;li&gt;
      &lt;a href=&#34;https://letterboxd.com/film/daicon-iv-opening-animation/&#34;&gt;&lt;img src=&#34;https://a.ltrbxd.com/resized/film-poster/8/1/4/9/3/81493-daicon-iv-opening-animation-0-125-0-187-crop.jpg?v=8944cc91e0&#34; alt=&#34;DAICON IV Opening Animation (1983)&#34;&gt;&lt;/a&gt;
    &lt;/li&gt;
  
    &lt;li&gt;
      &lt;a href=&#34;https://letterboxd.com/film/gauche-the-cellist/&#34;&gt;&lt;img src=&#34;https://a.ltrbxd.com/resized/film-poster/2/3/9/7/9/23979-gauche-the-cellist-0-125-0-187-crop.jpg?v=42f14f92e1&#34; alt=&#34;Gauche the Cellist (1982)&#34;&gt;&lt;/a&gt;
    &lt;/li&gt;
  
    &lt;li&gt;
      &lt;a href=&#34;https://letterboxd.com/film/son-of-the-white-mare/&#34;&gt;&lt;img src=&#34;https://a.ltrbxd.com/resized/film-poster/2/3/9/2/6/23926-son-of-the-white-mare-0-125-0-187-crop.jpg?v=bcf5ab5bea&#34; alt=&#34;Son of the White Mare (1981)&#34;&gt;&lt;/a&gt;
    &lt;/li&gt;
  
    &lt;li&gt;
      &lt;a href=&#34;https://letterboxd.com/film/cruising/&#34;&gt;&lt;img src=&#34;https://a.ltrbxd.com/resized/film-poster/3/4/0/5/0/34050-cruising-0-125-0-187-crop.jpg?v=c1b1c9c1f9&#34; alt=&#34;Cruising (1980)&#34;&gt;&lt;/a&gt;
    &lt;/li&gt;
  
    &lt;li&gt;
      &lt;a href=&#34;https://letterboxd.com/film/alien/&#34;&gt;&lt;img src=&#34;https://a.ltrbxd.com/resized/sm/upload/8v/f1/qw/aa/bg7K6VtUG7Ew70gQj6SSroD5d4R-0-125-0-187-crop.jpg?v=a932f9e98e&#34; alt=&#34;Alien (1979)&#34;&gt;&lt;/a&gt;
    &lt;/li&gt;
  
    &lt;li&gt;
      &lt;a href=&#34;https://letterboxd.com/film/dawn-of-the-dead/&#34;&gt;&lt;img src=&#34;https://a.ltrbxd.com/resized/sm/upload/q9/17/om/9y/8D6WEfNZr6JadQrqJr5OOq1QlV0-0-125-0-187-crop.jpg?v=b65bcfbd46&#34; alt=&#34;Dawn of the Dead (1978)&#34;&gt;&lt;/a&gt;
    &lt;/li&gt;
  
    &lt;li&gt;
      &lt;a href=&#34;https://letterboxd.com/film/3-women/&#34;&gt;&lt;img src=&#34;https://a.ltrbxd.com/resized/film-poster/2/3/3/8/3/23383-3-women-0-125-0-187-crop.jpg?v=dfecc1befb&#34; alt=&#34;3 Women (1977)&#34;&gt;&lt;/a&gt;
    &lt;/li&gt;
  
    &lt;li&gt;
      &lt;a href=&#34;https://letterboxd.com/film/mindscape/&#34;&gt;&lt;img src=&#34;https://a.ltrbxd.com/resized/film-poster/1/0/3/8/1/1/103811-mindscape-0-125-0-187-crop.jpg?v=a73ea047a6&#34; alt=&#34;Mindscape (1976)&#34;&gt;&lt;/a&gt;
    &lt;/li&gt;
  
    &lt;li&gt;
      &lt;a href=&#34;https://letterboxd.com/film/jeanne-dielman-23-quai-du-commerce-1080-bruxelles/&#34;&gt;&lt;img src=&#34;https://a.ltrbxd.com/resized/film-poster/2/1/1/4/9/21149-jeanne-dielman-23-quai-du-commerce-1080-bruxelles-0-125-0-187-crop.jpg?v=952ed786ed&#34; alt=&#34;Jeanne Dielman, 23, quai du Commerce, 1080 Bruxelles (1975)&#34;&gt;&lt;/a&gt;
    &lt;/li&gt;
  
    &lt;li&gt;
      &lt;a href=&#34;https://letterboxd.com/film/sisyphus/&#34;&gt;&lt;img src=&#34;https://a.ltrbxd.com/resized/film-poster/7/6/1/7/2/76172-sisyphus-0-125-0-187-crop.jpg?v=c41a294b42&#34; alt=&#34;Sisyphus (1974)&#34;&gt;&lt;/a&gt;
    &lt;/li&gt;
  
    &lt;li&gt;
      &lt;a href=&#34;https://letterboxd.com/film/f-for-fake/&#34;&gt;&lt;img src=&#34;https://a.ltrbxd.com/resized/film-poster/2/2/1/1/9/22119-f-for-fake-0-125-0-187-crop.jpg?v=618578d2e6&#34; alt=&#34;F for Fake (1973)&#34;&gt;&lt;/a&gt;
    &lt;/li&gt;
  
    &lt;li&gt;
      &lt;a href=&#34;https://letterboxd.com/film/the-bitter-tears-of-petra-von-kant/&#34;&gt;&lt;img src=&#34;https://a.ltrbxd.com/resized/film-poster/4/6/3/4/9/46349-the-bitter-tears-of-petra-von-kant-0-125-0-187-crop.jpg?v=d9fc8d6de4&#34; alt=&#34;The Bitter Tears of Petra von Kant (1972)&#34;&gt;&lt;/a&gt;
    &lt;/li&gt;
  
    &lt;li&gt;
      &lt;a href=&#34;https://letterboxd.com/film/klute/&#34;&gt;&lt;img src=&#34;https://a.ltrbxd.com/resized/film-poster/5/1/6/3/6/51636-klute-0-125-0-187-crop.jpg?v=2be0335211&#34; alt=&#34;Klute (1971)&#34;&gt;&lt;/a&gt;
    &lt;/li&gt;
  
    &lt;li&gt;
      &lt;a href=&#34;https://letterboxd.com/film/the-conformist/&#34;&gt;&lt;img src=&#34;https://a.ltrbxd.com/resized/film-poster/4/7/7/4/4/47744-the-conformist-0-125-0-187-crop.jpg?v=8552e23bed&#34; alt=&#34;The Conformist (1970)&#34;&gt;&lt;/a&gt;
    &lt;/li&gt;
  
    &lt;li&gt;
      &lt;a href=&#34;https://letterboxd.com/film/funeral-parade-of-roses/&#34;&gt;&lt;img src=&#34;https://a.ltrbxd.com/resized/film-poster/5/0/9/7/8/50978-funeral-parade-of-roses-0-125-0-187-crop.jpg?v=b5baaee99f&#34; alt=&#34;Funeral Parade of Roses (1969)&#34;&gt;&lt;/a&gt;
    &lt;/li&gt;
  
    &lt;li&gt;
      &lt;a href=&#34;https://letterboxd.com/film/night-of-the-living-dead/&#34;&gt;&lt;img src=&#34;https://a.ltrbxd.com/resized/sm/upload/mj/ua/dq/ml/faPfcZ181gWmCoMbal7bAXFPFh9-0-125-0-187-crop.jpg?v=29916e0458&#34; alt=&#34;Night of the Living Dead (1968)&#34;&gt;&lt;/a&gt;
    &lt;/li&gt;
  
    &lt;li&gt;
      &lt;a href=&#34;https://letterboxd.com/film/le-samourai/&#34;&gt;&lt;img src=&#34;https://a.ltrbxd.com/resized/film-poster/4/8/8/1/7/48817-le-samourai-0-125-0-187-crop.jpg?v=11267d74cc&#34; alt=&#34;Le Samouraï (1967)&#34;&gt;&lt;/a&gt;
    &lt;/li&gt;
  
    &lt;li&gt;
      &lt;a href=&#34;https://letterboxd.com/film/daisies/&#34;&gt;&lt;img src=&#34;https://a.ltrbxd.com/resized/film-poster/1/8/4/4/7/18447-daisies-0-125-0-187-crop.jpg?v=4c08c58c03&#34; alt=&#34;Daisies (1966)&#34;&gt;&lt;/a&gt;
    &lt;/li&gt;
  
    &lt;li&gt;
      &lt;a href=&#34;https://letterboxd.com/film/the-war-game/&#34;&gt;&lt;img src=&#34;https://a.ltrbxd.com/resized/film-poster/3/5/2/6/7/35267-the-war-game-0-125-0-187-crop.jpg?v=81bff35369&#34; alt=&#34;The War Game (1966)&#34;&gt;&lt;/a&gt;
    &lt;/li&gt;
  
    &lt;li&gt;
      &lt;a href=&#34;https://letterboxd.com/film/pleasures-of-the-flesh/&#34;&gt;&lt;img src=&#34;https://a.ltrbxd.com/resized/film-poster/5/7/4/5/5/57455-pleasures-of-the-flesh-0-125-0-187-crop.jpg?v=c991a702a2&#34; alt=&#34;Pleasures of the Flesh (1965)&#34;&gt;&lt;/a&gt;
    &lt;/li&gt;
  
    &lt;li&gt;
      &lt;a href=&#34;https://letterboxd.com/film/dr-strangelove-or-how-i-learned-to-stop-worrying-and-love-the-bomb/&#34;&gt;&lt;img src=&#34;https://a.ltrbxd.com/resized/film-poster/5/1/2/1/8/51218-dr-strangelove-or-how-i-learned-to-stop-worrying-and-love--0-125-0-187-crop.jpg?v=c814dfbae0&#34; alt=&#34;Dr. Strangelove or: How I Learned to Stop Worrying and Love the Bomb (1964)&#34;&gt;&lt;/a&gt;
    &lt;/li&gt;
  
    &lt;li&gt;
      &lt;a href=&#34;https://letterboxd.com/film/ikarie-xb-1/&#34;&gt;&lt;img src=&#34;https://a.ltrbxd.com/resized/film-poster/3/9/4/3/0/39430-ikarie-xb-1-0-125-0-187-crop.jpg?v=e80e90da45&#34; alt=&#34;Ikarie XB 1 (1963)&#34;&gt;&lt;/a&gt;
    &lt;/li&gt;
  
    &lt;li&gt;
      &lt;a href=&#34;https://letterboxd.com/film/ivans-childhood/&#34;&gt;&lt;img src=&#34;https://a.ltrbxd.com/resized/sm/upload/wm/nu/cy/pm/ivans-0-125-0-187-crop.jpg?v=0f5fe79fd4&#34; alt=&#34;Ivan&#39;s Childhood (1962)&#34;&gt;&lt;/a&gt;
    &lt;/li&gt;
  
    &lt;li&gt;
      &lt;a href=&#34;https://letterboxd.com/film/west-side-story/&#34;&gt;&lt;img src=&#34;https://a.ltrbxd.com/resized/sm/upload/em/vs/66/tb/zRQhCSREdR9h4OzEVvwhdlZNZ6m-0-125-0-187-crop.jpg?v=60c3df64d6&#34; alt=&#34;West Side Story (1961)&#34;&gt;&lt;/a&gt;
    &lt;/li&gt;
  
    &lt;li&gt;
      &lt;a href=&#34;https://letterboxd.com/film/the-bad-sleep-well/&#34;&gt;&lt;img src=&#34;https://a.ltrbxd.com/resized/film-poster/3/1/0/4/7/31047-the-bad-sleep-well-0-125-0-187-crop.jpg?v=b05f64a4ca&#34; alt=&#34;The Bad Sleep Well (1960)&#34;&gt;&lt;/a&gt;
    &lt;/li&gt;
  
    &lt;li&gt;
      &lt;a href=&#34;https://letterboxd.com/film/some-like-it-hot/&#34;&gt;&lt;img src=&#34;https://a.ltrbxd.com/resized/film-poster/5/1/8/1/7/51817-some-like-it-hot-0-125-0-187-crop.jpg?v=fc0b1b87eb&#34; alt=&#34;Some Like It Hot (1959)&#34;&gt;&lt;/a&gt;
    &lt;/li&gt;
  
    &lt;li&gt;
      &lt;a href=&#34;https://letterboxd.com/film/touch-of-evil/&#34;&gt;&lt;img src=&#34;https://a.ltrbxd.com/resized/film-poster/5/1/0/1/8/51018-touch-of-evil-0-125-0-187-crop.jpg?v=279a6824a4&#34; alt=&#34;Touch of Evil (1958)&#34;&gt;&lt;/a&gt;
    &lt;/li&gt;
  
    &lt;li&gt;
      &lt;a href=&#34;https://letterboxd.com/film/12-angry-men/&#34;&gt;&lt;img src=&#34;https://a.ltrbxd.com/resized/film-poster/5/1/7/0/0/51700-12-angry-men-0-125-0-187-crop.jpg?v=b8aaf291a9&#34; alt=&#34;12 Angry Men (1957)&#34;&gt;&lt;/a&gt;
    &lt;/li&gt;
  
    &lt;li&gt;
      &lt;a href=&#34;https://letterboxd.com/film/the-red-balloon/&#34;&gt;&lt;img src=&#34;https://a.ltrbxd.com/resized/sm/upload/zs/e6/35/xp/tDlSvjTD6GVwoO0h9tFrQXRXn7w-0-125-0-187-crop.jpg?v=f96c2c3896&#34; alt=&#34;The Red Balloon (1956)&#34;&gt;&lt;/a&gt;
    &lt;/li&gt;
  
    &lt;li&gt;
      &lt;a href=&#34;https://letterboxd.com/film/blinkity-blank/&#34;&gt;&lt;img src=&#34;https://a.ltrbxd.com/resized/film-poster/9/9/6/6/3/99663-blinkity-blank-0-125-0-187-crop.jpg?v=ccc0a16ca0&#34; alt=&#34;Blinkity Blank (1955)&#34;&gt;&lt;/a&gt;
    &lt;/li&gt;
  
    &lt;li&gt;
      &lt;a href=&#34;https://letterboxd.com/film/rear-window/&#34;&gt;&lt;img src=&#34;https://a.ltrbxd.com/resized/film-poster/5/1/5/5/2/51552-rear-window-0-125-0-187-crop.jpg?v=855a2e3070&#34; alt=&#34;Rear Window (1954)&#34;&gt;&lt;/a&gt;
    &lt;/li&gt;
  
    &lt;li&gt;
      &lt;a href=&#34;https://letterboxd.com/film/roman-holiday/&#34;&gt;&lt;img src=&#34;https://a.ltrbxd.com/resized/film-poster/5/1/3/4/8/51348-roman-holiday-0-125-0-187-crop.jpg?v=7329a156b1&#34; alt=&#34;Roman Holiday (1953)&#34;&gt;&lt;/a&gt;
    &lt;/li&gt;
  
    &lt;li&gt;
      &lt;a href=&#34;https://letterboxd.com/film/limelight/&#34;&gt;&lt;img src=&#34;https://a.ltrbxd.com/resized/film-poster/3/3/2/3/3/33233-limelight-0-125-0-187-crop.jpg?v=dd34c9ed4d&#34; alt=&#34;Limelight (1952)&#34;&gt;&lt;/a&gt;
    &lt;/li&gt;
  
    &lt;li&gt;
      &lt;a href=&#34;https://letterboxd.com/film/the-lavender-hill-mob/&#34;&gt;&lt;img src=&#34;https://a.ltrbxd.com/resized/film-poster/3/0/1/1/2/30112-the-lavender-hill-mob-0-125-0-187-crop.jpg?v=ac0e509e9f&#34; alt=&#34;The Lavender Hill Mob (1951)&#34;&gt;&lt;/a&gt;
    &lt;/li&gt;
  
    &lt;li&gt;
      &lt;a href=&#34;https://letterboxd.com/film/sunset-boulevard/&#34;&gt;&lt;img src=&#34;https://a.ltrbxd.com/resized/film-poster/5/1/5/2/2/51522-sunset-boulevard-0-125-0-187-crop.jpg?v=75e49b76e3&#34; alt=&#34;Sunset Boulevard (1950)&#34;&gt;&lt;/a&gt;
    &lt;/li&gt;
  
    &lt;li&gt;
      &lt;a href=&#34;https://letterboxd.com/film/begone-dull-care/&#34;&gt;&lt;img src=&#34;https://a.ltrbxd.com/resized/film-poster/1/0/0/2/4/4/100244-begone-dull-care-0-125-0-187-crop.jpg?v=9face8067b&#34; alt=&#34;Begone Dull Care (1949)&#34;&gt;&lt;/a&gt;
    &lt;/li&gt;
  
    &lt;li&gt;
      &lt;a href=&#34;https://letterboxd.com/film/the-red-shoes/&#34;&gt;&lt;img src=&#34;https://a.ltrbxd.com/resized/sm/upload/rh/3s/bc/rr/oyOtIdNJJO8zVwPyCtxVRxPLuHO-0-125-0-187-crop.jpg?v=e083c8c594&#34; alt=&#34;The Red Shoes (1948)&#34;&gt;&lt;/a&gt;
    &lt;/li&gt;
  
    &lt;li&gt;
      &lt;a href=&#34;https://letterboxd.com/film/brief-encounter/&#34;&gt;&lt;img src=&#34;https://a.ltrbxd.com/resized/film-poster/5/1/3/0/1/51301-brief-encounter-0-125-0-187-crop.jpg?v=dfc2823c13&#34; alt=&#34;Brief Encounter (1945)&#34;&gt;&lt;/a&gt;
    &lt;/li&gt;
  
    &lt;li&gt;
      &lt;a href=&#34;https://letterboxd.com/film/laura/&#34;&gt;&lt;img src=&#34;https://a.ltrbxd.com/resized/film-poster/5/0/6/6/9/50669-laura-0-125-0-187-crop.jpg?v=6f306e1a55&#34; alt=&#34;Laura (1944)&#34;&gt;&lt;/a&gt;
    &lt;/li&gt;
  
    &lt;li&gt;
      &lt;a href=&#34;https://letterboxd.com/film/casablanca/&#34;&gt;&lt;img src=&#34;https://a.ltrbxd.com/resized/sm/upload/kq/vf/8s/1p/wOBKAoUJZb5qTsWv5XXvVV2vUzz-0-125-0-187-crop.jpg?v=cdb9b25970&#34; alt=&#34;Casablanca (1942)&#34;&gt;&lt;/a&gt;
    &lt;/li&gt;
  
    &lt;li&gt;
      &lt;a href=&#34;https://letterboxd.com/film/citizen-kane/&#34;&gt;&lt;img src=&#34;https://a.ltrbxd.com/resized/film-poster/2/7/0/2/2702-citizen-kane-0-125-0-187-crop.jpg?v=56bbc53dfd&#34; alt=&#34;Citizen Kane (1941)&#34;&gt;&lt;/a&gt;
    &lt;/li&gt;
  
    &lt;li&gt;
      &lt;a href=&#34;https://letterboxd.com/film/his-girl-friday/&#34;&gt;&lt;img src=&#34;https://a.ltrbxd.com/resized/film-poster/4/9/8/8/6/49886-his-girl-friday-0-125-0-187-crop.jpg?v=a31152c98c&#34; alt=&#34;His Girl Friday (1940)&#34;&gt;&lt;/a&gt;
    &lt;/li&gt;
  
    &lt;li&gt;
      &lt;a href=&#34;https://letterboxd.com/film/study-no-8/&#34;&gt;&lt;img src=&#34;https://a.ltrbxd.com/resized/film-poster/1/8/7/0/0/4/187004-study-no-8-0-125-0-187-crop.jpg?v=e9e0715e0c&#34; alt=&#34;Study No. 8 (1931)&#34;&gt;&lt;/a&gt;
    &lt;/li&gt;
  
&lt;/ol&gt;
</content>
    </entry>
  
    <entry>
      <title>2025 Oaties: Games</title>
      <link href="https://nex-3.com/blog/2025-oaties-games/" rel="alternate"/>
      <id>https://nex-3.com/blog/2025-oaties-games/</id>
      <published>2026-01-01T09:20:26Z</published>
      <updated>2026-01-02T01:18:43Z</updated>
      <author><name>Natalie Weizenbaum</name>
          <uri>https://nex-3.com/</uri></author><category term="oaties" label="oaties"/><category term="silksong" label="silksong"/><content type="html">&lt;p&gt;This year, I think I&#39;m going to split up my oaties post into two, one for games
and one for films. I don&#39;t want the posts to be massive, especially since I&#39;m
going to continue the tradition I established last year of updating my all-time
of-the-year lists along with choosing individual years.&lt;/p&gt;
&lt;p&gt;I&#39;ll be honest: I&#39;m not feeling great about the state of video games in 2025. I
certainly missed some games that might change my opinion here—notable games I
didn&#39;t get around to that I think I stand a shot of really loving include
&lt;em&gt;PEAK&lt;/em&gt;, &lt;em&gt;Shadow Labyrinth&lt;/em&gt;, &lt;em&gt;Of the Devil&lt;/em&gt;, and &lt;em&gt;Kinophobia&lt;/em&gt;. I&#39;ll mention
&lt;em&gt;Despelote&lt;/em&gt; as well as a game I watched &lt;span class=&#34;mention h-card&#34;&gt;&lt;a class=&#34;p-given-name         u-url u-uid&#34; href=&#34;https://eden.care/&#34;&gt;Eden&lt;/a&gt;&lt;data class=&#34;p-family-name&#34; value=&#34;Porter&#34;&gt;&lt;/data&gt;&lt;data class=&#34;u-photo&#34; value=&#34;https://bear-images.sfo2.cdn.digitaloceanspaces.com/fontiago/aa12.webp&#34;&gt;&lt;/data&gt;&lt;/span&gt; play most of and
thought very highly of. But on the whole, this year leaves a bad taste in my
mouth and makes me feel like a hater.&lt;/p&gt;
&lt;p&gt;I always try to muster precise and thoughtful critiques of games I don&#39;t like,
especially when I know other people feel differently, and that often means I&#39;m
putting myself in the position of thinking as much about the games I don&#39;t like
as I do about my favorites. This year, though, it felt like I was endlessly
pouring out criticism with only brief intermissions for auditions.&lt;/p&gt;
&lt;p&gt;Many people, including numerous friends of mine, loved &lt;a href=&#34;https://backloggd.com/u/nex3/review/2759130/&#34;&gt;&lt;em&gt;Blue Prince&lt;/em&gt;&lt;/a&gt;, &lt;a href=&#34;https://backloggd.com/u/nex3/review/3320805/&#34;&gt;&lt;em&gt;Donkey
Kong Bananza&lt;/em&gt;&lt;/a&gt;, and &lt;a href=&#34;https://backloggd.com/u/nex3/review/3449368/&#34;&gt;&lt;em&gt;Hades II&lt;/em&gt;&lt;/a&gt;. I found all three of these flawed in ways that
were actively repugnant to my design sensibilities. That&#39;s not to say I didn&#39;t
enjoy them, but the fun I had felt like digesting &lt;em&gt;content&lt;/em&gt;, that increasingly
refined slurry of choose-three mechanics and the steady drip-drip-drip of
unlocks. The failures, on the other hand, were born of deep misunderstandings of
the player&#39;s perspective-in-the-moment—the very experience whose careful
shepherding is what I find most compelling about the very best game design.&lt;/p&gt;
&lt;p&gt;I was looking forward to &lt;a href=&#34;https://nex-3.com/blog/first-thoughts-on-civ-vii/&#34;&gt;&lt;em&gt;Civilization VII&lt;/em&gt;&lt;/a&gt; so eagerly I took time off work to
play it with &lt;span class=&#34;mention h-card&#34;&gt;&lt;a class=&#34;p-name         u-url u-uid&#34; href=&#34;https://seaslug.garden/&#34;&gt;Liz&lt;/a&gt;&lt;data class=&#34;p-nickname&#34; value=&#34;JhoiraArtificer&#34;&gt;&lt;/data&gt;&lt;data class=&#34;u-photo&#34; value=&#34;https://seaslug.garden/wp-content/uploads/2024/09/lizseal-1024x1024.webp&#34;&gt;&lt;/data&gt;&lt;/span&gt;. It was so disappointing we abandoned it after
two days. Even games I broadly quite liked, like &lt;a href=&#34;https://backloggd.com/u/nex3/review/3640927/&#34;&gt;&lt;em&gt;Q-Up&lt;/em&gt;&lt;/a&gt; and &lt;a href=&#34;https://backloggd.com/u/nex3/review/3874058/&#34;&gt;&lt;em&gt;Demonschool&lt;/em&gt;&lt;/a&gt;,
were marred by notable design flaws.&lt;/p&gt;
&lt;p&gt;That&#39;s not to say there weren&#39;t games I enjoyed this year, but looking back at
them I&#39;m faced with the horrifying realization that everything I really loved
this year was a sequel or a spinoff. &lt;a href=&#34;https://backloggd.com/u/nex3/logs/fish-fear-me/reviews/&#34;&gt;&lt;em&gt;Fish Fear Me&lt;/em&gt;&lt;/a&gt;, &lt;a href=&#34;https://backloggd.com/u/nex3/review/2877660/&#34;&gt;&lt;em&gt;Monster Train 2&lt;/em&gt;&lt;/a&gt;,
&lt;a href=&#34;https://backloggd.com/u/nex3/logs/elden-ring-nightreign/reviews/&#34;&gt;&lt;em&gt;Elden Ring: Nightreign&lt;/em&gt;&lt;/a&gt;, &lt;a href=&#34;https://backloggd.com/u/nex3/review/3343975/&#34;&gt;&lt;em&gt;Death Stranding 2&lt;/em&gt;&lt;/a&gt;, and &lt;a href=&#34;https://backloggd.com/u/nex3/review/3381345/&#34;&gt;&lt;em&gt;Hollow Knight:
Silksong&lt;/em&gt;&lt;/a&gt; all remix or reinvent their source material to some degree, and I
think they&#39;re all excellent. But the knowledge that none of them (nor &lt;em&gt;Hades II&lt;/em&gt;
nor &lt;em&gt;Civilization VII&lt;/em&gt;) is fully original haunts me.&lt;/p&gt;
&lt;h2 id=&#34;game-of-2025-a-href-https-backloggd-com-u-nex-3-review-3381345-em-hollow-knight-silksong-em-a&#34;&gt;Game of 2025: &lt;a href=&#34;https://backloggd.com/u/nex3/review/3381345/&#34;&gt;&lt;em&gt;Hollow Knight: Silksong&lt;/em&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;figure class=&#34;     image        &#34;&gt;
  &lt;a href=&#34;https://nex-3.com/assets/256/silksong.webp&#34;&gt;
    &lt;img src=&#34;https://nex-3.com/assets/256/silksong.webp&#34;&gt;
  &lt;/a&gt;
&lt;/figure&gt;

&lt;p&gt;This is kind of a shoo-in choice, if I&#39;m being honest. There are only three
games I gave five stars this year. &lt;em&gt;Nightreign&lt;/em&gt; is certainly my most played of
the three, and (similar to my reasoning for picking &lt;em&gt;Elden Ring&lt;/em&gt; as my game of
2022) exploring it and developing strategies with friends was a unique joy. But
it&#39;s also got plenty of flaws itself—not so many as to make it not an absolute
favorite, but enough to keep it from being a serious competitor for the top
seat.&lt;/p&gt;
&lt;p&gt;I liked &lt;em&gt;Death Stranding 2&lt;/em&gt; a lot more than many. I don&#39;t entirely disagree with
&lt;a href=&#34;https://kotaku.com/best-games-2025-despelote-terminator-2d-absolum-pac-man-shadow-labyrinth-blippo-2000656278&#34;&gt;Carolyn Petit&#39;s critiques&lt;/a&gt; of the game; there are certainly ways in which its
mountain of quality-of-life improvements over the first game feel like sanding
down some of the unique character, and while I like the fact that stealth-action
sequences were more of a real thing I don&#39;t disagree that they do bring it
closer to a normal AAA game (and certainly closer to &lt;em&gt;Metal Gear Solid V&lt;/em&gt;). Its
biggest strength is its narrative, but that&#39;s also the only thing that&#39;s a truly
substantial change relative to the original.&lt;/p&gt;
&lt;p&gt;So that leaves &lt;em&gt;Silksong&lt;/em&gt;. While it&#39;s not flawless, the quality of design is
excellent across the board. And what makes me most impressed is the ways in
which it plays off and even undermines the expectations of its predecessor. It&#39;s
a sequel in the vein of &lt;em&gt;Metal Gear Solid 2&lt;/em&gt; or &lt;em&gt;Dark Souls 2&lt;/em&gt;: one that&#39;s
unafraid to reimagine the constraints of the original. &lt;em&gt;Silksong&lt;/em&gt; begins with a
bold mechanical declaration, that the downward aerial attack that was the bread
and butter of &lt;em&gt;Hollow Knight&lt;/em&gt; combat was no more, and builds outwards from there
with utmost self-confidence. Team Cherry are among rarefied company in their
willingness to use friction as part of their palette, and more importantly they
do it without simply copying From Software&#39;s notes.&lt;/p&gt;
&lt;p&gt;For all that I&#39;m a little sad to have to pick a sequel, &lt;em&gt;Silksong&lt;/em&gt; certainly
deserves its place as my game of the year.&lt;/p&gt;
&lt;h2 id=&#34;games-of-the-years&#34;&gt;Games of the Years&lt;/h2&gt;
&lt;p&gt;I didn&#39;t play that many games from outside 2025 this year, and the only one I
really loved was &lt;a href=&#34;https://backloggd.com/u/nex3/review/2600340/&#34;&gt;&lt;em&gt;Slay the Princess&lt;/em&gt;&lt;/a&gt; which for all my esteem can&#39;t really
compete with &lt;a href=&#34;https://backloggd.com/u/nex3/review/1157609/&#34;&gt;&lt;em&gt;Void Stranger&lt;/em&gt;&lt;/a&gt; for the 2023 slot. As a result, the only changes
to my GOTY lineup are from other cleanups or reevaluations:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;1988: I&#39;ve added &lt;em&gt;Tetris&lt;/em&gt; as my game of the year. I didn&#39;t actually play any
new games from 1988 this year, but I did realize that (despite Backloggd
categorizing it as a 1989 release) the first documented commercial release of
the game was &lt;a href=&#34;https://en.wikipedia.org/wiki/Tetris_(Spectrum_HoloByte)&#34;&gt;in 1988&lt;/a&gt;. That puts &#39;88 over the five-game minimum that
qualifies it for a place in my GOTY list, and &lt;em&gt;Tetris&lt;/em&gt; beats out &lt;em&gt;Super Mario
Bros 2&lt;/em&gt; and &lt;em&gt;3&lt;/em&gt; (both entirely delightful games) because, come on, it&#39;s
fucking &lt;em&gt;Tetris&lt;/em&gt;.&lt;/p&gt;
&lt;p&gt;Despite &lt;em&gt;Tetris&lt;/em&gt; being moved out, 1989 gets to remain in the list with &lt;em&gt;Wonder
Boy III: The Dragon&#39;s Trap&lt;/em&gt; sneaking in as the fifth entry. I played the 2017
remake, not the original, but I generally count remakes as the same year as
the original unless they&#39;re wildly different.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;1994: &lt;em&gt;The Incredible Toon Machine&lt;/em&gt; displaces &lt;em&gt;Jazz Jackrabbit&lt;/em&gt;. Both of these
are childhood favorites, but I&#39;d forgotten to mark the former on Backloggd
until this year. While the OG Epic shooter platformer was an absolute
fascination for young Natalie, as an adult I find the &lt;em&gt;Incredible Machine&lt;/em&gt;&#39;s
open-ended approach to puzzle design and the ways it presents challenges in
what is fundamentally a sandbox much more interesting.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;2008: &lt;em&gt;Metal Gear Solid 4&lt;/em&gt; replaces &lt;em&gt;Armored Core: For Answer&lt;/em&gt;. I played MGS4
at the beginning of 2024 and I&#39;m not sure why I didn&#39;t make this change during
the previous update. I like ACFA just fine, but MGS4 is a multimedia
masterpiece in its own right as well as the culmination of the primary arc of
the most fascinatingly metatextual AAA franchise that ever has or likely ever
will exist.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;ol class=&#34;poster-list remove-from-simplified&#34;&gt;
  
    &lt;li&gt;
      &lt;a href=&#34;https://backloggd.com/games/hollow-knight-silksong/&#34;&gt;&lt;img src=&#34;https://images.igdb.com/igdb/image/upload/t_cover_big/coaend.jpg&#34; alt=&#34;Hollow Knight: Silksong&#34;&gt;&lt;/a&gt;
    &lt;/li&gt;
  
    &lt;li&gt;
      &lt;a href=&#34;https://backloggd.com/games/ufo-50/&#34;&gt;&lt;img src=&#34;https://images.igdb.com/igdb/image/upload/t_cover_big/co24v0.jpg&#34; alt=&#34;UFO 50&#34;&gt;&lt;/a&gt;
    &lt;/li&gt;
  
    &lt;li&gt;
      &lt;a href=&#34;https://backloggd.com/games/void-stranger/&#34;&gt;&lt;img src=&#34;https://images.igdb.com/igdb/image/upload/t_cover_big/co6xgv.jpg&#34; alt=&#34;Void Stranger&#34;&gt;&lt;/a&gt;
    &lt;/li&gt;
  
    &lt;li&gt;
      &lt;a href=&#34;https://backloggd.com/games/elden-ring/&#34;&gt;&lt;img src=&#34;https://images.igdb.com/igdb/image/upload/t_cover_big/co4jni.jpg&#34; alt=&#34;Elden Ring&#34;&gt;&lt;/a&gt;
    &lt;/li&gt;
  
    &lt;li&gt;
      &lt;a href=&#34;https://backloggd.com/games/hitman-3/&#34;&gt;&lt;img src=&#34;https://images.igdb.com/igdb/image/upload/t_cover_big/co29lt.jpg&#34; alt=&#34;Hitman 3&#34;&gt;&lt;/a&gt;
    &lt;/li&gt;
  
    &lt;li&gt;
      &lt;a href=&#34;https://backloggd.com/games/umurangi-generation/&#34;&gt;&lt;img src=&#34;https://images.igdb.com/igdb/image/upload/t_cover_big/co20f3.jpg&#34; alt=&#34;Umurangi Generation&#34;&gt;&lt;/a&gt;
    &lt;/li&gt;
  
    &lt;li&gt;
      &lt;a href=&#34;https://backloggd.com/games/sekiro-shadows-die-twice/&#34;&gt;&lt;img src=&#34;https://images.igdb.com/igdb/image/upload/t_cover_big/co2a23.jpg&#34; alt=&#34;Sekiro: Shadows Die Twice&#34;&gt;&lt;/a&gt;
    &lt;/li&gt;
  
    &lt;li&gt;
      &lt;a href=&#34;https://backloggd.com/games/return-of-the-obra-dinn/&#34;&gt;&lt;img src=&#34;https://images.igdb.com/igdb/image/upload/t_cover_big/co27j9.jpg&#34; alt=&#34;Return of the Obra Dinn&#34;&gt;&lt;/a&gt;
    &lt;/li&gt;
  
    &lt;li&gt;
      &lt;a href=&#34;https://backloggd.com/games/hollow-knight/&#34;&gt;&lt;img src=&#34;https://images.igdb.com/igdb/image/upload/t_cover_big/co93cr.jpg&#34; alt=&#34;Hollow Knight&#34;&gt;&lt;/a&gt;
    &lt;/li&gt;
  
    &lt;li&gt;
      &lt;a href=&#34;https://backloggd.com/games/sid-meiers-civilization-vi/&#34;&gt;&lt;img src=&#34;https://images.igdb.com/igdb/image/upload/t_cover_big/coaaqr.jpg&#34; alt=&#34;Sid Meier&#39;s Civilization VI&#34;&gt;&lt;/a&gt;
    &lt;/li&gt;
  
    &lt;li&gt;
      &lt;a href=&#34;https://backloggd.com/games/bloodborne/&#34;&gt;&lt;img src=&#34;https://images.igdb.com/igdb/image/upload/t_cover_big/co1rba.jpg&#34; alt=&#34;Bloodborne&#34;&gt;&lt;/a&gt;
    &lt;/li&gt;
  
    &lt;li&gt;
      &lt;a href=&#34;https://backloggd.com/games/threes/&#34;&gt;&lt;img src=&#34;https://images.igdb.com/igdb/image/upload/t_cover_big/co2hvl.jpg&#34; alt=&#34;Threes!&#34;&gt;&lt;/a&gt;
    &lt;/li&gt;
  
    &lt;li&gt;
      &lt;a href=&#34;https://backloggd.com/games/kentucky-route-zero/&#34;&gt;&lt;img src=&#34;https://images.igdb.com/igdb/image/upload/t_cover_big/co9dwn.jpg&#34; alt=&#34;Kentucky Route Zero&#34;&gt;&lt;/a&gt;
    &lt;/li&gt;
  
    &lt;li&gt;
      &lt;a href=&#34;https://backloggd.com/games/journey/&#34;&gt;&lt;img src=&#34;https://images.igdb.com/igdb/image/upload/t_cover_big/co1q8q.jpg&#34; alt=&#34;Journey&#34;&gt;&lt;/a&gt;
    &lt;/li&gt;
  
    &lt;li&gt;
      &lt;a href=&#34;https://backloggd.com/games/dark-souls/&#34;&gt;&lt;img src=&#34;https://images.igdb.com/igdb/image/upload/t_cover_big/co1x78.jpg&#34; alt=&#34;Dark Souls&#34;&gt;&lt;/a&gt;
    &lt;/li&gt;
  
    &lt;li&gt;
      &lt;a href=&#34;https://backloggd.com/games/fallout-new-vegas/&#34;&gt;&lt;img src=&#34;https://images.igdb.com/igdb/image/upload/t_cover_big/co1u60.jpg&#34; alt=&#34;Fallout: New Vegas&#34;&gt;&lt;/a&gt;
    &lt;/li&gt;
  
    &lt;li&gt;
      &lt;a href=&#34;https://backloggd.com/games/demon-s-souls/&#34;&gt;&lt;img src=&#34;https://images.igdb.com/igdb/image/upload/t_cover_big/co27sk.jpg&#34; alt=&#34;Demon&#39;s Souls&#34;&gt;&lt;/a&gt;
    &lt;/li&gt;
  
    &lt;li&gt;
      &lt;a href=&#34;https://backloggd.com/games/metal-gear-solid-4-guns-of-the-patriots/&#34;&gt;&lt;img src=&#34;https://images.igdb.com/igdb/image/upload/t_cover_big/co5eju.jpg&#34; alt=&#34;Metal Gear Solid 4: Guns of the Patriots&#34;&gt;&lt;/a&gt;
    &lt;/li&gt;
  
    &lt;li&gt;
      &lt;a href=&#34;https://backloggd.com/games/portal/&#34;&gt;&lt;img src=&#34;https://images.igdb.com/igdb/image/upload/t_cover_big/coay61.jpg&#34; alt=&#34;Portal&#34;&gt;&lt;/a&gt;
    &lt;/li&gt;
  
    &lt;li&gt;
      &lt;a href=&#34;https://backloggd.com/games/hitman-blood-money/&#34;&gt;&lt;img src=&#34;https://images.igdb.com/igdb/image/upload/t_cover_big/co2dm6.jpg&#34; alt=&#34;Hitman: Blood Money&#34;&gt;&lt;/a&gt;
    &lt;/li&gt;
  
    &lt;li&gt;
      &lt;a href=&#34;https://backloggd.com/games/pathologic-classic-hd/&#34;&gt;&lt;img src=&#34;https://images.igdb.com/igdb/image/upload/t_cover_big/co21fs.jpg&#34; alt=&#34;Pathologic Classic HD&#34;&gt;&lt;/a&gt;
    &lt;/li&gt;
  
    &lt;li&gt;
      &lt;a href=&#34;https://backloggd.com/games/metal-gear-solid-3-snake-eater-hd-edition/&#34;&gt;&lt;img src=&#34;https://images.igdb.com/igdb/image/upload/t_cover_big/co98hv.jpg&#34; alt=&#34;Metal Gear Solid 3: Snake Eater - HD Edition&#34;&gt;&lt;/a&gt;
    &lt;/li&gt;
  
    &lt;li&gt;
      &lt;a href=&#34;https://backloggd.com/games/shin-megami-tensei-iii-nocturne-hd-remaster/&#34;&gt;&lt;img src=&#34;https://images.igdb.com/igdb/image/upload/t_cover_big/coa66z.jpg&#34; alt=&#34;Shin Megami Tensei III: Nocturne - HD Remaster&#34;&gt;&lt;/a&gt;
    &lt;/li&gt;
  
    &lt;li&gt;
      &lt;a href=&#34;https://backloggd.com/games/magic-the-gathering-online/&#34;&gt;&lt;img src=&#34;https://images.igdb.com/igdb/image/upload/t_cover_big/coaokw.jpg&#34; alt=&#34;Magic: The Gathering Online&#34;&gt;&lt;/a&gt;
    &lt;/li&gt;
  
    &lt;li&gt;
      &lt;a href=&#34;https://backloggd.com/games/silent-hill-2-enhanced-edition/&#34;&gt;&lt;img src=&#34;https://images.igdb.com/igdb/image/upload/t_cover_big/co96wp.jpg&#34; alt=&#34;Silent Hill 2: Enhanced Edition&#34;&gt;&lt;/a&gt;
    &lt;/li&gt;
  
    &lt;li&gt;
      &lt;a href=&#34;https://backloggd.com/games/the-legend-of-zelda-majora-s-mask/&#34;&gt;&lt;img src=&#34;https://images.igdb.com/igdb/image/upload/t_cover_big/co3pah.jpg&#34; alt=&#34;The Legend of Zelda: Majora&#39;s Mask&#34;&gt;&lt;/a&gt;
    &lt;/li&gt;
  
    &lt;li&gt;
      &lt;a href=&#34;https://backloggd.com/games/pokemon-snap/&#34;&gt;&lt;img src=&#34;https://images.igdb.com/igdb/image/upload/t_cover_big/co4qiz.jpg&#34; alt=&#34;Pokémon Snap&#34;&gt;&lt;/a&gt;
    &lt;/li&gt;
  
    &lt;li&gt;
      &lt;a href=&#34;https://backloggd.com/games/metal-gear-solid/&#34;&gt;&lt;img src=&#34;https://images.igdb.com/igdb/image/upload/t_cover_big/coaxza.jpg&#34; alt=&#34;Metal Gear Solid&#34;&gt;&lt;/a&gt;
    &lt;/li&gt;
  
    &lt;li&gt;
      &lt;a href=&#34;https://backloggd.com/games/riven-the-sequel-to-myst/&#34;&gt;&lt;img src=&#34;https://images.igdb.com/igdb/image/upload/t_cover_big/co2jlf.jpg&#34; alt=&#34;Riven: The Sequel to Myst&#34;&gt;&lt;/a&gt;
    &lt;/li&gt;
  
    &lt;li&gt;
      &lt;a href=&#34;https://backloggd.com/games/resident-evil--1/&#34;&gt;&lt;img src=&#34;https://images.igdb.com/igdb/image/upload/t_cover_big/co2vz8.jpg&#34; alt=&#34;Resident Evil&#34;&gt;&lt;/a&gt;
    &lt;/li&gt;
  
    &lt;li&gt;
      &lt;a href=&#34;https://backloggd.com/games/full-tilt-pinball/&#34;&gt;&lt;img src=&#34;https://images.igdb.com/igdb/image/upload/t_cover_big/co6t9o.jpg&#34; alt=&#34;Full Tilt! Pinball&#34;&gt;&lt;/a&gt;
    &lt;/li&gt;
  
    &lt;li&gt;
      &lt;a href=&#34;https://backloggd.com/games/the-incredible-toon-machine/&#34;&gt;&lt;img src=&#34;https://images.igdb.com/igdb/image/upload/t_cover_big/a9a8sd8hmz2if9w6xlmx.jpg&#34; alt=&#34;The Incredible Toon Machine&#34;&gt;&lt;/a&gt;
    &lt;/li&gt;
  
    &lt;li&gt;
      &lt;a href=&#34;https://backloggd.com/games/myst/&#34;&gt;&lt;img src=&#34;https://images.igdb.com/igdb/image/upload/t_cover_big/co1y96.jpg&#34; alt=&#34;Myst&#34;&gt;&lt;/a&gt;
    &lt;/li&gt;
  
    &lt;li&gt;
      &lt;a href=&#34;https://backloggd.com/games/kaeru-no-tame-ni-kane-wa-naru/&#34;&gt;&lt;img src=&#34;https://images.igdb.com/igdb/image/upload/t_cover_big/co2dk2.jpg&#34; alt=&#34;Kaeru no Tame ni Kane wa Naru&#34;&gt;&lt;/a&gt;
    &lt;/li&gt;
  
    &lt;li&gt;
      &lt;a href=&#34;https://backloggd.com/games/monkey-island-2-lechuck-s-revenge/&#34;&gt;&lt;img src=&#34;https://images.igdb.com/igdb/image/upload/t_cover_big/co30yr.jpg&#34; alt=&#34;Monkey Island 2: LeChuck&#39;s Revenge&#34;&gt;&lt;/a&gt;
    &lt;/li&gt;
  
    &lt;li&gt;
      &lt;a href=&#34;https://backloggd.com/games/super-mario-world/&#34;&gt;&lt;img src=&#34;https://images.igdb.com/igdb/image/upload/t_cover_big/co8lo8.jpg&#34; alt=&#34;Super Mario World&#34;&gt;&lt;/a&gt;
    &lt;/li&gt;
  
    &lt;li&gt;
      &lt;a href=&#34;https://backloggd.com/games/super-mario-land/&#34;&gt;&lt;img src=&#34;https://images.igdb.com/igdb/image/upload/t_cover_big/co7o14.jpg&#34; alt=&#34;Super Mario Land&#34;&gt;&lt;/a&gt;
    &lt;/li&gt;
  
    &lt;li&gt;
      &lt;a href=&#34;https://backloggd.com/games/tetris--1/&#34;&gt;&lt;img src=&#34;https://images.igdb.com/igdb/image/upload/t_cover_big/co2ufl.jpg&#34; alt=&#34;Tetris&#34;&gt;&lt;/a&gt;
    &lt;/li&gt;
  
&lt;/ol&gt;
&lt;h2 id=&#34;bonus-hundo-club&#34;&gt;Bonus: Hundo Club&lt;/h2&gt;
&lt;p&gt;We welcome two new entrants to the &lt;a href=&#34;https://backloggd.com/u/nex3/list/hundo-club/&#34;&gt;hundo club&lt;/a&gt; this year: &lt;em&gt;Elden Ring:
Nightreign&lt;/em&gt; which I played 277 hours of (mostly with friends but not
insignificantly also taking photos for the wiki) and &lt;em&gt;Death Stranding 2&lt;/em&gt; on
which I racked up 121 hours just playing through the main plot while taking
diversions to do optional deliveries whenever I felt like it, which turned out
to be a lot of the time. Shouts out as well to &lt;em&gt;Against the Storm&lt;/em&gt;, already a
member of the club from last year but which I&#39;m pretty sure Liz and I managed
another hundred hours of this year.&lt;/p&gt;
</content>
    </entry>
  
    <entry>
      <title></title>
      <link href="https://nex-3.com/blog/i-am-an-ai-hater/" rel="alternate"/>
      <id>https://nex-3.com/blog/i-am-an-ai-hater/</id>
      <published>2025-12-30T22:20:19Z</published>
      <updated>2025-12-30T22:20:19Z</updated>
      <author><name>Natalie Weizenbaum</name>
          <uri>https://nex-3.com/</uri></author><content type="html"> &lt;blockquote class=&#34;h-entry u-in-reply-to&#34; style=&#34; padding: 0.75rem; margin: 1rem 0.2rem 1.15rem; border-radius: 0.5rem; box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.14), 0px 1px 10px rgba(0, 0, 0, 0.12), 0px 2px 4px rgba(0, 0, 0, 0.2); &#34;&gt; &lt;p&gt; &lt;strong class=&#34;p-author h-card&#34;&gt;&lt;span class=&#34;p-name&#34;&gt;moser&#39;s frame shop&lt;/span&gt;&lt;/strong&gt; wrote: &lt;/p&gt; &lt;div class=&#34;e-content&#34;&gt;&lt;h1 class=&#34;p-name&#34;&gt;&lt;a class=&#34;u-url&#34; href=&#34;https://anthonymoser.github.io/writing/ai/haterdom/2025/08/26/i-am-an-ai-hater.html&#34;&gt;I Am An AI Hater&lt;/a&gt;&lt;/h1&gt; &lt;p&gt; And I’m glad they’re lies. Because the makers of AI aren’t damned by their failures, they’re damned by their goals. They want to build a genie to grant them wishes, and their wish is that nobody ever has to make art again. They want to create a new kind of mind, so they can force it into mindless servitude. Their dream is to invent new forms of life to enslave. &lt;/p&gt; &lt;p&gt; And to what end? In a kind of nihilistic symmetry, their dream of the perfect slave machine drains the life of those who use it as well as those who turn the gears. What is life but what we choose, who we know, what we experience? Incoherent empty men want to sell me the chance to stop reading and writing and thinking, to stop caring for my kids or talking to my parents, to stop choosing what I do or knowing why I do it. Blissful ignorance and total isolation, warm in the womb of the algorithm, nourished by hungry machines. &lt;/p&gt;&lt;p&gt;&lt;a href=&#34;https://anthonymoser.github.io/writing/ai/haterdom/2025/08/26/i-am-an-ai-hater.html&#34; class=&#34;read-more&#34; title=&#34;Read More&#34;&gt;…&lt;/a&gt;&lt;/p&gt;&lt;/div&gt; &lt;/blockquote&gt; 

&lt;p&gt;I&#39;m a bit late to the party, but I was just linked Anthony Moser&#39;s poetic and
impassioned evisceration of LLMs today and I think anyone who hasn&#39;t yet read it
should do so. I cosign it as an articulation not just of my position on the
subject, but of my emotional stance towards it as well. The techno-cultural
nexus that we have recently taken to calling &#34;artificial intelligence&#34; is deeply
corrosive, and we must not tolerate it. We must not give it air to breathe. When
this all falls to an ignominious end, we must dance on its grave that it may
never rise again.&lt;/p&gt;
</content>
    </entry>
  
    <entry>
      <title></title>
      <link href="https://nex-3.com/blog/all-my-friends-are/" rel="alternate"/>
      <id>https://nex-3.com/blog/all-my-friends-are/</id>
      <published>2025-12-26T17:27:50Z</published>
      <updated>2025-12-26T17:27:50Z</updated>
      <author><name>Natalie Weizenbaum</name>
          <uri>https://nex-3.com/</uri></author><content type="html">&lt;p&gt;all my friends are disowning me for saying I&#39;m &amp;quot;playing a walklike&amp;quot; every time I go outside&lt;/p&gt;
</content>
    </entry>
  
    <entry>
      <title>the thing about Tilda Swinton&#39;s hypothetical doppelganger Swilda Tinton</title>
      <link href="https://nex-3.com/blog/the-thing-about-tilda/" rel="alternate"/>
      <id>https://nex-3.com/blog/the-thing-about-tilda/</id>
      <published>2025-12-16T18:32:53Z</published>
      <updated>2025-12-16T18:32:53Z</updated>
      <author><name>Natalie Weizenbaum</name>
          <uri>https://nex-3.com/</uri></author><category term="Tilda Swinton" label="Tilda Swinton"/><category term="Swilda Tinton" label="Swilda Tinton"/><content type="html">&lt;p&gt;is that if anyone &lt;em&gt;were&lt;/em&gt; going to have a doppelganger with a spoonerized name it
would be her. she&#39;s made multiple films about basically that. so while I&#39;m not
claiming that Swilda Tinton exists (although I&#39;m not claiming that she doesn&#39;t)
I just wanna say: it makes sense. it makes sense!&lt;/p&gt;
</content>
    </entry>
  
</feed>

