summary refs log tree commit diff stats
path: root/_posts/_drafts
diff options
context:
space:
mode:
authorNoah <mounderfod@gmail.com>2023-07-30 12:11:00 +0000
committerNoah <mounderfod@gmail.com>2023-07-30 12:11:00 +0000
commit4c70226aea158e76665b0a154008ceab0de64b93 (patch)
tree314f42b8f6f356d9d527cd04133e1aa3740c71dd /_posts/_drafts
parent8a28f6e8b0ef3ecec9cf6b5846fa1f64f0952890 (diff)
downloadwebsite-4c70226aea158e76665b0a154008ceab0de64b93.tar.gz
Finish plaintext post
Diffstat (limited to '_posts/_drafts')
-rw-r--r--_posts/_drafts/2023-07-29-plaintext-is-beautiful.md51
1 files changed, 0 insertions, 51 deletions
diff --git a/_posts/_drafts/2023-07-29-plaintext-is-beautiful.md b/_posts/_drafts/2023-07-29-plaintext-is-beautiful.md
deleted file mode 100644
index c85a045..0000000
--- a/_posts/_drafts/2023-07-29-plaintext-is-beautiful.md
+++ /dev/null
@@ -1,51 +0,0 @@
----
-layout: post
-title: Plaintext is Beautiful
-date: 2023-07-18T09:27:00Z
-tags: [webdev, text editor, development, gopher]
----
-
-Alternative title: Why does this website look so different?
-
-You might notice that the site looks a lot different than it did before.<br> If
-you're new, this is how it looked:
-
-![A view of how the website previously looked](https://cdn.discordapp.com/attachments/838048982873538572/1134865644014280856/image.png)
-
-For a lot of people, this may have been a lot more of a pleasing design than the
-current one. Shit, I still think that design has its merits, but it did have to
-change. I will explain why this was the case, and also why I went for this
-current design (which I hope isn't too bad!).
-
-### Performance issues
-
-So, Chromium-based browsers offer a feature in their dev panel called
-[Lighthouse](https://developer.chrome.com/docs/lighthouse/overview/). In effect,
-this is a tool that enables a developer to assess the quality of their website
-based on some important metrics (a11y, performance) and some not so important
-ones (like the dreaded SEO). I don't like using Google-related tools very much,
-but out of curiosity I did decide to check how my site was doing.
-
-Accessibility and (_shudder_) SEO were great, but to my surprise, the
-performance score was a disastrous 54 out of 100. To make matters worse,
-Lighthouse had calculated that my home page took on average **7 seconds** to
-load!
-
-This is really bad, especially since it was literally just a couple of pictures
-and some text, so I checked what its recommendations were and followed them. I
-managed to get the score up to around 70 or 80, but still the website felt
-really sluggish.
-
-It was at this point that I came to the realisation that my efforts to optimise
-the site in its current form were pointless, as the whole design was very
-bloated (with lots of images everywhere).
-
-Thankfully, I had come across some new communities at the time which helped
-provide inspiration for a new design!
-
-### Smolnet, gopher and tildes
-
-If you've read my previous posts, you'll know that I am a member of SDF, a
-public access Unix system. If you haven't, [do it now](/2023/07/11/enter-the-fediverse)!!!
-
-<!-- TODO: finish this article !-->
\ No newline at end of file
:43:05 -0700 committer Kartik K. Agaram <vc@akkartik.com> 2015-03-15 09:43:05 -0700 928 - 'call' layer is now more cohesive' href='/akkartik/mu/commit/cpp/020call?h=main&id=ec92602746894c81990a37d7a5e5d7f14a518f0e'>ec926027 ^
ca01193d ^
363be37f ^
69e14325 ^
5eb49929 ^
e2240eb4 ^

363be37f ^
c442a5ad ^


31401373 ^
d72f3799 ^
0b0cfb6f ^
7284d503 ^


aae198a9 ^

6424e199 ^













f89378d5 ^
aae198a9 ^












































cd111388 ^







2142ccfc ^

f3760b0f ^
2b250717 ^
2142ccfc ^

f1a6f323 ^
9cf71627 ^
59874868 ^

c442a5ad ^


f1c8df7d ^


59874868 ^


f1c8df7d ^
513bfed8 ^
af085cf6 ^


3eeea0a2 ^

9cf71627 ^
4a943d4e ^






















2cb36cd0 ^
7284d503 ^
64cf0a59 ^
d41955c1 ^

69e14325 ^
df8bb4c3 ^
f6d47435 ^
d41955c1 ^

31401373 ^
795f5244 ^
5eb49929 ^

317c0a34 ^
ec926027 ^

ac0e9db5 ^
2e8c5d39 ^
c442a5ad ^


31401373 ^
d8c6265d ^
9fdda88b ^
5f98a10c ^
8eff7919 ^
f6d47435 ^
f64f1ca5 ^










2a81a547 ^
f64f1ca5 ^

2a81a547 ^




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
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246