194 lines
7.5 KiB
HTML
194 lines
7.5 KiB
HTML
<!DOCTYPE html>
|
||
<html lang="en">
|
||
|
||
<head>
|
||
<meta charset="utf-8">
|
||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||
<meta property="og:image" content="https://andrewconl.in/assets/images/og-image-template.jpg">
|
||
<title>andrew conlin</title>
|
||
<link href="https://use.fontawesome.com/releases/v6.0.0/css/all.css" rel="stylesheet">
|
||
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha1/dist/css/bootstrap.min.css" rel="stylesheet">
|
||
<link href="/assets/css/default.css" rel="stylesheet">
|
||
|
||
|
||
<style>
|
||
code {
|
||
color: ;
|
||
}
|
||
|
||
pre {
|
||
color:
|
||
}
|
||
|
||
::selection {
|
||
background-color: ;
|
||
color:
|
||
}
|
||
</style>
|
||
</head>
|
||
|
||
<body>
|
||
<div class="container text-start">
|
||
|
||
|
||
<h1 class="display-3" style="font-weight:700;position:sticky;top:0;backdrop-filter:blur(10px);z-index:1000;" id="logo">
|
||
|
||
<span style="color:black;background-color:white;">ac</span>
|
||
|
||
</h1>
|
||
<div class="row row-cols-1 row-cols-md-2">
|
||
<div class="col col-md-3">
|
||
<div class="row row-cols-1 g-0" id="nav">
|
||
|
||
<div class="col">
|
||
<h4>
|
||
<a href="/" class="text-decoration-none"> about </a>
|
||
</h4>
|
||
</div>
|
||
|
||
<div class="col">
|
||
<h4>
|
||
<a href="/blog" class="text-decoration-none"> blog </a>
|
||
</h4>
|
||
</div>
|
||
|
||
<div class="col">
|
||
<h4>
|
||
<a href="http://andrewconlinphotography.co.uk" class="text-decoration-none"> photos↗ </a>
|
||
</h4>
|
||
</div>
|
||
|
||
<div class="col gy-2">
|
||
<h4>
|
||
<div>
|
||
<span>
|
||
|
||
|
||
<a rel="me" href="https://mastodon.scot/@andrwcnln" target="_blank"><i class="fab fa-mastodon"></i></a>
|
||
|
||
|
||
|
||
<a rel="me" href="https://instagram.com/conlinsta" target="_blank"><i class="fab fa-instagram"></i></a>
|
||
|
||
|
||
|
||
<a rel="me" href="https://github.com/andrwcnln" target="_blank"><i class="fab fa-github"></i></a>
|
||
|
||
|
||
|
||
<a rel="me" href="https://www.strava.com/athletes/57896512" target="_blank"><i class="fab fa-strava"></i></a>
|
||
|
||
|
||
|
||
<a rel="me" href="https://open.spotify.com/user/1135508731?si=61zWbsqmT92LdT0JA5bAKw" target="_blank"><i class="fab fa-spotify"></i></a>
|
||
|
||
|
||
|
||
<a href="https://letterboxd.com/andrewconlin/" target="_blank"><img class="letterboxd" src="/assets/images/letterboxd.png"></a>
|
||
|
||
|
||
|
||
<a rel="me" href="mailto:andrew@andrewconl.in" target="_blank"><i class="fas fa-envelope"></i></a>
|
||
|
||
|
||
</span>
|
||
</div>
|
||
</h4>
|
||
</div>
|
||
<hr class="menu">
|
||
</div>
|
||
</div>
|
||
<div class="col col-md-9">
|
||
<h1 style="font-weight: 500;">
|
||
latest posts
|
||
</h1>
|
||
<hr>
|
||
<ul style="list-style-type:none;margin:0;padding:0;">
|
||
|
||
|
||
|
||
<li>
|
||
<h4><a href="/blog/2023/04/29/links-arent-performances/">Links aren't performances</a></h4>
|
||
<div style="font-family:Rubik;font-weight:500;">
|
||
<i class="fas fa-calendar"></i> 29 Apr 2023 |
|
||
<span style="background-color:#36b;color:black;"> <i class="fas fa-folder"></i> links </span>
|
||
</div>
|
||
“For starters, it finds that publishing a link can be a “performance” of a copyrighted work, which meant that when Linkletter linked to the world-viewable Youtube files that Proctorio had...
|
||
<br>
|
||
<br>
|
||
</li>
|
||
|
||
|
||
|
||
<li>
|
||
<h4><a href="/til/running-python-in-cron-in-docker/">Running a Python script periodically in a Docker container using cron</a></h4>
|
||
<div style="font-family:Rubik;font-weight:500;">
|
||
<i class="fas fa-calendar"></i> 19 Apr 2023 |
|
||
<span style="background-color:#ed0;color:black;"> <i class="fas fa-folder"></i> til </span>
|
||
</div>
|
||
Recently, my partner gave a great idea for utilising my old Kindle: generate a “newspaper” each morning from a bunch of RSS feeds, and email it to the Kindle using...
|
||
<br>
|
||
<br>
|
||
</li>
|
||
|
||
|
||
|
||
<li>
|
||
<h4><a href="/blog/2023/03/10/putting-thoughts-into-action/">A measure of how easily thoughts can be translated to action</a></h4>
|
||
<div style="font-family:Rubik;font-weight:500;">
|
||
<i class="fas fa-calendar"></i> 10 Mar 2023 |
|
||
<span style="background-color:#4d8;color:black;"> <i class="fas fa-folder"></i> thoughts </span>
|
||
</div>
|
||
Recently, I’ve been using multiple different languages and frameworks (both at work and personally) and I’ve been thinking about why I prefer some over others. Ultimately, I think it comes...
|
||
<br>
|
||
<br>
|
||
</li>
|
||
|
||
|
||
|
||
<li>
|
||
<h4><a href="/blog/2023/03/05/yuri-felsen-on-love/">Yuri Felsen on love</a></h4>
|
||
<div style="font-family:Rubik;font-weight:500;">
|
||
<i class="fas fa-calendar"></i> 05 Mar 2023 |
|
||
<span style="background-color:#c66;color:black;"> <i class="fas fa-folder"></i> quotes </span>
|
||
</div>
|
||
“Like everyone, I have my own, maybe obsessive futile, maybe in some way authentic, vision: all of a sudden, I will imagine the entire homogenous world as it is revealed...
|
||
<br>
|
||
<br>
|
||
</li>
|
||
|
||
|
||
|
||
<li>
|
||
<h4><a href="/til/nextcloud-php-errors/">Fixing php errors in a Nextcloud docker-compose configuration</a></h4>
|
||
<div style="font-family:Rubik;font-weight:500;">
|
||
<i class="fas fa-calendar"></i> 01 Mar 2023 |
|
||
<span style="background-color:#ed0;color:black;"> <i class="fas fa-folder"></i> til </span>
|
||
</div>
|
||
I was trying to rescan the files in my Nextcloud server (running on Raspberry Pi 4 with DietPi), and kept running into some weird php errors. First error - “could...
|
||
<br>
|
||
<br>
|
||
</li>
|
||
|
||
|
||
|
||
<li>
|
||
<h4><a href="/blog/2023/01/14/musings-on-the-cinema/">Musings on the power of cinema</a></h4>
|
||
<div style="font-family:Rubik;font-weight:500;">
|
||
<i class="fas fa-calendar"></i> 14 Jan 2023 |
|
||
<span style="background-color:#4d8;color:black;"> <i class="fas fa-folder"></i> thoughts </span>
|
||
</div>
|
||
I’ve realised that going to the cinema makes me sad; a quiet, contemplative melancholy. Ennui. No matter the film, something about the cinema experience is meditative for me. I always...
|
||
<br>
|
||
<br>
|
||
</li>
|
||
|
||
</ul>
|
||
<br>
|
||
<br>
|
||
</div>
|
||
</div>
|
||
|
||
</body>
|
||
|
||
</html> |