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
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>About</title>
<link rel="shortcut icon" type="image/gif" href="/favicon.ico" />
<link rel="stylesheet" href="../style.css" />
<link rel="stylesheet" href="style-override.css" />
</head>
<body>
<p class="header">
<a href="https://foo.zone">Home</a> | <a href="https://codeberg.org/snonux/foo.zone/src/branch/content-md/about/index.md">Markdown</a> | <a href="gemini://foo.zone/about/index.gmi">Gemini</a>
</p>
<h1 style='display: inline' id='about'>About</h1><br />
<br />
<ul>
<li>Name: Paul Buetow</li>
<li>Father, Husband, Computer tinkerer, Yogi, Science fiction lover, cat owner</li>
<li>Born in: Germany, currently living in: Sofia, Bulgaria</li>
<li>Profession: Computerist - Solving problems with computers that we wouldn't have without them</li>
<li>Current job: Site Reliability Engineer</li>
<li>Education: Diplom-Informatiker (FH) (Diploma from a German University of Applied Sciences, before hey had international Bachelor and Masters programs)</li>
<li>E-Mail: <span class='inlinecode'>paul@nospam.buetow.org</span></li>
</ul><br />
<a href='./paul.jpg'><img alt='Paul Buetow' title='Paul Buetow' src='./paul.jpg' /></a><br />
<br />
<h2 style='display: inline' id='my-sites'>My sites</h2><br />
<br />
<a class='textlink' href='../'>My blog here at foo.zone</a><br />
<a class='textlink' href='https://codeberg.org/snonux'>codeberg.org/snonux - My Codeberg page</a><br />
<a class='textlink' href='https://irregular.ninja'>irregular.ninja - My street photography site (warn: multiple MBs, it's photos after all)</a><br />
<a class='textlink' href='./dtail.html'>DTail - the distributed log tailing program</a><br />
<br />
<h2 style='display: inline' id='social-media-and-communities'>Social Media and Communities</h2><br />
<br />
<a class='textlink' href='https://fosstodon.org/@snonux'>@snonux@fosstodon.org - Me at Mastodon</a><br />
<a class='textlink' href='https://www.linkedin.com/in/paul-buetow-b4857270/'>My LinkedIn profile</a><br />
<a class='textlink' href='https://gophers.slack.com'>Gophers Slack - Under my real name</a><br />
<br />
<h2 style='display: inline' id='books'>Books</h2><br />
<br />
<h3 style='display: inline' id='books-i-am-currently-re-reading'>Books I am currently re-reading</h3><br />
<br />
<ul>
<li>Fluent Forever, Gabriel Wyner, Audiobook</li>
</ul><br />
<h3 style='display: inline' id='books-i-am-currently-reading'>Books I am currently reading</h3><br />
<br />
<ul>
<li>Chaos Engineering - System Resiliency in Practice, Casey Rosenthal and Nora Jones, eBook</li>
<li>Die Tiefe der Zeit, Andreas Brandhorst (german), Paperback</li>
<li>Inhibitor Phase, Alastair Reynolds, Audiobook</li>
<li>Seeking SRE: Conversations About Running Production Systems at Scale, David N. Blank-Edelman, eBook</li>
<li>Yoga Nidra Made Easy, Uma Dinsmore-Tuli, eBook</li>
</ul><br />
<h3 style='display: inline' id='unread-books-already-in-my-shelf'>Unread books already in my shelf</h3><br />
<br />
<ul>
<li>Okular, Alastair Reynolds, eBook</li>
<li>97 Things Every Engineering Manager Should Know, Camille Fournier, Audiobook</li>
</ul><br />
<h3 style='display: inline' id='books-i-ve-read'>Books I've read</h3><br />
<br />
<a class='textlink' href='./resources.html'>Resources, Technical Books, Podcasts, Courses and Guides I recommend</a><br />
<a class='textlink' href='./novels.html'>Novels I've read</a><br />
<br />
<span>That's all for now...</span><br />
<br />
<a class='textlink' href='../'>Back to the main site</a><br />
<p class="footer">
Generated with <a href="https://codeberg.org/snonux/gemtexter">Gemtexter 3.0.1-develop</a> |
served by <a href="https://www.OpenBSD.org">OpenBSD</a>/<a href="https://man.openbsd.org/relayd.8">relayd(8)</a>+<a href="https://man.openbsd.org/httpd.8">httpd(8)</a> |
<a href="https://foo.zone/site-mirrors.html">Site Mirrors</a>
</p>
</body>
</html>
|