-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
539 lines (253 loc) · 14.1 KB
/
index.html
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
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
<!DOCTYPE html>
<html lang="en-us" data-theme="dark">
<head>
<meta name="generator" content="Hugo 0.96.0" />
<meta charset="utf-8">
<meta name="HandheldFriendly" content="True">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="referrer" content="no-referrer-when-downgrade">
<title>Guides by Gunther</title>
<meta name="description" content="">
<link rel="alternate" type="application/rss+xml" href="https://gunther.link/index.xml" title="Guides by Gunther" />
<link rel="icon" type="image/x-icon" href="https://gunther.link/favicon.ico">
<link rel="apple-touch-icon-precomposed" href="https://gunther.link/favicon.png">
<style>
body {
visibility: hidden;
opacity: 0;
}
</style>
<noscript>
<style>
body {
visibility: visible;
opacity: 1;
}
</style>
</noscript>
<link rel="stylesheet" href="https://gunther.link/css/style.min.8ae46a41295e148d0bcce914795c26e3e5d1bed4c4e883eb30e82d224c152218.css" integrity="sha256-iuRqQSleFI0LzOkUeVwm4+XRvtTE6IPrMOgtIkwVIhg=">
<script src="https://gunther.link/js/script.min.a65afe903825231554d9b55b073eb144da4ccf2d2823b216dcbc6cc656c9de76.js" type="text/javascript" charset="utf-8" integrity="sha256-plr+kDglIxVU2bVbBz6xRNpMzy0oI7IW3LxsxlbJ3nY="></script>
<meta property="og:title" content="Guides by Gunther" />
<meta property="og:description" content="" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://gunther.link/" />
<meta name="twitter:card" content="summary"/>
<meta name="twitter:title" content="Guides by Gunther"/>
<meta name="twitter:description" content=""/>
</head>
<body>
<a class="skip-main" href="#main">Skip to main content</a>
<div class="container">
<header class="common-header">
<div class="header-top">
<h1 class="site-title">
<a href="/">Guides by Gunther</a>
</h1>
<ul class="social-icons">
<li>
<a href="mailto:[email protected]" title="Email" rel="me">
<span class="inline-svg" >
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="currentColor" d="M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z"/></svg>
</span>
</a>
</li>
<li>
<a href="https://fosstodon.org/@gunther" title="Mastodon" rel="me">
<span class="inline-svg" >
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Pro 6.1.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --><path fill="currentColor" d="M433 179.11c0-97.2-63.71-125.7-63.71-125.7-62.52-28.7-228.56-28.4-290.48 0 0 0-63.72 28.5-63.72 125.7 0 115.7-6.6 259.4 105.63 289.1 40.51 10.7 75.32 13 103.33 11.4 50.81-2.8 79.32-18.1 79.32-18.1l-1.7-36.9s-36.31 11.4-77.12 10.1c-40.41-1.4-83-4.4-89.63-54a102.54 102.54 0 0 1-.9-13.9c85.63 20.9 158.65 9.1 178.75 6.7 56.12-6.7 105-41.3 111.23-72.9 9.8-49.8 9-121.5 9-121.5zm-75.12 125.2h-46.63v-114.2c0-49.7-64-51.6-64 6.9v62.5h-46.33V197c0-58.5-64-56.6-64-6.9v114.2H90.19c0-122.1-5.2-147.9 18.41-175 25.9-28.9 79.82-30.8 103.83 6.1l11.6 19.5 11.6-19.5c24.11-37.1 78.12-34.8 103.83-6.1 23.71 27.3 18.4 53 18.4 175z"/></svg>
</span>
</a>
</li>
<li>
<a href="https://github.com/Gunther0042" title="Github" rel="me">
<span class="inline-svg" >
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 496 512"><path fill="currentColor" d="M165.9 397.4c0 2-2.3 3.6-5.2 3.6-3.3.3-5.6-1.3-5.6-3.6 0-2 2.3-3.6 5.2-3.6 3-.3 5.6 1.3 5.6 3.6zm-31.1-4.5c-.7 2 1.3 4.3 4.3 4.9 2.6 1 5.6 0 6.2-2s-1.3-4.3-4.3-5.2c-2.6-.7-5.5.3-6.2 2.3zm44.2-1.7c-2.9.7-4.9 2.6-4.6 4.9.3 2 2.9 3.3 5.9 2.6 2.9-.7 4.9-2.6 4.6-4.6-.3-1.9-3-3.2-5.9-2.9zM244.8 8C106.1 8 0 113.3 0 252c0 110.9 69.8 205.8 169.5 239.2 12.8 2.3 17.3-5.6 17.3-12.1 0-6.2-.3-40.4-.3-61.4 0 0-70 15-84.7-29.8 0 0-11.4-29.1-27.8-36.6 0 0-22.9-15.7 1.6-15.4 0 0 24.9 2 38.6 25.8 21.9 38.6 58.6 27.5 72.9 20.9 2.3-16 8.8-27.1 16-33.7-55.9-6.2-112.3-14.3-112.3-110.5 0-27.5 7.6-41.3 23.6-58.9-2.6-6.5-11.1-33.3 2.6-67.9 20.9-6.5 69 27 69 27 20-5.6 41.5-8.5 62.8-8.5s42.8 2.9 62.8 8.5c0 0 48.1-33.6 69-27 13.7 34.7 5.2 61.4 2.6 67.9 16 17.7 25.8 31.5 25.8 58.9 0 96.5-58.9 104.2-114.8 110.5 9.2 7.9 17 22.9 17 46.4 0 33.7-.3 75.4-.3 83.6 0 6.5 4.6 14.4 17.3 12.1C428.2 457.8 496 362.9 496 252 496 113.3 383.5 8 244.8 8zM97.2 352.9c-1.3 1-1 3.3.7 5.2 1.6 1.6 3.9 2.3 5.2 1 1.3-1 1-3.3-.7-5.2-1.6-1.6-3.9-2.3-5.2-1zm-10.8-8.1c-.7 1.3.3 2.9 2.3 3.9 1.6 1 3.6.7 4.3-.7.7-1.3-.3-2.9-2.3-3.9-2-.6-3.6-.3-4.3.7zm32.4 35.6c-1.6 1.3-1 4.3 1.3 6.2 2.3 2.3 5.2 2.6 6.5 1 1.3-1.3.7-4.3-1.3-6.2-2.2-2.3-5.2-2.6-6.5-1zm-11.4-14.7c-1.6 1-1.6 3.6 0 5.9 1.6 2.3 4.3 3.3 5.6 2.3 1.6-1.3 1.6-3.9 0-6.2-1.4-2.3-4-3.3-5.6-2z"/></svg>
</span>
</a>
</li>
<li>
<a href="/index.xml" title="Rss" rel="me">
<span class="inline-svg" >
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!-- Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) --><path fill="currentColor" d="M128.081 415.959c0 35.369-28.672 64.041-64.041 64.041S0 451.328 0 415.959s28.672-64.041 64.041-64.041 64.04 28.673 64.04 64.041zm175.66 47.25c-8.354-154.6-132.185-278.587-286.95-286.95C7.656 175.765 0 183.105 0 192.253v48.069c0 8.415 6.49 15.472 14.887 16.018 111.832 7.284 201.473 96.702 208.772 208.772.547 8.397 7.604 14.887 16.018 14.887h48.069c9.149.001 16.489-7.655 15.995-16.79zm144.249.288C439.596 229.677 251.465 40.445 16.503 32.01 7.473 31.686 0 38.981 0 48.016v48.068c0 8.625 6.835 15.645 15.453 15.999 191.179 7.839 344.627 161.316 352.465 352.465.353 8.618 7.373 15.453 15.999 15.453h48.068c9.034-.001 16.329-7.474 16.005-16.504z"/></svg>
</span>
</a>
</li>
</ul>
</div>
<nav>
<a class="" href="https://gunther.link/about/" title="About">About</a>
<a class="" href="https://gunther.link/contact/" title="Contact">Contact</a>
</nav>
</header>
<main id="main" tabindex="-1">
<div class="homepage-content">
</div>
<div class="articles h-feed">
<article class="post-list h-feed">
<div class="post-header">
<header>
<h1 class="p-name post-title"><a class="u-url" href="/posts/fediverse/">Mastodon and the Fediverse: A Social Media Revolution</a></h1>
</header>
</div>
<div class="post-info">
<div class="post-date dt-published">2022/12/19</div>
<a class="post-hidden-url u-url" href="https://gunther.link/posts/fediverse/">https://gunther.link/posts/fediverse/</a>
<a href="https://gunther.link/" class="p-name p-author post-hidden-author h-card" rel="me">Gunther</a>
<div class="post-taxonomies">
</div>
</div>
</article>
<article class="post-list h-feed">
<div class="post-header">
<header>
<h1 class="p-name post-title"><a class="u-url" href="/posts/grapheneos/">GrapheneOS: User Impressions</a></h1>
</header>
</div>
<div class="post-info">
<div class="post-date dt-published">2022/10/06</div>
<a class="post-hidden-url u-url" href="https://gunther.link/posts/grapheneos/">https://gunther.link/posts/grapheneos/</a>
<a href="https://gunther.link/" class="p-name p-author post-hidden-author h-card" rel="me">Gunther</a>
<div class="post-taxonomies">
</div>
</div>
</article>
<article class="post-list h-feed">
<div class="post-header">
<header>
<h1 class="p-name post-title"><a class="u-url" href="/posts/privacy-basics/">10 Basic Steps to Digital Privacy</a></h1>
</header>
</div>
<div class="post-info">
<div class="post-date dt-published">2022/08/23</div>
<a class="post-hidden-url u-url" href="https://gunther.link/posts/privacy-basics/">https://gunther.link/posts/privacy-basics/</a>
<a href="https://gunther.link/" class="p-name p-author post-hidden-author h-card" rel="me">Gunther</a>
<div class="post-taxonomies">
</div>
</div>
</article>
<article class="post-list h-feed">
<div class="post-header">
<header>
<h1 class="p-name post-title"><a class="u-url" href="/posts/tracking_opacity/">Tracking Opacity and the Cause of Consumer Indifference</a></h1>
</header>
</div>
<div class="post-info">
<div class="post-date dt-published">2022/07/27</div>
<a class="post-hidden-url u-url" href="https://gunther.link/posts/tracking_opacity/">https://gunther.link/posts/tracking_opacity/</a>
<a href="https://gunther.link/" class="p-name p-author post-hidden-author h-card" rel="me">Gunther</a>
<div class="post-taxonomies">
</div>
</div>
</article>
<article class="post-list h-feed">
<div class="post-header">
<header>
<h1 class="p-name post-title"><a class="u-url" href="/posts/email/">Finding a Privacy-Friendly Email Provider</a></h1>
</header>
</div>
<div class="post-info">
<div class="post-date dt-published">2022/07/21</div>
<a class="post-hidden-url u-url" href="https://gunther.link/posts/email/">https://gunther.link/posts/email/</a>
<a href="https://gunther.link/" class="p-name p-author post-hidden-author h-card" rel="me">Gunther</a>
<div class="post-taxonomies">
</div>
</div>
</article>
<article class="post-list h-feed">
<div class="post-header">
<header>
<h1 class="p-name post-title"><a class="u-url" href="/posts/nxban/">Nintendo Switch Ban Essentials: Q&A</a></h1>
</header>
</div>
<div class="post-info">
<div class="post-date dt-published">2020/07/30</div>
<a class="post-hidden-url u-url" href="https://gunther.link/posts/nxban/">https://gunther.link/posts/nxban/</a>
<a href="https://gunther.link/" class="p-name p-author post-hidden-author h-card" rel="me">Gunther</a>
<div class="post-taxonomies">
</div>
</div>
</article>
</div>
</main>
<footer class="common-footer">
<div class="common-footer-bottom">
<div class="copyright">
<p>© Gunther, 2022, licensed under <a href="http://creativecommons.org/licenses/by/4.0/" target="_blank" rel="license noopener noreferrer" style="display:inline-block;">CC BY 4.0</a><br>
Powered by <a target="_blank" rel="noopener noreferrer" href="https://gohugo.io/">Hugo</a>, theme <a target="_blank" rel="noopener noreferrer" href="https://github.com/mitrichius/hugo-theme-anubis">Anubis</a>.<br>
</p>
</div>
<script>
const STORAGE_KEY = 'user-color-scheme'
const defaultTheme = "dark-without-switcher"
let currentTheme
let switchButton
let autoDefinedScheme = window.matchMedia('(prefers-color-scheme: dark)')
const autoChangeScheme = e => {
currentTheme = e.matches ? 'dark' : 'light'
document.documentElement.setAttribute('data-theme', currentTheme)
changeButtonText()
}
document.addEventListener('DOMContentLoaded', function() {
switchButton = document.querySelector('.theme-switcher')
currentTheme = detectCurrentScheme()
if (currentTheme == 'dark') {
document.documentElement.setAttribute('data-theme', 'dark')
}
if (currentTheme == 'auto') {
autoChangeScheme(autoDefinedScheme);
autoDefinedScheme.addListener(autoChangeScheme);
}
if (switchButton) {
changeButtonText()
switchButton.addEventListener('click', switchTheme, false)
}
showContent()
})
function detectCurrentScheme() {
if (localStorage.getItem(STORAGE_KEY)) {
return localStorage.getItem(STORAGE_KEY)
}
if (defaultTheme) {
return defaultTheme
}
if (!window.matchMedia) {
return 'light'
}
if (window.matchMedia('(prefers-color-scheme: dark)').matches) {
return 'dark'
}
return 'light'
}
function changeButtonText()
{
if (switchButton) {
switchButton.textContent = currentTheme == 'dark' ? "Light theme" : "Dark theme"
}
}
function switchTheme(e) {
if (currentTheme == 'dark') {
localStorage.setItem(STORAGE_KEY, 'light')
document.documentElement.setAttribute('data-theme', 'light')
currentTheme = 'light'
} else {
localStorage.setItem(STORAGE_KEY, 'dark')
document.documentElement.setAttribute('data-theme', 'dark')
currentTheme = 'dark'
}
changeButtonText()
}
function showContent() {
document.body.style.visibility = 'visible';
document.body.style.opacity = 1;
}
</script>
</div>
<p class="h-card vcard">
<a href=https://gunther.link/ class="p-name u-url url fn" rel="me">Gunther</a>
/
<a class="p-email u-email email" rel="me" href="mailto:[email protected]">[email protected]</a>
</p>
</footer>
</div>
</body>
</html>