blob: c806e68fe17881f8616584af98cfcbf255f64cdc (
plain)
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
|
---
template=post
title=Accidental Poetry
style=/styles/post.css
style=poem.css
published=2025-02-12 6:00
description=a continually updated list of small stories and anecdotes of coincidences and phenomena.
---
[@paragraphs off]
<style>
.memory p:first-of-type {
margin-top: 0;
}
.memory p:last-of-type {
margin-bottom: 0;
}
.memory {
box-sizing: border-box;
position: relative;
padding: 0.5rem;
margin: 1rem 0;
border: 0px dashed var(--text-dim);
border-radius: 1rem 0 1rem 0;
background-color: var(--background-dim);
}
.memory ::before {
display: block;
position: absolute;
top: 0;
left: 0;
border-radius: 1rem 0 0 0;
width: 7rem;
height: 5rem;
border: 1px solid var(--text);
border-width: 2px 0 0 2px;
content: ' ';
}
.memory ::after {
display: block;
position: absolute;
bottom: 0;
right: 0;
border-radius: 0 0 1rem 0;
width: 7rem;
height: 5rem;
border: 1px solid var(--text);
border-width: 0 2px 2px 0;
content: ' ';
}
</style>
[@paragraphs on]
a continually updated list of small stories and<br />
anecdotes of coincidences and phenomena.
<section class="memory">
<!-- pre-memory; as old as time -->
<p>I call the radio in my car broken. I say this because it does not let me plug
into it and it will not read disks. I say this in contrast to it's only function
on it that works, the function it's named after, the radio.</p>
</section>
<section class="memory">
<!-- january 11th, 2025 -->
<p>I was leaving work in the just-snow. The ground was coated, gently, in loose,
soft flakes. I accelerated too hard and spun off into the thicket. I was stuck
for three hours.</p>
<p>When I finally got unstuck and went to drive home, I opened the music application
I use it and it had an automatically generated playlist for me with the lead song
being "Driving School" by Blue Foster. Rightfully, I saved this playlist with the
name "i drove my car into a ditch and the first song on this daylist is driving school".</p>
</section>
|