<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
  <title type="text">Kagi Small Web Appreciated</title>
  <id>https://kagi.com/smallweb/appreciated</id>
  <updated>2026-02-06T09:17:16Z</updated>
  <link href="https://kagi.com/smallweb/appreciated" rel="self" />
  <generator>Werkzeug</generator>
  <entry xml:base="https://kagi.com/smallweb/appreciated">
    <title type="text">SimplyCredit Partner UI</title>
    <id>https://gilli.is/projects/simplycredit-partner-ui</id>
    <updated>2026-02-06T09:17:16Z</updated>
    <link href="https://gilli.is/projects/simplycredit-partner-ui" />
    <author>
      <name></name>
    </author>
  </entry>
  <entry xml:base="https://kagi.com/smallweb/appreciated">
    <title type="text">LLM verification</title>
    <id>https://tecunningham.github.io/posts/2025-12-30-llm-verification.html</id>
    <updated>2026-02-05T08:00:00Z</updated>
    <link href="https://tecunningham.github.io/posts/2025-12-30-llm-verification.html" />
    <author>
      <name>Tom Cunningham</name>
    </author>
    <content type="html">&lt;p&gt;&lt;strong&gt;A prediction: people will move towards producing documents that are machine-verified.&lt;/strong&gt; A document will come with a checklist so you can see that it satisfies certain properties, as verified by LLMs:&lt;/p&gt;
&lt;div style=&#34;margin: auto;&#34;&gt;
&lt;table class=&#34;caption-top table&#34;&gt;
&lt;thead&gt;
&lt;tr class=&#34;header&#34;&gt;
&lt;th&gt;&lt;/th&gt;
&lt;th style=&#34;text-align: center;&#34;&gt;Claude&lt;/th&gt;
&lt;th style=&#34;text-align: center;&#34;&gt;Gemini&lt;/th&gt;
&lt;th style=&#34;text-align: center;&#34;&gt;GPT&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr class=&#34;odd&#34;&gt;
&lt;td&gt;Factual claims are accurate&lt;/td&gt;
&lt;td style=&#34;text-align: center;&#34;&gt;✅&lt;/td&gt;
&lt;td style=&#34;text-align: center;&#34;&gt;✅&lt;/td&gt;
&lt;td style=&#34;text-align: center;&#34;&gt;✅&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class=&#34;even&#34;&gt;
&lt;td&gt;Logically consistent&lt;/td&gt;
&lt;td style=&#34;text-align: center;&#34;&gt;✅&lt;/td&gt;
&lt;td style=&#34;text-align: center;&#34;&gt;✅&lt;/td&gt;
&lt;td style=&#34;text-align: center;&#34;&gt;✅&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class=&#34;odd&#34;&gt;
&lt;td&gt;Central idea is novel&lt;/td&gt;
&lt;td style=&#34;text-align: center;&#34;&gt;✅&lt;/td&gt;
&lt;td style=&#34;text-align: center;&#34;&gt;✅&lt;/td&gt;
&lt;td style=&#34;text-align: center;&#34;&gt;✅&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class=&#34;even&#34;&gt;
&lt;td&gt;The writing is readable&lt;/td&gt;
&lt;td style=&#34;text-align: center;&#34;&gt;✅&lt;/td&gt;
&lt;td style=&#34;text-align: center;&#34;&gt;✅&lt;/td&gt;
&lt;td style=&#34;text-align: center;&#34;&gt;✅&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;p&gt;&lt;strong&gt;If your blog post starts with this checklist I’ll be more likely to read it.&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;This is already happening for mathematicians and programmers: they verify LLM-produced proofs with a formal verification tool (e.g.&amp;nbsp;Lean), and LLM-produced code with unit tests. I’m predicting that this pattern will spread to all other areas of knowledge work, as LLMs get better at verifying correctness.&lt;/p&gt;
&lt;section class=&#34;level1&#34; id=&#34;notes&#34;&gt;
&lt;h1&gt;Notes&lt;/h1&gt;
&lt;dl&gt;
&lt;dt&gt;A corollary: there’s a magic prompt.&lt;/dt&gt;
&lt;dd&gt;
&lt;p&gt;Instead of saying &lt;em&gt;“answer question Q”&lt;/em&gt;, it’s better to say &lt;em&gt;“answer question Q, and give me a way of verifying that the answer is correct.”&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;You want the LLM to give you a checklist like the one above, decomposing the verification into many subproblems. Programmers have learnt to prompt &lt;em&gt;“write a program to do P, and a set of tests to verify that it does P.”&lt;/em&gt;&lt;/p&gt;
&lt;/dd&gt;
&lt;dt&gt;Examples of criteria you want to check:&lt;/dt&gt;
&lt;dd&gt;
&lt;ul&gt;
&lt;li&gt;An infection prevention plan: verify that the plan is consistent with the relevant protocols.&lt;/li&gt;
&lt;li&gt;A tax return: verify that each of the IRS rules are satisfied.&lt;/li&gt;
&lt;li&gt;A legal memo: verify that citations are accurate.&lt;/li&gt;
&lt;li&gt;An insurance claim: verify that the claim answers all relevant questions.&lt;/li&gt;
&lt;li&gt;An insurance decision: verify that the decision is consistent with close precedents.&lt;/li&gt;
&lt;/ul&gt;
&lt;/dd&gt;
&lt;dt&gt;An analogy with two friends.&lt;/dt&gt;
&lt;dd&gt;
You have one friend who is full of new ideas, you have another friend who can tell whether an idea is good or bad. Each friend is somewhat useful, but when you combine them they’re amazing. (I think this is the case for mathematicians: LLMs will produce a fountain of proofs, and Lean can distinguish which are sound or unsound).
&lt;/dd&gt;
&lt;dt&gt;Implication: credentials become less important.&lt;/dt&gt;
&lt;dd&gt;
&lt;p&gt;Many people are saying that LLMs will make credentials more important, because they make it harder to superficially distinguish high-quality and low-quality work. &lt;a href=&#34;https://x.com/ryancbriggs/status/2004928726153527776&#34;&gt;Ryan Briggs&lt;/a&gt; says:&lt;/p&gt;
&lt;blockquote class=&#34;blockquote&#34;&gt;
&lt;p&gt;&lt;em&gt;“Prediction: in the short-to-medium term LLMs will make the reputation of the researcher matter more for whether or not we view results as credible because it will become too hard to read everything and people will want shortcuts for filtering. Again, this hits juniors hardest.”&lt;/em&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;It’s possible this is true but there’s a countervailing force: LLMs are better paper-writers, but also better referees. In fact they may be relatively better referees than they are authors, which would shift balance in favor of the less-credentialed. If we had a perfect test for the quality of work, we wouldn’t need to rely on reputation at all.&lt;/p&gt;
&lt;p&gt;If someone entirely unqualified makes a breakthrough in ML or mathematics they can verify it. Historically this has been much harder in soft disciplines like economics, but if the cost of verification falls to zero.&lt;/p&gt;
&lt;p&gt;A related point: in an old &lt;a href=&#34;https://tecunningham.github.io/posts/2023-06-06-effect-of-ai-on-communication.html&#34;&gt;post on AI and communication&lt;/a&gt; I argued that with LLMs reputation will become less important for internal properties (where the ground truth is human judgment, i.e.&amp;nbsp;verification is cheap), more important for external properties (where the ground truth is in the world, i.e.&amp;nbsp;verification is expensive).&lt;/p&gt;
&lt;/dd&gt;
&lt;/dl&gt;
&lt;/section&gt;
&lt;section class=&#34;level1&#34; id=&#34;a-more-precise-story&#34;&gt;
&lt;h1&gt;A More Precise Story&lt;/h1&gt;
&lt;ol type=&#34;1&#34;&gt;
&lt;li&gt;&lt;p&gt;Different domains have different costs of verification:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Cheap to verify: whether an image looks good, whether a joke is funny, whether a sudoku solution is valid, whether a formalized proof is sound, whether code passes a specific test.&lt;/li&gt;
&lt;li&gt;Costly to verify: whether a medical paper works, whether an academic paper is high quality, whether a human-written proof is sound, whether code fulfills a specification.&lt;/li&gt;
&lt;/ul&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;LLM-verification will be a big benefit in domains where it’s costly to verify.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;There is a complementarity between LLM-generation and LLM-verification, the value of both is more than the sum of the value of each.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;When doing LLM-generation it’s useful to ask the LLM to self-verify. E.g. by (1) generating a Lean proof and validating it; (2) generating unit tests and running them; (3) generating a checklist and asking an independent LLM to check each box.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;LLM-generation can &lt;em&gt;hurt&lt;/em&gt; communication equilibria where verification is costly, when LLM generation lowers the cost of &lt;em&gt;accidental&lt;/em&gt; attributes (not essential attributes). E.g. if LLMs make it cheap to fix spelling errors, or to adopt idioms of the discipline, then there will be less separation in equilibrium.&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;/section&gt;
&lt;section class=&#34;level1&#34; id=&#34;formal-models&#34;&gt;
&lt;h1&gt;Formal Models&lt;/h1&gt;
&lt;p&gt;A couple of very hasty models to sketch how to formalize this. It would be nice to have a single model which incorporates all the mechanisms above.&lt;/p&gt;
&lt;dl&gt;
&lt;dt&gt;Model 1: quality vs polish.&lt;/dt&gt;
&lt;dd&gt;
&lt;p&gt;Suppose you care just about intrinsic quality &lt;img src=&#34;https://latex.codecogs.com/png.latex?q&#34; /&gt;, but your signal is &lt;img src=&#34;https://latex.codecogs.com/png.latex?s=q+p&#34; /&gt; where &lt;img src=&#34;https://latex.codecogs.com/png.latex?p&#34; /&gt; is polish. You know that &lt;img src=&#34;https://latex.codecogs.com/png.latex?q&#34; /&gt; and &lt;img src=&#34;https://latex.codecogs.com/png.latex?p&#34; /&gt; are positively correlated (better books have better covers), so &lt;img src=&#34;https://latex.codecogs.com/png.latex?s&#34; /&gt; is a highly reliable signa of quality.&lt;/p&gt;
&lt;p&gt;Suppose LLMs lower the cost of polish, so now everyone has high &lt;img src=&#34;https://latex.codecogs.com/png.latex?p&#34; /&gt;. This makes the signal-extraction problem worse, and you’ll rely relatively more on another signal, e.g.&amp;nbsp;the author’s reputation (assuming it’s another signal correlated with &lt;img src=&#34;https://latex.codecogs.com/png.latex?q&#34; /&gt;).&lt;/p&gt;
&lt;p&gt;Suppose instead that LLMs lower the cost of directly observing quality &lt;img src=&#34;https://latex.codecogs.com/png.latex?q&#34; /&gt;. This will then imply putting relatively less weight on the author’s reputation.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Implications:&lt;/strong&gt;&lt;/p&gt;
&lt;ol type=&#34;1&#34;&gt;
&lt;li&gt;LLMs lowering the cost of polish will cause more weight to be put on reputation.&lt;/li&gt;
&lt;li&gt;LLMs lowering the cost of verification will cause less weight to be put on reputation.&lt;/li&gt;
&lt;/ol&gt;
&lt;/dd&gt;
&lt;dt&gt;Model 2: search.&lt;/dt&gt;
&lt;dd&gt;
&lt;p&gt;You have &lt;img src=&#34;https://latex.codecogs.com/png.latex?N&#34; /&gt; ideas with unobserved iid payoffs, and you can pay cost &lt;img src=&#34;https://latex.codecogs.com/png.latex?c&#34; /&gt; to find the true payoff (AKA Weitzmann’s Pandora’s box problem).&lt;/p&gt;
&lt;p&gt;Claim: there’s a complementarity between the number of ideas you have (&lt;img src=&#34;https://latex.codecogs.com/png.latex?N&#34; /&gt;) and the cheapness of verification (inverse of &lt;img src=&#34;https://latex.codecogs.com/png.latex?c&#34; /&gt;). Formally:&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://latex.codecogs.com/png.latex?%5Cbegin%7Baligned%7D%0A%20%20V_n(c)%20%20%20&amp;amp;%20=%5Cint_%7B0%7D%5E%7B%5Csigma(c)%7D%20%5Cbig(1-F(t)%5En%5Cbig)dt,%0A%20%20%20%20%20&amp;amp;&amp;amp;%20%5Ctext%7B(expected%20value%20from%20optimal%20strategy)%7D%5C%5C%0A%20%20E%5B(X-%5Csigma)%5E+%5D%20&amp;amp;=%20c%20&amp;amp;&amp;amp;%20%5Ctext%7B(implicit%20definition%20of%20$%5Csigma(c)$)%7D%0A%5Cend%7Baligned%7D&#34; /&gt;&lt;/p&gt;
&lt;p&gt;From inspection we can see that the expression has a complementarity between &lt;img src=&#34;https://latex.codecogs.com/png.latex?c&#34; /&gt; and &lt;img src=&#34;https://latex.codecogs.com/png.latex?n&#34; /&gt;.&lt;/p&gt;
&lt;/dd&gt;
&lt;/dl&gt;


&lt;/section&gt;</content>
  </entry>
  <entry xml:base="https://kagi.com/smallweb/appreciated">
    <title type="text">Barn Owls at the Supermarket</title>
    <id>https://www.birdsoutsidemywindow.org/2026/02/04/barn-owls-at-the-supermarket/</id>
    <updated>2026-02-04T13:19:50Z</updated>
    <link href="https://www.birdsoutsidemywindow.org/2026/02/04/barn-owls-at-the-supermarket/" />
    <author>
      <name>Kate St. John</name>
    </author>
    <content type="html">4 February 2026 While in Costa Rica with Road Scholar on 26 January: On our way to Arenal we needed some snacks and bottled drinks so we combined a visit to the grocery store with a stop for barn owls. Yes, there were barn owls at the grocery store. Inside the building it was a &amp;#8230; &lt;a class=&#34;more-link&#34; href=&#34;https://www.birdsoutsidemywindow.org/2026/02/04/barn-owls-at-the-supermarket/&#34;&gt;Continue reading &lt;span class=&#34;screen-reader-text&#34;&gt;Barn Owls at the Supermarket&lt;/span&gt; &lt;span class=&#34;meta-nav&#34;&gt;&amp;#8594;&lt;/span&gt;&lt;/a&gt;</content>
  </entry>
  <entry xml:base="https://kagi.com/smallweb/appreciated">
    <title type="text">Goodbye Gmail, Hello Fastmail!</title>
    <id>https://andrewmarder.net/fastmail/</id>
    <updated>2026-02-04T00:00:00Z</updated>
    <link href="https://andrewmarder.net/fastmail/" />
    <author>
      <name></name>
    </author>
    <content type="html">Why I switched from Gmail to Fastmail, and why Proton Mail didn&#39;t work for me.</content>
  </entry>
  <entry xml:base="https://kagi.com/smallweb/appreciated">
    <title type="text">How To Ask For What You Want</title>
    <id>https://www.jasonfeifer.com/how-to-ask-for-what-you-want/</id>
    <updated>2026-02-03T10:55:00Z</updated>
    <link href="https://www.jasonfeifer.com/how-to-ask-for-what-you-want/" />
    <author>
      <name>Jason Feifer</name>
    </author>
    <content type="html">&lt;p&gt;Welcome to ​One Thing Better​. Each week, the editor in chief of Entrepreneur magazine (that&amp;#8217;s me) shares one way to achieve a breakthrough at work — and build a career or company you love. Today’s edition is sponsored by ​Mizzen+Main​, one of my favorite clothing brands (who I just modeled for, really!). See details at [&amp;#8230;]&lt;/p&gt;
&lt;p&gt;The post &lt;a href=&#34;https://www.jasonfeifer.com/how-to-ask-for-what-you-want/&#34;&gt;How To Ask For What You Want&lt;/a&gt; appeared first on &lt;a href=&#34;https://www.jasonfeifer.com&#34;&gt;Jason Feifer&lt;/a&gt;.&lt;/p&gt;</content>
  </entry>
  <entry xml:base="https://kagi.com/smallweb/appreciated">
    <title type="text">How I Got Claude to Consult Codex (and When I Use It)</title>
    <id>https://danielraffel.me/til/2026/02/03/how-i-got-claude-to-consult-codex-and-when-i-use-it/</id>
    <updated>2026-02-03T00:11:03Z</updated>
    <link href="https://danielraffel.me/til/2026/02/03/how-i-got-claude-to-consult-codex-and-when-i-use-it/" />
    <author>
      <name>Daniel Raffel</name>
    </author>
    <content type="html">Up until recently, getting Claude to collaborate with other agents was…functional, but clunky. Recently, I started using a skill that allows me to just call OpenAI /codex from Claude.</content>
  </entry>
  <entry xml:base="https://kagi.com/smallweb/appreciated">
    <title type="text">Wayland Compatible Annotated Screenshots with slurp, grim and satty</title>
    <id>https://nickjanetakis.com/blog/wayland-compatible-annotated-screenshots-with-slurp-grim-and-satty</id>
    <updated>2026-02-03T00:00:00Z</updated>
    <link href="https://nickjanetakis.com/blog/wayland-compatible-annotated-screenshots-with-slurp-grim-and-satty" />
    <author>
      <name>nick.janetakis@gmail.com Nick Janetakis</name>
    </author>
    <content type="html">This works great with one or multiple monitors for capturing a region,
specific window, specific monitor or all monitors.</content>
  </entry>
  <entry xml:base="https://kagi.com/smallweb/appreciated">
    <title type="text">Shinjuku scenes from 2012 to 2026</title>
    <id>https://www.tokyotimes.org/shinjuku-scenes-from-2012-to-2026/</id>
    <updated>2026-02-02T23:30:21Z</updated>
    <link href="https://www.tokyotimes.org/shinjuku-scenes-from-2012-to-2026/" />
    <author>
      <name>Lee</name>
    </author>
    <content type="html">In January I took the last photo in this series — the kind of shot that’s something of a rarity for me, so despite being happy with the results, I wasn’t really sure what to do with it. That said, with the view overlooking Shinjuku, it did make me think about all the time I’ve [&amp;#8230;]</content>
  </entry>
  <entry xml:base="https://kagi.com/smallweb/appreciated">
    <title type="text">WhatsApp Encryption, a Lawsuit, and a Lot of Noise</title>
    <id>https://blog.cryptographyengineering.com/2026/02/02/whatsapp-encryption-a-lawsuit-and-a-lot-of-noise/</id>
    <updated>2026-02-02T18:25:32Z</updated>
    <link href="https://blog.cryptographyengineering.com/2026/02/02/whatsapp-encryption-a-lawsuit-and-a-lot-of-noise/" />
    <author>
      <name>Matthew Green</name>
    </author>
    <content type="html">It&amp;#8217;s not every day that we see mainstream media get excited about encryption apps! For that reason, the past several days have been fascinating, since we&amp;#8217;ve been given not one but several unusual stories about the encryption used in WhatsApp. Or more accurately, if you read the story, a pretty wild allegation that the widely-used &amp;#8230; &lt;a class=&#34;more-link&#34; href=&#34;https://blog.cryptographyengineering.com/2026/02/02/whatsapp-encryption-a-lawsuit-and-a-lot-of-noise/&#34;&gt;Continue reading &lt;span class=&#34;screen-reader-text&#34;&gt;WhatsApp Encryption, a Lawsuit, and a Lot of&amp;#160;Noise&lt;/span&gt; &lt;span class=&#34;meta-nav&#34;&gt;&amp;#8594;&lt;/span&gt;&lt;/a&gt;</content>
  </entry>
  <entry xml:base="https://kagi.com/smallweb/appreciated">
    <title type="text">Paragon Advanced Labs (PALS.V): High-Speed Mineral Testing Toll Booth</title>
    <id>https://microcapclub.com/paragon-advanced-labs-pals-v-high-speed-mineral-testing-toll-booth/</id>
    <updated>2026-02-02T10:53:58Z</updated>
    <link href="https://microcapclub.com/paragon-advanced-labs-pals-v-high-speed-mineral-testing-toll-booth/" />
    <author>
      <name>David Barbato</name>
    </author>
    <content type="html">You can listen/watch this conversation on Spotify, Apple Podcast, and YouTube.</content>
  </entry>
  <entry xml:base="https://kagi.com/smallweb/appreciated">
    <title type="text">Let It Go: Finishing games is optional</title>
    <id>https://kimimithegameeatingshemonster.com/2026/02/02/let-it-go-finishing-games-is-optional/</id>
    <updated>2026-02-02T07:00:00Z</updated>
    <link href="https://kimimithegameeatingshemonster.com/2026/02/02/let-it-go-finishing-games-is-optional/" />
    <author>
      <name>Kimimi</name>
    </author>
    <content type="html">Most games, but especially modern games, are made to be finished. I am expected to play from beginning to middle &amp;#8230;</content>
  </entry>
  <entry xml:base="https://kagi.com/smallweb/appreciated">
    <title type="text">Teaching Claude to Write Like Me</title>
    <id>https://dkrichards.com/2026/02/02/teaching-claude-to-blog.html</id>
    <updated>2026-02-02T05:00:00Z</updated>
    <link href="https://dkrichards.com/2026/02/02/teaching-claude-to-blog.html" />
    <author>
      <name>{&#34;linkedin&#34;=&gt;&#34;dkrichards86&#34;, &#34;github&#34;=&gt;&#34;dkrichards86&#34;}</name>
    </author>
    <content type="html">I built a custom Claude Code skill to codify my blog writing workflow. The irony? Claude didn&#39;t know how to create its own skill files.</content>
  </entry>
  <entry xml:base="https://kagi.com/smallweb/appreciated">
    <title type="text">Groundhog Day Meaning</title>
    <id>https://xkcd.com/3202/</id>
    <updated>2026-02-02T00:00:00Z</updated>
    <link href="https://xkcd.com/3202/" />
    <author>
      <name></name>
    </author>
    <content type="html">&lt;img alt=&#34;Originally, the ceremony used a variety of rodents and mustelids, but over time most people agreed it made sense to standardize on a specific individual ground squirrel in Pennsylvania.&#34; src=&#34;https://imgs.xkcd.com/comics/groundhog_day_meaning.png&#34; title=&#34;Originally, the ceremony used a variety of rodents and mustelids, but over time most people agreed it made sense to standardize on a specific individual ground squirrel in Pennsylvania.&#34; /&gt;</content>
  </entry>
  <entry xml:base="https://kagi.com/smallweb/appreciated">
    <title type="text">Vivaldi 7.8: A Browser That Actually Trusts You</title>
    <id>https://cekrem.github.io/posts/vivaldi-pilots-not-passengers/</id>
    <updated>2026-02-02T00:00:00Z</updated>
    <link href="https://cekrem.github.io/posts/vivaldi-pilots-not-passengers/" />
    <author>
      <name></name>
    </author>
    <content type="html">&lt;h2 id=&#34;lets-try-making-better-software-like-in-the-ye-olden-days-huh&#34;&gt;
 Let&amp;rsquo;s try making better software, like in the ye olden days, huh?
 &lt;a class=&#34;heading-link&#34; href=&#34;https://kagi.com/api/v1/smallweb/feed?nso#lets-try-making-better-software-like-in-the-ye-olden-days-huh&#34;&gt;
 &lt;i class=&#34;fa-solid fa-link&#34; title=&#34;Link to heading&#34;&gt;&lt;/i&gt;
 &lt;span class=&#34;sr-only&#34;&gt;Link to heading&lt;/span&gt;
 &lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;A few weeks ago, someone bought me three beers through the widget on my site (thanks, man! &amp;lt;3). Their message said they were &amp;ldquo;being very positively challenged by my writing on AI&amp;rdquo; and that they also loved functional programming and valued the craft. So I know I&amp;rsquo;m not alone in feeling weird about the current AI-in-everything zeitgeist.&lt;/p&gt;</content>
  </entry>
  <entry xml:base="https://kagi.com/smallweb/appreciated">
    <title type="text">Markdown as Institutional Infrastructure</title>
    <id>https://code-and-civilisation.vercel.app/posts/markdown-as-institutional-infrastructure/</id>
    <updated>2026-02-01T22:28:00Z</updated>
    <link href="https://code-and-civilisation.vercel.app/posts/markdown-as-institutional-infrastructure/" />
    <author>
      <name></name>
    </author>
    <content type="html">Why Markdown and Git are not developer tools, but the quiet infrastructure of durable institutional governance.</content>
  </entry>
  <entry xml:base="https://kagi.com/smallweb/appreciated">
    <title type="text">Examining The Ethics of Media Consumption and Sharing</title>
    <id>https://rldane.space/examining-the-ethics-of-media-consumption-and-sharing.html</id>
    <updated>2026-02-01T22:00:00Z</updated>
    <link href="https://rldane.space/examining-the-ethics-of-media-consumption-and-sharing.html" />
    <author>
      <name>R.L. Dane</name>
    </author>
    <content type="html">&lt;p&gt;One of my new &lt;a href=&#34;https://kagi.com/api/v1/smallweb/on-the-fediverse-and-fedifriends.html&#34;&gt;fedifriends&lt;/a&gt;, &lt;a href=&#34;https://climatejustice.social/@terminaltilt&#34;&gt;Terminal Tilt&lt;/a&gt; recently &lt;a href=&#34;https://climatejustice.social/@terminaltilt/115997273533714107&#34;&gt;posted&lt;/a&gt;:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;We should not call sharing &#34;piracy.&#34;&lt;/p&gt;
&lt;p&gt;Piracy involves the physical theft of property where the original owner no
longer has it. Sharing is an act of duplication, not subtraction.&lt;/p&gt;
&lt;p&gt;Language matters. Using the industry&#39;s preferred labels only helps reinforce
their control …&lt;/p&gt;&lt;/blockquote&gt;</content>
  </entry>
  <entry xml:base="https://kagi.com/smallweb/appreciated">
    <title type="text">Apple encrypts iMessage in transit while storing the key in readable backups</title>
    <id>https://nearlyright.com/apple-encrypts-imessage-in-transit-while-storing-the-key-in-readable-backups/</id>
    <updated>2026-02-01T17:30:00Z</updated>
    <link href="https://nearlyright.com/apple-encrypts-imessage-in-transit-while-storing-the-key-in-readable-backups/" />
    <author>
      <name>nearlyright</name>
    </author>
    <content type="html">Google solved the encrypted backup problem in 2018. Why hasn&#39;t Apple followed?</content>
  </entry>
  <entry xml:base="https://kagi.com/smallweb/appreciated">
    <title type="text">Weekly Notes 2026.05</title>
    <id>https://justinvollmer.com/posts/2026/02/weekly-notes-2026-05/</id>
    <updated>2026-02-01T16:15:00Z</updated>
    <link href="https://justinvollmer.com/posts/2026/02/weekly-notes-2026-05/" />
    <author>
      <name></name>
    </author>
    <content type="html">&lt;p&gt;This week actually ended up busier than the last, though unlike last week it was primarily during office hours. 🤔&lt;/p&gt;</content>
  </entry>
  <entry xml:base="https://kagi.com/smallweb/appreciated">
    <title type="text">SSH Tunnel Cheat Sheet</title>
    <id>https://raw.org/cheat-sheet/ssh-tunnel/</id>
    <updated>2026-02-01T13:31:41Z</updated>
    <link href="https://raw.org/cheat-sheet/ssh-tunnel/" />
    <author>
      <name>Robert Eisele</name>
    </author>
    <content type="html">Read More »</content>
  </entry>
  <entry xml:base="https://kagi.com/smallweb/appreciated">
    <title type="text">Channel Your Anger Into Productivity</title>
    <id>https://justinmath.com/channel-your-anger-into-productivity/</id>
    <updated>2026-02-01T08:00:00Z</updated>
    <link href="https://justinmath.com/channel-your-anger-into-productivity/" />
    <author>
      <name>Justin Skycak</name>
    </author>
    <content type="html">One of the greatest meta-skills in life is learning to channel anger.</content>
  </entry>
  <entry xml:base="https://kagi.com/smallweb/appreciated">
    <title type="text">State of AI 2026 with Sebastian Raschka, Nathan Lambert, and Lex Fridman</title>
    <id>https://sebastianraschka.com/blog/2026/state-of-ai-interview.html</id>
    <updated>2026-02-01T06:20:00Z</updated>
    <link href="https://sebastianraschka.com/blog/2026/state-of-ai-interview.html" />
    <author>
      <name></name>
    </author>
    <content type="html">I recently sat down with Lex Fridman and Nathan Lambert for a comprehensive 4.5 h interview to discuss the current state of progress of AI, and what the...</content>
  </entry>
  <entry xml:base="https://kagi.com/smallweb/appreciated">
    <title type="text">Learning Music Theory as an Adult</title>
    <id>https://boundlessambient.com/learning-music-theory-as-an-adult-after-growing-up-with-music/</id>
    <updated>2026-02-01T06:00:00Z</updated>
    <link href="https://boundlessambient.com/learning-music-theory-as-an-adult-after-growing-up-with-music/" />
    <author>
      <name>boundlessambient</name>
    </author>
    <content type="html">Learning music theory as an adult has been interesting for me, mostly because I wasn’t starting from zero. As a kid, I played the clarinet all through elementary school and into the beginning of middle school and I was pretty good at it. I could read sheet music well, and I even composed simple scores of my own. Nothing crazy, but meaningful for my age. That foundation stuck with me more than I realized. What didn’t stick, however, were scales. I’m sure I learned them at the time, but when you’re young and</content>
  </entry>
  <entry xml:base="https://kagi.com/smallweb/appreciated">
    <title type="text">Entries logged without comment for the week ending 1/31</title>
    <id>https://v7.robweychert.com/blog/2026/01/</id>
    <updated>2026-02-01T05:00:00Z</updated>
    <link href="https://v7.robweychert.com/blog/2026/01/" />
    <author>
      <name>rob@robweychert.com Rob Weychert</name>
    </author>
    <content type="html">&lt;p&gt;Added to the &lt;a href=&#34;https://v7.robweychert.com/blog/collection/film-diary/&#34;&gt;film diary&lt;/a&gt;:&lt;/p&gt;&lt;ul&gt;&lt;li&gt;&lt;strong&gt;&lt;a href=&#34;https://v7.robweychert.com/blog/2026/01/carlitos-way/&#34;&gt;Carlito’s Way&lt;/a&gt;&lt;/strong&gt;&lt;br /&gt;&lt;a href=&#34;https://v7.robweychert.com/blog/creator/brian-de-palma/&#34;&gt;Brian De Palma&lt;/a&gt;, 1993, ★★&lt;/li&gt;&lt;li&gt;&lt;strong&gt;&lt;a href=&#34;https://v7.robweychert.com/blog/2026/01/ricky-jay-and-his-52-assistants/&#34;&gt;Ricky Jay and His 52 Assistants&lt;/a&gt;&lt;/strong&gt;&lt;br /&gt;&lt;a href=&#34;https://v7.robweychert.com/blog/creator/david-mamet/&#34;&gt;David Mamet&lt;/a&gt;, 1996, ★★★★&lt;/li&gt;&lt;li&gt;&lt;strong&gt;&lt;a href=&#34;https://v7.robweychert.com/blog/2026/01/side-effects/&#34;&gt;Side Effects&lt;/a&gt;&lt;/strong&gt;&lt;br /&gt;&lt;a href=&#34;https://v7.robweychert.com/blog/creator/steven-soderbergh/&#34;&gt;Steven Soderbergh&lt;/a&gt;, 2013, ★★★&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;Added to the &lt;a href=&#34;https://v7.robweychert.com/blog/collection/music-library/&#34;&gt;music library&lt;/a&gt;:&lt;/p&gt;&lt;ul&gt;&lt;li&gt;&lt;strong&gt;&lt;a href=&#34;https://v7.robweychert.com/blog/2026/01/jesse-sykes-and-the-sweet-hereafter-gentleness-of-nothing/&#34;&gt;Gentleness of Nothing&lt;/a&gt;&lt;/strong&gt;&lt;br /&gt;&lt;a href=&#34;https://v7.robweychert.com/blog/creator/jesse-sykes-and-the-sweet-hereafter/&#34;&gt;Jesse Sykes &amp;amp; The Sweet Hereafter&lt;/a&gt;, 2008&lt;/li&gt;&lt;li&gt;&lt;strong&gt;&lt;a href=&#34;https://v7.robweychert.com/blog/2026/01/jesse-sykes-and-the-sweet-hereafter-the-tempest/&#34;&gt;The Tempest&lt;/a&gt;&lt;/strong&gt;&lt;br /&gt;&lt;a href=&#34;https://v7.robweychert.com/blog/creator/jesse-sykes-and-the-sweet-hereafter/&#34;&gt;Jesse Sykes &amp;amp; The Sweet Hereafter&lt;/a&gt;, 2009&lt;/li&gt;&lt;/ul&gt;
		&lt;hr /&gt;
		&lt;ul&gt;
			&lt;li&gt;Tagged: &lt;a href=&#34;https://v7.robweychert.com/blog/2026/02/&#34;&gt;February 2026&lt;/a&gt;&lt;/li&gt;
			&lt;li&gt;&lt;a href=&#34;mailto:rob@robweychert.com?subject=Re: Entries logged without comment for the week ending 1/31&#34;&gt;Reply via email&lt;/a&gt;&lt;/li&gt;
		&lt;/ul&gt;</content>
  </entry>
  <entry xml:base="https://kagi.com/smallweb/appreciated">
    <title type="text">Feeling the Feelings We Don&#39;t Want to Feel</title>
    <id>https://nathanpeterson.net/feel/</id>
    <updated>2026-01-31T23:58:00Z</updated>
    <link href="https://nathanpeterson.net/feel/" />
    <author>
      <name>nathan</name>
    </author>
    <content type="html">So. Many. Distractions. One after the other. Whole networks of distraction. Right now, as I type this, I feel drawn into them. And that means I&#39;m feeling drawn out of presence. Why is it so hard to be where we are? Maybe it makes sense to start by asking what all of these distractions are offering. Before doing that, I&#39;d have to identify some of the distractions... A list of my distractions; money—worrying about it, organizing it, thinking about how to get more or spend less news—especially bad news relatio</content>
  </entry>
  <entry xml:base="https://kagi.com/smallweb/appreciated">
    <title type="text">York, North Yorkshire, Winter</title>
    <id>https://www.iancylkowski.com/blog/2026/1/31/york-north-yorkshire-winter</id>
    <updated>2026-01-31T18:04:22Z</updated>
    <link href="https://www.iancylkowski.com/blog/2026/1/31/york-north-yorkshire-winter" />
    <author>
      <name>Ian Cylkowski</name>
    </author>
    <content type="html">It’s been about 12 years since I last went to York.</content>
  </entry>
  <entry xml:base="https://kagi.com/smallweb/appreciated">
    <title type="text">Practical Introduction to Async Generators in JavaScript</title>
    <id>https://pmbanugo.me/blog/async-generators-and-iterators-in-javascript/</id>
    <updated>2026-01-31T12:00:00Z</updated>
    <link href="https://pmbanugo.me/blog/async-generators-and-iterators-in-javascript/" />
    <author>
      <name></name>
    </author>
    <content type="html">A comprehensive and practical guide to synchronous and asynchronous generators and iterators in JavaScript &amp; TypeScript</content>
  </entry>
  <entry xml:base="https://kagi.com/smallweb/appreciated">
    <title type="text">Burns’ Portrait / Who Was Shakespeare? &amp;#8211; Poetry News Roundup January 30th</title>
    <id>https://mypoeticside.com/news/poetry-news-roundup-january-30th-4</id>
    <updated>2026-01-31T08:36:14Z</updated>
    <link href="https://mypoeticside.com/news/poetry-news-roundup-january-30th-4" />
    <author>
      <name>Joanne Jeffries</name>
    </author>
    <content type="html">This week on My Poetic Side we take a look at a portrait of Robert Burns and also a new book, which claims that Shakespeare might have been a black Jewish woman. Long Lost Portrait of Robert Burns Goes on Display in Time for Burns Night A long-lost painting of Scotland’s greatest poet, Robert Burns, [&amp;#8230;]</content>
  </entry>
  <entry xml:base="https://kagi.com/smallweb/appreciated">
    <title type="text">K-Pop Demon Hunters is super cool</title>
    <id>https://gosha.net/2026/kpdh/</id>
    <updated>2026-01-31T01:24:02Z</updated>
    <link href="https://gosha.net/2026/kpdh/" />
    <author>
      <name>Gosha Tcherednitchenko</name>
    </author>
    <content type="html">Mira, Rumi, and Zoey, the protagonists, in the epilogue (Image &amp;copy; Netflix)</content>
  </entry>
  <entry xml:base="https://kagi.com/smallweb/appreciated">
    <title type="text">Top picks — 2026 January</title>
    <id>https://pawelgrzybek.com/top-picks-2026-january/</id>
    <updated>2026-01-31T00:00:00Z</updated>
    <link href="https://pawelgrzybek.com/top-picks-2026-january/" />
    <author>
      <name></name>
    </author>
    <content type="html">&lt;p&gt;A month ago I published &lt;a href=&#34;https://kagi.com/a-look-back-at-2025/&#34;&gt;&amp;ldquo;Look Back at 2025&amp;rdquo;&lt;/a&gt; where I mentioned that the past year has been super stable and how grateful I was for it. This state didn&amp;rsquo;t last much longer. I lost my job, one of my best friends was diagnosed with a cancer and another good buddy of mine had a heart attack. Fuck off January, I&amp;rsquo;m glad you&amp;rsquo;re over. FUCK OFF!&lt;/p&gt;
&lt;p&gt;I’m on the hunt for a new full-time position. If you or your company needs an experienced full stac</content>
  </entry>
  <entry xml:base="https://kagi.com/smallweb/appreciated">
    <title type="text">Using the Temporal API in Angular without including a Polyfill</title>
    <id>https://www.oidaisdes.org/blog/use-temporal-api-in-angular</id>
    <updated>2026-01-31T00:00:00Z</updated>
    <link href="https://www.oidaisdes.org/blog/use-temporal-api-in-angular" />
    <author>
      <name></name>
    </author>
    <content type="html">Add type definitions for Temporal without blowing up the bundle size of your app.</content>
  </entry>
  <entry xml:base="https://kagi.com/smallweb/appreciated">
    <title type="text">I Was 30 Before I Ever Spent Time Alone</title>
    <id>https://leroy.works/articles/i-was-30-before-i-spent-time-alone/</id>
    <updated>2026-01-30T15:44:57Z</updated>
    <link href="https://leroy.works/articles/i-was-30-before-i-spent-time-alone/" />
    <author>
      <name></name>
    </author>
    <content type="html">It took me 30 years on this Earth before I experienced being alone. Fully alone. I&#39;ve spent a lot of time by my self but hardly alone.</content>
  </entry>
  <entry xml:base="https://kagi.com/smallweb/appreciated">
    <title type="text">Rust in the Kernel, and other odd decisions</title>
    <id>https://bentsukun.ch/posts/netbsd-rust-kernel/</id>
    <updated>2026-01-30T11:19:28Z</updated>
    <link href="https://bentsukun.ch/posts/netbsd-rust-kernel/" />
    <author>
      <name></name>
    </author>
    <content type="html">&lt;p&gt;My email inbox is like the pile of documents on my desk. Things that I wanted to get back to ends up moving towards the bottom, into the never-ending pile of &amp;hellip; stuff. For the first time in a while, I have looked at the bottom &amp;ndash; and found an inquiry from someone who had seen my presentation at FOSDEM 2024.&lt;/p&gt;
&lt;p&gt;They had a question for me, which I am going to paraphrase below. I am going to reproduce my answer here because it may be interesting for others.&lt;/p&gt;</content>
  </entry>
  <entry xml:base="https://kagi.com/smallweb/appreciated">
    <title type="text">Reverse Engineering the Apple Airtag 2</title>
    <id>https://electronupdate.blogspot.com/2026/01/reverse-engineering-apple-airtag-2.html</id>
    <updated>2026-01-30T07:21:00Z</updated>
    <link href="https://electronupdate.blogspot.com/2026/01/reverse-engineering-apple-airtag-2.html" />
    <author>
      <name>electronupdate</name>
    </author>
    <content type="html">The Airtag 2 is out. Apple products always worthy of a teardown.... they can be reliably counted on to be state of the art.Airtag 2 updates the bluetooth chip, new ultra-wide-band (UWB) which can do time-of-flight measurements which makes it much easy to find the airtag once close in, and a new speaker both louder and much more difficult to defeat.Case removed. Two coils of wire. Inner wire is the voice coil for the speaker. I believe the outer coil is for the NFC interface. Most of the exciting bits hidden</content>
  </entry>
  <entry xml:base="https://kagi.com/smallweb/appreciated">
    <title type="text">Webcurios 30/01/26</title>
    <id>https://webcurios.co.uk/webcurios-30-01-26/</id>
    <updated>2026-01-30T06:23:23Z</updated>
    <link href="https://webcurios.co.uk/webcurios-30-01-26/" />
    <author>
      <name></name>
    </author>
    <content type="html">&lt;span class=&#34;rt-reading-time&#34; style=&#34;display: block;&#34;&gt;&lt;span class=&#34;rt-label rt-prefix&#34;&gt;Reading Time: &lt;/span&gt; &lt;span class=&#34;rt-time&#34;&gt;39&lt;/span&gt; &lt;span class=&#34;rt-label rt-postfix&#34;&gt;minutes&lt;/span&gt;&lt;/span&gt; &amp;#160; FRIENDSHIP ENDED WITH DONALD, NOW XI IS MY BEST FRIEND! Except, of course, the UK is not in any way a significant enough country in any material sense in 2026 for us to be in any position to determine who and who isn’t our friend &amp;#8211; lol, like we have those luxuries any more!&amp;#8230;&lt;p&gt;&lt;a class=&#34;more-link&#34; href=&#34;https://webcurios.co.uk/webcurios-30-01-26/&#34; title=&#34;Continue reading &amp;#8216;Webcurios 30/01/26&amp;#8217;&#34;&gt;Continue reading &lt;span class=&#34;meta-nav&#34;&gt;&amp;#8594;&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;</content>
  </entry>
  <entry xml:base="https://kagi.com/smallweb/appreciated">
    <title type="text">migrate: Use forward table information to close() listening sockets</title>
    <id>https://passt.top/passt/commit/?id=af7b81b5408da8c56bb22dd11679f2b4024a45c8</id>
    <updated>2026-01-30T05:58:11Z</updated>
    <link href="https://passt.top/passt/commit/?id=af7b81b5408da8c56bb22dd11679f2b4024a45c8" />
    <author>
      <name>David Gibson</name>
    </author>
    <content type="html">On incoming migrations we need to bind() reconstructed sockets to their correct local address. We can&#39;t do this if the origin passt instance is in the same namespace and still has those addresses bound. Arguably that&#39;s a bug in bind()s operation during repair mode, but for now we have to work around it. So, to allow local-to-local migrations we close() sockets on the outgoing side as we process them. In addition to closing the connected socket we also have to close the associated listen()ing socket, because</content>
  </entry>
  <entry xml:base="https://kagi.com/smallweb/appreciated">
    <title type="text">First Post</title>
    <id>https://ling.trading/first-post/</id>
    <updated>2026-01-30T02:13:00Z</updated>
    <link href="https://ling.trading/first-post/" />
    <author>
      <name>lingtrading</name>
    </author>
    <content type="html">This is my first blog post. Allow me to introduce myself. My name is Ling. Here is my self portrait...</content>
  </entry>
  <entry xml:base="https://kagi.com/smallweb/appreciated">
    <title type="text">nationwide general strike tomorrow</title>
    <id>https://deerhoof.website/nationwide-general-strike-tomorrow/</id>
    <updated>2026-01-30T00:34:00Z</updated>
    <link href="https://deerhoof.website/nationwide-general-strike-tomorrow/" />
    <author>
      <name>deerhoof</name>
    </author>
    <content type="html">The new Democrat announcement proposing minor modifications to the ICE funding bill seems to me to be cleverly timed. If you were terrified of a general strike and wanted to discourage it, would this not be the usual way? Do not fall for it. The corporate sector is apparently also terrified of a general strike. They&#39;re having the media they own report that the Democrats&#39; proposal represents a &#34;major overhaul&#34; of ICE. It is nothing if the kind. This is an ICE funding increase. What we are seeing from our fee</content>
  </entry>
  <entry xml:base="https://kagi.com/smallweb/appreciated">
    <title type="text">Learning Thai with AI: Cleaning up my Thai words</title>
    <id>https://www.jerriepelser.com/posts/learning-thai-with-ai-part-4/</id>
    <updated>2026-01-30T00:00:00Z</updated>
    <link href="https://www.jerriepelser.com/posts/learning-thai-with-ai-part-4/" />
    <author>
      <name></name>
    </author>
    <content type="html">I continue with cleaning my Anki deck with AI. In this blog post I look at cleaning up my Thai words</content>
  </entry>
  <entry xml:base="https://kagi.com/smallweb/appreciated">
    <title type="text">Accessibility in visualization, full course out now!</title>
    <id>https://www.frank.computer/blog/2026/01/ova.html</id>
    <updated>2026-01-30T00:00:00Z</updated>
    <link href="https://www.frank.computer/blog/2026/01/ova.html" />
    <author>
      <name></name>
    </author>
    <content type="html">In collaboration with Alberto Cairo&#39;s Open Visualization Academy, I have released a full course on accessibility in visualization.</content>
  </entry>
  <entry xml:base="https://kagi.com/smallweb/appreciated">
    <title type="text">On the expressive power of programming languages</title>
    <id>https://lukerodgers.ca/2026/01/30/on-the-expressive-power-of-programming-languages/</id>
    <updated>2026-01-30T00:00:00Z</updated>
    <link href="https://lukerodgers.ca/2026/01/30/on-the-expressive-power-of-programming-languages/" />
    <author>
      <name>Luke Rodgers</name>
    </author>
    <content type="html">Programmers love to debate the merits of programming languages, but these debates often devolve into personal preference and hand waving.</content>
  </entry>
  <entry xml:base="https://kagi.com/smallweb/appreciated">
    <title type="text">Change Your Mind</title>
    <id>https://godspowereze.com/posts/change-your-mind/</id>
    <updated>2026-01-30T00:00:00Z</updated>
    <link href="https://godspowereze.com/posts/change-your-mind/" />
    <author>
      <name></name>
    </author>
    <content type="html">&lt;p&gt;I strongly believe that the ability to change your mind is one of the most important skills in today’s world.&lt;/p&gt;
&lt;p&gt;I have always seen the inability to engage in conversations that challenge your fundamental beliefs and strong opinions as a fatal flaw. I believe that engaging in such conversations either strengthens your beliefs or challenges them, forcing you to ask important questions about why you believe what you believe in the first place. I have always loved the idea of looking at yourself from a third-person perspective, allowing you to analyze yourself without ego or sentiment getting in the way.&lt;/p&gt;
&lt;p&gt;Recently, I have had two main reasons to consistently live by this belief rather than just hold it: my personal life and the rise of AI.&lt;/p&gt;
&lt;p&gt;I was &lt;a href=&#34;https://youtu.be/wUwKp6_Kuvk?t=4145&#34; target=&#34;_blank&#34;&gt;watching a video&lt;/a&gt; and one of the speakers said that one of the sad things about giving advice is that no matter how great the advice might be, it has to meet you at a specific point in your life for it to be useful. It hit me like a brick. As someone who reads and consumes a lot, you tend to acquire new knowledge often. You use it in conversations and even to give advice. But you end up not applying it to your own life — not because you don’t want to, but because there is no alignment between the knowledge and where you currently at in life. This simply means your &lt;em&gt;back has to be against the wall for you to learn certain lessons&lt;/em&gt;. There is no other way.&lt;/p&gt;
&lt;p&gt;This has been me over the past few months. I have had to learn and change fast. Most of the changes I have made and actions I have taken are things I have known for a long time. But now, I don’t have a choice but to change. As they say in the startup world, &lt;em&gt;pivot or die&lt;/em&gt;. Reality is savage. It doesn’t care about your ego or sentiments. It lays your cards out in front of you and tells you to make a decision — fast.&lt;/p&gt;
&lt;p&gt;This is also true with the rise of AI. I have changed my mind from staying on the sidelines, to using one or two tools, to understanding that it is here to stay — and that it is very unwise to ignore it. As an engineer, my current stance is that AI makes writing code cheap, but it also gives us a new superpower. Our goal is to figure out what that superpower is, and the only way to do that is by using these tools.&lt;/p&gt;
&lt;p&gt;Someone might ask how to know when to change your mind. I would dare say that keeping an open mind solves most of this. The issue, most times, is not the veracity of the opposing stance but your inability to let it into your reasoning faculty. Let it in, and let your intelligence handle the rest. Also understand that you don’t always have to change, but you do have to let it in.&lt;/p&gt;
&lt;p&gt;You might also ask how to change your mind without your back being against the wall. I’m not sure how to do that, but I think it’s worth figuring out.&lt;/p&gt;
&lt;p&gt;So, my friend, hold strong opinions — but hold them loosely. Remain porous to new ideas and be willing to change your mind quickly.&lt;/p&gt;</content>
  </entry>
  <entry xml:base="https://kagi.com/smallweb/appreciated">
    <title type="text">Everything has a hyper-local context</title>
    <id>https://travisnorthcutt.com/hyper-local-context/</id>
    <updated>2026-01-30T00:00:00Z</updated>
    <link href="https://travisnorthcutt.com/hyper-local-context/" />
    <author>
      <name></name>
    </author>
  </entry>
  <entry xml:base="https://kagi.com/smallweb/appreciated">
    <title type="text">Spec-Driven Development Made Easy: A Practical Guide with OpenSpec</title>
    <id>https://aliirz.com/getting-started-with-sdd</id>
    <updated>2026-01-29T19:00:00Z</updated>
    <link href="https://aliirz.com/getting-started-with-sdd" />
    <author>
      <name>Ali Raza</name>
    </author>
    <content type="html">I’ve been vibe coding for the better part of a year. You know the drill. Open Cursor or Claude Code, type something like “build me a login screen with Google auth,” and hope for the best. Sometimes it works great. Sometimes the AI hallucinates a library that doesn’t exist, picks a routing strategy you hate, or quietly breaks something three files away.</content>
  </entry>
  <entry xml:base="https://kagi.com/smallweb/appreciated">
    <title type="text">Building AIs that do human-like philosophy</title>
    <id>https://joecarlsmith.com/2026/01/29/building-ais-that-do-human-like-philosophy</id>
    <updated>2026-01-29T17:44:11Z</updated>
    <link href="https://joecarlsmith.com/2026/01/29/building-ais-that-do-human-like-philosophy" />
    <author>
      <name></name>
    </author>
    <content type="html">&lt;p&gt;AIs will face philosophical questions humans can&amp;#8217;t answer for them.&lt;/p&gt;</content>
  </entry>
  <entry xml:base="https://kagi.com/smallweb/appreciated">
    <title type="text">Monorepo Tooling Update: Signed Commit Support in Git 2.52</title>
    <id>https://embeddedartistry.com/blog/2026/01/29/monorepo-tooling-update-signed-commit-support-in-git-2-52/</id>
    <updated>2026-01-29T17:00:00Z</updated>
    <link href="https://embeddedartistry.com/blog/2026/01/29/monorepo-tooling-update-signed-commit-support-in-git-2-52/" />
    <author>
      <name>Phillip Johnston</name>
    </author>
    <content type="html">&lt;p&gt;29 January 2026 by Phillip JohnstonBurnout has kept me away from several different projects for years, as my file timestamps frequently remind me. It&amp;#8217;s a good reminder that bit rot is a real thing &amp;#8211; my code didn&amp;#8217;t change, but the tools and the runtime environment did. This has been important from both a &amp;#8220;breaking&amp;#8221; &amp;#8230; &lt;/p&gt;
&lt;p class=&#34;link-more&#34;&gt;&lt;a class=&#34;more-link&#34; href=&#34;https://embeddedartistry.com/blog/2026/01/29/monorepo-tooling-update-signed-commit-support-in-git-2-52/&#34;&gt;Continue reading&lt;span class=&#34;screen-reader-text&#34;&gt; &#34;Monorepo Tooling Update: Signed Commit Support in Git 2.52&#34;&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;The post &lt;a href=&#34;https://embeddedartistry.com/blog/2026/01/29/monorepo-tooling-update-signed-commit-support-in-git-2-52/&#34;&gt;Monorepo Tooling Update: Signed Commit Support in Git 2.52&lt;/a&gt; appeared first on &lt;a href=&#34;https://embeddedartistry.com&#34;&gt;Embedded Artistry&lt;/a&gt;.&lt;/p&gt;</content>
  </entry>
  <entry xml:base="https://kagi.com/smallweb/appreciated">
    <title type="text">Don&#39;t keep things tucked away (for later) ✍️</title>
    <id>https://gobino.be/dont-keep-things-tucked-away-for-later/</id>
    <updated>2026-01-29T13:37:00Z</updated>
    <link href="https://gobino.be/dont-keep-things-tucked-away-for-later/" />
    <author>
      <name>gobino</name>
    </author>
    <content type="html">How a storage upgrade project learned me to stop storing for later, but implement a process for continuous retrieval.</content>
  </entry>
  <entry xml:base="https://kagi.com/smallweb/appreciated">
    <title type="text">2026-01-30</title>
    <id>https://shtfn.xyz/2026-01-30/</id>
    <updated>2026-01-29T13:17:36Z</updated>
    <link href="https://shtfn.xyz/2026-01-30/" />
    <author>
      <name>bobodupla</name>
    </author>
    <content type="html">New Releases round-up for Friday 30th January, 2026</content>
  </entry>
  <entry xml:base="https://kagi.com/smallweb/appreciated">
    <title type="text">Long live Mastodon!</title>
    <id>https://en.eghone.eu/long-live-mastodon/</id>
    <updated>2026-01-29T07:30:00Z</updated>
    <link href="https://en.eghone.eu/long-live-mastodon/" />
    <author>
      <name>eghone-en</name>
    </author>
    <content type="html">Mastodon frustrates a lot of people who leverage social networks for their own business. A business that may well be rooted in good intentions and noble causes. Mastodon poses a problem for them because it&#39;s not a viral system. Indeed, there is no emotional echo chamber. There&#39;s no virality based on negative feelings or sentiments that would polarize any debate. There isn&#39;t some nauseating engineering that precisely exploits reactions to favor whatever will stir up more controversy. No, Mastodon is simply a</content>
  </entry>
  <entry xml:base="https://kagi.com/smallweb/appreciated">
    <title type="text">How to Hide Data Inside RSA Public Keys</title>
    <id>https://latedeployment.github.io/posts/hiding-data-in-rsa-public-keys/</id>
    <updated>2026-01-29T07:00:00Z</updated>
    <link href="https://latedeployment.github.io/posts/hiding-data-in-rsa-public-keys/" />
    <author>
      <name></name>
    </author>
    <content type="html">&lt;p&gt;&lt;em&gt;This is part one of the RSA Public Key Manipulation series&lt;/em&gt;.&lt;/p&gt;
&lt;p&gt;See also &lt;a href=&#34;https://latedeployment.github.io/posts/encrypting-and-chunking-data-in-rsa-keys/&#34;&gt;Part 2: Encrypting and Chunking Data in RSA Keys&lt;/a&gt;&lt;/p&gt;</content>
  </entry>
  <entry xml:base="https://kagi.com/smallweb/appreciated">
    <title type="text">nixersnewsletter</title>
    <id>https://newsletter.nixers.net/entries.php?id=nixersnewsletter_20260129</id>
    <updated>2026-01-29T06:42:00Z</updated>
    <link href="https://newsletter.nixers.net/entries.php?id=nixersnewsletter_20260129" />
    <author>
      <name></name>
    </author>
    <content type="html">nixersnewsletter — 2026-01-29</content>
  </entry>
  <entry xml:base="https://kagi.com/smallweb/appreciated">
    <title type="text">Evolution of a Sketch</title>
    <id>https://www.davepagurek.com/blog/sketch-evolution</id>
    <updated>2026-01-29T00:00:00Z</updated>
    <link href="https://www.davepagurek.com/blog/sketch-evolution" />
    <author>
      <name></name>
    </author>
    <content type="html">Today&#39;s Genuary prompt included the word evolution, so rather than programming an evolutionary algorithm, I&#39;ve chosen to evolve a sketch manually by implementing it in a number of frameworks in the Processing family.</content>
  </entry>
  <entry xml:base="https://kagi.com/smallweb/appreciated">
    <title type="text">Film/TV bookmarks (chaos resolved)</title>
    <id>https://xenodium.com/film-tv-bookmarks-chaos-resolved</id>
    <updated>2026-01-29T00:00:00Z</updated>
    <link href="https://xenodium.com/film-tv-bookmarks-chaos-resolved" />
    <author>
      <name></name>
    </author>
    <content type="html">&lt;p&gt;I&#39;ve been somewhat chaotically &amp;quot;bookmarking&amp;quot; things to watch for some time. The info typically goes straight to an Emacs org file primarily via &lt;a href=&#34;https://journelly.com/&#34;&gt;Journelly&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;I&#39;m fairly forgiving in my input form. I often link to &lt;a href=&#34;https://www.reddit.com&#34;&gt;Reddit&lt;/a&gt; discussions, &lt;a href=&#34;https://www.imdb.com&#34;&gt;IMDB&lt;/a&gt;/&lt;a href=&#34;https://letterboxd.com&#34;&gt;Letterboxd&lt;/a&gt; links, or at times simply write movie or director names. The only real requirement is to sprinkle some hashtags (#film or #series or #watch) for retrieval.&lt;/p&gt;
&lt;p&gt;While this flexibility is important (makes it more likely for me to actually write), it&#39;s not super practical to browse through this mixed structure when looking for something to watch. Yesterday, I finally did something about that.&lt;/p&gt;
&lt;p&gt;Here&#39;s what my &lt;code&gt;save-to-Journelly&lt;/code&gt; flow may look like for a Reddit link:&lt;/p&gt;
&lt;p&gt;&lt;img alt=&#34;&#34; src=&#34;https://xenodium.github.io/images/film-tv-bookmarks-chaos-resolved/sharing.png&#34; /&gt;&lt;/p&gt;
&lt;p&gt;All entries are saved to Journelly.org, a plain text org file (&lt;a href=&#34;https://xenodium.com/journelly-1-3-released&#34;&gt;Markdown is supported too&lt;/a&gt;), so I first extracted all relevant entries (containing #film or #series or #watch). A matching entry looks a little something like this:&lt;/p&gt;
&lt;pre&gt;&lt;code class=&#34;language-org&#34;&gt;* [2026-01-29 Thu 09:52] @ Home
:PROPERTIES:
:LATITUDE: 51.5007
:LONGITUDE: -0.1246
:WEATHER_TEMPERATURE: 4.2°C
:WEATHER_CONDITION: Cloudy
:WEATHER_SYMBOL: cloud
:END:
#film #hongkong #watch

https://www.reddit.com/r/movies/comments/1j85b52/just_rewatched_kung_fu_hustle_still_felt_great
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;Having extracted non-personal items from &lt;code&gt;Journelly.org&lt;/code&gt;, I created a git repo with just one file: &lt;code&gt;watchlist.org&lt;/code&gt; including entries like the one above.&lt;/p&gt;
&lt;p&gt;With personal/private details out of the way, I decided to let the LLM robots loose. That is, hand &lt;code&gt;watchlist.org&lt;/code&gt; over to a &lt;a href=&#34;https://claude.com/product/claude-code&#34;&gt;Claude Code agent&lt;/a&gt;, via Emacs &lt;a href=&#34;https://github.com/xenodium/agent-shell&#34;&gt;agent-sell&lt;/a&gt; to organize my chaos.&lt;/p&gt;
&lt;p&gt;First I asked to normalize data by extracting all film/tv info from each entry, visiting Reddit/IMDB/Letterboxd links if needed, which yielded &lt;code&gt;normalized.org&lt;/code&gt;:&lt;/p&gt;
&lt;pre&gt;&lt;code class=&#34;language-text&#34;&gt;Kung Fu Hustle
https://www.imdb.com/title/tt0373074
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;Next I asked to generate metadata for me (using the fields I wanted from &lt;code&gt;IMDB&lt;/code&gt;), stored in org drawers, saved to &lt;code&gt;db.org&lt;/code&gt;:&lt;/p&gt;
&lt;pre&gt;&lt;code class=&#34;language-org&#34;&gt;* Kung Fu Hustle
:PROPERTIES:
:TYPE: film
:YEAR: 2004
:IMDB: https://www.imdb.com/title/tt0373074/
:IMDB_RATING: 7.7
:COUNTRY: Hong Kong
:DIRECTOR: Stephen Chow
:GENRE: action, comedy, fantasy
:RUNTIME: 99
:ADDED: [2026-01-28]
:THUMBNAIL: file:thumbnails/tt0373074.png
:IMDB_THUMBNAIL: https://m.media-amazon.com/images/M/MV5BNGU2OWVlM2ItZGZlOC00Yzk2LWE1NzEtMDYwMzE4YTE5MzQ2XkEyXkFqcGc@._V1_FMjpg_UY1024_.jpg
:END:
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;Finally, I asked to generate HTML from &lt;code&gt;db.org&lt;/code&gt; so I can render and easily browse.&lt;/p&gt;
&lt;pre&gt;&lt;code class=&#34;language-html&#34;&gt;&amp;lt;div&amp;gt;
  &amp;lt;a href=&amp;quot;https://www.imdb.com/title/tt0373074/&amp;quot;&amp;gt;&amp;lt;img src=&amp;quot;https://m.media-amazon.com/images/M/MV5BNGU2OWVlM2ItZGZlOC00Yzk2LWE1NzEtMDYwMzE4YTE5MzQ2XkEyXkFqcGc@._V1_FMjpg_UY1024_.jpg&amp;quot; alt=&amp;quot;Kung Fu Hustle&amp;quot; width=&amp;quot;150&amp;quot; height=&amp;quot;225&amp;quot;&amp;gt;&amp;lt;/a&amp;gt;
  &amp;lt;p&amp;gt;&amp;lt;strong&amp;gt;Kung Fu Hustle (2004)&amp;lt;/strong&amp;gt;&amp;lt;/p&amp;gt;
  &amp;lt;p&amp;gt;action · comedy · fantasy&amp;lt;/p&amp;gt;
  &amp;lt;p&amp;gt;Hong Kong · Stephen Chow&amp;lt;/p&amp;gt;
&amp;lt;/div&amp;gt;
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;For each transformation, &lt;code&gt;Claude Code&lt;/code&gt; generated a python script. I&#39;ve yet to decide what to do with all the resulting source code. Do I clean it up? Rewrite it?&lt;/p&gt;
&lt;p&gt;For now, I&#39;m happy with the results of the experiment. I managed to organize some of my chaos! In some ways, this isn&#39;t too different from me writing a quick/hacky/ugly script, when it&#39;s acceptable to do so.&lt;/p&gt;
&lt;p&gt;At the center of it all, is my beloved org syntax. Thanks to plain text formats, we can easily peek at them, query them, poke at them, tweak them, and bend til our heart&#39;s content. It&#39;s just so versatile, and now we can throw them at LLMs too.&lt;/p&gt;
&lt;p&gt;Oh, and if you&#39;re curious about that watch list, here you go. Do you have some movie/show suggestions for me?&lt;/p&gt;
&lt;div class=&#34;grid&#34;&gt;
  &lt;div&gt;
    &lt;a href=&#34;https://www.imdb.com/title/tt3148266/&#34;&gt;&lt;img alt=&#34;12 Monkeys&#34; height=&#34;225&#34; src=&#34;https://m.media-amazon.com/images/M/MV5BMTQ2NDUxMjY1M15BMl5BanBnXkFtZTgwMzM0MTE5NTE@._V1_FMjpg_UY1024_.jpg&#34; width=&#34;150&#34; /&gt;&lt;/a&gt;
    &lt;p&gt;&lt;strong&gt;12 Monkeys (2015)&lt;/strong&gt;&lt;/p&gt;
    &lt;p&gt;tv · adventure · drama · mystery&lt;/p&gt;
    &lt;p&gt;United States&lt;/p&gt;
  &lt;/div&gt;
  &lt;div&gt;
    &lt;a href=&#34;https://www.imdb.com/title/tt3113498/&#34;&gt;&lt;img alt=&#34;2149: The Aftermath&#34; height=&#34;225&#34; src=&#34;https://m.media-amazon.com/images/M/MV5BMWJhZmUwYjEtNzgxZC00ZWUzLWJmN2QtYmE4YjI5MzYxZmMyXkEyXkFqcGc@._V1_FMjpg_UY1024_.jpg&#34; width=&#34;150&#34; /&gt;&lt;/a&gt;
    &lt;p&gt;&lt;strong&gt;2149: The Aftermath (2021)&lt;/strong&gt;&lt;/p&gt;
    &lt;p&gt;sci-fi&lt;/p&gt;
    &lt;p&gt;Canada · Benjamin Duffield&lt;/p&gt;
  &lt;/div&gt;
  &lt;div&gt;
    &lt;a href=&#34;https://www.imdb.com/title/tt13016388/&#34;&gt;&lt;img alt=&#34;3 Body Problem&#34; height=&#34;225&#34; src=&#34;https://m.media-amazon.com/images/M/MV5BMDdkYWZiZWYtMzA0Yi00NzNlLThkODktY2Q3N2NjN2ExZmMwXkEyXkFqcGc@._V1_FMjpg_UY1024_.jpg&#34; width=&#34;150&#34; /&gt;&lt;/a&gt;
    &lt;p&gt;&lt;strong&gt;3 Body Problem (2024)&lt;/strong&gt;&lt;/p&gt;
    &lt;p&gt;tv · adventure · drama · fantasy&lt;/p&gt;
    &lt;p&gt;United Kingdom&lt;/p&gt;
  &lt;/div&gt;
  &lt;div&gt;
    &lt;a href=&#34;https://www.imdb.com/title/tt0225009/&#34;&gt;&lt;img alt=&#34;964 Pinocchio&#34; height=&#34;225&#34; src=&#34;https://m.media-amazon.com/images/M/MV5BYTJhYjQ5NDMtMDBlNy00NTBkLWEzZTQtMjQ4MTNiZWFkY2ExXkEyXkFqcGc@._V1_FMjpg_UY1024_.jpg&#34; width=&#34;150&#34; /&gt;&lt;/a&gt;
    &lt;p&gt;&lt;strong&gt;964 Pinocchio (1991)&lt;/strong&gt;&lt;/p&gt;
    &lt;p&gt;horror · sci-fi&lt;/p&gt;
    &lt;p&gt;Japan · Shozin Fukui&lt;/p&gt;
  &lt;/div&gt;
  &lt;div&gt;
    &lt;a href=&#34;https://www.imdb.com/title/tt0405296/&#34;&gt;&lt;img alt=&#34;A Scanner Darkly&#34; height=&#34;225&#34; src=&#34;https://m.media-amazon.com/images/M/MV5BMDliMjJiYTYtYWU0YS00OTUzLWI4MjMtYmM1YzgxNDcwOTZjXkEyXkFqcGc@._V1_FMjpg_UY1024_.jpg&#34; width=&#34;150&#34; /&gt;&lt;/a&gt;
    &lt;p&gt;&lt;strong&gt;A Scanner Darkly (2006)&lt;/strong&gt;&lt;/p&gt;
    &lt;p&gt;animation · comedy · crime&lt;/p&gt;
    &lt;p&gt;United States · Richard Linklater&lt;/p&gt;
  &lt;/div&gt;
  &lt;div&gt;
    &lt;a href=&#34;https://www.imdb.com/title/tt1832382/&#34;&gt;&lt;img alt=&#34;A Separation&#34; height=&#34;225&#34; src=&#34;https://m.media-amazon.com/images/M/MV5BMDM0ZWRmMzctM2M5ZS00ZjU0LWIxN2MtNWNlNGY1ZDhjMDVhXkEyXkFqcGc@._V1_FMjpg_UY1024_.jpg&#34; width=&#34;150&#34; /&gt;&lt;/a&gt;
    &lt;p&gt;&lt;strong&gt;A Separation (2011)&lt;/strong&gt;&lt;/p&gt;
    &lt;p&gt;drama&lt;/p&gt;
    &lt;p&gt;Iran · Asghar Farhadi&lt;/p&gt;
  &lt;/div&gt;
  &lt;div&gt;
    &lt;a href=&#34;https://www.imdb.com/title/tt17921714/&#34;&gt;&lt;img alt=&#34;A Small Light&#34; height=&#34;225&#34; src=&#34;https://m.media-amazon.com/images/M/MV5BNDNmMDI1NjctZmNkMy00NjdkLTgyYTEtNzFlZjRlYmFiYjhjXkEyXkFqcGc@._V1_FMjpg_UY1024_.jpg&#34; width=&#34;150&#34; /&gt;&lt;/a&gt;
    &lt;p&gt;&lt;strong&gt;A Small Light (2023)&lt;/strong&gt;&lt;/p&gt;
    &lt;p&gt;tv · biography · drama · history&lt;/p&gt;
    &lt;p&gt;United States&lt;/p&gt;
  &lt;/div&gt;
  &lt;div&gt;
    &lt;a href=&#34;https://www.imdb.com/title/tt0093502/&#34;&gt;&lt;img alt=&#34;A Taxing Woman&#34; height=&#34;225&#34; src=&#34;https://m.media-amazon.com/images/M/MV5BNTRhMmExNjctNDkzZS00ZmY5LWJiMzQtODdhMGIyNjllMjc3XkEyXkFqcGc@._V1_FMjpg_UY1024_.jpg&#34; width=&#34;150&#34; /&gt;&lt;/a&gt;
    &lt;p&gt;&lt;strong&gt;A Taxing Woman (1987)&lt;/strong&gt;&lt;/p&gt;
    &lt;p&gt;comedy · crime&lt;/p&gt;
    &lt;p&gt;Japan · Jûzô Itami&lt;/p&gt;
  &lt;/div&gt;
  &lt;div&gt;
    &lt;a href=&#34;https://www.imdb.com/title/tt6794990/&#34;&gt;&lt;img alt=&#34;Absentia&#34; height=&#34;225&#34; src=&#34;https://m.media-amazon.com/images/M/MV5BZTIyMDYwNTctOGZkOC00NjkzLWI2NDMtZTc2YWY5OWUxMzA2XkEyXkFqcGc@._V1_FMjpg_UY1024_.jpg&#34; width=&#34;150&#34; /&gt;&lt;/a&gt;
    &lt;p&gt;&lt;strong&gt;Absentia (2017)&lt;/strong&gt;&lt;/p&gt;
    &lt;p&gt;tv · crime · drama · mystery&lt;/p&gt;
    &lt;p&gt;Israel&lt;/p&gt;
  &lt;/div&gt;
  &lt;div&gt;
    &lt;a href=&#34;https://www.imdb.com/title/tt12151818/&#34;&gt;&lt;img alt=&#34;Across the Furious Sea&#34; height=&#34;225&#34; src=&#34;https://m.media-amazon.com/images/M/MV5BOTBhZjBjMzctZjNlZC00YTAxLWI1MTItMDRmN2JmZWQ0YmY0XkEyXkFqcGc@._V1_FMjpg_UY1024_.jpg&#34; width=&#34;150&#34; /&gt;&lt;/a&gt;
    &lt;p&gt;&lt;strong&gt;Across the Furious Sea (2023)&lt;/strong&gt;&lt;/p&gt;
    &lt;p&gt;crime · drama · mystery&lt;/p&gt;
    &lt;p&gt;China · Baoping Cao&lt;/p&gt;
  &lt;/div&gt;
  &lt;div&gt;
    &lt;a href=&#34;https://www.imdb.com/title/tt0094625/&#34;&gt;&lt;img alt=&#34;Akira&#34; height=&#34;225&#34; src=&#34;https://m.media-amazon.com/images/M/MV5BNGY0ODg1MWMtYjQ4My00MWExLTgxZGMtODNhOTMxYjczODhkXkEyXkFqcGc@._V1_FMjpg_UY1024_.jpg&#34; width=&#34;150&#34; /&gt;&lt;/a&gt;
    &lt;p&gt;&lt;strong&gt;Akira (1988)&lt;/strong&gt;&lt;/p&gt;
    &lt;p&gt;animation · action · drama&lt;/p&gt;
    &lt;p&gt;Japan · Katsuhiro Ôtomo&lt;/p&gt;
  &lt;/div&gt;
  &lt;div&gt;
    &lt;a href=&#34;https://www.imdb.com/title/tt0437086/&#34;&gt;&lt;img alt=&#34;Alita: Battle Angel&#34; height=&#34;225&#34; src=&#34;https://m.media-amazon.com/images/M/MV5BYmZhZGQzM2MtMWEyZC00YTU1LTk4YTQtMTg3ZjEzM2U1NTkxXkEyXkFqcGc@._V1_FMjpg_UY1024_.jpg&#34; width=&#34;150&#34; /&gt;&lt;/a&gt;
    &lt;p&gt;&lt;strong&gt;Alita: Battle Angel (2019)&lt;/strong&gt;&lt;/p&gt;
    &lt;p&gt;action · adventure · sci-fi&lt;/p&gt;
    &lt;p&gt;United States · Robert Rodriguez&lt;/p&gt;
  &lt;/div&gt;
  &lt;div&gt;
    &lt;a href=&#34;https://www.imdb.com/title/tt0185125/&#34;&gt;&lt;img alt=&#34;All About My Mother&#34; height=&#34;225&#34; src=&#34;https://m.media-amazon.com/images/M/MV5BYzgyNWMzNDItZmJhZi00NzZmLTkyNmMtMjBiNjUyMmNkYjg4XkEyXkFqcGc@._V1_FMjpg_UY1024_.jpg&#34; width=&#34;150&#34; /&gt;&lt;/a&gt;
    &lt;p&gt;&lt;strong&gt;All About My Mother (1999)&lt;/strong&gt;&lt;/p&gt;
    &lt;p&gt;comedy · drama · romance&lt;/p&gt;
    &lt;p&gt;Spain · Pedro Almodóvar&lt;/p&gt;
  &lt;/div&gt;
  &lt;div&gt;
    &lt;a href=&#34;https://www.imdb.com/title/tt2261227/&#34;&gt;&lt;img alt=&#34;Altered Carbon&#34; height=&#34;225&#34; src=&#34;https://m.media-amazon.com/images/M/MV5BNTY4MWY1ZDktZjQxZS00ZDc5LWE3OTctZDU5MzQ2ZWU5ZTJkXkEyXkFqcGc@._V1_FMjpg_UY1024_.jpg&#34; width=&#34;150&#34; /&gt;&lt;/a&gt;
    &lt;p&gt;&lt;strong&gt;Altered Carbon (2018)&lt;/strong&gt;&lt;/p&gt;
    &lt;p&gt;tv · action · adventure · drama&lt;/p&gt;
    &lt;p&gt;United States&lt;/p&gt;
  &lt;/div&gt;
  &lt;div&gt;
    &lt;a href=&#34;https://www.imdb.com/title/tt5069086/&#34;&gt;&lt;img alt=&#34;Altered Hours&#34; height=&#34;225&#34; src=&#34;https://m.media-amazon.com/images/M/MV5BMjU1MzQ5ZjQtOTEwOC00MjJjLTk3OTYtYTgyM2IzZmQ4MTE2XkEyXkFqcGc@._V1_FMjpg_UY1024_.jpg&#34; width=&#34;150&#34; /&gt;&lt;/a&gt;
    &lt;p&gt;&lt;strong&gt;Altered Hours (2016)&lt;/strong&gt;&lt;/p&gt;
    &lt;p&gt;sci-fi · thriller&lt;/p&gt;
    &lt;p&gt;United States · Bruce Wemple&lt;/p&gt;
  &lt;/div&gt;
  &lt;div&gt;
    &lt;a href=&#34;https://www.imdb.com/title/tt0211915/&#34;&gt;&lt;img alt=&#34;Amelie&#34; height=&#34;225&#34; src=&#34;https://m.media-amazon.com/images/M/MV5BOTNmYzY0MWQtZGZmNy00Y2Y4LWFmMDQtMTZjYTdiYzEwZGQ2XkEyXkFqcGc@._V1_FMjpg_UY1024_.jpg&#34; width=&#34;150&#34; /&gt;&lt;/a&gt;
    &lt;p&gt;&lt;strong&gt;Amelie (2001)&lt;/strong&gt;&lt;/p&gt;
    &lt;p&gt;comedy · romance&lt;/p&gt;
    &lt;p&gt;France · Jean-Pierre Jeunet&lt;/p&gt;
  &lt;/div&gt;
  &lt;div&gt;
    &lt;a href=&#34;https://www.imdb.com/title/tt0245712/&#34;&gt;&lt;img alt=&#34;Amores Perros&#34; height=&#34;225&#34; src=&#34;https://m.media-amazon.com/images/M/MV5BMmUzNDI1MDYtNmIxNC00NjczLTk0ZDEtYWFkZDcxMWVhYTEwXkEyXkFqcGc@._V1_FMjpg_UY1024_.jpg&#34; width=&#34;150&#34; /&gt;&lt;/a&gt;
    &lt;p&gt;&lt;strong&gt;Amores Perros (2000)&lt;/strong&gt;&lt;/p&gt;
    &lt;p&gt;drama · thriller&lt;/p&gt;
    &lt;p&gt;Mexico · Alejandro G. Iñárritu&lt;/p&gt;
  &lt;/div&gt;
  &lt;div&gt;
    &lt;a href=&#34;https://www.imdb.com/title/tt8020896/&#34;&gt;&lt;img alt=&#34;An Elephant Sitting Still&#34; height=&#34;225&#34; src=&#34;https://m.media-amazon.com/images/M/MV5BZDU1NGM3ZjAtYTM1My00ZmU5LTljNGQtYTljNmUyMGEwZjgxXkEyXkFqcGc@._V1_FMjpg_UY1024_.jpg&#34; width=&#34;150&#34; /&gt;&lt;/a&gt;
    &lt;p&gt;&lt;strong&gt;An Elephant Sitting Still (2018)&lt;/strong&gt;&lt;/p&gt;
    &lt;p&gt;crime · drama&lt;/p&gt;
    &lt;p&gt;China · Bo Hu&lt;/p&gt;
  &lt;/div&gt;
  &lt;div&gt;
    &lt;a href=&#34;https://www.imdb.com/title/tt17009710/&#34;&gt;&lt;img alt=&#34;Anatomy of a Fall&#34; height=&#34;225&#34; src=&#34;https://m.media-amazon.com/images/M/MV5BYTk3MjFkZmQtMThiYi00N2JhLTk2YzItZTE5ZGUxZTIyZDVkXkEyXkFqcGc@._V1_FMjpg_UY1024_.jpg&#34; width=&#34;150&#34; /&gt;&lt;/a&gt;
    &lt;p&gt;&lt;strong&gt;Anatomy of a Fall (2023)&lt;/strong&gt;&lt;/p&gt;
    &lt;p&gt;crime · drama · mystery&lt;/p&gt;
    &lt;p&gt;France · Justine Triet&lt;/p&gt;
  &lt;/div&gt;
  &lt;div&gt;
    &lt;a href=&#34;https://www.imdb.com/title/tt11126994/&#34;&gt;&lt;img alt=&#34;Arcane&#34; height=&#34;225&#34; src=&#34;https://m.media-amazon.com/images/M/MV5BYjA2NzhlMDItNWRmZC00MzRjLWE3ZjAtZjBlZDAwOWY2ODdjXkEyXkFqcGc@._V1_FMjpg_UY1024_.jpg&#34; width=&#34;150&#34; /&gt;&lt;/a&gt;
    &lt;p&gt;&lt;strong&gt;Arcane (2021)&lt;/strong&gt;&lt;/p&gt;
    &lt;p&gt;tv · animation · action · adventure&lt;/p&gt;
    &lt;p&gt;United States&lt;/p&gt;
  &lt;/div&gt;
  &lt;div&gt;
    &lt;a href=&#34;https://www.imdb.com/title/tt13365348/&#34;&gt;&lt;img alt=&#34;Archive 81&#34; height=&#34;225&#34; src=&#34;https://m.media-amazon.com/images/M/MV5BYjMzOTk2NzktNzYxNy00YTY4LTg1NTgtYWY5NmIzNzdiMzllXkEyXkFqcGc@._V1_FMjpg_UY1024_.jpg&#34; width=&#34;150&#34; /&gt;&lt;/a&gt;
    &lt;p&gt;&lt;strong&gt;Archive 81 (2022)&lt;/strong&gt;&lt;/p&gt;
    &lt;p&gt;tv · drama · horror · mystery&lt;/p&gt;
    &lt;p&gt;United States&lt;/p&gt;
  &lt;/div&gt;
  &lt;div&gt;
    &lt;a href=&#34;https://www.imdb.com/title/tt0096461/&#34;&gt;&lt;img alt=&#34;As Tears Go By&#34; height=&#34;225&#34; src=&#34;https://m.media-amazon.com/images/M/MV5BN2Q1YmQyNDgtY2M5Mi00NzQ0LThmNzAtNWIzZjllZjVmOTI2XkEyXkFqcGc@._V1_FMjpg_UY1024_.jpg&#34; width=&#34;150&#34; /&gt;&lt;/a&gt;
    &lt;p&gt;&lt;strong&gt;As Tears Go By (1988)&lt;/strong&gt;&lt;/p&gt;
    &lt;p&gt;crime · drama · romance&lt;/p&gt;
    &lt;p&gt;Hong Kong · Wong Kar-Wai&lt;/p&gt;
  &lt;/div&gt;
  &lt;div&gt;
    &lt;a href=&#34;https://www.imdb.com/title/tt13528562/&#34;&gt;&lt;img alt=&#34;Asakusa Kid&#34; height=&#34;225&#34; src=&#34;https://m.media-amazon.com/images/M/MV5BMzQ4ZWY0Y2EtZGY5NC00Mzc2LTllZjMtNmZhOWQ0MjVmMjAzXkEyXkFqcGc@._V1_FMjpg_UY1024_.jpg&#34; width=&#34;150&#34; /&gt;&lt;/a&gt;
    &lt;p&gt;&lt;strong&gt;Asakusa Kid (2021)&lt;/strong&gt;&lt;/p&gt;
    &lt;p&gt;biography · drama&lt;/p&gt;
    &lt;p&gt;Japan · Gekidan Hitori&lt;/p&gt;
  &lt;/div&gt;
  &lt;div&gt;
    &lt;a href=&#34;https://www.imdb.com/title/tt7298400/&#34;&gt;&lt;img alt=&#34;Ash Is Purest White&#34; height=&#34;225&#34; src=&#34;https://m.media-amazon.com/images/M/MV5BMGI0NTZlYmEtYWVkOC00ZTA5LThiMTQtZWU4ZWRmNTNkODgxXkEyXkFqcGc@._V1_FMjpg_UY1024_.jpg&#34; width=&#34;150&#34; /&gt;&lt;/a&gt;
    &lt;p&gt;&lt;strong&gt;Ash Is Purest White (2018)&lt;/strong&gt;&lt;/p&gt;
    &lt;p&gt;crime · drama · romance&lt;/p&gt;
    &lt;p&gt;China · Jia Zhang-ke&lt;/p&gt;
  &lt;/div&gt;
  &lt;div&gt;
    &lt;a href=&#34;https://www.imdb.com/title/tt15713446/&#34;&gt;&lt;img alt=&#34;Asura&#34; height=&#34;225&#34; src=&#34;https://m.media-amazon.com/images/M/MV5BN2M1MGExNDItZjI5Ni00ZWU1LWFlMGUtYTA3NWQ5OWZiYTEwXkEyXkFqcGc@._V1_FMjpg_UY1024_.jpg&#34; width=&#34;150&#34; /&gt;&lt;/a&gt;
    &lt;p&gt;&lt;strong&gt;Asura (2023)&lt;/strong&gt;&lt;/p&gt;
    &lt;p&gt;tv · comedy · drama&lt;/p&gt;
    &lt;p&gt;Indonesia&lt;/p&gt;
  &lt;/div&gt;
  &lt;div&gt;
    &lt;a href=&#34;https://www.imdb.com/title/tt0185906/&#34;&gt;&lt;img alt=&#34;Band of Brothers&#34; height=&#34;225&#34; src=&#34;https://m.media-amazon.com/images/M/MV5BMTQ3NTdmOTEtZTRmMi00NTg5LWI5NmUtYTNiOTc0ZmNkODU0XkEyXkFqcGc@._V1_FMjpg_UY1024_.jpg&#34; width=&#34;150&#34; /&gt;&lt;/a&gt;
    &lt;p&gt;&lt;strong&gt;Band of Brothers (2001)&lt;/strong&gt;&lt;/p&gt;
    &lt;p&gt;tv · action · drama · history&lt;/p&gt;
    &lt;p&gt;United Kingdom&lt;/p&gt;
  &lt;/div&gt;
  &lt;div&gt;
    &lt;a href=&#34;https://www.imdb.com/title/tt2017109/&#34;&gt;&lt;img alt=&#34;Banshee&#34; height=&#34;225&#34; src=&#34;https://m.media-amazon.com/images/M/MV5BMTkzNTA1MDI5M15BMl5BanBnXkFtZTcwNTY3NjAwOQ@@._V1_FMjpg_UY1024_.jpg&#34; width=&#34;150&#34; /&gt;&lt;/a&gt;
    &lt;p&gt;&lt;strong&gt;Banshee (2013)&lt;/strong&gt;&lt;/p&gt;
    &lt;p&gt;tv · action · crime · drama&lt;/p&gt;
    &lt;p&gt;United States&lt;/p&gt;
  &lt;/div&gt;
  &lt;div&gt;
    &lt;a href=&#34;https://www.imdb.com/title/tt5348176/&#34;&gt;&lt;img alt=&#34;Barry&#34; height=&#34;225&#34; src=&#34;https://m.media-amazon.com/images/M/MV5BYzdlYWZkNjQtMWYwNi00YjNkLTljYjgtZjRhMmQ2YTQ1MWQ0XkEyXkFqcGc@._V1_FMjpg_UY1024_.jpg&#34; width=&#34;150&#34; /&gt;&lt;/a&gt;
    &lt;p&gt;&lt;strong&gt;Barry (2018)&lt;/strong&gt;&lt;/p&gt;
    &lt;p&gt;tv · action · comedy · crime&lt;/p&gt;
    &lt;p&gt;United States&lt;/p&gt;
  &lt;/div&gt;
  &lt;div&gt;
    &lt;a href=&#34;https://www.imdb.com/title/tt0407362/&#34;&gt;&lt;img alt=&#34;Battlestar Galactica&#34; height=&#34;225&#34; src=&#34;https://m.media-amazon.com/images/M/MV5BNmMzYzdmNWMtM2ZmMi00Y2E2LWI5ZTMtYWJlNmJiMDgyYWRiXkEyXkFqcGc@._V1_FMjpg_UY1024_.jpg&#34; width=&#34;150&#34; /&gt;&lt;/a&gt;
    &lt;p&gt;&lt;strong&gt;Battlestar Galactica (2004)&lt;/strong&gt;&lt;/p&gt;
    &lt;p&gt;tv · action · adventure · drama&lt;/p&gt;
    &lt;p&gt;United States&lt;/p&gt;
  &lt;/div&gt;
  &lt;div&gt;
    &lt;a href=&#34;https://www.imdb.com/title/tt1349938/&#34;&gt;&lt;img alt=&#34;Being Human (UK)&#34; height=&#34;225&#34; src=&#34;https://m.media-amazon.com/images/M/MV5BMTc0NjEzMTAyM15BMl5BanBnXkFtZTcwMTQ3NTM0Mw@@._V1_FMjpg_UY1024_.jpg&#34; width=&#34;150&#34; /&gt;&lt;/a&gt;
    &lt;p&gt;&lt;strong&gt;Being Human (UK) (2008)&lt;/strong&gt;&lt;/p&gt;
    &lt;p&gt;tv · comedy · drama · fantasy&lt;/p&gt;
    &lt;p&gt;United Kingdom&lt;/p&gt;
  &lt;/div&gt;
  &lt;div&gt;
    &lt;a href=&#34;https://www.imdb.com/title/tt0997147/&#34;&gt;&lt;img alt=&#34;Big Man Japan&#34; height=&#34;225&#34; src=&#34;https://m.media-amazon.com/images/M/MV5BMTgyMjQ5MTc3OV5BMl5BanBnXkFtZTcwNjUwMzY0Mg@@._V1_FMjpg_UY1024_.jpg&#34; width=&#34;150&#34; /&gt;&lt;/a&gt;
    &lt;p&gt;&lt;strong&gt;Big Man Japan (2007)&lt;/strong&gt;&lt;/p&gt;
    &lt;p&gt;action · comedy · sci-fi&lt;/p&gt;
    &lt;p&gt;Japan · Hitoshi Matsumoto&lt;/p&gt;
  &lt;/div&gt;
  &lt;div&gt;
    &lt;a href=&#34;https://www.imdb.com/title/tt3469910/&#34;&gt;&lt;img alt=&#34;Black Coal, Thin Ice&#34; height=&#34;225&#34; src=&#34;https://m.media-amazon.com/images/M/MV5BZWUyYTMwZGQtNmJlMy00NThhLTlmYWUtNjJmMWQ2Y2M2OTMwXkEyXkFqcGc@._V1_FMjpg_UY1024_.jpg&#34; width=&#34;150&#34; /&gt;&lt;/a&gt;
    &lt;p&gt;&lt;strong&gt;Black Coal, Thin Ice (2014)&lt;/strong&gt;&lt;/p&gt;
    &lt;p&gt;crime · drama · mystery&lt;/p&gt;
    &lt;p&gt;China · Yi&#39;nan Diao&lt;/p&gt;
  &lt;/div&gt;
  &lt;div&gt;
    &lt;a href=&#34;https://www.imdb.com/title/tt2375692/&#34;&gt;&lt;img alt=&#34;Black Sails&#34; height=&#34;225&#34; src=&#34;https://m.media-amazon.com/images/M/MV5BMjA5NjAyOTk5MV5BMl5BanBnXkFtZTgwNTI4OTMyMDI@._V1_FMjpg_UY1024_.jpg&#34; width=&#34;150&#34; /&gt;&lt;/a&gt;
    &lt;p&gt;&lt;strong&gt;Black Sails (2014)&lt;/strong&gt;&lt;/p&gt;
    &lt;p&gt;tv · action · adventure · drama&lt;/p&gt;
    &lt;p&gt;South Africa&lt;/p&gt;
  &lt;/div&gt;
  &lt;div&gt;
    &lt;a href=&#34;https://www.imdb.com/title/tt0084988/&#34;&gt;&lt;img alt=&#34;Blackadder&#34; height=&#34;225&#34; src=&#34;https://m.media-amazon.com/images/M/MV5BOWY2OGZjZDYtYjQwNC00NjEzLTg2YzEtMGJiOTdlYjAyZmMwXkEyXkFqcGc@._V1_FMjpg_UY1024_.jpg&#34; width=&#34;150&#34; /&gt;&lt;/a&gt;
    &lt;p&gt;&lt;strong&gt;Blackadder (1983)&lt;/strong&gt;&lt;/p&gt;
    &lt;p&gt;tv · comedy&lt;/p&gt;
    &lt;p&gt;United Kingdom&lt;/p&gt;
  &lt;/div&gt;
  &lt;div&gt;
    &lt;a href=&#34;https://www.imdb.com/title/tt21867434/&#34;&gt;&lt;img alt=&#34;BlackBerry&#34; height=&#34;225&#34; src=&#34;https://m.media-amazon.com/images/M/MV5BYzEzZDM5NWEtODgzNC00MTE5LWFhZTYtMGE2YTkxMzFiZWIyXkEyXkFqcGc@._V1_FMjpg_UY1024_.jpg&#34; width=&#34;150&#34; /&gt;&lt;/a&gt;
    &lt;p&gt;&lt;strong&gt;BlackBerry (2023)&lt;/strong&gt;&lt;/p&gt;
    &lt;p&gt;biography · comedy · drama&lt;/p&gt;
    &lt;p&gt;Canada · Matt Johnson&lt;/p&gt;
  &lt;/div&gt;
  &lt;div&gt;
    &lt;a href=&#34;https://www.imdb.com/title/tt0083658/&#34;&gt;&lt;img alt=&#34;Blade Runner&#34; height=&#34;225&#34; src=&#34;https://m.media-amazon.com/images/M/MV5BOWQ4YTBmNTQtMDYxMC00NGFjLTkwOGQtNzdhNmY1Nzc1MzUxXkEyXkFqcGc@._V1_FMjpg_UY1024_.jpg&#34; width=&#34;150&#34; /&gt;&lt;/a&gt;
    &lt;p&gt;&lt;strong&gt;Blade Runner (1982)&lt;/strong&gt;&lt;/p&gt;
    &lt;p&gt;action · drama · sci-fi&lt;/p&gt;
    &lt;p&gt;United States · Ridley Scott&lt;/p&gt;
  &lt;/div&gt;
  &lt;div&gt;
    &lt;a href=&#34;https://www.imdb.com/title/tt1856101/&#34;&gt;&lt;img alt=&#34;Blade Runner 2049&#34; height=&#34;225&#34; src=&#34;https://m.media-amazon.com/images/M/MV5BNzA1Njg4NzYxOV5BMl5BanBnXkFtZTgwODk5NjU3MzI@._V1_FMjpg_UY1024_.jpg&#34; width=&#34;150&#34; /&gt;&lt;/a&gt;
    &lt;p&gt;&lt;strong&gt;Blade Runner 2049 (2017)&lt;/strong&gt;&lt;/p&gt;
    &lt;p&gt;action · drama · mystery&lt;/p&gt;
    &lt;p&gt;United States · Denis Villeneuve&lt;/p&gt;
  &lt;/div&gt;
  &lt;div&gt;
    &lt;a href=&#34;https://www.imdb.com/title/tt9359796/&#34;&gt;&lt;img alt=&#34;Blade Runner: Black Lotus&#34; height=&#34;225&#34; src=&#34;https://m.media-amazon.com/images/M/MV5BZDYzYWI2NzYtOWNkMS00YzA4LThlNWEtNmMxNDIwYmVmYTgzXkEyXkFqcGc@._V1_FMjpg_UY1024_.jpg&#34; width=&#34;150&#34; /&gt;&lt;/a&gt;
    &lt;p&gt;&lt;strong&gt;Blade Runner: Black Lotus (2021)&lt;/strong&gt;&lt;/p&gt;
    &lt;p&gt;tv · animation · action · drama&lt;/p&gt;
    &lt;p&gt;United States&lt;/p&gt;
  &lt;/div&gt;
  &lt;div&gt;
    &lt;a href=&#34;https://www.imdb.com/title/tt9772374/&#34;&gt;&lt;img alt=&#34;Bloody Hell&#34; height=&#34;225&#34; src=&#34;https://m.media-amazon.com/images/M/MV5BZThkZDk0N2YtMjJjMC00MTU2LThkZDktZWQ3MTgxNGI2YTQ4XkEyXkFqcGc@._V1_FMjpg_UY1024_.jpg&#34; width=&#34;150&#34; /&gt;&lt;/a&gt;
    &lt;p&gt;&lt;strong&gt;Bloody Hell (2020)&lt;/strong&gt;&lt;/p&gt;
    &lt;p&gt;comedy · horror · mystery&lt;/p&gt;
    &lt;p&gt;Australia · Alister Grierson&lt;/p&gt;
  &lt;/div&gt;
  &lt;div&gt;
    &lt;a href=&#34;https://www.imdb.com/title/tt0979432/&#34;&gt;&lt;img alt=&#34;Boardwalk Empire&#34; height=&#34;225&#34; src=&#34;https://m.media-amazon.com/images/M/MV5BN2MzODhjYTEtZTA2ZS00ZTRjLTlkZDYtNTBkNTdhNWJlMTYwXkEyXkFqcGc@._V1_FMjpg_UY1024_.jpg&#34; width=&#34;150&#34; /&gt;&lt;/a&gt;
    &lt;p&gt;&lt;strong&gt;Boardwalk Empire (2010)&lt;/strong&gt;&lt;/p&gt;
    &lt;p&gt;tv · crime · drama&lt;/p&gt;
    &lt;p&gt;United States&lt;/p&gt;
  &lt;/div&gt;
  &lt;div&gt;
    &lt;a href=&#34;https://www.imdb.com/title/tt3398228/&#34;&gt;&lt;img alt=&#34;Bojack Horseman&#34; height=&#34;225&#34; src=&#34;https://m.media-amazon.com/images/M/MV5BZmMwMDlkNTEtMmQzZS00ODQ0LWJlZmItOTgwYWMwZGM4MzFiXkEyXkFqcGc@._V1_FMjpg_UY1024_.jpg&#34; width=&#34;150&#34; /&gt;&lt;/a&gt;
    &lt;p&gt;&lt;strong&gt;Bojack Horseman (2014)&lt;/strong&gt;&lt;/p&gt;
    &lt;p&gt;tv · animation · comedy · drama&lt;/p&gt;
    &lt;p&gt;United States&lt;/p&gt;
  &lt;/div&gt;
  &lt;div&gt;
    &lt;a href=&#34;https://www.imdb.com/title/tt11343600/&#34;&gt;&lt;img alt=&#34;Brand New Cherry Flavor&#34; height=&#34;225&#34; src=&#34;https://m.media-amazon.com/images/M/MV5BNDZjNTJmMmEtZjYwOS00MTYzLTgwYTYtYWJiMDkxNDMzMDAyXkEyXkFqcGc@._V1_FMjpg_UY1024_.jpg&#34; width=&#34;150&#34; /&gt;&lt;/a&gt;
    &lt;p&gt;&lt;strong&gt;Brand New Cherry Flavor (2021)&lt;/strong&gt;&lt;/p&gt;
    &lt;p&gt;tv · drama · horror · mystery&lt;/p&gt;
    &lt;p&gt;United States&lt;/p&gt;
  &lt;/div&gt;
  &lt;div&gt;
    &lt;a href=&#34;https://www.imdb.com/title/tt0088846/&#34;&gt;&lt;img alt=&#34;Brazil&#34; height=&#34;225&#34; src=&#34;https://m.media-amazon.com/images/M/MV5BNjI1MTAzNmYtYzQ3Zi00ZWE0LWJiZmQtY2UwZWU3ZTE4OGQ3XkEyXkFqcGc@._V1_FMjpg_UY1024_.jpg&#34; width=&#34;150&#34; /&gt;&lt;/a&gt;
    &lt;p&gt;&lt;strong&gt;Brazil (1985)&lt;/strong&gt;&lt;/p&gt;
    &lt;p&gt;drama · sci-fi · thriller&lt;/p&gt;
    &lt;p&gt;United Kingdom · Terry Gilliam&lt;/p&gt;
  &lt;/div&gt;
  &lt;div&gt;
    &lt;a href=&#34;https://www.imdb.com/title/tt2249364/&#34;&gt;&lt;img alt=&#34;Broadchurch&#34; height=&#34;225&#34; src=&#34;https://m.media-amazon.com/images/M/MV5BNDU4ODc2MWMtNDBhMC00N2M3LWI5YzAtMGFjN2U1ZjBlOGU4XkEyXkFqcGc@._V1_FMjpg_UY1024_.jpg&#34; width=&#34;150&#34; /&gt;&lt;/a&gt;
    &lt;p&gt;&lt;strong&gt;Broadchurch (2013)&lt;/strong&gt;&lt;/p&gt;
    &lt;p&gt;tv · crime · drama · mystery&lt;/p&gt;
    &lt;p&gt;United Kingdom&lt;/p&gt;
  &lt;/div&gt;
  &lt;div&gt;
    &lt;a href=&#34;https://www.imdb.com/title/tt0810788/&#34;&gt;&lt;img alt=&#34;Burn Notice&#34; height=&#34;225&#34; src=&#34;https://m.media-amazon.com/images/M/MV5BMTczMzg4NjU1Ml5BMl5BanBnXkFtZTcwODc4NzY5Nw@@._V1_FMjpg_UY1024_.jpg&#34; width=&#34;150&#34; /&gt;&lt;/a&gt;
    &lt;p&gt;&lt;strong&gt;Burn Notice (2007)&lt;/strong&gt;&lt;/p&gt;
    &lt;p&gt;tv · action · crime · drama&lt;/p&gt;
    &lt;p&gt;United States&lt;/p&gt;
  &lt;/div&gt;
  &lt;div&gt;
    &lt;a href=&#34;https://www.imdb.com/title/tt7282468/&#34;&gt;&lt;img alt=&#34;Burning&#34; height=&#34;225&#34; src=&#34;https://m.media-amazon.com/images/M/MV5BZWU3YzgzMTgtOTIwYi00MmNkLWExYWEtZTEyOTAzYzEwM2Q2XkEyXkFqcGc@._V1_FMjpg_UY1024_.jpg&#34; width=&#34;150&#34; /&gt;&lt;/a&gt;
    &lt;p&gt;&lt;strong&gt;Burning (2018)&lt;/strong&gt;&lt;/p&gt;
    &lt;p&gt;drama · mystery · thriller&lt;/p&gt;
    &lt;p&gt;South Korea · Lee Chang-dong&lt;/p&gt;
  &lt;/div&gt;
  &lt;div&gt;
    &lt;a href=&#34;https://www.imdb.com/title/tt0319969/&#34;&gt;&lt;img alt=&#34;Carnivale&#34; height=&#34;225&#34; src=&#34;https://m.media-amazon.com/images/M/MV5BMjNkYTAwMjQtNjZlNC00MGZiLWE1YTYtNmNjMjE5ODAzY2U2XkEyXkFqcGc@._V1_FMjpg_UY1024_.jpg&#34; width=&#34;150&#34; /&gt;&lt;/a&gt;
    &lt;p&gt;&lt;strong&gt;Carnivale (2003)&lt;/strong&gt;&lt;/p&gt;
    &lt;p&gt;tv · drama · fantasy · mystery&lt;/p&gt;
    &lt;p&gt;United States&lt;/p&gt;
  &lt;/div&gt;
  &lt;div&gt;
    &lt;a href=&#34;https://www.imdb.com/title/tt6517102/&#34;&gt;&lt;img alt=&#34;Castlevania&#34; height=&#34;225&#34; src=&#34;https://m.media-amazon.com/images/M/MV5BMjAzMjU2MjYzMl5BMl5BanBnXkFtZTgwNTQ4Nzk1NjM@._V1_FMjpg_UY1024_.jpg&#34; width=&#34;150&#34; /&gt;&lt;/a&gt;
    &lt;p&gt;&lt;strong&gt;Castlevania (2017)&lt;/strong&gt;&lt;/p&gt;
    &lt;p&gt;tv · animation · action · adventure&lt;/p&gt;
    &lt;p&gt;United States&lt;/p&gt;
  &lt;/div&gt;
  &lt;div&gt;
    &lt;a href=&#34;https://www.imdb.com/title/tt0109424/&#34;&gt;&lt;img alt=&#34;Chungking Express&#34; height=&#34;225&#34; src=&#34;https://m.media-amazon.com/images/M/MV5BNDQ4ZmYxODctZDVlZC00OTcxLWJjOGItZjRlMzk4MDA1Yjg1XkEyXkFqcGc@._V1_FMjpg_UY1024_.jpg&#34; width=&#34;150&#34; /&gt;&lt;/a&gt;
    &lt;p&gt;&lt;strong&gt;Chungking Express (1994)&lt;/strong&gt;&lt;/p&gt;
    &lt;p&gt;comedy · crime · drama&lt;/p&gt;
    &lt;p&gt;Hong Kong · Wong Kar-Wai&lt;/p&gt;
  &lt;/div&gt;
  &lt;div&gt;
    &lt;a href=&#34;https://www.imdb.com/title/tt24478470/&#34;&gt;&lt;img alt=&#34;City Hunter&#34; height=&#34;225&#34; src=&#34;https://m.media-amazon.com/images/M/MV5BNzI5ZWZjN2UtNjRiNS00MzViLTgzNjMtZWEyZTlmNWJhYjJkXkEyXkFqcGc@._V1_FMjpg_UY1024_.jpg&#34; width=&#34;150&#34; /&gt;&lt;/a&gt;
    &lt;p&gt;&lt;strong&gt;City Hunter (2024)&lt;/strong&gt;&lt;/p&gt;
    &lt;p&gt;action · comedy · crime&lt;/p&gt;
    &lt;p&gt;Japan · Yûichi Satô&lt;/p&gt;
  &lt;/div&gt;
  &lt;div&gt;
    &lt;a href=&#34;https://www.imdb.com/title/tt0317248/&#34;&gt;&lt;img alt=&#34;City of God&#34; height=&#34;225&#34; src=&#34;https://m.media-amazon.com/images/M/MV5BYjY4NGI5OTUtY2ZlZS00Zjk4LTk5N2MtN2JmYWVjNGNmMGRlXkEyXkFqcGc@._V1_FMjpg_UY1024_.jpg&#34; width=&#34;150&#34; /&gt;&lt;/a&gt;
    &lt;p&gt;&lt;strong&gt;City of God (2002)&lt;/strong&gt;&lt;/p&gt;
    &lt;p&gt;crime · drama&lt;/p&gt;
    &lt;p&gt;Brazil · Kátia Lund&lt;/p&gt;
  &lt;/div&gt;
  &lt;div&gt;
    &lt;a href=&#34;https://www.imdb.com/title/tt32828123/&#34;&gt;&lt;img alt=&#34;Cloud&#34; height=&#34;225&#34; src=&#34;https://m.media-amazon.com/images/M/MV5BYTE5ZjM5MWQtMjU0MS00YzEzLTg5YTQtYmVjZWQ1Mzc0NTc3XkEyXkFqcGc@._V1_FMjpg_UY1024_.jpg&#34; width=&#34;150&#34; /&gt;&lt;/a&gt;
    &lt;p&gt;&lt;strong&gt;Cloud (2024)&lt;/strong&gt;&lt;/p&gt;
    &lt;p&gt;action · crime · drama&lt;/p&gt;
    &lt;p&gt;Japan · Kiyoshi Kurosawa&lt;/p&gt;
  &lt;/div&gt;
  &lt;div&gt;
    &lt;a href=&#34;https://www.imdb.com/title/tt1632547/&#34;&gt;&lt;img alt=&#34;Cold Fish&#34; height=&#34;225&#34; src=&#34;https://m.media-amazon.com/images/M/MV5BOTA5YzJiODUtZWU3OS00YWE5LTk3YTQtNDVlMWIxOTNiOTM4XkEyXkFqcGc@._V1_FMjpg_UY1024_.jpg&#34; width=&#34;150&#34; /&gt;&lt;/a&gt;
    &lt;p&gt;&lt;strong&gt;Cold Fish (2010)&lt;/strong&gt;&lt;/p&gt;
    &lt;p&gt;crime · drama · horror&lt;/p&gt;
    &lt;p&gt;Japan · Sion Sono&lt;/p&gt;
  &lt;/div&gt;
  &lt;div&gt;
    &lt;a href=&#34;https://www.imdb.com/title/tt4209256/&#34;&gt;&lt;img alt=&#34;Colony&#34; height=&#34;225&#34; src=&#34;https://m.media-amazon.com/images/M/MV5BMTg1MzAzODQ5OF5BMl5BanBnXkFtZTgwMDA1MDI0NTM@._V1_FMjpg_UY1024_.jpg&#34; width=&#34;150&#34; /&gt;&lt;/a&gt;
    &lt;p&gt;&lt;strong&gt;Colony (2016)&lt;/strong&gt;&lt;/p&gt;
    &lt;p&gt;tv · action · adventure · drama&lt;/p&gt;
    &lt;p&gt;United States&lt;/p&gt;
  &lt;/div&gt;
  &lt;div&gt;
    &lt;a href=&#34;https://www.imdb.com/title/tt4643084/&#34;&gt;&lt;img alt=&#34;Counterpart&#34; height=&#34;225&#34; src=&#34;https://m.media-amazon.com/images/M/MV5BODg5NDU5NjM1NV5BMl5BanBnXkFtZTgwOTE0NjY1NjM@._V1_FMjpg_UY1024_.jpg&#34; width=&#34;150&#34; /&gt;&lt;/a&gt;
    &lt;p&gt;&lt;strong&gt;Counterpart (2017)&lt;/strong&gt;&lt;/p&gt;
    &lt;p&gt;tv · drama · sci-fi · thriller&lt;/p&gt;
    &lt;p&gt;United States&lt;/p&gt;
  &lt;/div&gt;
  &lt;div&gt;
    &lt;a href=&#34;https://www.imdb.com/title/tt0190332/&#34;&gt;&lt;img alt=&#34;Crouching Tiger Hidden Dragon&#34; height=&#34;225&#34; src=&#34;https://m.media-amazon.com/images/M/MV5BMzRmMTU2OWEtZjI0Ni00MGRhLThjOTItZTJiNmM4MDk0ZWU2XkEyXkFqcGc@._V1_FMjpg_UY1024_.jpg&#34; width=&#34;150&#34; /&gt;&lt;/a&gt;
    &lt;p&gt;&lt;strong&gt;Crouching Tiger Hidden Dragon (2000)&lt;/strong&gt;&lt;/p&gt;
    &lt;p&gt;action · adventure · drama&lt;/p&gt;
    &lt;p&gt;Taiwan · Ang Lee&lt;/p&gt;
  &lt;/div&gt;
  &lt;div&gt;
    &lt;a href=&#34;https://www.imdb.com/title/tt0123948/&#34;&gt;&lt;img alt=&#34;Cure&#34; height=&#34;225&#34; src=&#34;https://m.media-amazon.com/images/M/MV5BNDcyMTRiMWQtMjA4MS00OTk3LTkxYmMtMjI4ODAyNGVlZTU0XkEyXkFqcGc@._V1_FMjpg_UY1024_.jpg&#34; width=&#34;150&#34; /&gt;&lt;/a&gt;
    &lt;p&gt;&lt;strong&gt;Cure (1997)&lt;/strong&gt;&lt;/p&gt;
    &lt;p&gt;crime · horror · mystery&lt;/p&gt;
    &lt;p&gt;Japan · Kiyoshi Kurosawa&lt;/p&gt;
  &lt;/div&gt;
  &lt;div&gt;
    &lt;a href=&#34;https://www.imdb.com/title/tt12590266/&#34;&gt;&lt;img alt=&#34;Cyberpunk: Edgerunners&#34; height=&#34;225&#34; src=&#34;https://m.media-amazon.com/images/M/MV5BM2JkMzM2ZmYtNWU4MS00MjZhLWFhZWUtYWFjYTJkN2RhZDliXkEyXkFqcGc@._V1_FMjpg_UY1024_.jpg&#34; width=&#34;150&#34; /&gt;&lt;/a&gt;
    &lt;p&gt;&lt;strong&gt;Cyberpunk: Edgerunners (2022)&lt;/strong&gt;&lt;/p&gt;
    &lt;p&gt;tv · animation · action · adventure&lt;/p&gt;
    &lt;p&gt;Japan&lt;/p&gt;
  &lt;/div&gt;
  &lt;div&gt;
    &lt;a href=&#34;https://www.imdb.com/title/tt2094262/&#34;&gt;&lt;img alt=&#34;DaVinci&#39;s Demons&#34; height=&#34;225&#34; src=&#34;https://m.media-amazon.com/images/M/MV5BYzc5ODJmOTItYzgwOC00YTM4LTk5YmQtYjhkMWU3ZDdlMzg5XkEyXkFqcGc@._V1_FMjpg_UY1024_.jpg&#34; width=&#34;150&#34; /&gt;&lt;/a&gt;
    &lt;p&gt;&lt;strong&gt;DaVinci&#39;s Demons (2013)&lt;/strong&gt;&lt;/p&gt;
    &lt;p&gt;tv · adventure · biography · drama&lt;/p&gt;
    &lt;p&gt;United States&lt;/p&gt;
  &lt;/div&gt;
  &lt;div&gt;
    &lt;a href=&#34;https://www.imdb.com/title/tt0101258/&#34;&gt;&lt;img alt=&#34;Days of Being Wild&#34; height=&#34;225&#34; src=&#34;https://m.media-amazon.com/images/M/MV5BMTE0OGQxNmYtMTU0Mi00ZTc1LTk5OGUtZWY2NDIzNTQ0YjgyXkEyXkFqcGc@._V1_FMjpg_UY1024_.jpg&#34; width=&#34;150&#34; /&gt;&lt;/a&gt;
    &lt;p&gt;&lt;strong&gt;Days of Being Wild (1990)&lt;/strong&gt;&lt;/p&gt;
    &lt;p&gt;crime · drama · romance&lt;/p&gt;
    &lt;p&gt;Hong Kong · Wong Kar-Wai&lt;/p&gt;
  &lt;/div&gt;
  &lt;div&gt;
    &lt;a href=&#34;https://www.imdb.com/title/tt6616260/&#34;&gt;&lt;img alt=&#34;Deadwind&#34; height=&#34;225&#34; src=&#34;https://m.media-amazon.com/images/M/MV5BYzlkMjFmYzctNzc2MS00N2Q5LTllYzItODBmOTBkMTk3YzQyXkEyXkFqcGc@._V1_FMjpg_UY1024_.jpg&#34; width=&#34;150&#34; /&gt;&lt;/a&gt;
    &lt;p&gt;&lt;strong&gt;Deadwind (2018)&lt;/strong&gt;&lt;/p&gt;
    &lt;p&gt;tv · crime · drama · mystery&lt;/p&gt;
    &lt;p&gt;Finland&lt;/p&gt;
  &lt;/div&gt;
  &lt;div&gt;
    &lt;a href=&#34;https://www.imdb.com/title/tt0348914/&#34;&gt;&lt;img alt=&#34;Deadwood&#34; height=&#34;225&#34; src=&#34;https://m.media-amazon.com/images/M/MV5BODFiMjBkNDMtN2I1NS00YWM3LTliNWEtMTg0NjVlN2I5YTNlXkEyXkFqcGc@._V1_FMjpg_UY1024_.jpg&#34; width=&#34;150&#34; /&gt;&lt;/a&gt;
    &lt;p&gt;&lt;strong&gt;Deadwood (2004)&lt;/strong&gt;&lt;/p&gt;
    &lt;p&gt;tv · crime · drama · history&lt;/p&gt;
    &lt;p&gt;United States&lt;/p&gt;
  &lt;/div&gt;
  &lt;div&gt;
    &lt;a href=&#34;https://www.imdb.com/title/tt20863760/&#34;&gt;&lt;img alt=&#34;Dear Child&#34; height=&#34;225&#34; src=&#34;https://m.media-amazon.com/images/M/MV5BYjkzNWZjYzktYjAwNS00YTVkLWIzNjUtNGM5MWRlMTUxMWY2XkEyXkFqcGc@._V1_FMjpg_UY1024_.jpg&#34; width=&#34;150&#34; /&gt;&lt;/a&gt;
    &lt;p&gt;&lt;strong&gt;Dear Child (2023)&lt;/strong&gt;&lt;/p&gt;
    &lt;p&gt;tv · crime · drama · mystery&lt;/p&gt;
    &lt;p&gt;Germany&lt;/p&gt;
  &lt;/div&gt;
  &lt;div&gt;
    &lt;a href=&#34;https://www.imdb.com/title/tt12477480/&#34;&gt;&lt;img alt=&#34;Decision to Leave&#34; height=&#34;225&#34; src=&#34;https://m.media-amazon.com/images/M/MV5BN2NhZjcxYjItNDhlOC00Y2U2LWE4NDktMDJhNTQ1NzNjMmNmXkEyXkFqcGc@._V1_FMjpg_UY1024_.jpg&#34; width=&#34;150&#34; /&gt;&lt;/a&gt;
    &lt;p&gt;&lt;strong&gt;Decision to Leave (2022)&lt;/strong&gt;&lt;/p&gt;
    &lt;p&gt;crime · drama · mystery&lt;/p&gt;
    &lt;p&gt;South Korea · Park Chan-wook&lt;/p&gt;
  &lt;/div&gt;
  &lt;div&gt;
    &lt;a href=&#34;https://www.imdb.com/title/tt35111035/&#34;&gt;&lt;img alt=&#34;Demon City&#34; height=&#34;225&#34; src=&#34;https://m.media-amazon.com/images/M/MV5BYzg3ZGY5MmUtNGViOC00ZjRkLTg4ZmYtMDI1NWZiZDQ0Zjc2XkEyXkFqcGc@._V1_FMjpg_UY1024_.jpg&#34; width=&#34;150&#34; /&gt;&lt;/a&gt;
    &lt;p&gt;&lt;strong&gt;Demon City (2024)&lt;/strong&gt;&lt;/p&gt;
    &lt;p&gt;action · adventure · crime&lt;/p&gt;
    &lt;p&gt;Japan · Seiji Tanaka&lt;/p&gt;
  &lt;/div&gt;
  &lt;div&gt;
    &lt;a href=&#34;https://www.imdb.com/title/tt7120662/&#34;&gt;&lt;img alt=&#34;Derry Girls&#34; height=&#34;225&#34; src=&#34;https://m.media-amazon.com/images/M/MV5BZjVhN2FhMzctZDlkMS00NTY3LWEyZmEtOTE5NDlkN2JkNDE3XkEyXkFqcGc@._V1_FMjpg_UY1024_.jpg&#34; width=&#34;150&#34; /&gt;&lt;/a&gt;
    &lt;p&gt;&lt;strong&gt;Derry Girls (2018)&lt;/strong&gt;&lt;/p&gt;
    &lt;p&gt;tv · comedy&lt;/p&gt;
    &lt;p&gt;United Kingdom&lt;/p&gt;
  &lt;/div&gt;
  &lt;div&gt;
    &lt;a href=&#34;https://www.imdb.com/title/tt7137380/&#34;&gt;&lt;img alt=&#34;Destroyer&#34; height=&#34;225&#34; src=&#34;https://m.media-amazon.com/images/M/MV5BODI4MTI2OTAyMV5BMl5BanBnXkFtZTgwNjY3NDY1NjM@._V1_FMjpg_UY1024_.jpg&#34; width=&#34;150&#34; /&gt;&lt;/a&gt;
    &lt;p&gt;&lt;strong&gt;Destroyer (2018)&lt;/strong&gt;&lt;/p&gt;
    &lt;p&gt;action · crime · drama&lt;/p&gt;
    &lt;p&gt;United States · Karyn Kusama&lt;/p&gt;
  &lt;/div&gt;
  &lt;div&gt;
    &lt;a href=&#34;https://www.imdb.com/title/tt8134186/&#34;&gt;&lt;img alt=&#34;Devs&#34; height=&#34;225&#34; src=&#34;https://m.media-amazon.com/images/M/MV5BMDBmMGFiNGYtNDRjMS00NzJlLWE5YjctOTkzNDM0ODM5YTRlXkEyXkFqcGc@._V1_FMjpg_UY1024_.jpg&#34; width=&#34;150&#34; /&gt;&lt;/a&gt;
    &lt;p&gt;&lt;strong&gt;Devs (2020)&lt;/strong&gt;&lt;/p&gt;
    &lt;p&gt;tv · drama · mystery · sci-fi&lt;/p&gt;
    &lt;p&gt;United Kingdom&lt;/p&gt;
  &lt;/div&gt;
  &lt;div&gt;
    &lt;a href=&#34;https://www.imdb.com/title/tt4047038/&#34;&gt;&lt;img alt=&#34;Dirk Gently&#39;s Holistic Detective Agency&#34; height=&#34;225&#34; src=&#34;https://m.media-amazon.com/images/M/MV5BMDBlZTEzMGMtNjkwNS00MzlhLTkxN2MtYTM5OGQwZWNmYWRhXkEyXkFqcGc@._V1_FMjpg_UY1024_.jpg&#34; width=&#34;150&#34; /&gt;&lt;/a&gt;
    &lt;p&gt;&lt;strong&gt;Dirk Gently&#39;s Holistic Detective Agency (2016)&lt;/strong&gt;&lt;/p&gt;
    &lt;p&gt;tv · action · adventure · comedy&lt;/p&gt;
    &lt;p&gt;United States&lt;/p&gt;
  &lt;/div&gt;
  &lt;div&gt;
    &lt;a href=&#34;https://www.imdb.com/title/tt1136608/&#34;&gt;&lt;img alt=&#34;District 9&#34; height=&#34;225&#34; src=&#34;https://m.media-amazon.com/images/M/MV5BMTM4OTI1OTM5NF5BMl5BanBnXkFtZTcwMzk5MTU1Mg@@._V1_FMjpg_UY1024_.jpg&#34; width=&#34;150&#34; /&gt;&lt;/a&gt;
    &lt;p&gt;&lt;strong&gt;District 9 (2009)&lt;/strong&gt;&lt;/p&gt;
    &lt;p&gt;action · sci-fi · thriller&lt;/p&gt;
    &lt;p&gt;South Africa · Neill Blomkamp&lt;/p&gt;
  &lt;/div&gt;
  &lt;div&gt;
    &lt;a href=&#34;https://www.imdb.com/title/tt8416494/&#34;&gt;&lt;img alt=&#34;Doom Patrol&#34; height=&#34;225&#34; src=&#34;https://m.media-amazon.com/images/M/MV5BYjY1MDExMzctMzQ4Mi00NmU1LWIyMWItZTkzZDk2YmY2NGI2XkEyXkFqcGc@._V1_FMjpg_UY1024_.jpg&#34; width=&#34;150&#34; /&gt;&lt;/a&gt;
    &lt;p&gt;&lt;strong&gt;Doom Patrol (2019)&lt;/strong&gt;&lt;/p&gt;
    &lt;p&gt;tv · action · adventure · comedy&lt;/p&gt;
    &lt;p&gt;United States&lt;/p&gt;
  &lt;/div&gt;
  &lt;div&gt;
    &lt;a href=&#34;https://www.imdb.com/title/tt1606375/&#34;&gt;&lt;img alt=&#34;Downton Abbey&#34; height=&#34;225&#34; src=&#34;https://m.media-amazon.com/images/M/MV5BYzgzNDVjNjgtNzQxZS00N2E2LTkxNjgtNjIzMGZiM2UwYWQ2XkEyXkFqcGc@._V1_FMjpg_UY1024_.jpg&#34; width=&#34;150&#34; /&gt;&lt;/a&gt;
    &lt;p&gt;&lt;strong&gt;Downton Abbey (2010)&lt;/strong&gt;&lt;/p&gt;
    &lt;p&gt;tv · drama · romance&lt;/p&gt;
    &lt;p&gt;United Kingdom&lt;/p&gt;
  &lt;/div&gt;
  &lt;div&gt;
    &lt;a href=&#34;https://www.imdb.com/title/tt1343727/&#34;&gt;&lt;img alt=&#34;Dredd&#34; height=&#34;225&#34; src=&#34;https://m.media-amazon.com/images/M/MV5BODkyNDQzMzUzOF5BMl5BanBnXkFtZTcwODYyMDEyOA@@._V1_FMjpg_UY1024_.jpg&#34; width=&#34;150&#34; /&gt;&lt;/a&gt;
    &lt;p&gt;&lt;strong&gt;Dredd (2012)&lt;/strong&gt;&lt;/p&gt;
    &lt;p&gt;action · crime · sci-fi&lt;/p&gt;
    &lt;p&gt;United Kingdom · Pete Travis&lt;/p&gt;
  &lt;/div&gt;
  &lt;div&gt;
    &lt;a href=&#34;https://www.imdb.com/title/tt6867482/&#34;&gt;&lt;img alt=&#34;Drops of God&#34; height=&#34;225&#34; src=&#34;https://m.media-amazon.com/images/M/MV5BNWI1NmY1NzMtMjE1MS00Njg3LWFiYmEtY2E3ZWNhNDAyZjVkXkEyXkFqcGc@._V1_FMjpg_UY1024_.jpg&#34; width=&#34;150&#34; /&gt;&lt;/a&gt;
    &lt;p&gt;&lt;strong&gt;Drops of God (2023)&lt;/strong&gt;&lt;/p&gt;
    &lt;p&gt;tv · drama&lt;/p&gt;
    &lt;p&gt;France&lt;/p&gt;
  &lt;/div&gt;
  &lt;div&gt;
    &lt;a href=&#34;https://www.imdb.com/title/tt1160419/&#34;&gt;&lt;img alt=&#34;Dune&#34; height=&#34;225&#34; src=&#34;https://m.media-amazon.com/images/M/MV5BNWIyNmU5MGYtZDZmNi00ZjAwLWJlYjgtZTc0ZGIxMDE4ZGYwXkEyXkFqcGc@._V1_FMjpg_UY1024_.jpg&#34; width=&#34;150&#34; /&gt;&lt;/a&gt;
    &lt;p&gt;&lt;strong&gt;Dune (2021)&lt;/strong&gt;&lt;/p&gt;
    &lt;p&gt;action · adventure · drama&lt;/p&gt;
    &lt;p&gt;United States · Denis Villeneuve&lt;/p&gt;
  &lt;/div&gt;
  &lt;div&gt;
    &lt;a href=&#34;https://www.imdb.com/title/tt0105382/&#34;&gt;&lt;img alt=&#34;Dust of Angels&#34; height=&#34;225&#34; src=&#34;https://m.media-amazon.com/images/M/MV5BZTUzYmUyODktMmFkYS00YjY0LWJlOTctM2Q2NjE4NGQ2OTQ2XkEyXkFqcGc@._V1_FMjpg_UY1024_.jpg&#34; width=&#34;150&#34; /&gt;&lt;/a&gt;
    &lt;p&gt;&lt;strong&gt;Dust of Angels (1992)&lt;/strong&gt;&lt;/p&gt;
    &lt;p&gt;action · crime · drama&lt;/p&gt;
    &lt;p&gt;Taiwan · Hsiao-Ming Hsu&lt;/p&gt;
  &lt;/div&gt;
  &lt;div&gt;
    &lt;a href=&#34;https://www.imdb.com/title/tt1631867/&#34;&gt;&lt;img alt=&#34;Edge of Tomorrow&#34; height=&#34;225&#34; src=&#34;https://m.media-amazon.com/images/M/MV5BMTc5OTk4MTM3M15BMl5BanBnXkFtZTgwODcxNjg3MDE@._V1_FMjpg_UY1024_.jpg&#34; width=&#34;150&#34; /&gt;&lt;/a&gt;
    &lt;p&gt;&lt;strong&gt;Edge of Tomorrow (2014)&lt;/strong&gt;&lt;/p&gt;
    &lt;p&gt;action · adventure · sci-fi&lt;/p&gt;
    &lt;p&gt;United States · Doug Liman&lt;/p&gt;
  &lt;/div&gt;
  &lt;div&gt;
    &lt;a href=&#34;https://www.imdb.com/title/tt3823098/&#34;&gt;&lt;img alt=&#34;Edie&#34; height=&#34;225&#34; src=&#34;https://m.media-amazon.com/images/M/MV5BYjM5ZDg4ZjItNWJhYy00MTIyLWI1NWQtNTFkY2QzYTU3ZTg5XkEyXkFqcGc@._V1_FMjpg_UY1024_.jpg&#34; width=&#34;150&#34; /&gt;&lt;/a&gt;
    &lt;p&gt;&lt;strong&gt;Edie (2017)&lt;/strong&gt;&lt;/p&gt;
    &lt;p&gt;adventure · drama&lt;/p&gt;
    &lt;p&gt;United Kingdom · Simon Hunter&lt;/p&gt;
  &lt;/div&gt;
  &lt;div&gt;
    &lt;a href=&#34;https://www.imdb.com/title/tt1535108/&#34;&gt;&lt;img alt=&#34;Elysium&#34; height=&#34;225&#34; src=&#34;https://m.media-amazon.com/images/M/MV5BNDc2NjU0MTcwNV5BMl5BanBnXkFtZTcwMjg4MDg2OQ@@._V1_FMjpg_UY1024_.jpg&#34; width=&#34;150&#34; /&gt;&lt;/a&gt;
    &lt;p&gt;&lt;strong&gt;Elysium (2013)&lt;/strong&gt;&lt;/p&gt;
    &lt;p&gt;action · drama · sci-fi&lt;/p&gt;
    &lt;p&gt;United States · Neill Blomkamp&lt;/p&gt;
  &lt;/div&gt;
  &lt;div&gt;
    &lt;a href=&#34;https://www.imdb.com/title/tt2953050/&#34;&gt;&lt;img alt=&#34;Encanto&#34; height=&#34;225&#34; src=&#34;https://m.media-amazon.com/images/M/MV5BNGEyNzk2M2MtNjBhZS00MzYwLWI0Y2YtYjc5ZWE2MjM0YWE5XkEyXkFqcGc@._V1_FMjpg_UY1024_.jpg&#34; width=&#34;150&#34; /&gt;&lt;/a&gt;
    &lt;p&gt;&lt;strong&gt;Encanto (2021)&lt;/strong&gt;&lt;/p&gt;
    &lt;p&gt;animation · comedy · family&lt;/p&gt;
    &lt;p&gt;United States · Jared Bush&lt;/p&gt;
  &lt;/div&gt;
  &lt;div&gt;
    &lt;a href=&#34;https://www.imdb.com/title/tt2701582/&#34;&gt;&lt;img alt=&#34;Endeavour&#34; height=&#34;225&#34; src=&#34;https://m.media-amazon.com/images/M/MV5BOTdhYzQyMzItNTk0YS00MWNmLWFlMDctZGU0NGEzYTVlZTgzXkEyXkFqcGc@._V1_FMjpg_UY1024_.jpg&#34; width=&#34;150&#34; /&gt;&lt;/a&gt;
    &lt;p&gt;&lt;strong&gt;Endeavour (2012)&lt;/strong&gt;&lt;/p&gt;
    &lt;p&gt;tv · crime · drama · mystery&lt;/p&gt;
    &lt;p&gt;United Kingdom&lt;/p&gt;
  &lt;/div&gt;
  &lt;div&gt;
    &lt;a href=&#34;https://www.imdb.com/title/tt0238380/&#34;&gt;&lt;img alt=&#34;Equilibrium&#34; height=&#34;225&#34; src=&#34;https://m.media-amazon.com/images/M/MV5BMTkzMzA1OTI3N15BMl5BanBnXkFtZTYwMzUyMDg5._V1_FMjpg_UY1024_.jpg&#34; width=&#34;150&#34; /&gt;&lt;/a&gt;
    &lt;p&gt;&lt;strong&gt;Equilibrium (2002)&lt;/strong&gt;&lt;/p&gt;
    &lt;p&gt;action · drama · sci-fi&lt;/p&gt;
    &lt;p&gt;United States · Kurt Wimmer&lt;/p&gt;
  &lt;/div&gt;
  &lt;div&gt;
    &lt;a href=&#34;https://www.imdb.com/title/tt8772296/&#34;&gt;&lt;img alt=&#34;Euphoria&#34; height=&#34;225&#34; src=&#34;https://m.media-amazon.com/images/M/MV5BZjVlN2M2N2MtOWViZC00MzIxLTlhZWEtMTIwNDIwMzE3ZWJiXkEyXkFqcGc@._V1_FMjpg_UY1024_.jpg&#34; width=&#34;150&#34; /&gt;&lt;/a&gt;
    &lt;p&gt;&lt;strong&gt;Euphoria (2019)&lt;/strong&gt;&lt;/p&gt;
    &lt;p&gt;tv · drama&lt;/p&gt;
    &lt;p&gt;United States&lt;/p&gt;
  &lt;/div&gt;
  &lt;div&gt;
    &lt;a href=&#34;https://www.imdb.com/title/tt9541602/&#34;&gt;&lt;img alt=&#34;Extreme Job&#34; height=&#34;225&#34; src=&#34;https://m.media-amazon.com/images/M/MV5BNjkwYmRiY2EtYTAwZi00ZTA1LTk4OTgtNzlhYTVlM2RmOWExXkEyXkFqcGc@._V1_FMjpg_UY1024_.jpg&#34; width=&#34;150&#34; /&gt;&lt;/a&gt;
    &lt;p&gt;&lt;strong&gt;Extreme Job (2019)&lt;/strong&gt;&lt;/p&gt;
    &lt;p&gt;action · comedy · crime&lt;/p&gt;
    &lt;p&gt;South Korea · Lee Byeong-heon&lt;/p&gt;
  &lt;/div&gt;
  &lt;div&gt;
    &lt;a href=&#34;https://www.imdb.com/title/tt16304446/&#34;&gt;&lt;img alt=&#34;Fair Play&#34; height=&#34;225&#34; src=&#34;https://m.media-amazon.com/images/M/MV5BNjkxYjNkMGMtOTkyNC00YTRhLWIyZDctNmFmZjYxNjEwMDdjXkEyXkFqcGc@._V1_FMjpg_UY1024_.jpg&#34; width=&#34;150&#34; /&gt;&lt;/a&gt;
    &lt;p&gt;&lt;strong&gt;Fair Play (2023)&lt;/strong&gt;&lt;/p&gt;
    &lt;p&gt;drama · thriller&lt;/p&gt;
    &lt;p&gt;United States · Chloe Domont&lt;/p&gt;
  &lt;/div&gt;
  &lt;div&gt;
    &lt;a href=&#34;https://www.imdb.com/title/tt21027780/&#34;&gt;&lt;img alt=&#34;Fallen Leaves&#34; height=&#34;225&#34; src=&#34;https://m.media-amazon.com/images/M/MV5BZjNkY2M5NWMtZjJiMy00YTZmLWI2NWEtZTI0MjhmNDc4ZThmXkEyXkFqcGc@._V1_FMjpg_UY1024_.jpg&#34; width=&#34;150&#34; /&gt;&lt;/a&gt;
    &lt;p&gt;&lt;strong&gt;Fallen Leaves (2023)&lt;/strong&gt;&lt;/p&gt;
    &lt;p&gt;comedy · drama · romance&lt;/p&gt;
    &lt;p&gt;Finland · Aki Kaurismäki&lt;/p&gt;
  &lt;/div&gt;
  &lt;div&gt;
    &lt;a href=&#34;https://www.imdb.com/title/tt12637874/&#34;&gt;&lt;img alt=&#34;Fallout&#34; height=&#34;225&#34; src=&#34;https://m.media-amazon.com/images/M/MV5BYzE1MTZmY2ItMTgxNi00OGU5LTk4NTItMmY2ODFhYzhjZjRkXkEyXkFqcGc@._V1_FMjpg_UY1024_.jpg&#34; width=&#34;150&#34; /&gt;&lt;/a&gt;
    &lt;p&gt;&lt;strong&gt;Fallout (2024)&lt;/strong&gt;&lt;/p&gt;
    &lt;p&gt;tv · action · adventure · drama&lt;/p&gt;
    &lt;p&gt;United States&lt;/p&gt;
  &lt;/div&gt;
  &lt;div&gt;
    &lt;a href=&#34;https://www.imdb.com/title/tt2802850/&#34;&gt;&lt;img alt=&#34;Fargo&#34; height=&#34;225&#34; src=&#34;https://m.media-amazon.com/images/M/MV5BMjMzMTIzMTUwN15BMl5BanBnXkFtZTgwNjE0NTg0MTE@._V1_FMjpg_UY1024_.jpg&#34; width=&#34;150&#34; /&gt;&lt;/a&gt;
    &lt;p&gt;&lt;strong&gt;Fargo (2014)&lt;/strong&gt;&lt;/p&gt;
    &lt;p&gt;tv · crime · drama · thriller&lt;/p&gt;
    &lt;p&gt;United States&lt;/p&gt;
  &lt;/div&gt;
  &lt;div&gt;
    &lt;a href=&#34;https://www.imdb.com/title/tt0303461/&#34;&gt;&lt;img alt=&#34;Firefly&#34; height=&#34;225&#34; src=&#34;https://m.media-amazon.com/images/M/MV5BYzYyZWYzNzUtOWQ4Yi00Y2Q4LWJjZjgtZTllNjg2ZGM0MTcyXkEyXkFqcGc@._V1_FMjpg_UY1024_.jpg&#34; width=&#34;150&#34; /&gt;&lt;/a&gt;
    &lt;p&gt;&lt;strong&gt;Firefly (2002)&lt;/strong&gt;&lt;/p&gt;
    &lt;p&gt;tv · adventure · drama · sci-fi&lt;/p&gt;
    &lt;p&gt;United States&lt;/p&gt;
  &lt;/div&gt;
  &lt;div&gt;
    &lt;a href=&#34;https://www.imdb.com/title/tt0804484/&#34;&gt;&lt;img alt=&#34;Foundation&#34; height=&#34;225&#34; src=&#34;https://m.media-amazon.com/images/M/MV5BMzY5OGJhYzItNGQyOS00NmU3LWFhOWMtNGY1OGVlNTlmYjc0XkEyXkFqcGc@._V1_FMjpg_UY1024_.jpg&#34; width=&#34;150&#34; /&gt;&lt;/a&gt;
    &lt;p&gt;&lt;strong&gt;Foundation (2021)&lt;/strong&gt;&lt;/p&gt;
    &lt;p&gt;tv · drama · sci-fi&lt;/p&gt;
    &lt;p&gt;Ireland&lt;/p&gt;
  &lt;/div&gt;
  &lt;div&gt;
    &lt;a href=&#34;https://www.imdb.com/title/tt0310455/&#34;&gt;&lt;img alt=&#34;Foyle&#39;s War&#34; height=&#34;225&#34; src=&#34;https://m.media-amazon.com/images/M/MV5BNjExMDJlZWUtNzQxMS00ZGI4LTg1N2QtMmU3NTkyN2Q4NzYyXkEyXkFqcGc@._V1_FMjpg_UY1024_.jpg&#34; width=&#34;150&#34; /&gt;&lt;/a&gt;
    &lt;p&gt;&lt;strong&gt;Foyle&#39;s War (2002)&lt;/strong&gt;&lt;/p&gt;
    &lt;p&gt;tv · crime · drama · mystery&lt;/p&gt;
    &lt;p&gt;United Kingdom&lt;/p&gt;
  &lt;/div&gt;
  &lt;div&gt;
    &lt;a href=&#34;https://www.imdb.com/title/tt1119644/&#34;&gt;&lt;img alt=&#34;Fringe&#34; height=&#34;225&#34; src=&#34;https://m.media-amazon.com/images/M/MV5BMWVlMmE1MmEtNjhjMC00MDdmLWIzZGMtNjc1YTZmNDc2MWExXkEyXkFqcGc@._V1_FMjpg_UY1024_.jpg&#34; width=&#34;150&#34; /&gt;&lt;/a&gt;
    &lt;p&gt;&lt;strong&gt;Fringe (2008)&lt;/strong&gt;&lt;/p&gt;
    &lt;p&gt;tv · drama · mystery · sci-fi&lt;/p&gt;
    &lt;p&gt;United States&lt;/p&gt;
  &lt;/div&gt;
  &lt;div&gt;
    &lt;a href=&#34;https://www.imdb.com/title/tt9813792/&#34;&gt;&lt;img alt=&#34;From&#34; height=&#34;225&#34; src=&#34;https://m.media-amazon.com/images/M/MV5BYzM5ZWMxOGEtZjEyMC00YjQ0LThiYjEtZjVkZGEzN2NlOGEwXkEyXkFqcGc@._V1_FMjpg_UY1024_.jpg&#34; width=&#34;150&#34; /&gt;&lt;/a&gt;
    &lt;p&gt;&lt;strong&gt;From (2022)&lt;/strong&gt;&lt;/p&gt;
    &lt;p&gt;tv · drama · horror · mystery&lt;/p&gt;
    &lt;p&gt;United States&lt;/p&gt;
  &lt;/div&gt;
  &lt;div&gt;
    &lt;a href=&#34;https://www.imdb.com/title/tt0451829/&#34;&gt;&lt;img alt=&#34;Funky Forest&#34; height=&#34;225&#34; src=&#34;https://m.media-amazon.com/images/M/MV5BMzFlMTRlODUtMmQxZC00M2JiLTk2MGMtMmZjNTdiNmE0MTI0XkEyXkFqcGc@._V1_FMjpg_UY1024_.jpg&#34; width=&#34;150&#34; /&gt;&lt;/a&gt;
    &lt;p&gt;&lt;strong&gt;Funky Forest (2005)&lt;/strong&gt;&lt;/p&gt;
    &lt;p&gt;comedy · fantasy&lt;/p&gt;
    &lt;p&gt;Japan · Katsuhito Ishii&lt;/p&gt;
  &lt;/div&gt;
  &lt;div&gt;
    &lt;a href=&#34;https://www.imdb.com/title/tt4975856/&#34;&gt;&lt;img alt=&#34;Future Man&#34; height=&#34;225&#34; src=&#34;https://m.media-amazon.com/images/M/MV5BODExYjljNzEtMDc3ZC00MzAwLTg3MzMtN2M4NWNkMmE3N2U5XkEyXkFqcGc@._V1_FMjpg_UY1024_.jpg&#34; width=&#34;150&#34; /&gt;&lt;/a&gt;
    &lt;p&gt;&lt;strong&gt;Future Man (2017)&lt;/strong&gt;&lt;/p&gt;
    &lt;p&gt;tv · action · adventure · comedy&lt;/p&gt;
    &lt;p&gt;United States&lt;/p&gt;
  &lt;/div&gt;
  &lt;div&gt;
    &lt;a href=&#34;https://www.imdb.com/title/tt13159924/&#34;&gt;&lt;img alt=&#34;Gen V&#34; height=&#34;225&#34; src=&#34;https://m.media-amazon.com/images/M/MV5BYWU4YTljYmItYjczNS00MWY0LWI3NjctZjJhYjU3NWNmNWZhXkEyXkFqcGc@._V1_FMjpg_UY1024_.jpg&#34; width=&#34;150&#34; /&gt;&lt;/a&gt;
    &lt;p&gt;&lt;strong&gt;Gen V (2023)&lt;/strong&gt;&lt;/p&gt;
    &lt;p&gt;tv · action · adventure · comedy&lt;/p&gt;
    &lt;p&gt;United States&lt;/p&gt;
  &lt;/div&gt;
  &lt;div&gt;
    &lt;a href=&#34;https://www.imdb.com/title/tt0113568/&#34;&gt;&lt;img alt=&#34;Ghost in the Shell&#34; height=&#34;225&#34; src=&#34;https://m.media-amazon.com/images/M/MV5BNzljMjA3MTQtMjM1OS00OGJjLWJiYzctZDRiMTk1NWI5YzQ5XkEyXkFqcGc@._V1_FMjpg_UY1024_.jpg&#34; width=&#34;150&#34; /&gt;&lt;/a&gt;
    &lt;p&gt;&lt;strong&gt;Ghost in the Shell (1995)&lt;/strong&gt;&lt;/p&gt;
    &lt;p&gt;animation · action · crime&lt;/p&gt;
    &lt;p&gt;Japan · Mamoru Oshii&lt;/p&gt;
  &lt;/div&gt;
  &lt;div&gt;
    &lt;a href=&#34;https://www.imdb.com/title/tt4513678/&#34;&gt;&lt;img alt=&#34;Ghostbusters Afterlife&#34; height=&#34;225&#34; src=&#34;https://m.media-amazon.com/images/M/MV5BMDJmZmM2NmQtMzhlYi00MGNkLTlhMWUtYjM1MmFlMTA1YTliXkEyXkFqcGc@._V1_FMjpg_UY1024_.jpg&#34; width=&#34;150&#34; /&gt;&lt;/a&gt;
    &lt;p&gt;&lt;strong&gt;Ghostbusters Afterlife (2021)&lt;/strong&gt;&lt;/p&gt;
    &lt;p&gt;adventure · comedy · fantasy&lt;/p&gt;
    &lt;p&gt;United States · Jason Reitman&lt;/p&gt;
  &lt;/div&gt;
  &lt;div&gt;
    &lt;a href=&#34;https://www.imdb.com/title/tt23289160/&#34;&gt;&lt;img alt=&#34;Godzilla Minus One&#34; height=&#34;225&#34; src=&#34;https://m.media-amazon.com/images/M/MV5BMjc5MjllMGUtMDIwMS00ZDVkLWEzODQtM2NlMTMwMTZhNThmXkEyXkFqcGc@._V1_FMjpg_UY1024_.jpg&#34; width=&#34;150&#34; /&gt;&lt;/a&gt;
    &lt;p&gt;&lt;strong&gt;Godzilla Minus One (2023)&lt;/strong&gt;&lt;/p&gt;
    &lt;p&gt;action · adventure · drama&lt;/p&gt;
    &lt;p&gt;Japan · Takashi Yamazaki&lt;/p&gt;
  &lt;/div&gt;
  &lt;div&gt;
    &lt;a href=&#34;https://www.imdb.com/title/tt1193460/&#34;&gt;&lt;img alt=&#34;Going By The Book&#34; height=&#34;225&#34; src=&#34;https://m.media-amazon.com/images/M/MV5BNzgzNjgyMjUxOF5BMl5BanBnXkFtZTgwMzI1NzE1MjE@._V1_FMjpg_UY1024_.jpg&#34; width=&#34;150&#34; /&gt;&lt;/a&gt;
    &lt;p&gt;&lt;strong&gt;Going By The Book (2007)&lt;/strong&gt;&lt;/p&gt;
    &lt;p&gt;action · comedy&lt;/p&gt;
    &lt;p&gt;South Korea · Hee-chan Ra&lt;/p&gt;
  &lt;/div&gt;
  &lt;div&gt;
    &lt;a href=&#34;https://www.imdb.com/title/tt2049116/&#34;&gt;&lt;img alt=&#34;Gomorrah&#34; height=&#34;225&#34; src=&#34;https://m.media-amazon.com/images/M/MV5BYWUwYmYwNmItMTRiMy00ZDBhLWE3OTUtMDdmYjA1Mzc2M2IwXkEyXkFqcGc@._V1_FMjpg_UY1024_.jpg&#34; width=&#34;150&#34; /&gt;&lt;/a&gt;
    &lt;p&gt;&lt;strong&gt;Gomorrah (2014)&lt;/strong&gt;&lt;/p&gt;
    &lt;p&gt;tv · crime · drama · thriller&lt;/p&gt;
    &lt;p&gt;Italy&lt;/p&gt;
  &lt;/div&gt;
  &lt;div&gt;
    &lt;a href=&#34;https://www.imdb.com/title/tt0295368/&#34;&gt;&lt;img alt=&#34;Guns &amp;amp; Talks&#34; height=&#34;225&#34; src=&#34;https://m.media-amazon.com/images/M/MV5BMTM3NjY5OTM4N15BMl5BanBnXkFtZTcwNjk3NzYyMQ@@._V1_FMjpg_UY1024_.jpg&#34; width=&#34;150&#34; /&gt;&lt;/a&gt;
    &lt;p&gt;&lt;strong&gt;Guns &amp; Talks (2001)&lt;/strong&gt;&lt;/p&gt;
    &lt;p&gt;action · drama · comedy&lt;/p&gt;
    &lt;p&gt;South Korea · Jang Jin&lt;/p&gt;
  &lt;/div&gt;
  &lt;div&gt;
    &lt;a href=&#34;https://www.imdb.com/title/tt2543312/&#34;&gt;&lt;img alt=&#34;Halt and Catch Fire&#34; height=&#34;225&#34; src=&#34;https://m.media-amazon.com/images/M/MV5BZTRkNzQwMjAtMzg5Mi00ZDQwLThmYWYtNmQwMDFiYmIxOWRhXkEyXkFqcGc@._V1_FMjpg_UY1024_.jpg&#34; width=&#34;150&#34; /&gt;&lt;/a&gt;
    &lt;p&gt;&lt;strong&gt;Halt and Catch Fire (2014)&lt;/strong&gt;&lt;/p&gt;
    &lt;p&gt;tv · drama&lt;/p&gt;
    &lt;p&gt;United States&lt;/p&gt;
  &lt;/div&gt;
  &lt;div&gt;
    &lt;a href=&#34;https://www.imdb.com/title/tt5834204/&#34;&gt;&lt;img alt=&#34;Handmaid&#39;s Tale&#34; height=&#34;225&#34; src=&#34;https://m.media-amazon.com/images/M/MV5BMWIxMzk4NmItZmM1YS00ODUyLWFlNjgtZDQ4MzljZTZmZDQ5XkEyXkFqcGc@._V1_FMjpg_UY1024_.jpg&#34; width=&#34;150&#34; /&gt;&lt;/a&gt;
    &lt;p&gt;&lt;strong&gt;Handmaid&#39;s Tale (2017)&lt;/strong&gt;&lt;/p&gt;
    &lt;p&gt;tv · drama · sci-fi · thriller&lt;/p&gt;
    &lt;p&gt;United States&lt;/p&gt;
  &lt;/div&gt;
  &lt;div&gt;
    &lt;a href=&#34;https://www.imdb.com/title/tt6932244/&#34;&gt;&lt;img alt=&#34;Hanna&#34; height=&#34;225&#34; src=&#34;https://m.media-amazon.com/images/M/MV5BNzMyNWFjNjYtYzYwNi00ZWY5LWFjNjQtZDdhYWQyMTFmZjUzXkEyXkFqcGc@._V1_FMjpg_UY1024_.jpg&#34; width=&#34;150&#34; /&gt;&lt;/a&gt;
    &lt;p&gt;&lt;strong&gt;Hanna (2019)&lt;/strong&gt;&lt;/p&gt;
    &lt;p&gt;tv · action · crime · drama&lt;/p&gt;
    &lt;p&gt;United States&lt;/p&gt;
  &lt;/div&gt;
  &lt;div&gt;
    &lt;a href=&#34;https://www.imdb.com/title/tt2243973/&#34;&gt;&lt;img alt=&#34;Hannibal&#34; height=&#34;225&#34; src=&#34;https://m.media-amazon.com/images/M/MV5BNjBmYjdiMzItNTEwNi00YTI2LTg4YjctOTRjNDYxNTUxNGQ1XkEyXkFqcGc@._V1_FMjpg_UY1024_.jpg&#34; width=&#34;150&#34; /&gt;&lt;/a&gt;
    &lt;p&gt;&lt;strong&gt;Hannibal (2013)&lt;/strong&gt;&lt;/p&gt;
    &lt;p&gt;tv · crime · drama · horror&lt;/p&gt;
    &lt;p&gt;United States&lt;/p&gt;
  &lt;/div&gt;
  &lt;div&gt;
    &lt;a href=&#34;https://www.imdb.com/title/tt11052434/&#34;&gt;&lt;img alt=&#34;Hausen&#34; height=&#34;225&#34; src=&#34;https://m.media-amazon.com/images/M/MV5BYTc1YjA5ODctODBjZi00MzkzLThhZDUtZGY1MzQ2MDVhNmQ5XkEyXkFqcGc@._V1_FMjpg_UY1024_.jpg&#34; width=&#34;150&#34; /&gt;&lt;/a&gt;
    &lt;p&gt;&lt;strong&gt;Hausen (2020)&lt;/strong&gt;&lt;/p&gt;
    &lt;p&gt;tv · drama · horror · mystery&lt;/p&gt;
    &lt;p&gt;Germany&lt;/p&gt;
  &lt;/div&gt;
  &lt;div&gt;
    &lt;a href=&#34;https://www.imdb.com/title/tt3280150/&#34;&gt;&lt;img alt=&#34;Heavy Water War (Kampen om tungtvannet)&#34; height=&#34;225&#34; src=&#34;https://m.media-amazon.com/images/M/MV5BMTU4NTU0NDc5OV5BMl5BanBnXkFtZTgwMjc0ODk1NTE@._V1_FMjpg_UY1024_.jpg&#34; width=&#34;150&#34; /&gt;&lt;/a&gt;
    &lt;p&gt;&lt;strong&gt;Heavy Water War (Kampen om tungtvannet) (2015)&lt;/strong&gt;&lt;/p&gt;
    &lt;p&gt;tv · drama · history · war&lt;/p&gt;
    &lt;p&gt;Norway&lt;/p&gt;
  &lt;/div&gt;
  &lt;div&gt;
    &lt;a href=&#34;https://www.imdb.com/title/tt0813715/&#34;&gt;&lt;img alt=&#34;Heroes&#34; height=&#34;225&#34; src=&#34;https://m.media-amazon.com/images/M/MV5BMjI3ODU0OTQ1MV5BMl5BanBnXkFtZTgwNzI0MTQ2MzE@._V1_FMjpg_UY1024_.jpg&#34; width=&#34;150&#34; /&gt;&lt;/a&gt;
    &lt;p&gt;&lt;strong&gt;Heroes (2006)&lt;/strong&gt;&lt;/p&gt;
    &lt;p&gt;tv · crime · drama · fantasy&lt;/p&gt;
    &lt;p&gt;United States&lt;/p&gt;
  &lt;/div&gt;
  &lt;div&gt;
    &lt;a href=&#34;https://www.imdb.com/title/tt10220588/&#34;&gt;&lt;img alt=&#34;Hotel Del Luna&#34; height=&#34;225&#34; src=&#34;https://m.media-amazon.com/images/M/MV5BZmFmYTU0YTItZTk4ZS00ZWMzLThmOTgtOGIyOTBkY2QwZjc0XkEyXkFqcGc@._V1_FMjpg_UY1024_.jpg&#34; width=&#34;150&#34; /&gt;&lt;/a&gt;
    &lt;p&gt;&lt;strong&gt;Hotel Del Luna (2019)&lt;/strong&gt;&lt;/p&gt;
    &lt;p&gt;tv · action · comedy · drama&lt;/p&gt;
    &lt;p&gt;South Korea&lt;/p&gt;
  &lt;/div&gt;
  &lt;div&gt;
    &lt;a href=&#34;https://www.imdb.com/title/tt0338564/&#34;&gt;&lt;img alt=&#34;Infernal Affairs&#34; height=&#34;225&#34; src=&#34;https://m.media-amazon.com/images/M/MV5BNWZjNDdiOWUtZDI0Ni00YmY1LTk4MmYtM2Y0YTY3ZTc3OWFiXkEyXkFqcGc@._V1_FMjpg_UY1024_.jpg&#34; width=&#34;150&#34; /&gt;&lt;/a&gt;
    &lt;p&gt;&lt;strong&gt;Infernal Affairs (2002)&lt;/strong&gt;&lt;/p&gt;
    &lt;p&gt;crime · drama · mystery&lt;/p&gt;
    &lt;p&gt;Hong Kong · Wai Keung Lau&lt;/p&gt;
  &lt;/div&gt;
  &lt;div&gt;
    &lt;a href=&#34;https://www.imdb.com/title/tt10399622/&#34;&gt;&lt;img alt=&#34;Inside the Yellow Cocoon Shell&#34; height=&#34;225&#34; src=&#34;https://m.media-amazon.com/images/M/MV5BMzA3Y2M0MGYtMzRmMS00MmNkLTg5MTUtNjc0YjBmZjc0Y2IwXkEyXkFqcGc@._V1_FMjpg_UY1024_.jpg&#34; width=&#34;150&#34; /&gt;&lt;/a&gt;
    &lt;p&gt;&lt;strong&gt;Inside the Yellow Cocoon Shell (2023)&lt;/strong&gt;&lt;/p&gt;
    &lt;p&gt;drama&lt;/p&gt;
    &lt;p&gt;Vietnam · Thien An Pham&lt;/p&gt;
  &lt;/div&gt;
  &lt;div&gt;
    &lt;a href=&#34;https://www.imdb.com/title/tt0092379/&#34;&gt;&lt;img alt=&#34;Inspector Morse&#34; height=&#34;225&#34; src=&#34;https://m.media-amazon.com/images/M/MV5BNGQ5OTMzNDQtMGNlMy00OWI3LTkwNjQtNjM3ZTA0NmZkZGUyXkEyXkFqcGc@._V1_FMjpg_UY1024_.jpg&#34; width=&#34;150&#34; /&gt;&lt;/a&gt;
    &lt;p&gt;&lt;strong&gt;Inspector Morse (1987)&lt;/strong&gt;&lt;/p&gt;
    &lt;p&gt;tv · crime · drama · mystery&lt;/p&gt;
    &lt;p&gt;United Kingdom&lt;/p&gt;
  &lt;/div&gt;
  &lt;div&gt;
    &lt;a href=&#34;https://www.imdb.com/title/tt1220719/&#34;&gt;&lt;img alt=&#34;Ip Man&#34; height=&#34;225&#34; src=&#34;https://m.media-amazon.com/images/M/MV5BZmJjZDE0MmYtNzgwYy00NTg2LWE0NDYtNzA0YTA4MjA0NmYxXkEyXkFqcGc@._V1_FMjpg_UY1024_.jpg&#34; width=&#34;150&#34; /&gt;&lt;/a&gt;
    &lt;p&gt;&lt;strong&gt;Ip Man (2008)&lt;/strong&gt;&lt;/p&gt;
    &lt;p&gt;action · biography · drama&lt;/p&gt;
    &lt;p&gt;Hong Kong · Wilson Yip&lt;/p&gt;
  &lt;/div&gt;
  &lt;div&gt;
    &lt;a href=&#34;https://www.imdb.com/title/tt0113481/&#34;&gt;&lt;img alt=&#34;Johnny Mnemonic&#34; height=&#34;225&#34; src=&#34;https://m.media-amazon.com/images/M/MV5BZGFjNWVhMzktZjJkZi00NWI3LWJiY2MtMTM1MGMxYzI0NmFjXkEyXkFqcGc@._V1_FMjpg_UY1024_.jpg&#34; width=&#34;150&#34; /&gt;&lt;/a&gt;
    &lt;p&gt;&lt;strong&gt;Johnny Mnemonic (1995)&lt;/strong&gt;&lt;/p&gt;
    &lt;p&gt;action · drama · sci-fi&lt;/p&gt;
    &lt;p&gt;Canada · Robert Longo&lt;/p&gt;
  &lt;/div&gt;
  &lt;div&gt;
    &lt;a href=&#34;https://www.imdb.com/title/tt0260991/&#34;&gt;&lt;img alt=&#34;JSA: Joint Security Area&#34; height=&#34;225&#34; src=&#34;https://m.media-amazon.com/images/M/MV5BMTI1NDA4NTMyN15BMl5BanBnXkFtZTYwNTA2ODc5._V1_FMjpg_UY1024_.jpg&#34; width=&#34;150&#34; /&gt;&lt;/a&gt;
    &lt;p&gt;&lt;strong&gt;JSA: Joint Security Area (2000)&lt;/strong&gt;&lt;/p&gt;
    &lt;p&gt;action · drama · thriller&lt;/p&gt;
    &lt;p&gt;South Korea · Park Chan-wook&lt;/p&gt;
  &lt;/div&gt;
  &lt;div&gt;
    &lt;a href=&#34;https://www.imdb.com/title/tt22074164/&#34;&gt;&lt;img alt=&#34;Jury Duty&#34; height=&#34;225&#34; src=&#34;https://m.media-amazon.com/images/M/MV5BMzNjY2QyMDItMDFiZC00NmZjLTlhMmQtNzdlYzU2MWMzYTU2XkEyXkFqcGc@._V1_FMjpg_UY1024_.jpg&#34; width=&#34;150&#34; /&gt;&lt;/a&gt;
    &lt;p&gt;&lt;strong&gt;Jury Duty (2023)&lt;/strong&gt;&lt;/p&gt;
    &lt;p&gt;tv · comedy&lt;/p&gt;
    &lt;p&gt;United States&lt;/p&gt;
  &lt;/div&gt;
  &lt;div&gt;
    &lt;a href=&#34;https://www.imdb.com/title/tt1489428/&#34;&gt;&lt;img alt=&#34;Justified&#34; height=&#34;225&#34; src=&#34;https://m.media-amazon.com/images/M/MV5BZGIzNmFlMzgtYWY0MC00NjFmLWJhMGItZTM2YjVlZjY3ZjBlXkEyXkFqcGc@._V1_FMjpg_UY1024_.jpg&#34; width=&#34;150&#34; /&gt;&lt;/a&gt;
    &lt;p&gt;&lt;strong&gt;Justified (2010)&lt;/strong&gt;&lt;/p&gt;
    &lt;p&gt;tv · action · crime · drama&lt;/p&gt;
    &lt;p&gt;United States&lt;/p&gt;
  &lt;/div&gt;
  &lt;div&gt;
    &lt;a href=&#34;https://www.imdb.com/title/tt4613272/&#34;&gt;&lt;img alt=&#34;Kaili Blues&#34; height=&#34;225&#34; src=&#34;https://m.media-amazon.com/images/M/MV5BNGIxN2Q1NzgtNDU5YS00MzIwLWE1ZGEtOTRlZDdkNjU5Y2Q3XkEyXkFqcGc@._V1_FMjpg_UY1024_.jpg&#34; width=&#34;150&#34; /&gt;&lt;/a&gt;
    &lt;p&gt;&lt;strong&gt;Kaili Blues (2015)&lt;/strong&gt;&lt;/p&gt;
    &lt;p&gt;drama · mystery&lt;/p&gt;
    &lt;p&gt;China · Bi Gan&lt;/p&gt;
  &lt;/div&gt;
  &lt;div&gt;
    &lt;a href=&#34;https://www.imdb.com/title/tt11398870/&#34;&gt;&lt;img alt=&#34;Kalifat&#34; height=&#34;225&#34; src=&#34;https://m.media-amazon.com/images/M/MV5BYjU0NWQ4NjYtOGQ3OS00OGU5LWE3YmEtOTBkM2Q5NGQzY2ZjXkEyXkFqcGc@._V1_FMjpg_UY1024_.jpg&#34; width=&#34;150&#34; /&gt;&lt;/a&gt;
    &lt;p&gt;&lt;strong&gt;Kalifat (2020)&lt;/strong&gt;&lt;/p&gt;
    &lt;p&gt;tv · crime · drama · thriller&lt;/p&gt;
    &lt;p&gt;Sweden&lt;/p&gt;
  &lt;/div&gt;
  &lt;div&gt;
    &lt;a href=&#34;https://www.imdb.com/title/tt11102190/&#34;&gt;&lt;img alt=&#34;Katla&#34; height=&#34;225&#34; src=&#34;https://m.media-amazon.com/images/M/MV5BMGNjNzM0YzMtODc2Yi00NDM3LWE3YjAtN2E5OTk4ZTlhYzQxXkEyXkFqcGc@._V1_FMjpg_UY1024_.jpg&#34; width=&#34;150&#34; /&gt;&lt;/a&gt;
    &lt;p&gt;&lt;strong&gt;Katla (2021)&lt;/strong&gt;&lt;/p&gt;
    &lt;p&gt;tv · drama · fantasy · mystery&lt;/p&gt;
    &lt;p&gt;Iceland&lt;/p&gt;
  &lt;/div&gt;
  &lt;div&gt;
    &lt;a href=&#34;https://www.imdb.com/title/tt5537002/&#34;&gt;&lt;img alt=&#34;Killers of the Flower Moon&#34; height=&#34;225&#34; src=&#34;https://m.media-amazon.com/images/M/MV5BNTRhODE3NTYtOGEwOC00OGQ4LTgzYjItNDdhNGU4YTdmODcyXkEyXkFqcGc@._V1_FMjpg_UY1024_.jpg&#34; width=&#34;150&#34; /&gt;&lt;/a&gt;
    &lt;p&gt;&lt;strong&gt;Killers of the Flower Moon (2023)&lt;/strong&gt;&lt;/p&gt;
    &lt;p&gt;crime · drama · history&lt;/p&gt;
    &lt;p&gt;United States · Martin Scorsese&lt;/p&gt;
  &lt;/div&gt;
  &lt;div&gt;
    &lt;a href=&#34;https://www.imdb.com/title/tt0478024/&#34;&gt;&lt;img alt=&#34;Killzone (SPL)&#34; height=&#34;225&#34; src=&#34;https://m.media-amazon.com/images/M/MV5BMTk5NTU2NzAyNV5BMl5BanBnXkFtZTgwNjAyOTEzMjE@._V1_FMjpg_UY1024_.jpg&#34; width=&#34;150&#34; /&gt;&lt;/a&gt;
    &lt;p&gt;&lt;strong&gt;Killzone (SPL) (2005)&lt;/strong&gt;&lt;/p&gt;
    &lt;p&gt;action · crime · thriller&lt;/p&gt;
    &lt;p&gt;Hong Kong · Wilson Yip&lt;/p&gt;
  &lt;/div&gt;
  &lt;div&gt;
    &lt;a href=&#34;https://www.imdb.com/title/tt6611916/&#34;&gt;&lt;img alt=&#34;Kingdom&#34; height=&#34;225&#34; src=&#34;https://m.media-amazon.com/images/M/MV5BYWQyMDQyYzItYWFhNi00YmViLTkwZTctY2M2NjEyNDJmNGQ5XkEyXkFqcGc@._V1_FMjpg_UY1024_.jpg&#34; width=&#34;150&#34; /&gt;&lt;/a&gt;
    &lt;p&gt;&lt;strong&gt;Kingdom (2019)&lt;/strong&gt;&lt;/p&gt;
    &lt;p&gt;tv · action · drama · horror&lt;/p&gt;
    &lt;p&gt;South Korea&lt;/p&gt;
  &lt;/div&gt;
  &lt;div&gt;
    &lt;a href=&#34;https://www.imdb.com/title/tt0848538/&#34;&gt;&lt;img alt=&#34;Kung Fu Dunk&#34; height=&#34;225&#34; src=&#34;https://m.media-amazon.com/images/M/MV5BMTU0ODg3Mzc1Ml5BMl5BanBnXkFtZTgwMzQ3NjI2MDE@._V1_FMjpg_UY1024_.jpg&#34; width=&#34;150&#34; /&gt;&lt;/a&gt;
    &lt;p&gt;&lt;strong&gt;Kung Fu Dunk (2008)&lt;/strong&gt;&lt;/p&gt;
    &lt;p&gt;action · comedy · sport&lt;/p&gt;
    &lt;p&gt;China · Yen-Ping Chu&lt;/p&gt;
  &lt;/div&gt;
  &lt;div&gt;
    &lt;a href=&#34;https://www.imdb.com/title/tt0373074/&#34;&gt;&lt;img alt=&#34;Kung Fu Hustle&#34; height=&#34;225&#34; src=&#34;https://m.media-amazon.com/images/M/MV5BNGU2OWVlM2ItZGZlOC00Yzk2LWE1NzEtMDYwMzE4YTE5MzQ2XkEyXkFqcGc@._V1_FMjpg_UY1024_.jpg&#34; width=&#34;150&#34; /&gt;&lt;/a&gt;
    &lt;p&gt;&lt;strong&gt;Kung Fu Hustle (2004)&lt;/strong&gt;&lt;/p&gt;
    &lt;p&gt;action · comedy · fantasy&lt;/p&gt;
    &lt;p&gt;Hong Kong · Stephen Chow&lt;/p&gt;
  &lt;/div&gt;
  &lt;div&gt;
    &lt;a href=&#34;https://www.imdb.com/title/tt0113247/&#34;&gt;&lt;img alt=&#34;La Haine&#34; height=&#34;225&#34; src=&#34;https://m.media-amazon.com/images/M/MV5BYmU2OWQwNGYtNDA1ZS00ZGJjLWFhMDAtZGI4MGRhYzY0ZDY4XkEyXkFqcGc@._V1_FMjpg_UY1024_.jpg&#34; width=&#34;150&#34; /&gt;&lt;/a&gt;
    &lt;p&gt;&lt;strong&gt;La Haine (1995)&lt;/strong&gt;&lt;/p&gt;
    &lt;p&gt;crime · drama&lt;/p&gt;
    &lt;p&gt;France · Mathieu Kassovitz&lt;/p&gt;
  &lt;/div&gt;
  &lt;div&gt;
    &lt;a href=&#34;https://www.imdb.com/title/tt4063800/&#34;&gt;&lt;img alt=&#34;Le Bureau des Legendes&#34; height=&#34;225&#34; src=&#34;https://m.media-amazon.com/images/M/MV5BZDk2NDA3MzktNTQyOS00YjY0LWI2ZDgtMWI2MTQ5N2Q1Njg0XkEyXkFqcGc@._V1_FMjpg_UY1024_.jpg&#34; width=&#34;150&#34; /&gt;&lt;/a&gt;
    &lt;p&gt;&lt;strong&gt;Le Bureau des Legendes (2015)&lt;/strong&gt;&lt;/p&gt;
    &lt;p&gt;tv · drama · thriller&lt;/p&gt;
    &lt;p&gt;France&lt;/p&gt;
  &lt;/div&gt;
  &lt;div&gt;
    &lt;a href=&#34;https://www.imdb.com/title/tt27722618/&#34;&gt;&lt;img alt=&#34;Left Handed Girl&#34; height=&#34;225&#34; src=&#34;https://m.media-amazon.com/images/M/MV5BYTE2OWQxZWMtNjdjNC00NGNhLWE5OTUtZDA2ZjhhMjk0MmRmXkEyXkFqcGc@._V1_FMjpg_UY1024_.jpg&#34; width=&#34;150&#34; /&gt;&lt;/a&gt;
    &lt;p&gt;&lt;strong&gt;Left Handed Girl (2024)&lt;/strong&gt;&lt;/p&gt;
    &lt;p&gt;drama&lt;/p&gt;
    &lt;p&gt;Taiwan · Shih-Ching Tsou&lt;/p&gt;
  &lt;/div&gt;
  &lt;div&gt;
    &lt;a href=&#34;https://www.imdb.com/title/tt5114356/&#34;&gt;&lt;img alt=&#34;Legion&#34; height=&#34;225&#34; src=&#34;https://m.media-amazon.com/images/M/MV5BYmM4NDNlYzctNDgxYi00OWU5LTg4NTctOWE2NzMyMjgxY2QwXkEyXkFqcGc@._V1_FMjpg_UY1024_.jpg&#34; width=&#34;150&#34; /&gt;&lt;/a&gt;
    &lt;p&gt;&lt;strong&gt;Legion (2017)&lt;/strong&gt;&lt;/p&gt;
    &lt;p&gt;tv · action · sci-fi · thriller&lt;/p&gt;
    &lt;p&gt;United States&lt;/p&gt;
  &lt;/div&gt;
  &lt;div&gt;
    &lt;a href=&#34;https://www.imdb.com/title/tt2521668/&#34;&gt;&lt;img alt=&#34;Les Revenants&#34; height=&#34;225&#34; src=&#34;https://m.media-amazon.com/images/M/MV5BMjEwOTExNDY5MV5BMl5BanBnXkFtZTgwMzMzOTU5MTE@._V1_FMjpg_UY1024_.jpg&#34; width=&#34;150&#34; /&gt;&lt;/a&gt;
    &lt;p&gt;&lt;strong&gt;Les Revenants (2012)&lt;/strong&gt;&lt;/p&gt;
    &lt;p&gt;tv · drama · fantasy · horror&lt;/p&gt;
    &lt;p&gt;France&lt;/p&gt;
  &lt;/div&gt;
  &lt;div&gt;
    &lt;a href=&#34;https://www.imdb.com/title/tt8089592/&#34;&gt;&lt;img alt=&#34;Little Fires Everywhere&#34; height=&#34;225&#34; src=&#34;https://m.media-amazon.com/images/M/MV5BZWQ2YzA5ZDgtNGM1Yi00OGVjLWFmMDAtNjMwODc1MDgyMTg3XkEyXkFqcGc@._V1_FMjpg_UY1024_.jpg&#34; width=&#34;150&#34; /&gt;&lt;/a&gt;
    &lt;p&gt;&lt;strong&gt;Little Fires Everywhere (2020)&lt;/strong&gt;&lt;/p&gt;
    &lt;p&gt;tv · drama · mystery · thriller&lt;/p&gt;
    &lt;p&gt;United States&lt;/p&gt;
  &lt;/div&gt;
  &lt;div&gt;
    &lt;a href=&#34;https://www.imdb.com/title/tt26314963/&#34;&gt;&lt;img alt=&#34;Locked In&#34; height=&#34;225&#34; src=&#34;https://m.media-amazon.com/images/M/MV5BMzcxZDQ2OTctMjFhYi00MGZlLWJlZTMtNzM4OTI4MTM2Zjk4XkEyXkFqcGc@._V1_FMjpg_UY1024_.jpg&#34; width=&#34;150&#34; /&gt;&lt;/a&gt;
    &lt;p&gt;&lt;strong&gt;Locked In (2023)&lt;/strong&gt;&lt;/p&gt;
    &lt;p&gt;mystery · thriller&lt;/p&gt;
    &lt;p&gt;United States · David C. Snyder&lt;/p&gt;
  &lt;/div&gt;
  &lt;div&gt;
    &lt;a href=&#34;https://www.imdb.com/title/tt6128254/&#34;&gt;&lt;img alt=&#34;Lodge 49&#34; height=&#34;225&#34; src=&#34;https://m.media-amazon.com/images/M/MV5BMjRmMzRlNWQtOGRlMS00YzliLTg1MDItY2M4MjNlMWRiMGE0XkEyXkFqcGc@._V1_FMjpg_UY1024_.jpg&#34; width=&#34;150&#34; /&gt;&lt;/a&gt;
    &lt;p&gt;&lt;strong&gt;Lodge 49 (2018)&lt;/strong&gt;&lt;/p&gt;
    &lt;p&gt;tv · comedy · drama · mystery&lt;/p&gt;
    &lt;p&gt;United States&lt;/p&gt;
  &lt;/div&gt;
  &lt;div&gt;
    &lt;a href=&#34;https://www.imdb.com/title/tt5439796/&#34;&gt;&lt;img alt=&#34;Logan Lucky&#34; height=&#34;225&#34; src=&#34;https://m.media-amazon.com/images/M/MV5BMTYyODg0NDU1OV5BMl5BanBnXkFtZTgwNjcxMzU0MjI@._V1_FMjpg_UY1024_.jpg&#34; width=&#34;150&#34; /&gt;&lt;/a&gt;
    &lt;p&gt;&lt;strong&gt;Logan Lucky (2017)&lt;/strong&gt;&lt;/p&gt;
    &lt;p&gt;action · comedy · crime&lt;/p&gt;
    &lt;p&gt;United States · Steven Soderbergh&lt;/p&gt;
  &lt;/div&gt;
  &lt;div&gt;
    &lt;a href=&#34;https://www.imdb.com/title/tt9140554/&#34;&gt;&lt;img alt=&#34;Loki&#34; height=&#34;225&#34; src=&#34;https://m.media-amazon.com/images/M/MV5BYzA2YjM2ZWQtYTZhMS00OTI3LTlhYzQtZjBiZWZkMDdlNjA5XkEyXkFqcGc@._V1_FMjpg_UY1024_.jpg&#34; width=&#34;150&#34; /&gt;&lt;/a&gt;
    &lt;p&gt;&lt;strong&gt;Loki (2021)&lt;/strong&gt;&lt;/p&gt;
    &lt;p&gt;tv · action · adventure · fantasy&lt;/p&gt;
    &lt;p&gt;United States&lt;/p&gt;
  &lt;/div&gt;
  &lt;div&gt;
    &lt;a href=&#34;https://www.imdb.com/title/tt8185182/&#34;&gt;&lt;img alt=&#34;Long Day&#39;s Journey Into Night&#34; height=&#34;225&#34; src=&#34;https://m.media-amazon.com/images/M/MV5BNTBhODJiMDgtYjEzMy00MTU0LTlmYmEtMDRlYTY4NmM5ZjY1XkEyXkFqcGc@._V1_FMjpg_UY1024_.jpg&#34; width=&#34;150&#34; /&gt;&lt;/a&gt;
    &lt;p&gt;&lt;strong&gt;Long Day&#39;s Journey Into Night (2018)&lt;/strong&gt;&lt;/p&gt;
    &lt;p&gt;drama · mystery · romance&lt;/p&gt;
    &lt;p&gt;China · Bi Gan&lt;/p&gt;
  &lt;/div&gt;
  &lt;div&gt;
    &lt;a href=&#34;https://www.imdb.com/title/tt1276104/&#34;&gt;&lt;img alt=&#34;Looper&#34; height=&#34;225&#34; src=&#34;https://m.media-amazon.com/images/M/MV5BMTg5NTA3NTg4NF5BMl5BanBnXkFtZTcwNTA0NDYzOA@@._V1_FMjpg_UY1024_.jpg&#34; width=&#34;150&#34; /&gt;&lt;/a&gt;
    &lt;p&gt;&lt;strong&gt;Looper (2012)&lt;/strong&gt;&lt;/p&gt;
    &lt;p&gt;action · drama · sci-fi&lt;/p&gt;
    &lt;p&gt;United States · Rian Johnson&lt;/p&gt;
  &lt;/div&gt;
  &lt;div&gt;
    &lt;a href=&#34;https://www.imdb.com/title/tt2531336/&#34;&gt;&lt;img alt=&#34;Lupin&#34; height=&#34;225&#34; src=&#34;https://m.media-amazon.com/images/M/MV5BMDJhODQ3ZDEtN2JmMS00Yjk5LTk1ZTUtMzI3YTU0NTNjMjAyXkEyXkFqcGc@._V1_FMjpg_UY1024_.jpg&#34; width=&#34;150&#34; /&gt;&lt;/a&gt;
    &lt;p&gt;&lt;strong&gt;Lupin (2021)&lt;/strong&gt;&lt;/p&gt;
    &lt;p&gt;tv · action · crime · drama&lt;/p&gt;
    &lt;p&gt;France&lt;/p&gt;
  &lt;/div&gt;
  &lt;div&gt;
    &lt;a href=&#34;https://www.imdb.com/title/tt0808357/&#34;&gt;&lt;img alt=&#34;Lust, Caution&#34; height=&#34;225&#34; src=&#34;https://m.media-amazon.com/images/M/MV5BNzc4Mzc4NTQtMzkwZS00ZWUzLTk1YWUtNDVlY2U1YTMzMTg2XkEyXkFqcGc@._V1_FMjpg_UY1024_.jpg&#34; width=&#34;150&#34; /&gt;&lt;/a&gt;
    &lt;p&gt;&lt;strong&gt;Lust, Caution (2007)&lt;/strong&gt;&lt;/p&gt;
    &lt;p&gt;drama · history · romance&lt;/p&gt;
    &lt;p&gt;Taiwan · Ang Lee&lt;/p&gt;
  &lt;/div&gt;
  &lt;div&gt;
    &lt;a href=&#34;https://www.imdb.com/title/tt1740299/&#34;&gt;&lt;img alt=&#34;Man in the High Castle&#34; height=&#34;225&#34; src=&#34;https://m.media-amazon.com/images/M/MV5BMTU0NTQ5NjU1MV5BMl5BanBnXkFtZTgwMzAxNjY5NjE@._V1_FMjpg_UY1024_.jpg&#34; width=&#34;150&#34; /&gt;&lt;/a&gt;
    &lt;p&gt;&lt;strong&gt;Man in the High Castle (2015)&lt;/strong&gt;&lt;/p&gt;
    &lt;p&gt;tv · drama · sci-fi · thriller&lt;/p&gt;
    &lt;p&gt;United States&lt;/p&gt;
  &lt;/div&gt;
  &lt;div&gt;
    &lt;a href=&#34;https://www.imdb.com/title/tt11358398/&#34;&gt;&lt;img alt=&#34;Man Standing Next&#34; height=&#34;225&#34; src=&#34;https://m.media-amazon.com/images/M/MV5BOGYyNGIwNDItMDRjOS00YmZiLWIxMTAtMTQ3YzA0MTAwMzkxXkEyXkFqcGc@._V1_FMjpg_UY1024_.jpg&#34; width=&#34;150&#34; /&gt;&lt;/a&gt;
    &lt;p&gt;&lt;strong&gt;Man Standing Next (2020)&lt;/strong&gt;&lt;/p&gt;
    &lt;p&gt;thriller&lt;/p&gt;
    &lt;p&gt;South Korea · Min-ho Woo&lt;/p&gt;
  &lt;/div&gt;
  &lt;div&gt;
    &lt;a href=&#34;https://www.imdb.com/title/tt7801964/&#34;&gt;&lt;img alt=&#34;Manhunt&#34; height=&#34;225&#34; src=&#34;https://m.media-amazon.com/images/M/MV5BOWM5NzMzZTMtNzYwOS00YzBhLTg1OTQtZDY5YWI3M2ExZWU0XkEyXkFqcGc@._V1_FMjpg_UY1024_.jpg&#34; width=&#34;150&#34; /&gt;&lt;/a&gt;
    &lt;p&gt;&lt;strong&gt;Manhunt (2019)&lt;/strong&gt;&lt;/p&gt;
    &lt;p&gt;tv · biography · crime · drama&lt;/p&gt;
    &lt;p&gt;United Kingdom&lt;/p&gt;
  &lt;/div&gt;
  &lt;div&gt;
    &lt;a href=&#34;https://www.imdb.com/title/tt8421350/&#34;&gt;&lt;img alt=&#34;Manifest&#34; height=&#34;225&#34; src=&#34;https://m.media-amazon.com/images/M/MV5BMTFlNjg0YjAtYzMwOC00Zjc0LTkwYjAtZmRiYzdjNjcyYjc2XkEyXkFqcGc@._V1_FMjpg_UY1024_.jpg&#34; width=&#34;150&#34; /&gt;&lt;/a&gt;
    &lt;p&gt;&lt;strong&gt;Manifest (2018)&lt;/strong&gt;&lt;/p&gt;
    &lt;p&gt;tv · drama · mystery · sci-fi&lt;/p&gt;
    &lt;p&gt;United States&lt;/p&gt;
  &lt;/div&gt;
  &lt;div&gt;
    &lt;a href=&#34;https://www.imdb.com/title/tt2189461/&#34;&gt;&lt;img alt=&#34;Marco Polo&#34; height=&#34;225&#34; src=&#34;https://m.media-amazon.com/images/M/MV5BMTcwMDU5NzMzOV5BMl5BanBnXkFtZTgwNzk5NTE0MzE@._V1_FMjpg_UY1024_.jpg&#34; width=&#34;150&#34; /&gt;&lt;/a&gt;
    &lt;p&gt;&lt;strong&gt;Marco Polo (2014)&lt;/strong&gt;&lt;/p&gt;
    &lt;p&gt;tv · action · adventure · drama&lt;/p&gt;
    &lt;p&gt;United States&lt;/p&gt;
  &lt;/div&gt;
  &lt;div&gt;
    &lt;a href=&#34;https://www.imdb.com/title/tt5788792/&#34;&gt;&lt;img alt=&#34;Marvelous Mrs Maisel&#34; height=&#34;225&#34; src=&#34;https://m.media-amazon.com/images/M/MV5BMTE1MTgyNzY5NTleQTJeQWpwZ15BbWU4MDA2NDkyODYz._V1_FMjpg_UY1024_.jpg&#34; width=&#34;150&#34; /&gt;&lt;/a&gt;
    &lt;p&gt;&lt;strong&gt;Marvelous Mrs Maisel (2017)&lt;/strong&gt;&lt;/p&gt;
    &lt;p&gt;tv · comedy · drama&lt;/p&gt;
    &lt;p&gt;United States&lt;/p&gt;
  &lt;/div&gt;
  &lt;div&gt;
    &lt;a href=&#34;https://www.imdb.com/title/tt0092402/&#34;&gt;&lt;img alt=&#34;Max Headroom&#34; height=&#34;225&#34; src=&#34;https://m.media-amazon.com/images/M/MV5BNjViZjgwMzQtM2VjYS00NTBlLTlhNWYtYmQyZWI3MzAwMWY0XkEyXkFqcGc@._V1_FMjpg_UY1024_.jpg&#34; width=&#34;150&#34; /&gt;&lt;/a&gt;
    &lt;p&gt;&lt;strong&gt;Max Headroom (1987)&lt;/strong&gt;&lt;/p&gt;
    &lt;p&gt;tv · comedy · sci-fi&lt;/p&gt;
    &lt;p&gt;United States&lt;/p&gt;
  &lt;/div&gt;
  &lt;div&gt;
    &lt;a href=&#34;https://www.imdb.com/title/tt13651794/&#34;&gt;&lt;img alt=&#34;May December&#34; height=&#34;225&#34; src=&#34;https://m.media-amazon.com/images/M/MV5BMjA0ODViOWUtYzFjYy00ZDZlLWFlMmMtMjU2NzFmNWNlZmFhXkEyXkFqcGc@._V1_FMjpg_UY1024_.jpg&#34; width=&#34;150&#34; /&gt;&lt;/a&gt;
    &lt;p&gt;&lt;strong&gt;May December (2023)&lt;/strong&gt;&lt;/p&gt;
    &lt;p&gt;comedy · drama&lt;/p&gt;
    &lt;p&gt;United States · Todd Haynes&lt;/p&gt;
  &lt;/div&gt;
  &lt;div&gt;
    &lt;a href=&#34;https://www.imdb.com/title/tt0017136/&#34;&gt;&lt;img alt=&#34;Metropolis&#34; height=&#34;225&#34; src=&#34;https://m.media-amazon.com/images/M/MV5BMjhjMGYyMjAtMzJkYy00NzhlLWIwY2MtMWQ2ODIxZDUyOGYyXkEyXkFqcGc@._V1_FMjpg_UY1024_.jpg&#34; width=&#34;150&#34; /&gt;&lt;/a&gt;
    &lt;p&gt;&lt;strong&gt;Metropolis (1927)&lt;/strong&gt;&lt;/p&gt;
    &lt;p&gt;drama · sci-fi&lt;/p&gt;
    &lt;p&gt;Germany · Fritz Lang&lt;/p&gt;
  &lt;/div&gt;
  &lt;div&gt;
    &lt;a href=&#34;https://www.imdb.com/title/tt10574558/&#34;&gt;&lt;img alt=&#34;Midnight Mass&#34; height=&#34;225&#34; src=&#34;https://m.media-amazon.com/images/M/MV5BYWFjMDM5MzgtZWI3OC00ZWRmLThlNTktN2ZkMTc3ZTA5NGEzXkEyXkFqcGc@._V1_FMjpg_UY1024_.jpg&#34; width=&#34;150&#34; /&gt;&lt;/a&gt;
    &lt;p&gt;&lt;strong&gt;Midnight Mass (2021)&lt;/strong&gt;&lt;/p&gt;
    &lt;p&gt;tv · drama · fantasy · horror&lt;/p&gt;
    &lt;p&gt;United States&lt;/p&gt;
  &lt;/div&gt;
  &lt;div&gt;
    &lt;a href=&#34;https://www.imdb.com/title/tt8772262/&#34;&gt;&lt;img alt=&#34;Midsommar&#34; height=&#34;225&#34; src=&#34;https://m.media-amazon.com/images/M/MV5BMzQxNzQzOTQwM15BMl5BanBnXkFtZTgwMDQ2NTcwODM@._V1_FMjpg_UY1024_.jpg&#34; width=&#34;150&#34; /&gt;&lt;/a&gt;
    &lt;p&gt;&lt;strong&gt;Midsommar (2019)&lt;/strong&gt;&lt;/p&gt;
    &lt;p&gt;drama · horror · mystery&lt;/p&gt;
    &lt;p&gt;United States · Ari Aster&lt;/p&gt;
  &lt;/div&gt;
  &lt;div&gt;
    &lt;a href=&#34;https://www.imdb.com/title/tt0181689/&#34;&gt;&lt;img alt=&#34;Minority Report&#34; height=&#34;225&#34; src=&#34;https://m.media-amazon.com/images/M/MV5BYTdmNzM3YzItZTRkYS00MTY5LTg4ZmItNjFmNTk2N2Q2NmNlXkEyXkFqcGc@._V1_FMjpg_UY1024_.jpg&#34; width=&#34;150&#34; /&gt;&lt;/a&gt;
    &lt;p&gt;&lt;strong&gt;Minority Report (2002)&lt;/strong&gt;&lt;/p&gt;
    &lt;p&gt;action · crime · mystery&lt;/p&gt;
    &lt;p&gt;United States · Steven Spielberg&lt;/p&gt;
  &lt;/div&gt;
  &lt;div&gt;
    &lt;a href=&#34;https://www.imdb.com/title/tt1548850/&#34;&gt;&lt;img alt=&#34;Misfits&#34; height=&#34;225&#34; src=&#34;https://m.media-amazon.com/images/M/MV5BYjJjYjE2MTMtOGE5OS00YWVlLTk4NzktOTRjNjcyZjYxZTkxXkEyXkFqcGc@._V1_FMjpg_UY1024_.jpg&#34; width=&#34;150&#34; /&gt;&lt;/a&gt;
    &lt;p&gt;&lt;strong&gt;Misfits (2009)&lt;/strong&gt;&lt;/p&gt;
    &lt;p&gt;tv · comedy · drama · fantasy&lt;/p&gt;
    &lt;p&gt;United Kingdom&lt;/p&gt;
  &lt;/div&gt;
  &lt;div&gt;
    &lt;a href=&#34;https://www.imdb.com/title/tt38498244/&#34;&gt;&lt;img alt=&#34;Miss King&#34; height=&#34;225&#34; src=&#34;https://m.media-amazon.com/images/M/MV5BYWFiOGI0NDQtOTlhNS00MTE4LTliMzktNDk3MWQzM2VlMmI2XkEyXkFqcGc@._V1_FMjpg_UY1024_.jpg&#34; width=&#34;150&#34; /&gt;&lt;/a&gt;
    &lt;p&gt;&lt;strong&gt;Miss King (2024)&lt;/strong&gt;&lt;/p&gt;
    &lt;p&gt;tv · drama · thriller&lt;/p&gt;
    &lt;p&gt;Japan&lt;/p&gt;
  &lt;/div&gt;
  &lt;div&gt;
    &lt;a href=&#34;https://www.imdb.com/title/tt31510819/&#34;&gt;&lt;img alt=&#34;Mobland&#34; height=&#34;225&#34; src=&#34;https://m.media-amazon.com/images/M/MV5BZDVmMzJkOWUtMjdjMi00NzA4LTgxMTItYjA4NjVjZDI0ZWU1XkEyXkFqcGc@._V1_FMjpg_UY1024_.jpg&#34; width=&#34;150&#34; /&gt;&lt;/a&gt;
    &lt;p&gt;&lt;strong&gt;Mobland (2024)&lt;/strong&gt;&lt;/p&gt;
    &lt;p&gt;tv · crime · drama&lt;/p&gt;
    &lt;p&gt;United Kingdom&lt;/p&gt;
  &lt;/div&gt;
  &lt;div&gt;
    &lt;a href=&#34;https://www.imdb.com/title/tt36147111/&#34;&gt;&lt;img alt=&#34;Mogura&#34; height=&#34;225&#34; src=&#34;https://m.media-amazon.com/images/G/01/imdb/images/social/imdb_logo.png&#34; width=&#34;150&#34; /&gt;&lt;/a&gt;
    &lt;p&gt;&lt;strong&gt;Mogura (2024)&lt;/strong&gt;&lt;/p&gt;
    &lt;p&gt;tv&lt;/p&gt;
    &lt;p&gt;&lt;/p&gt;
  &lt;/div&gt;
  &lt;div&gt;
    &lt;a href=&#34;https://www.imdb.com/title/tt0312172/&#34;&gt;&lt;img alt=&#34;Monk&#34; height=&#34;225&#34; src=&#34;https://m.media-amazon.com/images/M/MV5BNWM0YjQ4ZjYtNWYyYi00ZDVmLTg5NDQtOTkzZjljYzg2ZWI1XkEyXkFqcGc@._V1_FMjpg_UY1024_.jpg&#34; width=&#34;150&#34; /&gt;&lt;/a&gt;
    &lt;p&gt;&lt;strong&gt;Monk (2002)&lt;/strong&gt;&lt;/p&gt;
    &lt;p&gt;tv · comedy · crime · drama&lt;/p&gt;
    &lt;p&gt;United States&lt;/p&gt;
  &lt;/div&gt;
  &lt;div&gt;
    &lt;a href=&#34;https://www.imdb.com/title/tt24640580/&#34;&gt;&lt;img alt=&#34;Moving&#34; height=&#34;225&#34; src=&#34;https://m.media-amazon.com/images/M/MV5BNTg4NTI5NmItNGJjNC00ZmFhLTg0NzctZWQxZjAzYTAyNTQwXkEyXkFqcGc@._V1_FMjpg_UY1024_.jpg&#34; width=&#34;150&#34; /&gt;&lt;/a&gt;
    &lt;p&gt;&lt;strong&gt;Moving (2023)&lt;/strong&gt;&lt;/p&gt;
    &lt;p&gt;tv · action · adventure · drama&lt;/p&gt;
    &lt;p&gt;South Korea&lt;/p&gt;
  &lt;/div&gt;
  &lt;div&gt;
    &lt;a href=&#34;https://www.imdb.com/title/tt7472896/&#34;&gt;&lt;img alt=&#34;Mr Inbetween&#34; height=&#34;225&#34; src=&#34;https://m.media-amazon.com/images/M/MV5BNzA0MDk0NDE5N15BMl5BanBnXkFtZTgwODk5MjAzNjM@._V1_FMjpg_UY1024_.jpg&#34; width=&#34;150&#34; /&gt;&lt;/a&gt;
    &lt;p&gt;&lt;strong&gt;Mr Inbetween (2018)&lt;/strong&gt;&lt;/p&gt;
    &lt;p&gt;tv · comedy · crime · drama&lt;/p&gt;
    &lt;p&gt;Australia&lt;/p&gt;
  &lt;/div&gt;
  &lt;div&gt;
    &lt;a href=&#34;https://www.imdb.com/title/tt4158110/&#34;&gt;&lt;img alt=&#34;Mr. Robot&#34; height=&#34;225&#34; src=&#34;https://m.media-amazon.com/images/M/MV5BMTE0Mjc1MTk2MjFeQTJeQWpwZ15BbWU4MDk2NzI4MDYx._V1_FMjpg_UY1024_.jpg&#34; width=&#34;150&#34; /&gt;&lt;/a&gt;
    &lt;p&gt;&lt;strong&gt;Mr. Robot (2015)&lt;/strong&gt;&lt;/p&gt;
    &lt;p&gt;tv · crime · drama · thriller&lt;/p&gt;
    &lt;p&gt;United States&lt;/p&gt;
  &lt;/div&gt;
  &lt;div&gt;
    &lt;a href=&#34;https://www.imdb.com/title/tt0310775/&#34;&gt;&lt;img alt=&#34;Sympathy for Mr. Vengeance&#34; height=&#34;225&#34; src=&#34;https://m.media-amazon.com/images/M/MV5BM2ZlYmM2OGUtMzkxMS00YjZlLTg4NjctZjc3OWRlYjY0YmI1XkEyXkFqcGc@._V1_FMjpg_UY1024_.jpg&#34; width=&#34;150&#34; /&gt;&lt;/a&gt;
    &lt;p&gt;&lt;strong&gt;Sympathy for Mr. Vengeance (2002)&lt;/strong&gt;&lt;/p&gt;
    &lt;p&gt;crime · drama · thriller&lt;/p&gt;
    &lt;p&gt;South Korea · Park Chan-wook&lt;/p&gt;
  &lt;/div&gt;
  &lt;div&gt;
    &lt;a href=&#34;https://www.imdb.com/title/tt14759574/&#34;&gt;&lt;img alt=&#34;Mrs. Davis&#34; height=&#34;225&#34; src=&#34;https://m.media-amazon.com/images/M/MV5BNmI3ZjNhNjQtMWNlMi00OTc0LThmYTYtMDM2NGY2NWU1MmRlXkEyXkFqcGc@._V1_FMjpg_UY1024_.jpg&#34; width=&#34;150&#34; /&gt;&lt;/a&gt;
    &lt;p&gt;&lt;strong&gt;Mrs. Davis (2023)&lt;/strong&gt;&lt;/p&gt;
    &lt;p&gt;tv · comedy · drama · sci-fi&lt;/p&gt;
    &lt;p&gt;United States&lt;/p&gt;
  &lt;/div&gt;
  &lt;div&gt;
    &lt;a href=&#34;https://www.imdb.com/title/tt12940504/&#34;&gt;&lt;img alt=&#34;My Name&#34; height=&#34;225&#34; src=&#34;https://m.media-amazon.com/images/M/MV5BN2ZiZWU3MzMtNGM5OC00ZWVkLTkxNjUtMTYwZGU4MzgxYzk0XkEyXkFqcGc@._V1_FMjpg_UY1024_.jpg&#34; width=&#34;150&#34; /&gt;&lt;/a&gt;
    &lt;p&gt;&lt;strong&gt;My Name (2021)&lt;/strong&gt;&lt;/p&gt;
    &lt;p&gt;tv · action · crime · drama&lt;/p&gt;
    &lt;p&gt;South Korea&lt;/p&gt;
  &lt;/div&gt;
  &lt;div&gt;
    &lt;a href=&#34;https://www.imdb.com/title/tt2707408/&#34;&gt;&lt;img alt=&#34;Narcos&#34; height=&#34;225&#34; src=&#34;https://m.media-amazon.com/images/M/MV5BNzQwOTcwMzIwN15BMl5BanBnXkFtZTgwMjYxMTA0NjE@._V1_FMjpg_UY1024_.jpg&#34; width=&#34;150&#34; /&gt;&lt;/a&gt;
    &lt;p&gt;&lt;strong&gt;Narcos (2015)&lt;/strong&gt;&lt;/p&gt;
    &lt;p&gt;tv · biography · crime · drama&lt;/p&gt;
    &lt;p&gt;United States&lt;/p&gt;
  &lt;/div&gt;
  &lt;div&gt;
    &lt;a href=&#34;https://www.imdb.com/title/tt10451852/&#34;&gt;&lt;img alt=&#34;Nine Days&#34; height=&#34;225&#34; src=&#34;https://m.media-amazon.com/images/M/MV5BM2FhMTg4ZGYtOGNkZi00MTg2LTg4M2QtMGU3NmFjZTEzMjVjXkEyXkFqcGc@._V1_FMjpg_UY1024_.jpg&#34; width=&#34;150&#34; /&gt;&lt;/a&gt;
    &lt;p&gt;&lt;strong&gt;Nine Days (2020)&lt;/strong&gt;&lt;/p&gt;
    &lt;p&gt;drama · fantasy&lt;/p&gt;
    &lt;p&gt;United States · Edson Oda&lt;/p&gt;
  &lt;/div&gt;
  &lt;div&gt;
    &lt;a href=&#34;https://www.imdb.com/title/tt1527793/&#34;&gt;&lt;img alt=&#34;No Other Choice&#34; height=&#34;225&#34; src=&#34;https://m.media-amazon.com/images/M/MV5BMjg3NzY0N2ItZGFlMy00NzAzLTk2NjItMDk2YTU3ZWU0MDA1XkEyXkFqcGc@._V1_FMjpg_UY1024_.jpg&#34; width=&#34;150&#34; /&gt;&lt;/a&gt;
    &lt;p&gt;&lt;strong&gt;No Other Choice (2025)&lt;/strong&gt;&lt;/p&gt;
    &lt;p&gt;comedy · crime · drama&lt;/p&gt;
    &lt;p&gt;South Korea · Park Chan-wook&lt;/p&gt;
  &lt;/div&gt;
  &lt;div&gt;
    &lt;a href=&#34;https://www.imdb.com/title/tt4591834/&#34;&gt;&lt;img alt=&#34;Nobel&#34; height=&#34;225&#34; src=&#34;https://m.media-amazon.com/images/M/MV5BYWVlY2MxNDYtNGUyZi00NDhlLTgyNzEtZWU1ZTQxMGM3MTM4XkEyXkFqcGc@._V1_FMjpg_UY1024_.jpg&#34; width=&#34;150&#34; /&gt;&lt;/a&gt;
    &lt;p&gt;&lt;strong&gt;Nobel (2016)&lt;/strong&gt;&lt;/p&gt;
    &lt;p&gt;tv · drama · thriller · war&lt;/p&gt;
    &lt;p&gt;Norway&lt;/p&gt;
  &lt;/div&gt;
  &lt;div&gt;
    &lt;a href=&#34;https://www.imdb.com/title/tt0098878/&#34;&gt;&lt;img alt=&#34;Northern Exposure&#34; height=&#34;225&#34; src=&#34;https://m.media-amazon.com/images/M/MV5BZmM4MzM0YjctMDlmZS00YTZiLWJjZTYtNmFiZTc5NzM3NDY2XkEyXkFqcGc@._V1_FMjpg_UY1024_.jpg&#34; width=&#34;150&#34; /&gt;&lt;/a&gt;
    &lt;p&gt;&lt;strong&gt;Northern Exposure (1990)&lt;/strong&gt;&lt;/p&gt;
    &lt;p&gt;tv · adventure · comedy · drama&lt;/p&gt;
    &lt;p&gt;United States&lt;/p&gt;
  &lt;/div&gt;
  &lt;div&gt;
    &lt;a href=&#34;https://www.imdb.com/title/tt4192998/&#34;&gt;&lt;img alt=&#34;Occupied (Okkupert)&#34; height=&#34;225&#34; src=&#34;https://m.media-amazon.com/images/M/MV5BZTA5NjE4MWUtNmNhZC00YWFkLWFmNTEtOWIwNjQ3NTE3YThlXkEyXkFqcGc@._V1_FMjpg_UY1024_.jpg&#34; width=&#34;150&#34; /&gt;&lt;/a&gt;
    &lt;p&gt;&lt;strong&gt;Occupied (Okkupert) (2015)&lt;/strong&gt;&lt;/p&gt;
    &lt;p&gt;tv · drama · thriller&lt;/p&gt;
    &lt;p&gt;Norway&lt;/p&gt;
  &lt;/div&gt;
  &lt;div&gt;
    &lt;a href=&#34;https://www.imdb.com/title/tt0364569/&#34;&gt;&lt;img alt=&#34;Oldboy&#34; height=&#34;225&#34; src=&#34;https://m.media-amazon.com/images/M/MV5BMTAwNzNjYWItZmI0Ni00ZTcyLWIwNWMtZjlmNGMxZTEyYTJmXkEyXkFqcGc@._V1_FMjpg_UY1024_.jpg&#34; width=&#34;150&#34; /&gt;&lt;/a&gt;
    &lt;p&gt;&lt;strong&gt;Oldboy (2003)&lt;/strong&gt;&lt;/p&gt;
    &lt;p&gt;action · drama · mystery&lt;/p&gt;
    &lt;p&gt;South Korea · Park Chan-wook&lt;/p&gt;
  &lt;/div&gt;
  &lt;div&gt;
    &lt;a href=&#34;https://www.imdb.com/title/tt0103285/&#34;&gt;&lt;img alt=&#34;Once Upon a Time in China&#34; height=&#34;225&#34; src=&#34;https://m.media-amazon.com/images/M/MV5BOWEwZmU2N2ItNWVkNi00OGRhLWE1N2YtNzM1MDRiYWM4MjgyXkEyXkFqcGc@._V1_FMjpg_UY1024_.jpg&#34; width=&#34;150&#34; /&gt;&lt;/a&gt;
    &lt;p&gt;&lt;strong&gt;Once Upon a Time in China (1991)&lt;/strong&gt;&lt;/p&gt;
    &lt;p&gt;action&lt;/p&gt;
    &lt;p&gt;Hong Kong · Hark Tsui&lt;/p&gt;
  &lt;/div&gt;
  &lt;div&gt;
    &lt;a href=&#34;https://www.imdb.com/title/tt0102592/&#34;&gt;&lt;img alt=&#34;One False Move&#34; height=&#34;225&#34; src=&#34;https://m.media-amazon.com/images/M/MV5BMmNmNmQ0M2MtZjIzNi00OTVkLTkxMzAtOTM1ZDA4Y2UyNTkwXkEyXkFqcGc@._V1_FMjpg_UY1024_.jpg&#34; width=&#34;150&#34; /&gt;&lt;/a&gt;
    &lt;p&gt;&lt;strong&gt;One False Move (1992)&lt;/strong&gt;&lt;/p&gt;
    &lt;p&gt;crime · drama · thriller&lt;/p&gt;
    &lt;p&gt;United States · Carl Franklin&lt;/p&gt;
  &lt;/div&gt;
  &lt;div&gt;
    &lt;a href=&#34;https://www.imdb.com/title/tt0368909/&#34;&gt;&lt;img alt=&#34;Ong Bak&#34; height=&#34;225&#34; src=&#34;https://m.media-amazon.com/images/M/MV5BOTcwMTAzNDItODg2MC00MjE0LWEyNzYtYzZjNjZmNjdhODE2XkEyXkFqcGc@._V1_FMjpg_UY1024_.jpg&#34; width=&#34;150&#34; /&gt;&lt;/a&gt;
    &lt;p&gt;&lt;strong&gt;Ong Bak (2003)&lt;/strong&gt;&lt;/p&gt;
    &lt;p&gt;action · crime · thriller&lt;/p&gt;
    &lt;p&gt;Thailand · Prachya Pinkaew&lt;/p&gt;
  &lt;/div&gt;
  &lt;div&gt;
    &lt;a href=&#34;https://www.imdb.com/title/tt15398776/&#34;&gt;&lt;img alt=&#34;Oppenheimer&#34; height=&#34;225&#34; src=&#34;https://m.media-amazon.com/images/M/MV5BN2JkMDc5MGQtZjg3YS00NmFiLWIyZmQtZTJmNTM5MjVmYTQ4XkEyXkFqcGc@._V1_FMjpg_UY1024_.jpg&#34; width=&#34;150&#34; /&gt;&lt;/a&gt;
    &lt;p&gt;&lt;strong&gt;Oppenheimer (2023)&lt;/strong&gt;&lt;/p&gt;
    &lt;p&gt;biography · drama · history&lt;/p&gt;
    &lt;p&gt;United States · Christopher Nolan&lt;/p&gt;
  &lt;/div&gt;
  &lt;div&gt;
    &lt;a href=&#34;https://www.imdb.com/title/tt2234222/&#34;&gt;&lt;img alt=&#34;Orphan Black&#34; height=&#34;225&#34; src=&#34;https://m.media-amazon.com/images/M/MV5BNzdmMzI1NjktOTE5MS00MWM1LWI1YTAtODE4YjkzZmRlNzI4XkEyXkFqcGc@._V1_FMjpg_UY1024_.jpg&#34; width=&#34;150&#34; /&gt;&lt;/a&gt;
    &lt;p&gt;&lt;strong&gt;Orphan Black (2013)&lt;/strong&gt;&lt;/p&gt;
    &lt;p&gt;tv · drama · sci-fi · thriller&lt;/p&gt;
    &lt;p&gt;Canada&lt;/p&gt;
  &lt;/div&gt;
  &lt;div&gt;
    &lt;a href=&#34;https://www.imdb.com/title/tt5071412/&#34;&gt;&lt;img alt=&#34;Ozark&#34; height=&#34;225&#34; src=&#34;https://m.media-amazon.com/images/M/MV5BZDk1ZTdjOWItNTJmYS00MGIzLThmY2ItZWNiOGY5MzJlNTA5XkEyXkFqcGc@._V1_FMjpg_UY1024_.jpg&#34; width=&#34;150&#34; /&gt;&lt;/a&gt;
    &lt;p&gt;&lt;strong&gt;Ozark (2017)&lt;/strong&gt;&lt;/p&gt;
    &lt;p&gt;tv · crime · drama · thriller&lt;/p&gt;
    &lt;p&gt;United States&lt;/p&gt;
  &lt;/div&gt;
  &lt;div&gt;
    &lt;a href=&#34;https://www.imdb.com/title/tt13702796/&#34;&gt;&lt;img alt=&#34;Pacifiction&#34; height=&#34;225&#34; src=&#34;https://m.media-amazon.com/images/M/MV5BMmUzNjNlNDktYzAxZS00OTMzLTlhZjItMmI2NDJhNWEwYzhiXkEyXkFqcGc@._V1_FMjpg_UY1024_.jpg&#34; width=&#34;150&#34; /&gt;&lt;/a&gt;
    &lt;p&gt;&lt;strong&gt;Pacifiction (2022)&lt;/strong&gt;&lt;/p&gt;
    &lt;p&gt;drama · thriller&lt;/p&gt;
    &lt;p&gt;France · Albert Serra&lt;/p&gt;
  &lt;/div&gt;
  &lt;div&gt;
    &lt;a href=&#34;https://www.imdb.com/title/tt0457430/&#34;&gt;&lt;img alt=&#34;Pan&#39;s Labyrinth&#34; height=&#34;225&#34; src=&#34;https://m.media-amazon.com/images/M/MV5BOTc1NTAxMWItMWFlNy00MmU2LTkwMTMtNzMwOTg5OTQ5YTFiXkEyXkFqcGc@._V1_FMjpg_UY1024_.jpg&#34; width=&#34;150&#34; /&gt;&lt;/a&gt;
    &lt;p&gt;&lt;strong&gt;Pan&#39;s Labyrinth (2006)&lt;/strong&gt;&lt;/p&gt;
    &lt;p&gt;drama · fantasy · war&lt;/p&gt;
    &lt;p&gt;Mexico · Guillermo del Toro&lt;/p&gt;
  &lt;/div&gt;
  &lt;div&gt;
    &lt;a href=&#34;https://www.imdb.com/title/tt12004706/&#34;&gt;&lt;img alt=&#34;Panchayat&#34; height=&#34;225&#34; src=&#34;https://m.media-amazon.com/images/M/MV5BNjMwYWMxNjYtY2I2NC00OWE0LTg4MmQtMmI5ZGI2NzU4ODhiXkEyXkFqcGc@._V1_FMjpg_UY1024_.jpg&#34; width=&#34;150&#34; /&gt;&lt;/a&gt;
    &lt;p&gt;&lt;strong&gt;Panchayat (2020)&lt;/strong&gt;&lt;/p&gt;
    &lt;p&gt;tv · comedy · drama&lt;/p&gt;
    &lt;p&gt;India&lt;/p&gt;
  &lt;/div&gt;
  &lt;div&gt;
    &lt;a href=&#34;https://www.imdb.com/title/tt11680642/&#34;&gt;&lt;img alt=&#34;Pantheon&#34; height=&#34;225&#34; src=&#34;https://m.media-amazon.com/images/M/MV5BNGM2NjRjMzAtZjY5Ni00MWVkLWJlMTQtMWVmOWE1N2M2ZWM0XkEyXkFqcGc@._V1_FMjpg_UY1024_.jpg&#34; width=&#34;150&#34; /&gt;&lt;/a&gt;
    &lt;p&gt;&lt;strong&gt;Pantheon (2022)&lt;/strong&gt;&lt;/p&gt;
    &lt;p&gt;tv · animation · action · adventure&lt;/p&gt;
    &lt;p&gt;United States&lt;/p&gt;
  &lt;/div&gt;
  &lt;div&gt;
    &lt;a href=&#34;https://www.imdb.com/title/tt13238346/&#34;&gt;&lt;img alt=&#34;Past Lives&#34; height=&#34;225&#34; src=&#34;https://m.media-amazon.com/images/M/MV5BYjQyMTNhNjUtN2VmYy00NWRhLTkwOTctMGVmNTBmNDIxYjZhXkEyXkFqcGc@._V1_FMjpg_UY1024_.jpg&#34; width=&#34;150&#34; /&gt;&lt;/a&gt;
    &lt;p&gt;&lt;strong&gt;Past Lives (2023)&lt;/strong&gt;&lt;/p&gt;
    &lt;p&gt;drama · romance&lt;/p&gt;
    &lt;p&gt;United States · Celine Song&lt;/p&gt;
  &lt;/div&gt;
  &lt;div&gt;
    &lt;a href=&#34;https://www.imdb.com/title/tt13146488/&#34;&gt;&lt;img alt=&#34;Peacemaker&#34; height=&#34;225&#34; src=&#34;https://m.media-amazon.com/images/M/MV5BZDIyMGU2NTktOTM3YS00OTRjLWJiMmItNDEyNjVhZTZiZGUxXkEyXkFqcGc@._V1_FMjpg_UY1024_.jpg&#34; width=&#34;150&#34; /&gt;&lt;/a&gt;
    &lt;p&gt;&lt;strong&gt;Peacemaker (2022)&lt;/strong&gt;&lt;/p&gt;
    &lt;p&gt;tv · action · adventure · comedy&lt;/p&gt;
    &lt;p&gt;United States&lt;/p&gt;
  &lt;/div&gt;
  &lt;div&gt;
    &lt;a href=&#34;https://www.imdb.com/title/tt2442560/&#34;&gt;&lt;img alt=&#34;Peaky Blinders&#34; height=&#34;225&#34; src=&#34;https://m.media-amazon.com/images/M/MV5BMTQxODYzNTQzOV5BMl5BanBnXkFtZTgwMTI2MDYwMDE@._V1_FMjpg_UY1024_.jpg&#34; width=&#34;150&#34; /&gt;&lt;/a&gt;
    &lt;p&gt;&lt;strong&gt;Peaky Blinders (2013)&lt;/strong&gt;&lt;/p&gt;
    &lt;p&gt;tv · crime · drama&lt;/p&gt;
    &lt;p&gt;United Kingdom&lt;/p&gt;
  &lt;/div&gt;
  &lt;div&gt;
    &lt;a href=&#34;https://www.imdb.com/title/tt8324422/&#34;&gt;&lt;img alt=&#34;PEN15&#34; height=&#34;225&#34; src=&#34;https://m.media-amazon.com/images/M/MV5BZThiMmZjNTMtMTNkYS00YTU3LWI5MWEtZWIzZDkwZjMzMmIwXkEyXkFqcGc@._V1_FMjpg_UY1024_.jpg&#34; width=&#34;150&#34; /&gt;&lt;/a&gt;
    &lt;p&gt;&lt;strong&gt;PEN15 (2019)&lt;/strong&gt;&lt;/p&gt;
    &lt;p&gt;tv · comedy · drama&lt;/p&gt;
    &lt;p&gt;United States&lt;/p&gt;
  &lt;/div&gt;
  &lt;div&gt;
    &lt;a href=&#34;https://www.imdb.com/title/tt2628232/&#34;&gt;&lt;img alt=&#34;Penny Dreadful&#34; height=&#34;225&#34; src=&#34;https://m.media-amazon.com/images/M/MV5BZjkxMDAzMDgtNzFhNS00MjJkLWI5NTctZGRjODg3MzRiOWEzXkEyXkFqcGc@._V1_FMjpg_UY1024_.jpg&#34; width=&#34;150&#34; /&gt;&lt;/a&gt;
    &lt;p&gt;&lt;strong&gt;Penny Dreadful (2014)&lt;/strong&gt;&lt;/p&gt;
    &lt;p&gt;tv · drama · fantasy · horror&lt;/p&gt;
    &lt;p&gt;United Kingdom&lt;/p&gt;
  &lt;/div&gt;
  &lt;div&gt;
    &lt;a href=&#34;https://www.imdb.com/title/tt27503384/&#34;&gt;&lt;img alt=&#34;Perfect Days&#34; height=&#34;225&#34; src=&#34;https://m.media-amazon.com/images/M/MV5BNGVmODFkM2MtOTEzMy00MjFjLThjZmYtODMxZmI1MzcyNDkyXkEyXkFqcGc@._V1_FMjpg_UY1024_.jpg&#34; width=&#34;150&#34; /&gt;&lt;/a&gt;
    &lt;p&gt;&lt;strong&gt;Perfect Days (2023)&lt;/strong&gt;&lt;/p&gt;
    &lt;p&gt;drama&lt;/p&gt;
    &lt;p&gt;Japan · Wim Wenders&lt;/p&gt;
  &lt;/div&gt;
  &lt;div&gt;
    &lt;a href=&#34;https://www.imdb.com/title/tt0808417/&#34;&gt;&lt;img alt=&#34;Persepolis&#34; height=&#34;225&#34; src=&#34;https://m.media-amazon.com/images/M/MV5BNzk3NTI2NGUtNmM1Yy00YTRmLWE2YTItZTYyNGM0ZjdjOTliXkEyXkFqcGc@._V1_FMjpg_UY1024_.jpg&#34; width=&#34;150&#34; /&gt;&lt;/a&gt;
    &lt;p&gt;&lt;strong&gt;Persepolis (2007)&lt;/strong&gt;&lt;/p&gt;
    &lt;p&gt;animation · biography · drama&lt;/p&gt;
    &lt;p&gt;France · Vincent Paronnaud&lt;/p&gt;
  &lt;/div&gt;
  &lt;div&gt;
    &lt;a href=&#34;https://www.imdb.com/title/tt0089374/&#34;&gt;&lt;img alt=&#34;Police Story&#34; height=&#34;225&#34; src=&#34;https://m.media-amazon.com/images/M/MV5BZTMxMWUxNjctOGNiOC00MzRkLWI1NjktZWUzOGJiZTM2ZDg1XkEyXkFqcGc@._V1_FMjpg_UY1024_.jpg&#34; width=&#34;150&#34; /&gt;&lt;/a&gt;
    &lt;p&gt;&lt;strong&gt;Police Story (1985)&lt;/strong&gt;&lt;/p&gt;
    &lt;p&gt;action · comedy · crime&lt;/p&gt;
    &lt;p&gt;Hong Kong · Jackie Chan&lt;/p&gt;
  &lt;/div&gt;
  &lt;div&gt;
    &lt;a href=&#34;https://www.imdb.com/title/tt14230458/&#34;&gt;&lt;img alt=&#34;Poor Things&#34; height=&#34;225&#34; src=&#34;https://m.media-amazon.com/images/M/MV5BYWU2MjRjZTYtMjVkMS00MTBjLWFiMTAtYmZlYTk1YjkyMWFkXkEyXkFqcGc@._V1_FMjpg_UY1024_.jpg&#34; width=&#34;150&#34; /&gt;&lt;/a&gt;
    &lt;p&gt;&lt;strong&gt;Poor Things (2023)&lt;/strong&gt;&lt;/p&gt;
    &lt;p&gt;comedy · drama · romance&lt;/p&gt;
    &lt;p&gt;Ireland · Yorgos Lanthimos&lt;/p&gt;
  &lt;/div&gt;
  &lt;div&gt;
    &lt;a href=&#34;https://www.imdb.com/title/tt5016504/&#34;&gt;&lt;img alt=&#34;Preacher&#34; height=&#34;225&#34; src=&#34;https://m.media-amazon.com/images/M/MV5BNzcxYzY1ZjYtNzY0OS00ZDliLWJmNjQtYmE4YWE5YjViMTFhXkEyXkFqcGc@._V1_FMjpg_UY1024_.jpg&#34; width=&#34;150&#34; /&gt;&lt;/a&gt;
    &lt;p&gt;&lt;strong&gt;Preacher (2016)&lt;/strong&gt;&lt;/p&gt;
    &lt;p&gt;tv · adventure · comedy · fantasy&lt;/p&gt;
    &lt;p&gt;United States&lt;/p&gt;
  &lt;/div&gt;
  &lt;div&gt;
    &lt;a href=&#34;https://www.imdb.com/title/tt14584394/&#34;&gt;&lt;img alt=&#34;Primo&#34; height=&#34;225&#34; src=&#34;https://m.media-amazon.com/images/M/MV5BZGI4YTVkNzUtMzViNy00NzVjLTg4MjUtZjYwMGM1NWU4OTYyXkEyXkFqcGc@._V1_FMjpg_UY1024_.jpg&#34; width=&#34;150&#34; /&gt;&lt;/a&gt;
    &lt;p&gt;&lt;strong&gt;Primo (2023)&lt;/strong&gt;&lt;/p&gt;
    &lt;p&gt;tv · comedy&lt;/p&gt;
    &lt;p&gt;United States&lt;/p&gt;
  &lt;/div&gt;
  &lt;div&gt;
    &lt;a href=&#34;https://www.imdb.com/title/tt22041854/&#34;&gt;&lt;img alt=&#34;Priscilla&#34; height=&#34;225&#34; src=&#34;https://m.media-amazon.com/images/M/MV5BOWRjYjVhYWUtNjM2OS00OWE1LTk5ZmYtZDM3MjllNzI1ZmQ4XkEyXkFqcGc@._V1_FMjpg_UY1024_.jpg&#34; width=&#34;150&#34; /&gt;&lt;/a&gt;
    &lt;p&gt;&lt;strong&gt;Priscilla (2023)&lt;/strong&gt;&lt;/p&gt;
    &lt;p&gt;biography · drama · music&lt;/p&gt;
    &lt;p&gt;Italy · Sofia Coppola&lt;/p&gt;
  &lt;/div&gt;
  &lt;div&gt;
    &lt;a href=&#34;https://www.imdb.com/title/tt3823996/&#34;&gt;&lt;img alt=&#34;Professor T&#34; height=&#34;225&#34; src=&#34;https://m.media-amazon.com/images/M/MV5BNjIyNTdiMzItOGM0Ny00YmFlLTkyOWQtOGQ3NzNmMTgxMTQwXkEyXkFqcGc@._V1_FMjpg_UY1024_.jpg&#34; width=&#34;150&#34; /&gt;&lt;/a&gt;
    &lt;p&gt;&lt;strong&gt;Professor T (2015)&lt;/strong&gt;&lt;/p&gt;
    &lt;p&gt;tv · comedy · crime · drama&lt;/p&gt;
    &lt;p&gt;Belgium&lt;/p&gt;
  &lt;/div&gt;
  &lt;div&gt;
    &lt;a href=&#34;https://www.imdb.com/title/tt0101640/&#34;&gt;&lt;img alt=&#34;Raise the Red Lantern&#34; height=&#34;225&#34; src=&#34;https://m.media-amazon.com/images/M/MV5BZjZlMThlZTktOGYxNS00NjY0LWFkMzAtMjNiOTYxYjYxZWFmXkEyXkFqcGc@._V1_FMjpg_UY1024_.jpg&#34; width=&#34;150&#34; /&gt;&lt;/a&gt;
    &lt;p&gt;&lt;strong&gt;Raise the Red Lantern (1991)&lt;/strong&gt;&lt;/p&gt;
    &lt;p&gt;drama · romance&lt;/p&gt;
    &lt;p&gt;China · Yimou Zhang&lt;/p&gt;
  &lt;/div&gt;
  &lt;div&gt;
    &lt;a href=&#34;https://www.imdb.com/title/tt13623580/&#34;&gt;&lt;img alt=&#34;Reservation Dogs&#34; height=&#34;225&#34; src=&#34;https://m.media-amazon.com/images/M/MV5BNjA5ZTdkOWYtNmMzYy00ZmM0LTg3YWYtNDgyODY5OTIxN2RlXkEyXkFqcGc@._V1_FMjpg_UY1024_.jpg&#34; width=&#34;150&#34; /&gt;&lt;/a&gt;
    &lt;p&gt;&lt;strong&gt;Reservation Dogs (2021)&lt;/strong&gt;&lt;/p&gt;
    &lt;p&gt;tv · comedy · crime&lt;/p&gt;
    &lt;p&gt;United States&lt;/p&gt;
  &lt;/div&gt;
  &lt;div&gt;
    &lt;a href=&#34;https://www.imdb.com/title/tt0102293/&#34;&gt;&lt;img alt=&#34;Riki Oh&#34; height=&#34;225&#34; src=&#34;https://m.media-amazon.com/images/M/MV5BOGYxZmE1YTQtM2MyOC00NTczLThhNzYtYWE0OTk0MDgxOTU1XkEyXkFqcGc@._V1_FMjpg_UY1024_.jpg&#34; width=&#34;150&#34; /&gt;&lt;/a&gt;
    &lt;p&gt;&lt;strong&gt;Riki Oh (1991)&lt;/strong&gt;&lt;/p&gt;
    &lt;p&gt;action · comedy · crime&lt;/p&gt;
    &lt;p&gt;Hong Kong · Ngai Choi Lam&lt;/p&gt;
  &lt;/div&gt;
  &lt;div&gt;
    &lt;a href=&#34;https://www.imdb.com/title/tt11016042/&#34;&gt;&lt;img alt=&#34;Ripley&#34; height=&#34;225&#34; src=&#34;https://m.media-amazon.com/images/M/MV5BMmI0NzgyY2ItODVmMy00YzQzLWI3ODAtMzExZDMxYWU0YmZhXkEyXkFqcGc@._V1_FMjpg_UY1024_.jpg&#34; width=&#34;150&#34; /&gt;&lt;/a&gt;
    &lt;p&gt;&lt;strong&gt;Ripley (2024)&lt;/strong&gt;&lt;/p&gt;
    &lt;p&gt;tv · crime · drama · thriller&lt;/p&gt;
    &lt;p&gt;United States&lt;/p&gt;
  &lt;/div&gt;
  &lt;div&gt;
    &lt;a href=&#34;https://www.imdb.com/title/tt0093870/&#34;&gt;&lt;img alt=&#34;Robocop&#34; height=&#34;225&#34; src=&#34;https://m.media-amazon.com/images/M/MV5BZWM1YzRhODktZDE1MC00NzBlLTk0NGMtOGNhZDQyMmJiZGFiXkEyXkFqcGc@._V1_FMjpg_UY1024_.jpg&#34; width=&#34;150&#34; /&gt;&lt;/a&gt;
    &lt;p&gt;&lt;strong&gt;Robocop (1987)&lt;/strong&gt;&lt;/p&gt;
    &lt;p&gt;action · crime · sci-fi&lt;/p&gt;
    &lt;p&gt;United States · Paul Verhoeven&lt;/p&gt;
  &lt;/div&gt;
  &lt;div&gt;
    &lt;a href=&#34;https://www.imdb.com/title/tt0384766/&#34;&gt;&lt;img alt=&#34;Rome&#34; height=&#34;225&#34; src=&#34;https://m.media-amazon.com/images/M/MV5BMGQ0M2YxMGEtMDQ2MC00NGEwLTliMTQtODVkYWZkNDFkM2Y3XkEyXkFqcGc@._V1_FMjpg_UY1024_.jpg&#34; width=&#34;150&#34; /&gt;&lt;/a&gt;
    &lt;p&gt;&lt;strong&gt;Rome (2005)&lt;/strong&gt;&lt;/p&gt;
    &lt;p&gt;tv · action · drama · romance&lt;/p&gt;
    &lt;p&gt;United Kingdom&lt;/p&gt;
  &lt;/div&gt;
  &lt;div&gt;
    &lt;a href=&#34;https://www.imdb.com/title/tt1979319/&#34;&gt;&lt;img alt=&#34;Rurouni Kenshin&#34; height=&#34;225&#34; src=&#34;https://m.media-amazon.com/images/M/MV5BNDgzODM2MjUyMF5BMl5BanBnXkFtZTgwMzg4MjA1OTE@._V1_FMjpg_UY1024_.jpg&#34; width=&#34;150&#34; /&gt;&lt;/a&gt;
    &lt;p&gt;&lt;strong&gt;Rurouni Kenshin (2012)&lt;/strong&gt;&lt;/p&gt;
    &lt;p&gt;action · adventure · drama&lt;/p&gt;
    &lt;p&gt;Japan · Keishi Otomo&lt;/p&gt;
  &lt;/div&gt;
  &lt;div&gt;
    &lt;a href=&#34;https://www.imdb.com/title/tt7520794/&#34;&gt;&lt;img alt=&#34;Russian Doll&#34; height=&#34;225&#34; src=&#34;https://m.media-amazon.com/images/M/MV5BYTMyYjU1MGEtYzE3ZS00MjJhLTllZWUtNmEyNmIyNGQ1NWMzXkEyXkFqcGc@._V1_FMjpg_UY1024_.jpg&#34; width=&#34;150&#34; /&gt;&lt;/a&gt;
    &lt;p&gt;&lt;strong&gt;Russian Doll (2019)&lt;/strong&gt;&lt;/p&gt;
    &lt;p&gt;tv · comedy · drama · mystery&lt;/p&gt;
    &lt;p&gt;United States&lt;/p&gt;
  &lt;/div&gt;
  &lt;div&gt;
    &lt;a href=&#34;https://www.imdb.com/title/tt21056886/&#34;&gt;&lt;img alt=&#34;Scavengers Reign&#34; height=&#34;225&#34; src=&#34;https://m.media-amazon.com/images/M/MV5BZmEyOWU1YjctNjgxNS00MTcyLTk3NDgtZmY3ZjBkY2RkN2YxXkEyXkFqcGc@._V1_FMjpg_UY1024_.jpg&#34; width=&#34;150&#34; /&gt;&lt;/a&gt;
    &lt;p&gt;&lt;strong&gt;Scavengers Reign (2023)&lt;/strong&gt;&lt;/p&gt;
    &lt;p&gt;tv · animation · adventure · drama&lt;/p&gt;
    &lt;p&gt;United States&lt;/p&gt;
  &lt;/div&gt;
  &lt;div&gt;
    &lt;a href=&#34;https://www.imdb.com/title/tt8649252/&#34;&gt;&lt;img alt=&#34;Scrapper&#34; height=&#34;225&#34; src=&#34;https://m.media-amazon.com/images/M/MV5BNmMzYWI0M2UtOGI3MS00OGI2LTk1ZDYtOWU3NDgwZDU0ZTY4XkEyXkFqcGc@._V1_FMjpg_UY1024_.jpg&#34; width=&#34;150&#34; /&gt;&lt;/a&gt;
    &lt;p&gt;&lt;strong&gt;Scrapper (2023)&lt;/strong&gt;&lt;/p&gt;
    &lt;p&gt;comedy · drama&lt;/p&gt;
    &lt;p&gt;United Kingdom · Charlotte Regan&lt;/p&gt;
  &lt;/div&gt;
  &lt;div&gt;
    &lt;a href=&#34;https://www.imdb.com/title/tt33204697/&#34;&gt;&lt;img alt=&#34;Secret Level&#34; height=&#34;225&#34; src=&#34;https://m.media-amazon.com/images/M/MV5BZWEwMjgwOTYtZmM1MC00MzdhLWJhMmUtNmNhNGMxMDdkYzNmXkEyXkFqcGc@._V1_FMjpg_UY1024_.jpg&#34; width=&#34;150&#34; /&gt;&lt;/a&gt;
    &lt;p&gt;&lt;strong&gt;Secret Level (2024)&lt;/strong&gt;&lt;/p&gt;
    &lt;p&gt;tv · animation · action · adventure&lt;/p&gt;
    &lt;p&gt;United States&lt;/p&gt;
  &lt;/div&gt;
  &lt;div&gt;
    &lt;a href=&#34;https://www.imdb.com/title/tt7949218/&#34;&gt;&lt;img alt=&#34;See&#34; height=&#34;225&#34; src=&#34;https://m.media-amazon.com/images/M/MV5BMDEwYTg3MWQtZTNmMi00ZjU1LTkwNWQtZDFmODQ5NjcwMDc2XkEyXkFqcGc@._V1_FMjpg_UY1024_.jpg&#34; width=&#34;150&#34; /&gt;&lt;/a&gt;
    &lt;p&gt;&lt;strong&gt;See (2019)&lt;/strong&gt;&lt;/p&gt;
    &lt;p&gt;tv · action · drama · sci-fi&lt;/p&gt;
    &lt;p&gt;United States&lt;/p&gt;
  &lt;/div&gt;
  &lt;div&gt;
    &lt;a href=&#34;https://www.imdb.com/title/tt0341555/&#34;&gt;&lt;img alt=&#34;Sex is Zero&#34; height=&#34;225&#34; src=&#34;https://m.media-amazon.com/images/M/MV5BM2RkM2FlMjQtMWUwYy00ODg5LWEwYWEtMWM5MmMwMjFjNGIyXkEyXkFqcGc@._V1_FMjpg_UY1024_.jpg&#34; width=&#34;150&#34; /&gt;&lt;/a&gt;
    &lt;p&gt;&lt;strong&gt;Sex is Zero (2002)&lt;/strong&gt;&lt;/p&gt;
    &lt;p&gt;comedy · drama · romance&lt;/p&gt;
    &lt;p&gt;South Korea · JK Youn&lt;/p&gt;
  &lt;/div&gt;
  &lt;div&gt;
    &lt;a href=&#34;https://www.imdb.com/title/tt0117615/&#34;&gt;&lt;img alt=&#34;Shall We Dance&#34; height=&#34;225&#34; src=&#34;https://m.media-amazon.com/images/M/MV5BMzEwN2E3NjAtZTk0MS00NDUzLWI2NmYtMDg5M2E3ZjRhOGMyXkEyXkFqcGc@._V1_FMjpg_UY1024_.jpg&#34; width=&#34;150&#34; /&gt;&lt;/a&gt;
    &lt;p&gt;&lt;strong&gt;Shall We Dance (1996)&lt;/strong&gt;&lt;/p&gt;
    &lt;p&gt;comedy · drama · music&lt;/p&gt;
    &lt;p&gt;Japan · Masayuki Suô&lt;/p&gt;
  &lt;/div&gt;
  &lt;div&gt;
    &lt;a href=&#34;https://www.imdb.com/title/tt1586680/&#34;&gt;&lt;img alt=&#34;Shameless&#34; height=&#34;225&#34; src=&#34;https://m.media-amazon.com/images/M/MV5BMjM5MzAzNTQyOV5BMl5BanBnXkFtZTgwNjY0MjcyNjM@._V1_FMjpg_UY1024_.jpg&#34; width=&#34;150&#34; /&gt;&lt;/a&gt;
    &lt;p&gt;&lt;strong&gt;Shameless (2011)&lt;/strong&gt;&lt;/p&gt;
    &lt;p&gt;tv · comedy · drama&lt;/p&gt;
    &lt;p&gt;United States&lt;/p&gt;
  &lt;/div&gt;
  &lt;div&gt;
    &lt;a href=&#34;https://www.imdb.com/title/tt0429087/&#34;&gt;&lt;img alt=&#34;Shantaram&#34; height=&#34;225&#34; src=&#34;https://m.media-amazon.com/images/M/MV5BNzdlODA5MWEtOTM3MC00NjZkLTk2MjItMzExZTk1NjUxZGViXkEyXkFqcGc@._V1_FMjpg_UY1024_.jpg&#34; width=&#34;150&#34; /&gt;&lt;/a&gt;
    &lt;p&gt;&lt;strong&gt;Shantaram (2022)&lt;/strong&gt;&lt;/p&gt;
    &lt;p&gt;tv · action · adventure · crime&lt;/p&gt;
    &lt;p&gt;United States&lt;/p&gt;
  &lt;/div&gt;
  &lt;div&gt;
    &lt;a href=&#34;https://www.imdb.com/title/tt0286112/&#34;&gt;&lt;img alt=&#34;Shaolin Soccer&#34; height=&#34;225&#34; src=&#34;https://m.media-amazon.com/images/M/MV5BM2JhYTkzYmUtYjY1Mi00OWNjLTk4N2ItNDRkZTIyMzgyMjMyXkEyXkFqcGc@._V1_FMjpg_UY1024_.jpg&#34; width=&#34;150&#34; /&gt;&lt;/a&gt;
    &lt;p&gt;&lt;strong&gt;Shaolin Soccer (2001)&lt;/strong&gt;&lt;/p&gt;
    &lt;p&gt;action · comedy · fantasy&lt;/p&gt;
    &lt;p&gt;Hong Kong · Stephen Chow&lt;/p&gt;
  &lt;/div&gt;
  &lt;div&gt;
    &lt;a href=&#34;https://www.imdb.com/title/tt2649356/&#34;&gt;&lt;img alt=&#34;Sharp Objects&#34; height=&#34;225&#34; src=&#34;https://m.media-amazon.com/images/M/MV5BYTY4OTQ0N2EtMDExMC00NTYzLTk0NmItYTRjNDYxOWU5ZDY3XkEyXkFqcGc@._V1_FMjpg_UY1024_.jpg&#34; width=&#34;150&#34; /&gt;&lt;/a&gt;
    &lt;p&gt;&lt;strong&gt;Sharp Objects (2018)&lt;/strong&gt;&lt;/p&gt;
    &lt;p&gt;tv · crime · drama · mystery&lt;/p&gt;
    &lt;p&gt;United States&lt;/p&gt;
  &lt;/div&gt;
  &lt;div&gt;
    &lt;a href=&#34;https://www.imdb.com/title/tt10737918/&#34;&gt;&lt;img alt=&#34;Shin Ultraman&#34; height=&#34;225&#34; src=&#34;https://m.media-amazon.com/images/M/MV5BYWVlMmRjOTYtMDgwYy00NDQxLTkzZGEtY2UzZDc0YzBmNmE4XkEyXkFqcGc@._V1_FMjpg_UY1024_.jpg&#34; width=&#34;150&#34; /&gt;&lt;/a&gt;
    &lt;p&gt;&lt;strong&gt;Shin Ultraman (2022)&lt;/strong&gt;&lt;/p&gt;
    &lt;p&gt;action · adventure · drama&lt;/p&gt;
    &lt;p&gt;Japan · Shinji Higuchi&lt;/p&gt;
  &lt;/div&gt;
  &lt;div&gt;
    &lt;a href=&#34;https://www.imdb.com/title/tt0164882/&#34;&gt;&lt;img alt=&#34;Shinobi No Mono&#34; height=&#34;225&#34; src=&#34;https://m.media-amazon.com/images/M/MV5BNjc1N2U1MDAtYjAyYS00MTBiLWI5NTAtZWFlMmI2Yjg3MmQyXkEyXkFqcGc@._V1_FMjpg_UY1024_.jpg&#34; width=&#34;150&#34; /&gt;&lt;/a&gt;
    &lt;p&gt;&lt;strong&gt;Shinobi No Mono (1962)&lt;/strong&gt;&lt;/p&gt;
    &lt;p&gt;action · drama&lt;/p&gt;
    &lt;p&gt;Japan · Satsuo Yamamoto&lt;/p&gt;
  &lt;/div&gt;
  &lt;div&gt;
    &lt;a href=&#34;https://www.imdb.com/title/tt2788316/&#34;&gt;&lt;img alt=&#34;Shogun&#34; height=&#34;225&#34; src=&#34;https://m.media-amazon.com/images/M/MV5BNzBkNjFkZDItYjQ1OS00MWNmLThjYzYtOWM1ZTkzZDYwODI1XkEyXkFqcGc@._V1_FMjpg_UY1024_.jpg&#34; width=&#34;150&#34; /&gt;&lt;/a&gt;
    &lt;p&gt;&lt;strong&gt;Shogun (2024)&lt;/strong&gt;&lt;/p&gt;
    &lt;p&gt;tv · action · adventure · drama&lt;/p&gt;
    &lt;p&gt;United States&lt;/p&gt;
  &lt;/div&gt;
  &lt;div&gt;
    &lt;a href=&#34;https://www.imdb.com/title/tt1130884/&#34;&gt;&lt;img alt=&#34;Shutter Island&#34; height=&#34;225&#34; src=&#34;https://m.media-amazon.com/images/M/MV5BN2FjNWExYzEtY2YzOC00YjNlLTllMTQtNmIwM2Q1YzBhOWM1XkEyXkFqcGc@._V1_FMjpg_UY1024_.jpg&#34; width=&#34;150&#34; /&gt;&lt;/a&gt;
    &lt;p&gt;&lt;strong&gt;Shutter Island (2010)&lt;/strong&gt;&lt;/p&gt;
    &lt;p&gt;drama · mystery · thriller&lt;/p&gt;
    &lt;p&gt;Canada · Martin Scorsese&lt;/p&gt;
  &lt;/div&gt;
  &lt;div&gt;
    &lt;a href=&#34;https://www.imdb.com/title/tt5332206/&#34;&gt;&lt;img alt=&#34;Signal&#34; height=&#34;225&#34; src=&#34;https://m.media-amazon.com/images/M/MV5BNzM5Njc3YTctMmIzNi00Mjk2LWFhYjUtNTk5ODFkOTU3YzhiXkEyXkFqcGc@._V1_FMjpg_UY1024_.jpg&#34; width=&#34;150&#34; /&gt;&lt;/a&gt;
    &lt;p&gt;&lt;strong&gt;Signal (2016)&lt;/strong&gt;&lt;/p&gt;
    &lt;p&gt;tv · crime · drama · fantasy&lt;/p&gt;
    &lt;p&gt;South Korea&lt;/p&gt;
  &lt;/div&gt;
  &lt;div&gt;
    &lt;a href=&#34;https://www.imdb.com/title/tt14688458/&#34;&gt;&lt;img alt=&#34;Silo&#34; height=&#34;225&#34; src=&#34;https://m.media-amazon.com/images/M/MV5BNjA5ODM4YTEtNDcxZi00N2ViLTg0MTgtNGQxNjBjZWY5YTk3XkEyXkFqcGc@._V1_FMjpg_UY1024_.jpg&#34; width=&#34;150&#34; /&gt;&lt;/a&gt;
    &lt;p&gt;&lt;strong&gt;Silo (2023)&lt;/strong&gt;&lt;/p&gt;
    &lt;p&gt;tv · drama · mystery · sci-fi&lt;/p&gt;
    &lt;p&gt;United States&lt;/p&gt;
  &lt;/div&gt;
  &lt;div&gt;
    &lt;a href=&#34;https://www.imdb.com/title/tt0248654/&#34;&gt;&lt;img alt=&#34;Six Feet Under&#34; height=&#34;225&#34; src=&#34;https://m.media-amazon.com/images/M/MV5BMDA5YTAxNGMtOWYxYy00ZDdkLWIwODUtNjdlYmNhMWQ5NzViXkEyXkFqcGc@._V1_FMjpg_UY1024_.jpg&#34; width=&#34;150&#34; /&gt;&lt;/a&gt;
    &lt;p&gt;&lt;strong&gt;Six Feet Under (2001)&lt;/strong&gt;&lt;/p&gt;
    &lt;p&gt;tv · comedy · drama&lt;/p&gt;
    &lt;p&gt;United States&lt;/p&gt;
  &lt;/div&gt;
  &lt;div&gt;
    &lt;a href=&#34;https://www.imdb.com/title/tt5875444/&#34;&gt;&lt;img alt=&#34;Slow Horses&#34; height=&#34;225&#34; src=&#34;https://m.media-amazon.com/images/M/MV5BY2NkNTBiYWUtMGFiZS00MGI4LWE3YjMtZTU3NzhhZmEyYzlkXkEyXkFqcGc@._V1_FMjpg_UY1024_.jpg&#34; width=&#34;150&#34; /&gt;&lt;/a&gt;
    &lt;p&gt;&lt;strong&gt;Slow Horses (2022)&lt;/strong&gt;&lt;/p&gt;
    &lt;p&gt;tv · drama · thriller&lt;/p&gt;
    &lt;p&gt;United Kingdom&lt;/p&gt;
  &lt;/div&gt;
  &lt;div&gt;
    &lt;a href=&#34;https://www.imdb.com/title/tt6439752/&#34;&gt;&lt;img alt=&#34;Snowfall&#34; height=&#34;225&#34; src=&#34;https://m.media-amazon.com/images/M/MV5BODI2MDliNDEtNzg3ZC00Y2RlLWI1YmItZTYyOWM0NzMwNGJmXkEyXkFqcGc@._V1_FMjpg_UY1024_.jpg&#34; width=&#34;150&#34; /&gt;&lt;/a&gt;
    &lt;p&gt;&lt;strong&gt;Snowfall (2017)&lt;/strong&gt;&lt;/p&gt;
    &lt;p&gt;tv · crime · drama&lt;/p&gt;
    &lt;p&gt;United States&lt;/p&gt;
  &lt;/div&gt;
  &lt;div&gt;
    &lt;a href=&#34;https://www.imdb.com/title/tt1706620/&#34;&gt;&lt;img alt=&#34;Snowpiercer&#34; height=&#34;225&#34; src=&#34;https://m.media-amazon.com/images/M/MV5BMTQ3NzA1MTY3MV5BMl5BanBnXkFtZTgwNzE2Mzg5MTE@._V1_FMjpg_UY1024_.jpg&#34; width=&#34;150&#34; /&gt;&lt;/a&gt;
    &lt;p&gt;&lt;strong&gt;Snowpiercer (2013)&lt;/strong&gt;&lt;/p&gt;
    &lt;p&gt;action · sci-fi · thriller&lt;/p&gt;
    &lt;p&gt;South Korea · Bong Joon Ho&lt;/p&gt;
  &lt;/div&gt;
  &lt;div&gt;
    &lt;a href=&#34;https://www.imdb.com/title/tt12759100/&#34;&gt;&lt;img alt=&#34;Somebody Somewhere&#34; height=&#34;225&#34; src=&#34;https://m.media-amazon.com/images/M/MV5BM2U3ZThlODMtMGU0YS00ZDVkLWE2ZmItNmI0ZDM5MDNiMGJkXkEyXkFqcGc@._V1_FMjpg_UY1024_.jpg&#34; width=&#34;150&#34; /&gt;&lt;/a&gt;
    &lt;p&gt;&lt;strong&gt;Somebody Somewhere (2022)&lt;/strong&gt;&lt;/p&gt;
    &lt;p&gt;tv · comedy · drama&lt;/p&gt;
    &lt;p&gt;United States&lt;/p&gt;
  &lt;/div&gt;
  &lt;div&gt;
    &lt;a href=&#34;https://www.imdb.com/title/tt0108188/&#34;&gt;&lt;img alt=&#34;Sonatine&#34; height=&#34;225&#34; src=&#34;https://m.media-amazon.com/images/M/MV5BYjk2NGRhZDUtNjVmNy00NmFiLTk3MWQtMzIyZjc1ZmExYzAzXkEyXkFqcGc@._V1_FMjpg_UY1024_.jpg&#34; width=&#34;150&#34; /&gt;&lt;/a&gt;
    &lt;p&gt;&lt;strong&gt;Sonatine (1993)&lt;/strong&gt;&lt;/p&gt;
    &lt;p&gt;action · comedy · crime&lt;/p&gt;
    &lt;p&gt;Japan · Takeshi Kitano&lt;/p&gt;
  &lt;/div&gt;
  &lt;div&gt;
    &lt;a href=&#34;https://www.imdb.com/title/tt1442449/&#34;&gt;&lt;img alt=&#34;Spartacus&#34; height=&#34;225&#34; src=&#34;https://m.media-amazon.com/images/M/MV5BNTc4ZjlkNjUtOWZlMS00ODQ0LTg2MWUtMjBkNjMwOTJkOWZmXkEyXkFqcGc@._V1_FMjpg_UY1024_.jpg&#34; width=&#34;150&#34; /&gt;&lt;/a&gt;
    &lt;p&gt;&lt;strong&gt;Spartacus (2010)&lt;/strong&gt;&lt;/p&gt;
    &lt;p&gt;tv · action · adventure · biography&lt;/p&gt;
    &lt;p&gt;United States&lt;/p&gt;
  &lt;/div&gt;
  &lt;div&gt;
    &lt;a href=&#34;https://www.imdb.com/title/tt0477507/&#34;&gt;&lt;img alt=&#34;Spiral (Engrenage)&#34; height=&#34;225&#34; src=&#34;https://m.media-amazon.com/images/M/MV5BYTAzZWU4NzItNDVlNi00MDIyLWJkODAtYTg2MzE3Y2Q5NTI1XkEyXkFqcGc@._V1_FMjpg_UY1024_.jpg&#34; width=&#34;150&#34; /&gt;&lt;/a&gt;
    &lt;p&gt;&lt;strong&gt;Spiral (Engrenage) (2005)&lt;/strong&gt;&lt;/p&gt;
    &lt;p&gt;tv · crime · drama · mystery&lt;/p&gt;
    &lt;p&gt;France&lt;/p&gt;
  &lt;/div&gt;
  &lt;div&gt;
    &lt;a href=&#34;https://www.imdb.com/title/tt22375054/&#34;&gt;&lt;img alt=&#34;Strange Darling&#34; height=&#34;225&#34; src=&#34;https://m.media-amazon.com/images/M/MV5BNDE2OTQ0NjEtNmEwMC00NmRjLThiOGMtN2M1N2Q2YWY0NGY4XkEyXkFqcGc@._V1_FMjpg_UY1024_.jpg&#34; width=&#34;150&#34; /&gt;&lt;/a&gt;
    &lt;p&gt;&lt;strong&gt;Strange Darling (2023)&lt;/strong&gt;&lt;/p&gt;
    &lt;p&gt;horror · thriller&lt;/p&gt;
    &lt;p&gt;United States · JT Mollner&lt;/p&gt;
  &lt;/div&gt;
  &lt;div&gt;
    &lt;a href=&#34;https://www.imdb.com/title/tt0114558/&#34;&gt;&lt;img alt=&#34;Strange Days&#34; height=&#34;225&#34; src=&#34;https://m.media-amazon.com/images/M/MV5BNzk1NGY4ZGUtYzllYy00ODM0LTljNmItYTY5NGI4YWQxNTQxXkEyXkFqcGc@._V1_FMjpg_UY1024_.jpg&#34; width=&#34;150&#34; /&gt;&lt;/a&gt;
    &lt;p&gt;&lt;strong&gt;Strange Days (1995)&lt;/strong&gt;&lt;/p&gt;
    &lt;p&gt;crime · drama · sci-fi&lt;/p&gt;
    &lt;p&gt;United States · Kathryn Bigelow&lt;/p&gt;
  &lt;/div&gt;
  &lt;div&gt;
    &lt;a href=&#34;https://www.imdb.com/title/tt1492179/&#34;&gt;&lt;img alt=&#34;Strike Back&#34; height=&#34;225&#34; src=&#34;https://m.media-amazon.com/images/M/MV5BOTE4YjQ3NzgtNGI1My00MzkxLWIwY2EtOTQzMzZiYzBiMTg2XkEyXkFqcGc@._V1_FMjpg_UY1024_.jpg&#34; width=&#34;150&#34; /&gt;&lt;/a&gt;
    &lt;p&gt;&lt;strong&gt;Strike Back (2010)&lt;/strong&gt;&lt;/p&gt;
    &lt;p&gt;tv · action · drama · thriller&lt;/p&gt;
    &lt;p&gt;United Kingdom&lt;/p&gt;
  &lt;/div&gt;
  &lt;div&gt;
    &lt;a href=&#34;https://www.imdb.com/title/tt7660850/&#34;&gt;&lt;img alt=&#34;Succession&#34; height=&#34;225&#34; src=&#34;https://m.media-amazon.com/images/M/MV5BYTY4YTVkY2QtMjRmOS00YzliLWIxOWQtMTdkOTVkN2UzODNmXkEyXkFqcGc@._V1_FMjpg_UY1024_.jpg&#34; width=&#34;150&#34; /&gt;&lt;/a&gt;
    &lt;p&gt;&lt;strong&gt;Succession (2018)&lt;/strong&gt;&lt;/p&gt;
    &lt;p&gt;tv · comedy · drama&lt;/p&gt;
    &lt;p&gt;United States&lt;/p&gt;
  &lt;/div&gt;
  &lt;div&gt;
    &lt;a href=&#34;https://www.imdb.com/title/tt0430651/&#34;&gt;&lt;img alt=&#34;Survive Style 5+&#34; height=&#34;225&#34; src=&#34;https://m.media-amazon.com/images/M/MV5BZWViMDk1MzYtM2FiYS00MTdkLWI3YTQtNmFjN2FlMTY0NmM1XkEyXkFqcGc@._V1_FMjpg_UY1024_.jpg&#34; width=&#34;150&#34; /&gt;&lt;/a&gt;
    &lt;p&gt;&lt;strong&gt;Survive Style 5+ (2004)&lt;/strong&gt;&lt;/p&gt;
    &lt;p&gt;comedy · fantasy · horror&lt;/p&gt;
    &lt;p&gt;Japan · Gen Sekiguchi&lt;/p&gt;
  &lt;/div&gt;
  &lt;div&gt;
    &lt;a href=&#34;https://www.imdb.com/title/tt0234837/&#34;&gt;&lt;img alt=&#34;Suzhou River&#34; height=&#34;225&#34; src=&#34;https://m.media-amazon.com/images/M/MV5BNGMxM2IwZjgtNGQ0My00ZTc0LTk3MTMtYTIyNWI2OWJhZGU5XkEyXkFqcGc@._V1_FMjpg_UY1024_.jpg&#34; width=&#34;150&#34; /&gt;&lt;/a&gt;
    &lt;p&gt;&lt;strong&gt;Suzhou River (2000)&lt;/strong&gt;&lt;/p&gt;
    &lt;p&gt;drama · romance&lt;/p&gt;
    &lt;p&gt;Germany · Ye Lou&lt;/p&gt;
  &lt;/div&gt;
  &lt;div&gt;
    &lt;a href=&#34;https://www.imdb.com/title/tt0386064/&#34;&gt;&lt;img alt=&#34;Taegukgi&#34; height=&#34;225&#34; src=&#34;https://m.media-amazon.com/images/M/MV5BNjUzNTVlYzQtOGYxMy00NmExLTgzYTQtOGEyM2YyM2YzYjJkXkEyXkFqcGc@._V1_FMjpg_UY1024_.jpg&#34; width=&#34;150&#34; /&gt;&lt;/a&gt;
    &lt;p&gt;&lt;strong&gt;Taegukgi (2004)&lt;/strong&gt;&lt;/p&gt;
    &lt;p&gt;action · drama · war&lt;/p&gt;
    &lt;p&gt;South Korea · Kang Je-kyu&lt;/p&gt;
  &lt;/div&gt;
  &lt;div&gt;
    &lt;a href=&#34;https://www.imdb.com/title/tt0287467/&#34;&gt;&lt;img alt=&#34;Talk to Her&#34; height=&#34;225&#34; src=&#34;https://m.media-amazon.com/images/M/MV5BM2NjMmQyYmQtMjRjMi00OGVjLWFlMDAtNDYzNDE0MmY4YjE1XkEyXkFqcGc@._V1_FMjpg_UY1024_.jpg&#34; width=&#34;150&#34; /&gt;&lt;/a&gt;
    &lt;p&gt;&lt;strong&gt;Talk to Her (2002)&lt;/strong&gt;&lt;/p&gt;
    &lt;p&gt;drama · mystery · romance&lt;/p&gt;
    &lt;p&gt;Spain · Pedro Almodóvar&lt;/p&gt;
  &lt;/div&gt;
  &lt;div&gt;
    &lt;a href=&#34;https://www.imdb.com/title/tt6878038/&#34;&gt;&lt;img alt=&#34;Taxi Driver&#34; height=&#34;225&#34; src=&#34;https://m.media-amazon.com/images/M/MV5BNTczN2QxM2MtMjBkYi00ZDk4LWI3MGYtMzcyYTAxM2JmMzJiXkEyXkFqcGc@._V1_FMjpg_UY1024_.jpg&#34; width=&#34;150&#34; /&gt;&lt;/a&gt;
    &lt;p&gt;&lt;strong&gt;Taxi Driver (2017)&lt;/strong&gt;&lt;/p&gt;
    &lt;p&gt;action · drama · history&lt;/p&gt;
    &lt;p&gt;South Korea · Hun Jang&lt;/p&gt;
  &lt;/div&gt;
  &lt;div&gt;
    &lt;a href=&#34;https://www.imdb.com/title/tt10986410/&#34;&gt;&lt;img alt=&#34;Ted Lasso&#34; height=&#34;225&#34; src=&#34;https://m.media-amazon.com/images/M/MV5BZmI3YWVhM2UtNDZjMC00YTIzLWI2NGUtZWIxODZkZjVmYTg1XkEyXkFqcGc@._V1_FMjpg_UY1024_.jpg&#34; width=&#34;150&#34; /&gt;&lt;/a&gt;
    &lt;p&gt;&lt;strong&gt;Ted Lasso (2020)&lt;/strong&gt;&lt;/p&gt;
    &lt;p&gt;tv · comedy · drama · sport&lt;/p&gt;
    &lt;p&gt;United States&lt;/p&gt;
  &lt;/div&gt;
  &lt;div&gt;
    &lt;a href=&#34;https://www.imdb.com/title/tt11743610/&#34;&gt;&lt;img alt=&#34;Terminal List&#34; height=&#34;225&#34; src=&#34;https://m.media-amazon.com/images/M/MV5BOTU3NDc5OTYtNjUxNS00MzgxLWI3YjItZmZmNWJkYTNiNGUwXkEyXkFqcGc@._V1_FMjpg_UY1024_.jpg&#34; width=&#34;150&#34; /&gt;&lt;/a&gt;
    &lt;p&gt;&lt;strong&gt;Terminal List (2022)&lt;/strong&gt;&lt;/p&gt;
    &lt;p&gt;tv · action · drama · thriller&lt;/p&gt;
    &lt;p&gt;United States&lt;/p&gt;
  &lt;/div&gt;
  &lt;div&gt;
    &lt;a href=&#34;https://www.imdb.com/title/tt0088247/&#34;&gt;&lt;img alt=&#34;Terminator&#34; height=&#34;225&#34; src=&#34;https://m.media-amazon.com/images/M/MV5BZmE0YzIxM2QtMGNlMi00MjRmLWE3MWMtOWQzMGVjMmU0YTFmXkEyXkFqcGc@._V1_FMjpg_UY1024_.jpg&#34; width=&#34;150&#34; /&gt;&lt;/a&gt;
    &lt;p&gt;&lt;strong&gt;Terminator (1984)&lt;/strong&gt;&lt;/p&gt;
    &lt;p&gt;action · adventure · sci-fi&lt;/p&gt;
    &lt;p&gt;United Kingdom · James Cameron&lt;/p&gt;
  &lt;/div&gt;
  &lt;div&gt;
    &lt;a href=&#34;https://www.imdb.com/title/tt0096251/&#34;&gt;&lt;img alt=&#34;Tetsuo: The Iron Man&#34; height=&#34;225&#34; src=&#34;https://m.media-amazon.com/images/M/MV5BY2YwM2EyZDMtZTdhYi00NDg1LTgxYWItNWU2NDdiY2JiZGJjXkEyXkFqcGc@._V1_FMjpg_UY1024_.jpg&#34; width=&#34;150&#34; /&gt;&lt;/a&gt;
    &lt;p&gt;&lt;strong&gt;Tetsuo: The Iron Man (1989)&lt;/strong&gt;&lt;/p&gt;
    &lt;p&gt;horror · sci-fi&lt;/p&gt;
    &lt;p&gt;Japan · Shin&#39;ya Tsukamoto&lt;/p&gt;
  &lt;/div&gt;
  &lt;div&gt;
    &lt;a href=&#34;https://www.imdb.com/title/tt30423279/&#34;&gt;&lt;img alt=&#34;The 8 Show&#34; height=&#34;225&#34; src=&#34;https://m.media-amazon.com/images/M/MV5BYjM1OWEzZDctMTZkZS00ZjIyLTk5OGEtZGIzZWZhNjNlNmM5XkEyXkFqcGc@._V1_FMjpg_UY1024_.jpg&#34; width=&#34;150&#34; /&gt;&lt;/a&gt;
    &lt;p&gt;&lt;strong&gt;The 8 Show (2024)&lt;/strong&gt;&lt;/p&gt;
    &lt;p&gt;tv · comedy · drama · horror&lt;/p&gt;
    &lt;p&gt;South Korea&lt;/p&gt;
  &lt;/div&gt;
  &lt;div&gt;
    &lt;a href=&#34;https://www.imdb.com/title/tt2149175/&#34;&gt;&lt;img alt=&#34;The Americans&#34; height=&#34;225&#34; src=&#34;https://m.media-amazon.com/images/M/MV5BMjIzNTEzMDY3OF5BMl5BanBnXkFtZTcwMzI5NDI5OA@@._V1_FMjpg_UY1024_.jpg&#34; width=&#34;150&#34; /&gt;&lt;/a&gt;
    &lt;p&gt;&lt;strong&gt;The Americans (2013)&lt;/strong&gt;&lt;/p&gt;
    &lt;p&gt;tv · crime · drama · mystery&lt;/p&gt;
    &lt;p&gt;United States&lt;/p&gt;
  &lt;/div&gt;
  &lt;div&gt;
    &lt;a href=&#34;https://www.imdb.com/title/tt15314262/&#34;&gt;&lt;img alt=&#34;The Beekeeper&#34; height=&#34;225&#34; src=&#34;https://m.media-amazon.com/images/M/MV5BNzg3YjVmZGYtOTc5MC00MDdiLTllOTYtZWQ0ODQ1MmMyNTExXkEyXkFqcGc@._V1_FMjpg_UY1024_.jpg&#34; width=&#34;150&#34; /&gt;&lt;/a&gt;
    &lt;p&gt;&lt;strong&gt;The Beekeeper (2024)&lt;/strong&gt;&lt;/p&gt;
    &lt;p&gt;action · crime · thriller&lt;/p&gt;
    &lt;p&gt;United Kingdom · David Ayer&lt;/p&gt;
  &lt;/div&gt;
  &lt;div&gt;
    &lt;a href=&#34;https://www.imdb.com/title/tt1190634/&#34;&gt;&lt;img alt=&#34;The Boys&#34; height=&#34;225&#34; src=&#34;https://m.media-amazon.com/images/M/MV5BMGRlZDE2ZGEtZTU5Mi00ODdkLWFmMTEtY2UwMmViNWNmZjczXkEyXkFqcGc@._V1_FMjpg_UY1024_.jpg&#34; width=&#34;150&#34; /&gt;&lt;/a&gt;
    &lt;p&gt;&lt;strong&gt;The Boys (2019)&lt;/strong&gt;&lt;/p&gt;
    &lt;p&gt;tv · action · comedy · crime&lt;/p&gt;
    &lt;p&gt;United States&lt;/p&gt;
  &lt;/div&gt;
  &lt;div&gt;
    &lt;a href=&#34;https://www.imdb.com/title/tt1733785/&#34;&gt;&lt;img alt=&#34;The Bridge (Broen/Bron)&#34; height=&#34;225&#34; src=&#34;https://m.media-amazon.com/images/M/MV5BMjQ3MDAzNDU4NV5BMl5BanBnXkFtZTgwNjE2NDQ0NzE@._V1_FMjpg_UY1024_.jpg&#34; width=&#34;150&#34; /&gt;&lt;/a&gt;
    &lt;p&gt;&lt;strong&gt;The Bridge (Broen/Bron) (2011)&lt;/strong&gt;&lt;/p&gt;
    &lt;p&gt;tv · crime · mystery · thriller&lt;/p&gt;
    &lt;p&gt;Sweden&lt;/p&gt;
  &lt;/div&gt;
  &lt;div&gt;
    &lt;a href=&#34;https://www.imdb.com/title/tt17632862/&#34;&gt;&lt;img alt=&#34;The Brothers Sun&#34; height=&#34;225&#34; src=&#34;https://m.media-amazon.com/images/M/MV5BYzMxMjRmZDQtNWEzNC00ZDUyLTk0YzgtMDBkODJkNjExMTkzXkEyXkFqcGc@._V1_FMjpg_UY1024_.jpg&#34; width=&#34;150&#34; /&gt;&lt;/a&gt;
    &lt;p&gt;&lt;strong&gt;The Brothers Sun (2024)&lt;/strong&gt;&lt;/p&gt;
    &lt;p&gt;tv · action · comedy · drama&lt;/p&gt;
    &lt;p&gt;United States&lt;/p&gt;
  &lt;/div&gt;
  &lt;div&gt;
    &lt;a href=&#34;https://www.imdb.com/title/tt1259521/&#34;&gt;&lt;img alt=&#34;The Cabin in the Woods&#34; height=&#34;225&#34; src=&#34;https://m.media-amazon.com/images/M/MV5BNTUxNzYyMjg2N15BMl5BanBnXkFtZTcwMTExNzExNw@@._V1_FMjpg_UY1024_.jpg&#34; width=&#34;150&#34; /&gt;&lt;/a&gt;
    &lt;p&gt;&lt;strong&gt;The Cabin in the Woods (2011)&lt;/strong&gt;&lt;/p&gt;
    &lt;p&gt;horror · mystery · thriller&lt;/p&gt;
    &lt;p&gt;Canada · Drew Goddard&lt;/p&gt;
  &lt;/div&gt;
  &lt;div&gt;
    &lt;a href=&#34;https://www.imdb.com/title/tt4903242/&#34;&gt;&lt;img alt=&#34;The Detour&#34; height=&#34;225&#34; src=&#34;https://m.media-amazon.com/images/M/MV5BMjEwNjc4MzY4NF5BMl5BanBnXkFtZTgwOTY2NjA0NDM@._V1_FMjpg_UY1024_.jpg&#34; width=&#34;150&#34; /&gt;&lt;/a&gt;
    &lt;p&gt;&lt;strong&gt;The Detour (2016)&lt;/strong&gt;&lt;/p&gt;
    &lt;p&gt;tv · adventure · comedy&lt;/p&gt;
    &lt;p&gt;United States&lt;/p&gt;
  &lt;/div&gt;
  &lt;div&gt;
    &lt;a href=&#34;https://www.imdb.com/title/tt7766378/&#34;&gt;&lt;img alt=&#34;The Electric State&#34; height=&#34;225&#34; src=&#34;https://m.media-amazon.com/images/M/MV5BZGIyYzNmNjYtZTM3OC00OGE0LTgyNzctYzQ0OTYxYjhiZTNlXkEyXkFqcGc@._V1_FMjpg_UY1024_.jpg&#34; width=&#34;150&#34; /&gt;&lt;/a&gt;
    &lt;p&gt;&lt;strong&gt;The Electric State (2025)&lt;/strong&gt;&lt;/p&gt;
    &lt;p&gt;action · adventure · comedy&lt;/p&gt;
    &lt;p&gt;United States · Anthony Russo&lt;/p&gt;
  &lt;/div&gt;
  &lt;div&gt;
    &lt;a href=&#34;https://www.imdb.com/title/tt5867314/&#34;&gt;&lt;img alt=&#34;The Empty Man&#34; height=&#34;225&#34; src=&#34;https://m.media-amazon.com/images/M/MV5BMzI3OWYwNTQtOWM1Yi00Zjc1LWJmOGItN2UzMTNmNmJmZjE3XkEyXkFqcGc@._V1_FMjpg_UY1024_.jpg&#34; width=&#34;150&#34; /&gt;&lt;/a&gt;
    &lt;p&gt;&lt;strong&gt;The Empty Man (2020)&lt;/strong&gt;&lt;/p&gt;
    &lt;p&gt;drama · horror · mystery&lt;/p&gt;
    &lt;p&gt;United States · David Prior&lt;/p&gt;
  &lt;/div&gt;
  &lt;div&gt;
    &lt;a href=&#34;https://www.imdb.com/title/tt6257970/&#34;&gt;&lt;img alt=&#34;The End of the F***ing World&#34; height=&#34;225&#34; src=&#34;https://m.media-amazon.com/images/M/MV5BNTVkZTI3MmMtMDY1Yi00NjJhLTgyYTctNWE1OTJkNmZiZjdlXkEyXkFqcGc@._V1_FMjpg_UY1024_.jpg&#34; width=&#34;150&#34; /&gt;&lt;/a&gt;
    &lt;p&gt;&lt;strong&gt;The End of the F***ing World (2017)&lt;/strong&gt;&lt;/p&gt;
    &lt;p&gt;tv · adventure · comedy · crime&lt;/p&gt;
    &lt;p&gt;United Kingdom&lt;/p&gt;
  &lt;/div&gt;
  &lt;div&gt;
    &lt;a href=&#34;https://www.imdb.com/title/tt3230854/&#34;&gt;&lt;img alt=&#34;The Expanse&#34; height=&#34;225&#34; src=&#34;https://m.media-amazon.com/images/M/MV5BYzUyYmI3MjctY2Q2MC00NmFjLTgwZGUtNWQzZWNlYmVjNzE2XkEyXkFqcGc@._V1_FMjpg_UY1024_.jpg&#34; width=&#34;150&#34; /&gt;&lt;/a&gt;
    &lt;p&gt;&lt;strong&gt;The Expanse (2015)&lt;/strong&gt;&lt;/p&gt;
    &lt;p&gt;tv · drama · mystery · sci-fi&lt;/p&gt;
    &lt;p&gt;United States&lt;/p&gt;
  &lt;/div&gt;
  &lt;div&gt;
    &lt;a href=&#34;https://www.imdb.com/title/tt15567174/&#34;&gt;&lt;img alt=&#34;The Fall of the House of Usher&#34; height=&#34;225&#34; src=&#34;https://m.media-amazon.com/images/M/MV5BY2RiMjhkMzYtOWFmYS00YmRkLWIxYmYtN2FmZDEwODllYzA3XkEyXkFqcGc@._V1_FMjpg_UY1024_.jpg&#34; width=&#34;150&#34; /&gt;&lt;/a&gt;
    &lt;p&gt;&lt;strong&gt;The Fall of the House of Usher (2023)&lt;/strong&gt;&lt;/p&gt;
    &lt;p&gt;tv · drama · horror · mystery&lt;/p&gt;
    &lt;p&gt;United States&lt;/p&gt;
  &lt;/div&gt;
  &lt;div&gt;
    &lt;a href=&#34;https://www.imdb.com/title/tt21344706/&#34;&gt;&lt;img alt=&#34;The Glory&#34; height=&#34;225&#34; src=&#34;https://m.media-amazon.com/images/M/MV5BODM0ZTc5YTAtZmMxNi00YzJkLWEzODItZDczZTRlNTc1NGE3XkEyXkFqcGc@._V1_FMjpg_UY1024_.jpg&#34; width=&#34;150&#34; /&gt;&lt;/a&gt;
    &lt;p&gt;&lt;strong&gt;The Glory (2022)&lt;/strong&gt;&lt;/p&gt;
    &lt;p&gt;tv · drama · mystery · thriller&lt;/p&gt;
    &lt;p&gt;South Korea&lt;/p&gt;
  &lt;/div&gt;
  &lt;div&gt;
    &lt;a href=&#34;https://www.imdb.com/title/tt0901487/&#34;&gt;&lt;img alt=&#34;The Good The Bad The Weird&#34; height=&#34;225&#34; src=&#34;https://m.media-amazon.com/images/M/MV5BMjM0NTE3NjkyNl5BMl5BanBnXkFtZTgwMzQyNzE1MjE@._V1_FMjpg_UY1024_.jpg&#34; width=&#34;150&#34; /&gt;&lt;/a&gt;
    &lt;p&gt;&lt;strong&gt;The Good The Bad The Weird (2008)&lt;/strong&gt;&lt;/p&gt;
    &lt;p&gt;action · adventure · comedy&lt;/p&gt;
    &lt;p&gt;South Korea · Kim Jee-woon&lt;/p&gt;
  &lt;/div&gt;
  &lt;div&gt;
    &lt;a href=&#34;https://www.imdb.com/title/tt4016934/&#34;&gt;&lt;img alt=&#34;The Handmaiden&#34; height=&#34;225&#34; src=&#34;https://m.media-amazon.com/images/M/MV5BOTllZDI1OGItOGUxNS00OGZhLWIzMjAtYzllZTY1YTA0ZmYwXkEyXkFqcGc@._V1_FMjpg_UY1024_.jpg&#34; width=&#34;150&#34; /&gt;&lt;/a&gt;
    &lt;p&gt;&lt;strong&gt;The Handmaiden (2016)&lt;/strong&gt;&lt;/p&gt;
    &lt;p&gt;drama · romance · thriller&lt;/p&gt;
    &lt;p&gt;South Korea · Park Chan-wook&lt;/p&gt;
  &lt;/div&gt;
  &lt;div&gt;
    &lt;a href=&#34;https://www.imdb.com/title/tt8290362/&#34;&gt;&lt;img alt=&#34;The Head&#34; height=&#34;225&#34; src=&#34;https://m.media-amazon.com/images/M/MV5BMDE4MzYwMjgtMTliNS00MDFmLWEyZGEtOWM1MDA2ZDgzODM1XkEyXkFqcGc@._V1_FMjpg_UY1024_.jpg&#34; width=&#34;150&#34; /&gt;&lt;/a&gt;
    &lt;p&gt;&lt;strong&gt;The Head (2020)&lt;/strong&gt;&lt;/p&gt;
    &lt;p&gt;tv · drama · horror · mystery&lt;/p&gt;
    &lt;p&gt;Spain&lt;/p&gt;
  &lt;/div&gt;
  &lt;div&gt;
    &lt;a href=&#34;https://www.imdb.com/title/tt14849194/&#34;&gt;&lt;img alt=&#34;The Holdovers&#34; height=&#34;225&#34; src=&#34;https://m.media-amazon.com/images/M/MV5BOTliOWYyYmYtMjZlNy00ZDQwLWE4NTgtNTFmYTQ5MTcxNDMwXkEyXkFqcGc@._V1_FMjpg_UY1024_.jpg&#34; width=&#34;150&#34; /&gt;&lt;/a&gt;
    &lt;p&gt;&lt;strong&gt;The Holdovers (2023)&lt;/strong&gt;&lt;/p&gt;
    &lt;p&gt;comedy · drama&lt;/p&gt;
    &lt;p&gt;United States · Alexander Payne&lt;/p&gt;
  &lt;/div&gt;
  &lt;div&gt;
    &lt;a href=&#34;https://www.imdb.com/title/tt0468492/&#34;&gt;&lt;img alt=&#34;The Host&#34; height=&#34;225&#34; src=&#34;https://m.media-amazon.com/images/M/MV5BMTQzYzI1MDAtYzVkOC00N2U1LThmNzYtNmYyNDg5MzQwYjEwXkEyXkFqcGc@._V1_FMjpg_UY1024_.jpg&#34; width=&#34;150&#34; /&gt;&lt;/a&gt;
    &lt;p&gt;&lt;strong&gt;The Host (2006)&lt;/strong&gt;&lt;/p&gt;
    &lt;p&gt;drama · horror · sci-fi&lt;/p&gt;
    &lt;p&gt;South Korea · Bong Joon Ho&lt;/p&gt;
  &lt;/div&gt;
  &lt;div&gt;
    &lt;a href=&#34;https://www.imdb.com/title/tt0097202/&#34;&gt;&lt;img alt=&#34;The Killer&#34; height=&#34;225&#34; src=&#34;https://m.media-amazon.com/images/M/MV5BMjQyZDJhNTktYjZiZC00ODU4LTg5OTYtYjc2MzA2OGFjMzZmXkEyXkFqcGc@._V1_FMjpg_UY1024_.jpg&#34; width=&#34;150&#34; /&gt;&lt;/a&gt;
    &lt;p&gt;&lt;strong&gt;The Killer (1989)&lt;/strong&gt;&lt;/p&gt;
    &lt;p&gt;action · crime · drama&lt;/p&gt;
    &lt;p&gt;Hong Kong · John Woo&lt;/p&gt;
  &lt;/div&gt;
  &lt;div&gt;
    &lt;a href=&#34;https://www.imdb.com/title/tt0826760/&#34;&gt;&lt;img alt=&#34;The Killing&#34; height=&#34;225&#34; src=&#34;https://m.media-amazon.com/images/M/MV5BMmJjZjU1MGYtODY0Yy00NjM2LTk0YzYtZTc4YzgyOWU4NWNiXkEyXkFqcGc@._V1_FMjpg_UY1024_.jpg&#34; width=&#34;150&#34; /&gt;&lt;/a&gt;
    &lt;p&gt;&lt;strong&gt;The Killing (2007)&lt;/strong&gt;&lt;/p&gt;
    &lt;p&gt;tv · crime · drama · mystery&lt;/p&gt;
    &lt;p&gt;Denmark&lt;/p&gt;
  &lt;/div&gt;
  &lt;div&gt;
    &lt;a href=&#34;https://www.imdb.com/title/tt4179452/&#34;&gt;&lt;img alt=&#34;The Last Kingdom&#34; height=&#34;225&#34; src=&#34;https://m.media-amazon.com/images/M/MV5BMjE1MzYzNjk3OF5BMl5BanBnXkFtZTgwMzk0MzYwNzE@._V1_FMjpg_UY1024_.jpg&#34; width=&#34;150&#34; /&gt;&lt;/a&gt;
    &lt;p&gt;&lt;strong&gt;The Last Kingdom (2015)&lt;/strong&gt;&lt;/p&gt;
    &lt;p&gt;tv · action · drama · history&lt;/p&gt;
    &lt;p&gt;United Kingdom&lt;/p&gt;
  &lt;/div&gt;
  &lt;div&gt;
    &lt;a href=&#34;https://www.imdb.com/title/tt3581920/&#34;&gt;&lt;img alt=&#34;The Last of Us&#34; height=&#34;225&#34; src=&#34;https://m.media-amazon.com/images/M/MV5BYWI3ODJlMzktY2U5NC00ZjdlLWE1MGItNWQxZDk3NWNjN2RhXkEyXkFqcGc@._V1_FMjpg_UY1024_.jpg&#34; width=&#34;150&#34; /&gt;&lt;/a&gt;
    &lt;p&gt;&lt;strong&gt;The Last of Us (2023)&lt;/strong&gt;&lt;/p&gt;
    &lt;p&gt;tv · action · adventure · drama&lt;/p&gt;
    &lt;p&gt;Canada&lt;/p&gt;
  &lt;/div&gt;
  &lt;div&gt;
    &lt;a href=&#34;https://www.imdb.com/title/tt14190592/&#34;&gt;&lt;img alt=&#34;The Lazarus Project&#34; height=&#34;225&#34; src=&#34;https://m.media-amazon.com/images/M/MV5BMjVjZDkzMTMtMDRmOC00ZThhLThmZWItNmMyODg4MWE0Y2FmXkEyXkFqcGc@._V1_FMjpg_UY1024_.jpg&#34; width=&#34;150&#34; /&gt;&lt;/a&gt;
    &lt;p&gt;&lt;strong&gt;The Lazarus Project (2022)&lt;/strong&gt;&lt;/p&gt;
    &lt;p&gt;tv · action · drama · fantasy&lt;/p&gt;
    &lt;p&gt;United Kingdom&lt;/p&gt;
  &lt;/div&gt;
  &lt;div&gt;
    &lt;a href=&#34;https://www.imdb.com/title/tt2699128/&#34;&gt;&lt;img alt=&#34;The Leftovers&#34; height=&#34;225&#34; src=&#34;https://m.media-amazon.com/images/M/MV5BNTE3MDc1MjY4NV5BMl5BanBnXkFtZTgwMDg4MjQ4MTE@._V1_FMjpg_UY1024_.jpg&#34; width=&#34;150&#34; /&gt;&lt;/a&gt;
    &lt;p&gt;&lt;strong&gt;The Leftovers (2014)&lt;/strong&gt;&lt;/p&gt;
    &lt;p&gt;tv · drama · fantasy · mystery&lt;/p&gt;
    &lt;p&gt;United States&lt;/p&gt;
  &lt;/div&gt;
  &lt;div&gt;
    &lt;a href=&#34;https://www.imdb.com/title/tt11247158/&#34;&gt;&lt;img alt=&#34;The Legend of Vox Machina&#34; height=&#34;225&#34; src=&#34;https://m.media-amazon.com/images/M/MV5BMjI0ZjE2NDgtM2IxMy00NTk3LWFhMTEtMWNhOWJiYjIzYzY2XkEyXkFqcGc@._V1_FMjpg_UY1024_.jpg&#34; width=&#34;150&#34; /&gt;&lt;/a&gt;
    &lt;p&gt;&lt;strong&gt;The Legend of Vox Machina (2022)&lt;/strong&gt;&lt;/p&gt;
    &lt;p&gt;tv · animation · action · adventure&lt;/p&gt;
    &lt;p&gt;United States&lt;/p&gt;
  &lt;/div&gt;
  &lt;div&gt;
    &lt;a href=&#34;https://www.imdb.com/title/tt7320300/&#34;&gt;&lt;img alt=&#34;The Letdown&#34; height=&#34;225&#34; src=&#34;https://m.media-amazon.com/images/M/MV5BZjljODIzMGQtMDA4ZS00OGNjLTliZjgtNmQ0YWI2Y2JmODNlXkEyXkFqcGc@._V1_FMjpg_UY1024_.jpg&#34; width=&#34;150&#34; /&gt;&lt;/a&gt;
    &lt;p&gt;&lt;strong&gt;The Letdown (2017)&lt;/strong&gt;&lt;/p&gt;
    &lt;p&gt;tv · comedy&lt;/p&gt;
    &lt;p&gt;Australia&lt;/p&gt;
  &lt;/div&gt;
  &lt;div&gt;
    &lt;a href=&#34;https://www.imdb.com/title/tt1527788/&#34;&gt;&lt;img alt=&#34;The Man from Nowhere&#34; height=&#34;225&#34; src=&#34;https://m.media-amazon.com/images/M/MV5BMTgzMTkxNjAxNV5BMl5BanBnXkFtZTgwMDU3MDE0MjE@._V1_FMjpg_UY1024_.jpg&#34; width=&#34;150&#34; /&gt;&lt;/a&gt;
    &lt;p&gt;&lt;strong&gt;The Man from Nowhere (2010)&lt;/strong&gt;&lt;/p&gt;
    &lt;p&gt;action · crime · drama&lt;/p&gt;
    &lt;p&gt;South Korea · Lee Jeong-beom&lt;/p&gt;
  &lt;/div&gt;
  &lt;div&gt;
    &lt;a href=&#34;https://www.imdb.com/title/tt0133093/&#34;&gt;&lt;img alt=&#34;The Matrix&#34; height=&#34;225&#34; src=&#34;https://m.media-amazon.com/images/M/MV5BN2NmN2VhMTQtMDNiOS00NDlhLTliMjgtODE2ZTY0ODQyNDRhXkEyXkFqcGc@._V1_FMjpg_UY1024_.jpg&#34; width=&#34;150&#34; /&gt;&lt;/a&gt;
    &lt;p&gt;&lt;strong&gt;The Matrix (1999)&lt;/strong&gt;&lt;/p&gt;
    &lt;p&gt;action · sci-fi&lt;/p&gt;
    &lt;p&gt;United States · Lana Wachowski&lt;/p&gt;
  &lt;/div&gt;
  &lt;div&gt;
    &lt;a href=&#34;https://www.imdb.com/title/tt6116856/&#34;&gt;&lt;img alt=&#34;The Night Comes for Us&#34; height=&#34;225&#34; src=&#34;https://m.media-amazon.com/images/M/MV5BMWFmYmE4MmEtNjgxNy00NjE1LWFmNzItNGRiMDJjYmFmZDU2XkEyXkFqcGc@._V1_FMjpg_UY1024_.jpg&#34; width=&#34;150&#34; /&gt;&lt;/a&gt;
    &lt;p&gt;&lt;strong&gt;The Night Comes for Us (2018)&lt;/strong&gt;&lt;/p&gt;
    &lt;p&gt;action · crime · thriller&lt;/p&gt;
    &lt;p&gt;Indonesia · Timo Tjahjanto&lt;/p&gt;
  &lt;/div&gt;
  &lt;div&gt;
    &lt;a href=&#34;https://www.imdb.com/title/tt8310612/&#34;&gt;&lt;img alt=&#34;The Other Two&#34; height=&#34;225&#34; src=&#34;https://m.media-amazon.com/images/M/MV5BYTE3ODVkZGItNzBmZi00MzkzLWEwZmEtZDEwZjJhMmUyODhiXkEyXkFqcGc@._V1_FMjpg_UY1024_.jpg&#34; width=&#34;150&#34; /&gt;&lt;/a&gt;
    &lt;p&gt;&lt;strong&gt;The Other Two (2019)&lt;/strong&gt;&lt;/p&gt;
    &lt;p&gt;tv · comedy&lt;/p&gt;
    &lt;p&gt;United States&lt;/p&gt;
  &lt;/div&gt;
  &lt;div&gt;
    &lt;a href=&#34;https://www.imdb.com/title/tt8550800/&#34;&gt;&lt;img alt=&#34;The Outsider&#34; height=&#34;225&#34; src=&#34;https://m.media-amazon.com/images/M/MV5BOGY0YjJmOWItOGI2MS00N2VmLTlmNjYtMDM3YjY1MzkyM2E1XkEyXkFqcGc@._V1_FMjpg_UY1024_.jpg&#34; width=&#34;150&#34; /&gt;&lt;/a&gt;
    &lt;p&gt;&lt;strong&gt;The Outsider (2020)&lt;/strong&gt;&lt;/p&gt;
    &lt;p&gt;tv · crime · drama · horror&lt;/p&gt;
    &lt;p&gt;United States&lt;/p&gt;
  &lt;/div&gt;
  &lt;div&gt;
    &lt;a href=&#34;https://www.imdb.com/title/tt31938062/&#34;&gt;&lt;img alt=&#34;The Pitt&#34; height=&#34;225&#34; src=&#34;https://m.media-amazon.com/images/M/MV5BMThjMjYxM2YtM2IzZC00NDdmLThiNDYtNzEyNzA0YTRmYTk3XkEyXkFqcGc@._V1_FMjpg_UY1024_.jpg&#34; width=&#34;150&#34; /&gt;&lt;/a&gt;
    &lt;p&gt;&lt;strong&gt;The Pitt (2025)&lt;/strong&gt;&lt;/p&gt;
    &lt;p&gt;tv · drama&lt;/p&gt;
    &lt;p&gt;United States&lt;/p&gt;
  &lt;/div&gt;
  &lt;div&gt;
    &lt;a href=&#34;https://www.imdb.com/title/tt10048342/&#34;&gt;&lt;img alt=&#34;The Queen&#39;s Gambit&#34; height=&#34;225&#34; src=&#34;https://m.media-amazon.com/images/M/MV5BMmRlNjQxNWQtMjk1OS00N2QxLTk0YWQtMzRhYjY5YTFhNjMxXkEyXkFqcGc@._V1_FMjpg_UY1024_.jpg&#34; width=&#34;150&#34; /&gt;&lt;/a&gt;
    &lt;p&gt;&lt;strong&gt;The Queen&#39;s Gambit (2020)&lt;/strong&gt;&lt;/p&gt;
    &lt;p&gt;tv · drama&lt;/p&gt;
    &lt;p&gt;United States&lt;/p&gt;
  &lt;/div&gt;
  &lt;div&gt;
    &lt;a href=&#34;https://www.imdb.com/title/tt1899353/&#34;&gt;&lt;img alt=&#34;The Raid&#34; height=&#34;225&#34; src=&#34;https://m.media-amazon.com/images/M/MV5BOGUxM2Q0MzItZDRmYy00ZWY1LWFiNzctNmY3Njg2ODJjZWNmXkEyXkFqcGc@._V1_FMjpg_UY1024_.jpg&#34; width=&#34;150&#34; /&gt;&lt;/a&gt;
    &lt;p&gt;&lt;strong&gt;The Raid (2011)&lt;/strong&gt;&lt;/p&gt;
    &lt;p&gt;action · crime · thriller&lt;/p&gt;
    &lt;p&gt;Indonesia · Gareth Evans&lt;/p&gt;
  &lt;/div&gt;
  &lt;div&gt;
    &lt;a href=&#34;https://www.imdb.com/title/tt2265171/&#34;&gt;&lt;img alt=&#34;The Raid 2&#34; height=&#34;225&#34; src=&#34;https://m.media-amazon.com/images/M/MV5BMDMyNTMzZmYtNDIxYi00YTNkLWE2ZTMtM2M4ZGQwYTFjZTEyXkEyXkFqcGc@._V1_FMjpg_UY1024_.jpg&#34; width=&#34;150&#34; /&gt;&lt;/a&gt;
    &lt;p&gt;&lt;strong&gt;The Raid 2 (2014)&lt;/strong&gt;&lt;/p&gt;
    &lt;p&gt;action · crime · thriller&lt;/p&gt;
    &lt;p&gt;Indonesia · Gareth Evans&lt;/p&gt;
  &lt;/div&gt;
  &lt;div&gt;
    &lt;a href=&#34;https://www.imdb.com/title/tt0093894/&#34;&gt;&lt;img alt=&#34;The Running Man&#34; height=&#34;225&#34; src=&#34;https://m.media-amazon.com/images/M/MV5BMDQwYzMwMDItYzFhZC00YjkzLTlmODAtMzg3NDFlNDhhZjYzXkEyXkFqcGc@._V1_FMjpg_UY1024_.jpg&#34; width=&#34;150&#34; /&gt;&lt;/a&gt;
    &lt;p&gt;&lt;strong&gt;The Running Man (1987)&lt;/strong&gt;&lt;/p&gt;
    &lt;p&gt;action · sci-fi · thriller&lt;/p&gt;
    &lt;p&gt;United States · Paul Michael Glaser&lt;/p&gt;
  &lt;/div&gt;
  &lt;div&gt;
    &lt;a href=&#34;https://www.imdb.com/title/tt0286486/&#34;&gt;&lt;img alt=&#34;The Shield&#34; height=&#34;225&#34; src=&#34;https://m.media-amazon.com/images/M/MV5BMTcwNzQwODI5NV5BMl5BanBnXkFtZTcwNzQxMjI5MQ@@._V1_FMjpg_UY1024_.jpg&#34; width=&#34;150&#34; /&gt;&lt;/a&gt;
    &lt;p&gt;&lt;strong&gt;The Shield (2002)&lt;/strong&gt;&lt;/p&gt;
    &lt;p&gt;tv · crime · drama · thriller&lt;/p&gt;
    &lt;p&gt;United States&lt;/p&gt;
  &lt;/div&gt;
  &lt;div&gt;
    &lt;a href=&#34;https://www.imdb.com/title/tt0141842/&#34;&gt;&lt;img alt=&#34;The Sopranos&#34; height=&#34;225&#34; src=&#34;https://m.media-amazon.com/images/M/MV5BMjRmMTNiMTQtMDg1ZS00MGM1LWE1MGUtYjEzMGFjNWUzOWRkXkEyXkFqcGc@._V1_FMjpg_UY1024_.jpg&#34; width=&#34;150&#34; /&gt;&lt;/a&gt;
    &lt;p&gt;&lt;strong&gt;The Sopranos (1999)&lt;/strong&gt;&lt;/p&gt;
    &lt;p&gt;tv · crime · drama&lt;/p&gt;
    &lt;p&gt;United States&lt;/p&gt;
  &lt;/div&gt;
  &lt;div&gt;
    &lt;a href=&#34;https://www.imdb.com/title/tt19760052/&#34;&gt;&lt;img alt=&#34;The Taste of Things&#34; height=&#34;225&#34; src=&#34;https://m.media-amazon.com/images/M/MV5BMTBkZTk1NzMtMTNlMC00ZjFmLWE5ZWYtYzg0NmVlNzllNTRlXkEyXkFqcGc@._V1_FMjpg_UY1024_.jpg&#34; width=&#34;150&#34; /&gt;&lt;/a&gt;
    &lt;p&gt;&lt;strong&gt;The Taste of Things (2023)&lt;/strong&gt;&lt;/p&gt;
    &lt;p&gt;drama · history · romance&lt;/p&gt;
    &lt;p&gt;France · Anh Hung Tran&lt;/p&gt;
  &lt;/div&gt;
  &lt;div&gt;
    &lt;a href=&#34;https://www.imdb.com/title/tt14364876/&#34;&gt;&lt;img alt=&#34;The Tower&#34; height=&#34;225&#34; src=&#34;https://m.media-amazon.com/images/M/MV5BNDFiNTFiYTYtMzA4Mi00OTBjLWEzYTctYTFhMGJmNDQ2N2FmXkEyXkFqcGc@._V1_FMjpg_UY1024_.jpg&#34; width=&#34;150&#34; /&gt;&lt;/a&gt;
    &lt;p&gt;&lt;strong&gt;The Tower (2021)&lt;/strong&gt;&lt;/p&gt;
    &lt;p&gt;tv · crime · drama · mystery&lt;/p&gt;
    &lt;p&gt;United Kingdom&lt;/p&gt;
  &lt;/div&gt;
  &lt;div&gt;
    &lt;a href=&#34;https://www.imdb.com/title/tt0840361/&#34;&gt;&lt;img alt=&#34;The Town&#34; height=&#34;225&#34; src=&#34;https://m.media-amazon.com/images/M/MV5BMTcyNzcxODg3Nl5BMl5BanBnXkFtZTcwMTUyNjQ3Mw@@._V1_FMjpg_UY1024_.jpg&#34; width=&#34;150&#34; /&gt;&lt;/a&gt;
    &lt;p&gt;&lt;strong&gt;The Town (2010)&lt;/strong&gt;&lt;/p&gt;
    &lt;p&gt;crime · drama · thriller&lt;/p&gt;
    &lt;p&gt;United States · Ben Affleck&lt;/p&gt;
  &lt;/div&gt;
  &lt;div&gt;
    &lt;a href=&#34;https://www.imdb.com/title/tt1312171/&#34;&gt;&lt;img alt=&#34;The Umbrella Academy&#34; height=&#34;225&#34; src=&#34;https://m.media-amazon.com/images/M/MV5BMzlmMmIxODItYzBjNC00YjMwLWIwOTAtNzVlMTBlNTNkMjZjXkEyXkFqcGc@._V1_FMjpg_UY1024_.jpg&#34; width=&#34;150&#34; /&gt;&lt;/a&gt;
    &lt;p&gt;&lt;strong&gt;The Umbrella Academy (2019)&lt;/strong&gt;&lt;/p&gt;
    &lt;p&gt;tv · action · adventure · comedy&lt;/p&gt;
    &lt;p&gt;United States&lt;/p&gt;
  &lt;/div&gt;
  &lt;div&gt;
    &lt;a href=&#34;https://www.imdb.com/title/tt0306414/&#34;&gt;&lt;img alt=&#34;The Wire&#34; height=&#34;225&#34; src=&#34;https://m.media-amazon.com/images/M/MV5BZWYyNmRhYjktNjBhNC00M2NhLWEzYmMtZDYwNmIyZTRiZWMzXkEyXkFqcGc@._V1_FMjpg_UY1024_.jpg&#34; width=&#34;150&#34; /&gt;&lt;/a&gt;
    &lt;p&gt;&lt;strong&gt;The Wire (2002)&lt;/strong&gt;&lt;/p&gt;
    &lt;p&gt;tv · crime · drama · thriller&lt;/p&gt;
    &lt;p&gt;United States&lt;/p&gt;
  &lt;/div&gt;
  &lt;div&gt;
    &lt;a href=&#34;https://www.imdb.com/title/tt7160372/&#34;&gt;&lt;img alt=&#34;The Zone of Interest&#34; height=&#34;225&#34; src=&#34;https://m.media-amazon.com/images/M/MV5BNjk4MTQ3MGEtZmI4OS00N2NhLWI5ZjgtYWE5ZWVkZGExYTQ1XkEyXkFqcGc@._V1_FMjpg_UY1024_.jpg&#34; width=&#34;150&#34; /&gt;&lt;/a&gt;
    &lt;p&gt;&lt;strong&gt;The Zone of Interest (2023)&lt;/strong&gt;&lt;/p&gt;
    &lt;p&gt;drama · history · war&lt;/p&gt;
    &lt;p&gt;United Kingdom · Jonathan Glazer&lt;/p&gt;
  &lt;/div&gt;
  &lt;div&gt;
    &lt;a href=&#34;https://www.imdb.com/title/tt0108394/&#34;&gt;&lt;img alt=&#34;Three Colors: Blue&#34; height=&#34;225&#34; src=&#34;https://m.media-amazon.com/images/M/MV5BNWMxNWE2NGYtMzYwOS00NmJhLTgwNjAtNGM3ODIwNjU5MTZiXkEyXkFqcGc@._V1_FMjpg_UY1024_.jpg&#34; width=&#34;150&#34; /&gt;&lt;/a&gt;
    &lt;p&gt;&lt;strong&gt;Three Colors: Blue (1993)&lt;/strong&gt;&lt;/p&gt;
    &lt;p&gt;drama · music · mystery&lt;/p&gt;
    &lt;p&gt;France · Krzysztof Kieslowski&lt;/p&gt;
  &lt;/div&gt;
  &lt;div&gt;
    &lt;a href=&#34;https://www.imdb.com/title/tt0111495/&#34;&gt;&lt;img alt=&#34;Three Colors: Red&#34; height=&#34;225&#34; src=&#34;https://m.media-amazon.com/images/M/MV5BMTQ0YTQyYzItNGEzMi00NmI4LWJkOTMtOWMyMjAwMWEzYTZhXkEyXkFqcGc@._V1_FMjpg_UY1024_.jpg&#34; width=&#34;150&#34; /&gt;&lt;/a&gt;
    &lt;p&gt;&lt;strong&gt;Three Colors: Red (1994)&lt;/strong&gt;&lt;/p&gt;
    &lt;p&gt;drama · mystery · romance&lt;/p&gt;
    &lt;p&gt;France · Krzysztof Kieslowski&lt;/p&gt;
  &lt;/div&gt;
  &lt;div&gt;
    &lt;a href=&#34;https://www.imdb.com/title/tt0111507/&#34;&gt;&lt;img alt=&#34;Three Colors: White&#34; height=&#34;225&#34; src=&#34;https://m.media-amazon.com/images/M/MV5BMWUyMWJiYTEtNmIzYi00OTYxLTlkYjEtMGFjMjY3NDc5Mjk0XkEyXkFqcGc@._V1_FMjpg_UY1024_.jpg&#34; width=&#34;150&#34; /&gt;&lt;/a&gt;
    &lt;p&gt;&lt;strong&gt;Three Colors: White (1994)&lt;/strong&gt;&lt;/p&gt;
    &lt;p&gt;comedy · drama · romance&lt;/p&gt;
    &lt;p&gt;France · Krzysztof Kieslowski&lt;/p&gt;
  &lt;/div&gt;
  &lt;div&gt;
    &lt;a href=&#34;https://www.imdb.com/title/tt2887954/&#34;&gt;&lt;img alt=&#34;Tokyo Vice&#34; height=&#34;225&#34; src=&#34;https://m.media-amazon.com/images/M/MV5BYjkxMjU2ODUtNzdlZi00NDg0LWEyZDgtZGE3NTVkNDYyZjIzXkEyXkFqcGc@._V1_FMjpg_UY1024_.jpg&#34; width=&#34;150&#34; /&gt;&lt;/a&gt;
    &lt;p&gt;&lt;strong&gt;Tokyo Vice (2022)&lt;/strong&gt;&lt;/p&gt;
    &lt;p&gt;tv · crime · drama · thriller&lt;/p&gt;
    &lt;p&gt;Japan&lt;/p&gt;
  &lt;/div&gt;
  &lt;div&gt;
    &lt;a href=&#34;https://www.imdb.com/title/tt0427954/&#34;&gt;&lt;img alt=&#34;Tom Yum Goong (The Protector)&#34; height=&#34;225&#34; src=&#34;https://m.media-amazon.com/images/M/MV5BM2JhMjVjZTktODVkYi00ZTM2LTlkMDAtMDBhMDVjYTQxZmYzXkEyXkFqcGc@._V1_FMjpg_UY1024_.jpg&#34; width=&#34;150&#34; /&gt;&lt;/a&gt;
    &lt;p&gt;&lt;strong&gt;Tom Yum Goong (The Protector) (2005)&lt;/strong&gt;&lt;/p&gt;
    &lt;p&gt;action · crime · drama&lt;/p&gt;
    &lt;p&gt;Thailand · Prachya Pinkaew&lt;/p&gt;
  &lt;/div&gt;
  &lt;div&gt;
    &lt;a href=&#34;https://www.imdb.com/title/tt0100802/&#34;&gt;&lt;img alt=&#34;Total Recall&#34; height=&#34;225&#34; src=&#34;https://m.media-amazon.com/images/M/MV5BZjRlMzBkOGMtMTA1Ny00ZWI4LTkzMDItOGVkNWJkN2E4ZTkwXkEyXkFqcGc@._V1_FMjpg_UY1024_.jpg&#34; width=&#34;150&#34; /&gt;&lt;/a&gt;
    &lt;p&gt;&lt;strong&gt;Total Recall (1990)&lt;/strong&gt;&lt;/p&gt;
    &lt;p&gt;action · adventure · sci-fi&lt;/p&gt;
    &lt;p&gt;United States · Paul Verhoeven&lt;/p&gt;
  &lt;/div&gt;
  &lt;div&gt;
    &lt;a href=&#34;https://www.imdb.com/title/tt3561180/&#34;&gt;&lt;img alt=&#34;Trapped&#34; height=&#34;225&#34; src=&#34;https://m.media-amazon.com/images/M/MV5BMjEwOTQ0OTIwNV5BMl5BanBnXkFtZTgwNTAwODY2NzE@._V1_FMjpg_UY1024_.jpg&#34; width=&#34;150&#34; /&gt;&lt;/a&gt;
    &lt;p&gt;&lt;strong&gt;Trapped (2015)&lt;/strong&gt;&lt;/p&gt;
    &lt;p&gt;tv · crime · drama · mystery&lt;/p&gt;
    &lt;p&gt;Iceland&lt;/p&gt;
  &lt;/div&gt;
  &lt;div&gt;
    &lt;a href=&#34;https://www.imdb.com/title/tt0084827/&#34;&gt;&lt;img alt=&#34;Tron&#34; height=&#34;225&#34; src=&#34;https://m.media-amazon.com/images/M/MV5BMTA4Y2VjOWEtMWQ5MS00YWU5LTkxZTMtNzVmMDYyNWFiODU5XkEyXkFqcGc@._V1_FMjpg_UY1024_.jpg&#34; width=&#34;150&#34; /&gt;&lt;/a&gt;
    &lt;p&gt;&lt;strong&gt;Tron (1982)&lt;/strong&gt;&lt;/p&gt;
    &lt;p&gt;action · adventure · sci-fi&lt;/p&gt;
    &lt;p&gt;United States · Steven Lisberger&lt;/p&gt;
  &lt;/div&gt;
  &lt;div&gt;
    &lt;a href=&#34;https://www.imdb.com/title/tt8239946/&#34;&gt;&lt;img alt=&#34;Tumbbad&#34; height=&#34;225&#34; src=&#34;https://m.media-amazon.com/images/M/MV5BOTY0YzY3MTMtOWQ5Yi00ODY2LThhOGMtMzFlMjhlODcxOGU1XkEyXkFqcGc@._V1_FMjpg_UY1024_.jpg&#34; width=&#34;150&#34; /&gt;&lt;/a&gt;
    &lt;p&gt;&lt;strong&gt;Tumbbad (2018)&lt;/strong&gt;&lt;/p&gt;
    &lt;p&gt;drama · fantasy · horror&lt;/p&gt;
    &lt;p&gt;India · Rahi Anil Barve&lt;/p&gt;
  &lt;/div&gt;
  &lt;div&gt;
    &lt;a href=&#34;https://www.imdb.com/title/tt6499752/&#34;&gt;&lt;img alt=&#34;Upgrade&#34; height=&#34;225&#34; src=&#34;https://m.media-amazon.com/images/M/MV5BMjI0NzcyMjM5Ml5BMl5BanBnXkFtZTgwMzk2NzAyNTM@._V1_FMjpg_UY1024_.jpg&#34; width=&#34;150&#34; /&gt;&lt;/a&gt;
    &lt;p&gt;&lt;strong&gt;Upgrade (2018)&lt;/strong&gt;&lt;/p&gt;
    &lt;p&gt;action · sci-fi · thriller&lt;/p&gt;
    &lt;p&gt;United States · Leigh Whannell&lt;/p&gt;
  &lt;/div&gt;
  &lt;div&gt;
    &lt;a href=&#34;https://www.imdb.com/title/tt8033592/&#34;&gt;&lt;img alt=&#34;Us and Them&#34; height=&#34;225&#34; src=&#34;https://m.media-amazon.com/images/M/MV5BYWUxMjZjNDYtYjUxYS00NmM5LWE2ZDItODljNTI0ZjJjMWQzXkEyXkFqcGc@._V1_FMjpg_UY1024_.jpg&#34; width=&#34;150&#34; /&gt;&lt;/a&gt;
    &lt;p&gt;&lt;strong&gt;Us and Them (2018)&lt;/strong&gt;&lt;/p&gt;
    &lt;p&gt;drama · romance&lt;/p&gt;
    &lt;p&gt;China · Rene Liu&lt;/p&gt;
  &lt;/div&gt;
  &lt;div&gt;
    &lt;a href=&#34;https://www.imdb.com/title/tt2384811/&#34;&gt;&lt;img alt=&#34;Utopia&#34; height=&#34;225&#34; src=&#34;https://m.media-amazon.com/images/M/MV5BMjMwMTA5NDc5M15BMl5BanBnXkFtZTgwMjQ4MTY0MjE@._V1_FMjpg_UY1024_.jpg&#34; width=&#34;150&#34; /&gt;&lt;/a&gt;
    &lt;p&gt;&lt;strong&gt;Utopia (2013)&lt;/strong&gt;&lt;/p&gt;
    &lt;p&gt;tv · drama · mystery · sci-fi&lt;/p&gt;
    &lt;p&gt;United Kingdom&lt;/p&gt;
  &lt;/div&gt;
  &lt;div&gt;
    &lt;a href=&#34;https://www.imdb.com/title/tt8652818/&#34;&gt;&lt;img alt=&#34;Violet Evergarden: The Movie&#34; height=&#34;225&#34; src=&#34;https://m.media-amazon.com/images/M/MV5BOWUyNDFjOWUtNGM5MS00YTUzLWFhYzYtZDg5NDNjMWJiY2MyXkEyXkFqcGc@._V1_FMjpg_UY1024_.jpg&#34; width=&#34;150&#34; /&gt;&lt;/a&gt;
    &lt;p&gt;&lt;strong&gt;Violet Evergarden: The Movie (2020)&lt;/strong&gt;&lt;/p&gt;
    &lt;p&gt;animation · drama · fantasy&lt;/p&gt;
    &lt;p&gt;Japan · Taichi Ishidate&lt;/p&gt;
  &lt;/div&gt;
  &lt;div&gt;
    &lt;a href=&#34;https://www.imdb.com/title/tt0441909/&#34;&gt;&lt;img alt=&#34;Volver&#34; height=&#34;225&#34; src=&#34;https://m.media-amazon.com/images/M/MV5BMjA0NTUxMjY1OV5BMl5BanBnXkFtZTcwNjI2OTMzMQ@@._V1_FMjpg_UY1024_.jpg&#34; width=&#34;150&#34; /&gt;&lt;/a&gt;
    &lt;p&gt;&lt;strong&gt;Volver (2006)&lt;/strong&gt;&lt;/p&gt;
    &lt;p&gt;comedy · drama&lt;/p&gt;
    &lt;p&gt;Spain · Pedro Almodóvar&lt;/p&gt;
  &lt;/div&gt;
  &lt;div&gt;
    &lt;a href=&#34;https://www.imdb.com/title/tt2215676/&#34;&gt;&lt;img alt=&#34;Warped Forest&#34; height=&#34;225&#34; src=&#34;https://m.media-amazon.com/images/M/MV5BOTJjZmU5NTctODVlYy00MGM0LTgzNjUtNjU5NDkyYTcxZWQ4XkEyXkFqcGc@._V1_FMjpg_UY1024_.jpg&#34; width=&#34;150&#34; /&gt;&lt;/a&gt;
    &lt;p&gt;&lt;strong&gt;Warped Forest (2011)&lt;/strong&gt;&lt;/p&gt;
    &lt;p&gt;comedy · fantasy&lt;/p&gt;
    &lt;p&gt;Japan · Shunichirô Miki&lt;/p&gt;
  &lt;/div&gt;
  &lt;div&gt;
    &lt;a href=&#34;https://www.imdb.com/title/tt5743796/&#34;&gt;&lt;img alt=&#34;Warrior&#34; height=&#34;225&#34; src=&#34;https://m.media-amazon.com/images/M/MV5BNTE5MjE3NTUtNTQxMC00ZjIwLWE2ZjctNmQ2NDc3ZmY2YTE0XkEyXkFqcGc@._V1_FMjpg_UY1024_.jpg&#34; width=&#34;150&#34; /&gt;&lt;/a&gt;
    &lt;p&gt;&lt;strong&gt;Warrior (2019)&lt;/strong&gt;&lt;/p&gt;
    &lt;p&gt;tv · action · crime · drama&lt;/p&gt;
    &lt;p&gt;United States&lt;/p&gt;
  &lt;/div&gt;
  &lt;div&gt;
    &lt;a href=&#34;https://www.imdb.com/title/tt2618986/&#34;&gt;&lt;img alt=&#34;Wayward Pines&#34; height=&#34;225&#34; src=&#34;https://m.media-amazon.com/images/M/MV5BMjUwY2NmZDItZjdjNC00ZGQ3LTk2NTEtNjY5NTQxOGYwNGY4XkEyXkFqcGc@._V1_FMjpg_UY1024_.jpg&#34; width=&#34;150&#34; /&gt;&lt;/a&gt;
    &lt;p&gt;&lt;strong&gt;Wayward Pines (2015)&lt;/strong&gt;&lt;/p&gt;
    &lt;p&gt;tv · drama · horror · mystery&lt;/p&gt;
    &lt;p&gt;United States&lt;/p&gt;
  &lt;/div&gt;
  &lt;div&gt;
    &lt;a href=&#34;https://www.imdb.com/title/tt0439100/&#34;&gt;&lt;img alt=&#34;Weeds&#34; height=&#34;225&#34; src=&#34;https://m.media-amazon.com/images/M/MV5BOWVmOGQyNDEtY2Y1NS00MGM2LWI5ZTMtNmJmOGUwNjY0N2FkXkEyXkFqcGc@._V1_FMjpg_UY1024_.jpg&#34; width=&#34;150&#34; /&gt;&lt;/a&gt;
    &lt;p&gt;&lt;strong&gt;Weeds (2005)&lt;/strong&gt;&lt;/p&gt;
    &lt;p&gt;tv · comedy · crime · drama&lt;/p&gt;
    &lt;p&gt;United States&lt;/p&gt;
  &lt;/div&gt;
  &lt;div&gt;
    &lt;a href=&#34;https://www.imdb.com/title/tt0475784/&#34;&gt;&lt;img alt=&#34;Westworld&#34; height=&#34;225&#34; src=&#34;https://m.media-amazon.com/images/M/MV5BMjM2MTA5NjIwNV5BMl5BanBnXkFtZTgwNjI2OTMxNTM@._V1_FMjpg_UY1024_.jpg&#34; width=&#34;150&#34; /&gt;&lt;/a&gt;
    &lt;p&gt;&lt;strong&gt;Westworld (2016)&lt;/strong&gt;&lt;/p&gt;
    &lt;p&gt;tv · drama · mystery · sci-fi&lt;/p&gt;
    &lt;p&gt;United States&lt;/p&gt;
  &lt;/div&gt;
  &lt;div&gt;
    &lt;a href=&#34;https://www.imdb.com/title/tt9647768/&#34;&gt;&lt;img alt=&#34;Wild Goose Lake&#34; height=&#34;225&#34; src=&#34;https://m.media-amazon.com/images/M/MV5BZTgwZTYyNjItOTQ5YS00MjZhLTkyODAtMzc5YWQzZDIwMTAzXkEyXkFqcGc@._V1_FMjpg_UY1024_.jpg&#34; width=&#34;150&#34; /&gt;&lt;/a&gt;
    &lt;p&gt;&lt;strong&gt;Wild Goose Lake (2019)&lt;/strong&gt;&lt;/p&gt;
    &lt;p&gt;crime · drama&lt;/p&gt;
    &lt;p&gt;China · Yi&#39;nan Diao&lt;/p&gt;
  &lt;/div&gt;
  &lt;div&gt;
    &lt;a href=&#34;https://www.imdb.com/title/tt5362988/&#34;&gt;&lt;img alt=&#34;Wind River&#34; height=&#34;225&#34; src=&#34;https://m.media-amazon.com/images/M/MV5BMTUyMjU1OTUwM15BMl5BanBnXkFtZTgwMDg1NDQ2MjI@._V1_FMjpg_UY1024_.jpg&#34; width=&#34;150&#34; /&gt;&lt;/a&gt;
    &lt;p&gt;&lt;strong&gt;Wind River (2017)&lt;/strong&gt;&lt;/p&gt;
    &lt;p&gt;crime · drama · mystery&lt;/p&gt;
    &lt;p&gt;United Kingdom · Taylor Sheridan&lt;/p&gt;
  &lt;/div&gt;
  &lt;div&gt;
    &lt;a href=&#34;https://www.imdb.com/title/tt1399683/&#34;&gt;&lt;img alt=&#34;Winter&#39;s Bone&#34; height=&#34;225&#34; src=&#34;https://m.media-amazon.com/images/M/MV5BMjA0OTM3MDMxNF5BMl5BanBnXkFtZTcwMDY1MjI0Mw@@._V1_FMjpg_UY1024_.jpg&#34; width=&#34;150&#34; /&gt;&lt;/a&gt;
    &lt;p&gt;&lt;strong&gt;Winter&#39;s Bone (2010)&lt;/strong&gt;&lt;/p&gt;
    &lt;p&gt;crime · drama · mystery&lt;/p&gt;
    &lt;p&gt;United States · Debra Granik&lt;/p&gt;
  &lt;/div&gt;
  &lt;div&gt;
    &lt;a href=&#34;https://www.imdb.com/title/tt11041332/&#34;&gt;&lt;img alt=&#34;Yellowjackets&#34; height=&#34;225&#34; src=&#34;https://m.media-amazon.com/images/M/MV5BNzMyM2QyNWUtMjQzMS00M2U0LTgxODUtOWU2ZjcxNzdjN2EwXkEyXkFqcGc@._V1_FMjpg_UY1024_.jpg&#34; width=&#34;150&#34; /&gt;&lt;/a&gt;
    &lt;p&gt;&lt;strong&gt;Yellowjackets (2021)&lt;/strong&gt;&lt;/p&gt;
    &lt;p&gt;tv · drama · mystery · thriller&lt;/p&gt;
    &lt;p&gt;United States&lt;/p&gt;
  &lt;/div&gt;
  &lt;div&gt;
    &lt;a href=&#34;https://www.imdb.com/title/tt7335184/&#34;&gt;&lt;img alt=&#34;You&#34; height=&#34;225&#34; src=&#34;https://m.media-amazon.com/images/M/MV5BZmU4ZWZlMmItZTc1My00YjU5LTk1ZTQtMjA4MzM5Yzk5NWQ5XkEyXkFqcGc@._V1_FMjpg_UY1024_.jpg&#34; width=&#34;150&#34; /&gt;&lt;/a&gt;
    &lt;p&gt;&lt;strong&gt;You (2018)&lt;/strong&gt;&lt;/p&gt;
    &lt;p&gt;tv · crime · drama · romance&lt;/p&gt;
    &lt;p&gt;United States&lt;/p&gt;
  &lt;/div&gt;
  &lt;div&gt;
    &lt;a href=&#34;https://www.imdb.com/title/tt13664452/&#34;&gt;&lt;img alt=&#34;Yu Yu Hakusho&#34; height=&#34;225&#34; src=&#34;https://m.media-amazon.com/images/M/MV5BMjViMThmZWMtMDhiNS00OWVkLThlNzYtMDA1NWQwZjRkMjYxXkEyXkFqcGc@._V1_FMjpg_UY1024_.jpg&#34; width=&#34;150&#34; /&gt;&lt;/a&gt;
    &lt;p&gt;&lt;strong&gt;Yu Yu Hakusho (2023)&lt;/strong&gt;&lt;/p&gt;
    &lt;p&gt;tv · action · adventure · comedy&lt;/p&gt;
    &lt;p&gt;Japan&lt;/p&gt;
  &lt;/div&gt;
  &lt;div&gt;
    &lt;a href=&#34;https://www.imdb.com/title/tt8332438/&#34;&gt;&lt;img alt=&#34;Zero Zero Zero&#34; height=&#34;225&#34; src=&#34;https://m.media-amazon.com/images/M/MV5BMWYwNGVjZWItMjA3Yi00YjBkLTliYmItM2E0NWRjZDU5ODc4XkEyXkFqcGc@._V1_FMjpg_UY1024_.jpg&#34; width=&#34;150&#34; /&gt;&lt;/a&gt;
    &lt;p&gt;&lt;strong&gt;Zero Zero Zero (2020)&lt;/strong&gt;&lt;/p&gt;
    &lt;p&gt;tv · crime · drama · thriller&lt;/p&gt;
    &lt;p&gt;Italy&lt;/p&gt;
  &lt;/div&gt;
&lt;/div&gt;</content>
  </entry>
  <entry xml:base="https://kagi.com/smallweb/appreciated">
    <title type="text">Crooked politicians love crab cakes!</title>
    <id>https://blog.plover.com/law/crab-cakes.html</id>
    <updated>2026-01-28T19:25:00Z</updated>
    <link href="https://blog.plover.com/law/crab-cakes.html" />
    <author>
      <name>Mark Dominus</name>
    </author>
    <content type="html">I recently posted an article about the 2013 Philadelphia Traffic Court fiasco, in which most of the Traffic Court judges were convicted of accepting bribes: According to the indictment, Perri accepted free auto services, towing, landscaping, and even a load of shrimp and crab cakes from Alfano, whose company, Century Motors, ran a towing service. (The Philadelphia Inquirer, Nine current and former Traffic Court judges charged; Martin, John P. and Craig R. McCoy; January 31, 2013) Then in 2024, John “Johnny</content>
  </entry>
  <entry xml:base="https://kagi.com/smallweb/appreciated">
    <title type="text">Most Beautiful News of The Year 2025</title>
    <id>https://informationisbeautiful.net/2026/most-beautiful-news-of-the-year-2025/</id>
    <updated>2026-01-28T18:46:05Z</updated>
    <link href="https://informationisbeautiful.net/2026/most-beautiful-news-of-the-year-2025/" />
    <author>
      <name>David McCandless</name>
    </author>
    <content type="html">Starting the year on a positive note, our picks of positive trends and admirable global breakthroughs of 2025. Part of our Beautiful News project. There we surface the good news and happy data we can&amp;#8217;t always see when fixated on the negativity of the news. &amp;#187; See the charticle &amp;#187; Explore the data and sources</content>
  </entry>
  <entry xml:base="https://kagi.com/smallweb/appreciated">
    <title type="text">Wilmcote, Warwickshire</title>
    <id>https://englishbuildings.blogspot.com/2026/01/wilmcote-warwickshire_28.html</id>
    <updated>2026-01-28T15:02:00Z</updated>
    <link href="https://englishbuildings.blogspot.com/2026/01/wilmcote-warwickshire_28.html" />
    <author>
      <name>Philip Wilkinson</name>
    </author>
    <content type="html">Beauty of holinessMy interest provoked by hints in Pevsner that the church at Wilmcote might be eccentric or beautiful or possibly both, I crossed the road opposite Mary Arden’s Farm, walked back to the main street, and walked along the usefully named Church Road. There I found a small Gothic Revival church of c. 1840 designed by Harvey Eginton. The kind of Gothic chosen by the architect is Early English, the first phase of Gothic on these islands, sometimes chosen by early Victorians as representing the ‘</content>
  </entry>
  <entry xml:base="https://kagi.com/smallweb/appreciated">
    <title type="text">1993: Global Network Navigator and the first web designer</title>
    <id>https://cybercultural.com/p/1993-global-network-navigator/</id>
    <updated>2026-01-28T14:20:00Z</updated>
    <link href="https://cybercultural.com/p/1993-global-network-navigator/" />
    <author>
      <name>Richard MacManus</name>
    </author>
    <content type="html">Global Network Navigator (GNN); via Ford &amp; Mason Ltd. If Adam Curry&#39;s MTV.com in 1993 was a text-based index of music reviews and industry gossip — basically the same format as a Gopher site or FTP server — then Global Network Navigator (GNN) aimed to be something a little more high-minded. It aspired to be an &#34;online magazine&#34; on the World Wide Web. Accordingly, it needed a designer to create that magazine experience. Enter Jennifer Niederst Robbins (then Jennifer Niederst), who had started her career in</content>
  </entry>
  <entry xml:base="https://kagi.com/smallweb/appreciated">
    <title type="text">I left my own startup to not become my father.</title>
    <id>https://paoramen.fika.bar/i-left-my-own-startup-to-not-become-my-father-01KE0APPFWQTMY86QAYAXSSBD3</id>
    <updated>2026-01-28T13:00:13Z</updated>
    <link href="https://paoramen.fika.bar/i-left-my-own-startup-to-not-become-my-father-01KE0APPFWQTMY86QAYAXSSBD3" />
    <author>
      <name></name>
    </author>
    <content type="html">I failed. I am back at work.</content>
  </entry>
  <entry xml:base="https://kagi.com/smallweb/appreciated">
    <title type="text">Not A Real Programmer Anymore</title>
    <id>https://www.neuronetch.com/not-a-real-programmer-anymore/</id>
    <updated>2026-01-28T10:05:00Z</updated>
    <link href="https://www.neuronetch.com/not-a-real-programmer-anymore/" />
    <author>
      <name>neuronetch</name>
    </author>
    <content type="html">I started programming in middle school with the now defunct language called BlitzPlus. I have only the fuzziest ideas as to how I discovered the language. I remember watching YouTube tutorials for it, but I&#39;m not sure what platform I discovered it on. I remember being really impressed with video games, and I had the dream of making my own someday. I did some tentative exploration with a program called Game Maker. But it didn&#39;t feel like what I was after. I thought &#34;Well who made this program? Where do progr</content>
  </entry>
</feed>
