.
This commit is contained in:
parent
6623ee03f6
commit
44c8324063
120 changed files with 22842 additions and 4673 deletions
|
|
@ -1,107 +1,222 @@
|
|||
<!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">
|
||||
<meta name="generator" content="Hugo 0.155.3"><script src="/livereload.js?mindelay=10&v=2&port=1313&path=livereload" data-no-instant defer></script>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
<link rel="canonical" href="http://localhost:1313/" />
|
||||
<title>James' Blog</title>
|
||||
|
||||
<link rel="canonical" href="https://nonsense.dymc.win/" />
|
||||
<title>James' Blog</title>
|
||||
<link rel="stylesheet" href="/css/style.css">
|
||||
|
||||
<script>
|
||||
document.documentElement.setAttribute('data-theme', 'dark');
|
||||
</script>
|
||||
</head>
|
||||
<body><header id="banner">
|
||||
<nav class="navbar">
|
||||
<body><header class="site-header">
|
||||
<nav>
|
||||
<a href="http://localhost:1313/" class="home">~</a>
|
||||
<div class="nav-links">
|
||||
|
||||
<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>
|
||||
<a href="/search">/</a>
|
||||
</div>
|
||||
</nav>
|
||||
</header>
|
||||
<main id="content">
|
||||
<section class="intro">
|
||||
<p>This is a place to document bits and bobs I've been up to that have interested me. Expect linux and self-hosting tinkering, some novice programming, and maybe the occasional recipe. I tend to be a fool so take anything written here with a pinch of salt :)</p>
|
||||
</section>
|
||||
|
||||
<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>
|
||||
<section class="archive">
|
||||
|
||||
<script src="/js/search.js"></script>
|
||||
<script src="/js/toggle.js"></script>
|
||||
<ul class="year-list">
|
||||
|
||||
<li>
|
||||
<span class="year">2026</span>
|
||||
<ul class="post-list">
|
||||
|
||||
<li>
|
||||
<time>Feb 16</time>
|
||||
<a href="/backing-up-nixos-state-with-restic/">Backing up nixos state with restic</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<time>Feb 13</time>
|
||||
<a href="/wuthering-heights-2026/">Wuthering Heights (2026)</a>
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<span class="year">2025</span>
|
||||
<ul class="post-list">
|
||||
|
||||
<li>
|
||||
<time>Aug 13</time>
|
||||
<a href="/handy-script-for-a-more-zen-twitch-experience/">Handy script for a more zen twitch experience</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<time>Aug 11</time>
|
||||
<a href="/over-engineered-nixos-blog-deployment-setup/">Over-engineered (?) nixos blog deployment setup</a>
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<span class="year">2024</span>
|
||||
<ul class="post-list">
|
||||
|
||||
<li>
|
||||
<time>Jun 25</time>
|
||||
<a href="/adventures-in-running-headscale-on-nixos/">adventures in running headscale on nixos</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<time>Apr 6</time>
|
||||
<a href="/so-you-want-to-write-a-neovim-plugin-with-lua/">So you want to write a neovim plugin with lua</a>
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<span class="year">2023</span>
|
||||
<ul class="post-list">
|
||||
|
||||
<li>
|
||||
<time>Sep 12</time>
|
||||
<a href="/nginx-reverse-proxy-with-ssl-for-services-running-on-tailscale/">nginx reverse-proxy with SSL for services running on tailscale!</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<time>Aug 18</time>
|
||||
<a href="/making-nix-colors-talk-to-neovim/">Making nix-colors talk to neovim</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<time>Jun 26</time>
|
||||
<a href="/vanilla-javascript-theme-toggle-for-simpletons/">Vanilla javascript theme toggle for simpletons</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<time>Jun 25</time>
|
||||
<a href="/configuring-a-dynamic-modern-and-minimal-diy-wayland-desktop-environment-with-home-manager/">configuring a dynamic, modern, and minimal DIY wayland desktop environment with home-manager</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<time>May 16</time>
|
||||
<a href="/tailscale-caddy-and-nixos-containers/">Tailscale, caddy, and nixos containers</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<time>Apr 3</time>
|
||||
<a href="/learning-about-qtile-widgets-with-cricket/">Learning about qtile widgets with cricket</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<time>Mar 13</time>
|
||||
<a href="/placeholder/">placeholder</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<time>Mar 13</time>
|
||||
<a href="/achieve-peak-rice-with-nix-colors/">Achieve peak rice with nix-colors</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<time>Feb 28</time>
|
||||
<a href="/translating-docker-to-nix/">Translating docker to nix?!</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<time>Jan 29</time>
|
||||
<a href="/simple-nixos-config-for-vps-static-site/">Simple nixos config for vps static site</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<time>Jan 24</time>
|
||||
<a href="/python-podcast-scripting/">Python podcast scripting</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<time>Jan 22</time>
|
||||
<a href="/bread-dough-for-lazy-boys/">Bread dough for lazy boys</a>
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<span class="year">2022</span>
|
||||
<ul class="post-list">
|
||||
|
||||
<li>
|
||||
<time>Dec 20</time>
|
||||
<a href="/multi-user-qtile-fiddling/">Multi user qtile fiddling</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<time>Dec 10</time>
|
||||
<a href="/teeny-tiny-bash-fetch-script/">Teeny tiny bash fetch script</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<time>Dec 1</time>
|
||||
<a href="/get-the-thoughts-out-of-your-head-and-into-a-digital-format-with-this-python-journalling-script/">Get the thoughts out of your head and into a digital format with this python journalling script</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<time>Nov 18</time>
|
||||
<a href="/lowkey-emacs-setup-bits-and-bobs/">Lowkey emacs setup bits and bobs</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<time>Nov 10</time>
|
||||
<a href="/setting-up-a-lean-mean-hugo-blogging-theme/">setting up a lean mean hugo blogging theme</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<time>Nov 8</time>
|
||||
<a href="/the-search-for-en-passant-checkmates-2-electric-boogaloo/">The search for en passant checkmates 2: Electric Boogaloo</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<time>Oct 26</time>
|
||||
<a href="/the-search-for-en-passant-checkmates/">The search for en passant checkmates</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<time>Oct 2</time>
|
||||
<a href="/declarative-firefox-config-with-home-manager-on-nixos/">Declarative firefox config with home-manager on nixos</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<time>Sep 23</time>
|
||||
<a href="/upgrade-your-qtile-setup-with-a-cute-dropdown-terminal/">Upgrade your qtile setup with a cute dropdown terminal</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<time>Sep 13</time>
|
||||
<a href="/rudimentary-local-scrobbling-with-bash/">Rudimentary local scrobbling with bash</a>
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
</section>
|
||||
</main><footer class="site-footer">
|
||||
<small>
|
||||
<a href="/index.xml">RSS</a>
|
||||
·
|
||||
<a href="https://gohugo.io">Hugo</a>
|
||||
</small>
|
||||
<script src="/js/script.js"></script>
|
||||
</footer>
|
||||
|
||||
</body>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue