1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
|
---
title: 🍁 Now, fall 2024
date: 2024-12-10
description: Dog dug up the yard and the new grass. Painted some rooms. Built a little bathroom shelf, a little nightstand and a sound diffuser.
extra:
kind: now
---
{{ toc() }}
## Home
- Dog dug up the yard and the new grass. Multiple times even. Planted some clovers to hide the bald spot. Fixed up a vine that fell down from the wall.
- Painted some rooms. The previous owner left them in a sorry state.
- Built a little bathroom shelf, a little nightstand and a sound diffuser. Getting the hang of woodworking.
<style>
.gallery {
display: flex;
flex-flow: row wrap;
margin: -10px;
}
.gallery a {
flex: 1;
min-width: 250px;
margin: 10px;
}
.gallery img {
margin-bottom: 0;
}
.gallery label {
text-align: center;
margin: auto;
font-style: italic;
}
</style>
<p class="gallery">
<a href="diffuser_1.jpg"><img src="diffuser_1.jpg" alt="Sawed and varnished wooden pegs waiting for assembly."></a>
<a href="diffuser_2.jpg"><img src="diffuser_2.jpg" alt="A plywood board with a single row and column of pegs assembled on top."></a>
<a href="diffuser_3.jpg"><img src="diffuser_3.jpg" alt="A complete sound diffuser, comprising a sizeable grid of differently angled pegs."></a>
<label>The sound diffuser being built.</label>
</p>
## Relationship
- Got engaged!
## Quests
I remember seeing some blog post somewhere that advocated, possibly a bit ironically, the concept of using **main quests**, **side quests** and **daily quests** in tracking your to-dos. I decided to give them a try. I now use main and side quests to keep track of my higher level objectives. These objectives function at the week or month level. I do not use daily quests.
I’ve always found it hard to stick to to-do tracking schemes. They are often too complex and unable to track priorities or time spans in a way that would feel natural. Maybe this approach is simple and video-gamey enough to stick.
## Live music 🤘🏻
- Valkeat, Ethereal Sin @ Lepakkomies
- Queendyster, Liturgy @ Kuudes Linja
- Havukruunu, Satanic North @ Tavastia
## Video games
Played:
- Outer Wilds (this was a good game) and the DLC (not entirely my vibe)
- Plucky Squire
- Neon White
Enjoyed watching:
- Metal Gear Solids 1–4 in [Giant Bomb longplay format](https://www.youtube.com/playlist?list=PLXlhzeWIuTHLfGvMnnWLJK3DRLQwcTpwd)
- Ultrakill
## Career
- Finished some certifications: _GCP-ACE_, _AZ-900_, _AI-900_.
## Reading
- Still reading _Designing Data-intensive Applications_. Got sidetracked by a database project that was inspired by the book.
## Top tunes
- Djennaration – Liturgy
- The Ultrakill OST
## Previous update
- [🌞 Now, summer 2024](/posts/now-2024-summer)
|