107 lines
4.4 KiB
HTML
107 lines
4.4 KiB
HTML
<!doctype html>
|
|
<html lang="en"><head>
|
|
<meta name="generator" content="Hugo 0.155.3">
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
|
|
<link rel="shortcut icon" href="https://nonsense.dymc.win/favicon.ico">
|
|
<link id="stylesheet" rel="stylesheet" href="/css/light.css">
|
|
|
|
<link rel="canonical" href="https://nonsense.dymc.win/" />
|
|
<title>James' Blog</title>
|
|
</head>
|
|
<body><header id="banner">
|
|
<nav class="navbar">
|
|
|
|
<a href="https://nonsense.dymc.win/" class="home">🏠</a>
|
|
|
|
<a
|
|
href="/info/"
|
|
title="👋"
|
|
>👋</a
|
|
><a
|
|
href="/search/"
|
|
title="🔎"
|
|
>🔎</a
|
|
>
|
|
|
|
<button id="toggle-button" class="toggle-button" onclick="toggleTheme()">🌚</button>
|
|
</nav>
|
|
</header>
|
|
<main id="content">
|
|
|
|
<article>
|
|
<h2><a href="/wuthering-heights-2026/">Wuthering Heights (2026)</a></h2>
|
|
<p>Feb 13, 2026</p>
|
|
<p><h3 id="things-i-enjoyed">Things I enjoyed</h3>
|
|
<ul>
|
|
<li>Though not particularly ‘dark skinned’, Jacob Elordi is well suited to the role of surly sweaty gigahunk.</li>
|
|
<li>An unashamed fanfic quality which I found amusing.
|
|
It honestly felt as if it had been dreamt up by a horny teenager on tumblr at points.</li>
|
|
</ul>
|
|
<h3 id="things-i-didnt-enjoy">Things I didn’t enjoy</h3>
|
|
<ul>
|
|
<li>The whole thing had a music video gloss which made the landscape feel incidental.
|
|
It felt like a set not something the characters actually inahbited.
|
|
Even when they were banging on the moors they didn’t seem to get muddy.
|
|
This was a problem for me.</li>
|
|
<li>Fundamentally, once you got past the visual glitz and knowingly executed tropes it felt completely emotionally empty.
|
|
Given that it’s a film about the enduring power of passionate undying love this was also a major problem.</li>
|
|
</ul>
|
|
<h3 id="things-that-intrigued-me">Things that intrigued me</h3>
|
|
<ul>
|
|
<li>Jacob Elordi doing the same accent as Christian Bale in The Prestige.</li>
|
|
</ul>
|
|
<h3 id="verdict">Verdict</h3>
|
|
<p>48 heaving bosoms out of 100</p></p>
|
|
</article>
|
|
|
|
<article>
|
|
<h2><a href="/handy-script-for-a-more-zen-twitch-experience/">Handy script for a more zen twitch experience</a></h2>
|
|
<p>Aug 13, 2025</p>
|
|
<p><p>I like to watch twitch streams.
|
|
Watching them in the browser at <code>twitch.tv</code> is generally not an experience which sparks joy though.
|
|
I’m buffering.
|
|
I’m declining cookies.
|
|
I’m getting spammed with notifications to claim a sick new overwatch skin.
|
|
There’s a little channel point button twerking for me to click it.
|
|
You get the idea; it’s a heavy noisy experience.</p></p>
|
|
</article>
|
|
|
|
<article>
|
|
<h2><a href="/over-engineered-nixos-blog-deployment-setup/">Over-engineered (?) nixos blog deployment setup</a></h2>
|
|
<p>Aug 11, 2025</p>
|
|
<p><p>As is traditional with people hosting their own blog I’m going to do a post detailing EXACTLY how I’m hosting my blog.
|
|
Down to the last dirty detail.
|
|
I have nothing better to talk about.</p></p>
|
|
</article>
|
|
|
|
<article>
|
|
<h2><a href="/so-you-want-to-write-a-neovim-plugin-with-lua/">So you want to write a neovim plugin with lua</a></h2>
|
|
<p>Apr 6, 2024</p>
|
|
<p><p>I’ve recently been messing around with writing neovim plugins.
|
|
When I initially got going I found it a little tricky to know how to get started.
|
|
There’s the <a href="https://neovim.io/doc">official neovim docs</a> which are great; but in my beginner experience exhaustive to the point of slight impenetrability.
|
|
Beyond that, the thing I found most useful was simply reading the source of some popular plugins to get an idea of how things worked.
|
|
I would recommend sticking to plugins with a smaller scope though.</p></p>
|
|
</article>
|
|
|
|
<article>
|
|
<h2><a href="/making-nix-colors-talk-to-neovim/">Making nix-colors talk to neovim</a></h2>
|
|
<p>Aug 18, 2023</p>
|
|
<p><p>I recently started fiddling around with home-managerifying my neovim config.
|
|
After moving across most of my stuff I came across the problem of how to hook things up with with <a href="https://github.com/misterio77/nix-colors">nix-colors</a> so that my neovim theme would follow color changes in home-manager.</p></p>
|
|
</article>
|
|
|
|
</main>
|
|
<footer id="footer">
|
|
<small>
|
|
made with <a href="https://gohugo.io">hugo</a>
|
|
</small>
|
|
|
|
<script src="/js/search.js"></script>
|
|
<script src="/js/toggle.js"></script>
|
|
</footer>
|
|
|
|
</body>
|
|
</html>
|