-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathi-am-load-shedding.html
More file actions
117 lines (108 loc) · 2.79 KB
/
i-am-load-shedding.html
File metadata and controls
117 lines (108 loc) · 2.79 KB
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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>I am load shedding</title>
</head>
<style>
body {
max-width: 800px;
margin: 0 auto;
padding: 16px;
}
blockquote {
border: 2px dotted #000;
padding: 10px;
}
ul {
margin-top: 0;
}
</style>
<body>
<a href="index.html">← Max Bo</a>
<h1>I am load shedding</h1>
<b>15 April 2025</b>
<blockquote>
[Load shedding] is an intentionally engineered electrical power shutdown in which electricity delivery is stopped for non-overlapping periods of time over different parts of the distribution region. Rolling blackouts are a last-resort measure used by an electric utility company to avoid a total blackout of the power system.
<br />
<br />
~ <a href="https://en.wikipedia.org/wiki/Rolling_blackout" target="_blank">Rolling blackout - Wikipedia</a>
</blockquote>
I have failed to respond to:
<ul>
<li>
13 text messages, that aren't OTPs, spam or miscellaneous alerts
</li>
<li>
3 handwritten letters
</li>
<li>
28 Messenger DMs
</li>
<li>
3 Messenger groupchats
</li>
<li>
12 Instagram DMs
</li>
<li>
2 Instagram groupchats
</li>
<li>
3 WhatsApp DMs
</li>
<li>
2 WhatsApp groupchats
</li>
<li>
13 Slack DMs
</li>
<li>
3 Discord DMs
</li>
<li>
4 Twitter DMs
</li>
<li>
4 LinkedIn messages
</li>
<li>
1 MyGov notification
</li>
<li>
3 design doc reviews
</li>
<li>
2 incident postmortems
</li>
<li>
8 pull requests
</li>
<li>
4 issues on my GitHub projects
</li>
<li>
1 peer feedback request on CultureAmp
</li>
<li>
2 job offers
</li>
</ul>
</p>
<p>
So I am doing the easiest thing I can in this situation. I am pretending that the social obligation to reply in a timely manner does not exist.
</p>
<p>
It is a shame, because for those who actually want to get in contact with me and value my company,
my silence appears to be disrespectful ghosting.
</p>
<p>
Best friends will persistently message, and try other communications channels to get a hold of me. They will understand when I apologize for being so hard to get a hold of.
</p>
<p>
But good friends, new friends, long-lost friends trying to get into contact again, will not. They will back off, never to message again. Load shedding successful.
</p>
<p>Things will improve soon, but at the moment, I'm sorry, but I just can't keep up.</p>
</body>
</html>