logo

lanodan.eu

Unnamed repository; edit this file 'description' to name the repository. git clone https://hacktivis.me/git/lanodan.eu.git
commit: fa8f65fc24051c61ecfe0732288f384b80332c48
parent 19a6d6bb25586188e14a76eb05d2df5d1c74f2f6
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Sat, 18 Nov 2023 17:32:30 +0100

home: Avoid tags list, provide skill descriptions

Diffstat:

Mhome.html20+++++++++-----------
Mhome.pdf0
2 files changed, 9 insertions(+), 11 deletions(-)

diff --git a/home.html b/home.html @@ -23,16 +23,14 @@ </ul> <section id="knowledge"> - <h2>Knowledge</h2> + <h2>Skills</h2> <dl> - <dt>Programming Languages</dt><dd>Elixir, POSIX Shell &amp; Bash, C 99+, Hare, Go, (Perl 5, Python)</dd> - <dt>Systems</dt><dd>Gentoo Linux, Alpine Linux / PostmarketOS, (Debian GNU/Linux, FreeBSD, OpenIndiana)</dd> - <dt>Dæmons</dt><dd>nginx, PostgreSQL, OpenSMTPd, nsd/unbound</dd> - <dt>Networking</dt><dd>routing (IPv6 &amp; IPv4) and firewalling with iptables/nftables</dd> - <dt>Network Protocols</dt><dd>ActivityPub, HTTP, IRC, (SMTP, SSH2)</dd> - <dt>Graphics</dt><dd>Wayland, GTK+3, (OpenGL, Qt5/QML)</dd> - <dt>Buildsystems</dt><dd>Makefile (BSD &amp; POSIX), meson, CMake, autotools</dd> - <dt>Formats</dt><dd>(X)HTML5, Atom, XBEL, CSS3, mdoc/roff</dd> + <li>Backend Development: Worked both at embedded single-user scale and multiple-nodes internet scale.</li> + <li>System integration: Experienced with Gentoo packaging. Familiar with Alpine Linux packaging</li> + <li>Programming Languages: Experienced in C, Shell (POSIX &amp; Bash), and Elixir. Early-contributor to Hare. Familiar with Go, Perl and Python.</li> + <li>Able to collaborate with other projects, making interoperability a reality</li> + <li>Able to easily go into unfamiliar projects, frequently contributing improvements and bugfixes at their relevant source</li> + <li>Experienced with Git, with both the Email &amp; Pull Request workflow. Familiar with mercurial and CVS</li> </dl> </section> @@ -50,9 +48,9 @@ <dt class="h-event"><time class="dt-start">2021</time> — <time class="dt-end">2022</time></dt><dd class="p-summary">Fixed-term contract at <a rel="external nofollow" href="https://yogoko.fr">YoGoKo</a>, network development for <a rel="external nofollow" href="https://en.wikipedia.org/wiki/V2X">V2X</a> embedded devices. This involved Debian Linux, C, Python and a bit of C++</dd> <dt class="h-event"><time class="dt-start">2019-12</time> — present</dt><dd class="p-summary">Maintaining various packages in Alpine (badwolf, netifrc, python libraries, …)</dd> <dt class="h-event"><time class="dt-start">2019-01</time> — present</dt><dd class="p-summary">Development of <a href="https://hacktivis.me/projects/badwolf">BadWolf</a>, minimalist WebKitGTK browser in POSIX/C11, main goal being protecting privacy while keeping good usability</dd> - <dt class="h-event"><time class="dt-start">2018-04</time> — present</dt><dd class="p-summary">Co-maintenance of <a href="https://pleroma.social/">Pleroma</a>, federated ActivityPub social network project, backend written in Elixir, REST API, PostgreSQL database.<br/> + <dt class="h-event"><time class="dt-start">2018-04</time> — present</dt><dd class="p-summary">Co-maintenance of <a href="https://pleroma.social/">Pleroma</a>, federated ActivityPub social network project. This is helped me gain experience as a leader and code-reviewer, but also with solving interoperability issues between different implementations.<br/> Started as volunteer and was sponsored as a freelancer between 2020-01-20 and 2021-03-31.</dd> - <dt class="h-event"><time class="dt-start">2017-04</time> — present</dt><dd class="p-summary">Proxy-Maintaining a part of Gentoo software repository, this often also involves fixing bugs</dd> + <dt class="h-event"><time class="dt-start">2017-04</time> — present</dt><dd class="p-summary">Proxy-Maintaining a part of Gentoo software repository. This frequently involves contributing to the packaged software and their dependencies, sometimes core system libraries to fix bugs at their source.</dd> <dt class="h-event"><time class="dt-start">2014</time> — <time class="dt-end">2018</time></dt><dd class="p-summary">Studies at <span lang="fr">Lycée Expérimental</span> (Experimental High-School), where I also participated in the maintenance of the desktops with Debian</dd> <dt class="h-event"><time class="dt-start">2012</time> — present</dt><dd class="p-summary">Self-hosting of <a href="https://hacktivis.me/notes/services">personal services</a></dd> </dl> diff --git a/home.pdf b/home.pdf Binary files differ.