main
 1<!DOCTYPE html>
 2<html lang="en">
 3 <head>
 4  <meta name="viewport" content="width=device-width, initial-scale=1">
 5  <meta charset="utf-8">
 6  <meta name="viewport" content="width=device-width, initial-scale=1">
 7  <title>
 8   About โ€” Vincent Demeester
 9  </title>
10  <meta name="author" content="Vincent Demeester">
11  <script src="/flux.js" defer=""></script>
12  <link rel="stylesheet" href="/style.css" type="text/css">
13 </head>
14 <body>
15  <div class="site-controls">
16   <button class="theme-toggle" id="theme-toggle" title="Toggle dark/light mode">โ˜€๏ธ</button>
17  </div>
18  <article class="content">
19   <header>
20    <h1 class="title">
21     About
22    </h1>
23   </header>
24   <p class="dropcap">
25    I'm a <em>french</em> ๐Ÿ‡ซ๐Ÿ‡ท developer ๐Ÿป, working mostly in Go ๐Ÿน, with some Python ๐Ÿ and a growing fondness for functional thinking. I use <a href="https://www.gnu.org/software/emacs/">Emacs</a> as my primary environment for everything โ€” editing, notes, email, version control โ€” and <a href="https://nixos.org">NixOS</a> โ„๏ธ as my operating system.
26   </p>
27   <p>
28    Professionally, I'm a senior principal software engineer at <a href="https://www.redhat.com">Red Hat</a> ๐ŸŽฉ. Before that, I worked at <a href="https://www.docker.com">Docker</a> ๐Ÿณ and <a href="http://www.zenika.com/">Zenika</a> ๐Ÿฏ. I'm a maintainer of the <a href="https://github.com/tektoncd">Tekton</a> project (Kubernetes-native CI/CD), a former maintainer of <a href="https://github.com/moby/moby">Docker/Moby</a>, and a contributor to <a href="https://github.com/NixOS/nixpkgs">NixOS/nixpkgs</a>.
29   </p>
30   <p>
31    I'm a <a href="https://fsfe.org">FSFE</a> fellow ๐Ÿ“œ, <a href="https://framasoft.org">Framasoft</a> supporter, and I believe in free software as a public good โœจ.
32   </p>
33   <section>
34    <h2 id="this-space">
35     <a href="#this-space" class="anchor">ยง</a>This Space
36    </h2>
37    <p>
38     This is my personal corner of the web. It's meant to be simple, modest, and persistent. I think of it as a <a href="2022/digital-garden.html">digital garden</a> โ€” some things are evergreen, some are snapshots of a moment.
39    </p>
40    <ul>
41     <li>
42      <a href="til/">TIL</a> โ€” things I learned today
43     </li>
44     <li>
45      <a href="flux/">Flux</a> โ€” activity stream
46     </li>
47     <li>
48      <a href="posts/">Posts</a> โ€” archived blog posts (2012โ€“2020)
49     </li>
50     <li>
51      <a href="articles/">Articles</a> โ€” archived longer-form writing
52     </li>
53    </ul>
54   </section>
55   <section>
56    <h2 id="contact">
57     <a href="#contact" class="anchor">ยง</a>Contact
58    </h2>
59    <dl>
60     <dt>
61      Email
62     </dt>
63     <dd>
64      vincent @ demeester.fr
65     </dd>
66     <dt>
67      Fediverse
68     </dt>
69     <dd>
70      <a href="https://fosstodon.org/@vdemeester">@vdemeester@fosstodon.org</a>
71     </dd>
72     <dt>
73      Code
74     </dt>
75     <dd>
76      <a href="https://github.com/vdemeester">GitHub</a> ยท <a href="https://git.sr.ht/~vdemeester">SourceHut</a>
77     </dd>
78    </dl>
79   </section>
80   <section>
81    <h2 id="colophon">
82     <a href="#colophon" class="anchor">ยง</a>Colophon
83    </h2>
84    <p>
85     This site is built from <a href="https://orgmode.org">Org mode</a> files, exported with <a href="https://github.com/ox-tufte/ox-tufte">ox-tufte</a>, post-processed by <a href="https://soupault.app">Soupault</a>, and deployed via <code>rsync</code>. The design uses system fonts, Tonsky-inspired syntax highlighting, and exactly zero JavaScript frameworks.
86    </p>
87    <p>
88     Typography: <a href="https://practicaltypography.com">Butterick</a>-informed. Sidenotes: <a href="https://edwardtufte.github.io/tufte-css/">Tufte</a>-style. Everything else: just HTML and CSS.
89    </p>
90   </section>
91   <footer>
92    <p>
93     Content and design by Vincent Demeester ยท <a rel="licence" href="http://creativecommons.org/licenses/by-nc-sa/3.0/">CC BY-NC-SA</a>
94    </p>
95   </footer>
96  </article>
97 </body>
98</html>