blob: fc3832246beea8f6850e9aaf316f5460067ad5bc (
plain) (
blame)
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
|
{% extends "base.html" %} {% block main %}
<section>
<h1><i>~cleberg.net</i></h1>
<pre>pub rsa4096 2022-11-16 [SC]
<a href="/gpg.txt">3917 973F B159 BBB8 6194 5385 6945 1A51 7AC0 CB37</a>
uid [ultimate] Christian Cleberg <hello@cleberg.net>
sub rsa4096 2022-11-16 [E]</pre>
</section>
<section>
<h2>Recent Blog Posts</h2>
<div class="post">
<time datetime="2025-06-02 15:26:05">2025-06-02</time>
<div class="post-content">
<a href="/blog/private-ios-apps.html">Selection of Privacy-Focused iOS Applications for Minimalist Users</a>
<div class="post-tags">
<span class="tag">ios</span>
<span class="tag">privacy</span>
<span class="tag">security</span>
</div>
</div>
</div>
<div class="post">
<time datetime="2025-05-30 10:53:28">2025-05-30</time>
<div class="post-content">
<a href="/blog/it-audit-career.html">Career Advancement through Mastery of Emerging Technologies in IT Audit</a>
<div class="post-tags">
<span class="tag">audit</span>
<span class="tag">technology</span>
<span class="tag">career</span>
</div>
</div>
</div>
<div class="post">
<time datetime="2025-05-02 Fri 21:10:00">2025-05-02</time>
<div class="post-content">
<a href="/blog/asahi-linux.html">Performance and Compatibility Report of Asahi Linux on Apple M2 MacBook Pro 16"</a>
<div class="post-tags">
<span class="tag">mac</span>
<span class="tag">apple</span>
<span class="tag">linux</span>
</div>
</div>
</div>
<br />
<a href="/blog/">All Posts →</a>
</section>
<section>
<h2>Everything Else</h2>
<ul>
<li><a href="https://cv.cleberg.net">Curriculum Vitae</a></li>
<li><a href="/now/">Now</a></li>
<li><a href="/salary/">Salary</a></li>
<li><a href="/services/">Services</a></li>
<li><a href="/wiki/">Wiki</a></li>
</ul>
</section>
<section>
<h2>Contact</h2>
<ul>
<li><a href="mailto:hello@cleberg.net">hello@cleberg.net</a> (<a href="https://cleberg.net/gpg.txt">GPG</a>)</li>
<li><a href="https://github.com/ccleberg">GitHub</a></li>
<li>cyb0rg on <a href="https://libera.chat/">libera.chat</a></li>
<li><a href="https://lemmy.cleberg.net/u/cmc">@cmc</a> on Lemmy</li>
<li>@cmc.01 on <a href="https://signal.org/">Signal</a></li>
</ul>
</section>
<section class="hidden">
<div class="h-card">
<span class="p-name">Christian Cleberg</span>
<span class="p-nickname">cmc</span> (IRC)
<img class="u-photo" src="https://cleberg.net/favicon.png"/>
<a class="u-url u-uid" href="http://cleberg.net" rel="me">w</a>,
<a class="u-email" href="mailto:hello@cleberg.net">e</a>
<span class="p-locality">Omaha</span>,
<abbr class="p-region" title="Nebraska">NE</abbr>,
<div class="p-country-name">U.S.A</div>
<div class="p-note">I kept dreaming of a world I thought I'd never see. And then, one day, I got in.</div>
</div>
</section>
{% endblock %}
|