about.html (3128B)
1 <!DOCTYPE html> 2 <html lang="en"> 3 <head> 4 <!-- Sep 03, 2024 --> 5 <meta charset="utf-8" /> 6 <meta name="viewport" content="width=device-width, initial-scale=1" /> 7 <title>About me</title> 8 <meta name="author" content="Vincent Demeester" /> 9 <meta name="keywords" content="post" /> 10 <meta name="generator" content="Org Mode" /> 11 <link rel="stylesheet" type="text/css" href="./css/2022.css" /> 12 <link rel="stylesheet" type="text/css" href="./css/syntax.css" /> 13 <link rel='icon' type='image/x-icon' href='./images/favicon.ico'/> 14 <meta name='viewport' content='width=device-width, initial-scale=1'> 15 </head> 16 <body> 17 <main id="content" class="content"> 18 <header> 19 <h1 class="title">About me</h1> 20 </header><p> 21 I develop mainly in Go, a little bit of Java, a tiny bit of Python ; I’m learning Haskell 22 and LISP with Clojure (and also Emacs Lisp). The more I learn about about Functionnal 23 languages and their way of thinking, the more I feel enlighten. I’m using Emacs as my main 24 editor and IntelliJ IDEA for Java-related stuff. I’m a GNU/Linux user, mainly NixOS 25 GNU/Linux. I no longer use or need Microsoft® Windows® but I’m, sometimes, using Mac OS X 26 at work (but I don’t really like OS X and Apple in general). I’m a FSFE fellow since 2010 27 (and previously a FSF fellow), Framasoft and La Quadrature du Net supporter/donator. I 28 also try to support various free software, like Mediagoblin. 29 </p> 30 <section id="outline-container-Contact" class="outline-2"> 31 <h2 id="Contact">Contact</h2> 32 <div class="outline-text-2" id="text-Contact"> 33 <dl class="org-dl"> 34 <dt>Email</dt><dd>vinSPAMcentAT@demSPAMeesterDOT.fr</dd> 35 <dt>GnuPG</dt><dd><a href="https://vincent.demeester.fr/about/VincentDemeester.asc">5860 2A88</a></dd> 36 <dt>Instant messaging</dt><dd><ul class="org-ul"> 37 <li>vdemeester@jabber.fsfe.org</li> 38 <li>vdemeester@irc.freenode.net #fsfe #docker #docker-compose #docker-dev ##openweb</li> 39 </ul></dd> 40 <dt>Socials</dt><dd><ul class="org-ul"> 41 <li><a href="https://twitter.com/vdemeest">@vdemeest</a> on Twitter</li> 42 <li><a href="https://github.com/vdemeester">@vdemeester</a> on GitHub</li> 43 <li><a href="https://gitlab.com/vdemeester">@vdemeester</a> on Gitlab</li> 44 </ul></dd> 45 </dl> 46 </div> 47 </section> 48 <section id="outline-container-Talks" class="outline-2"> 49 <h2 id="Talks">Talks</h2> 50 <div class="outline-text-2" id="text-Talks"> 51 <dl class="org-dl"> 52 <dt>TODO</dt><dd>TBD</dd> 53 </dl> 54 </div> 55 </section> 56 </main> 57 <footer id="postamble" class="status"> 58 <footer> 59 <small><a href="/" rel="history">Index</a> • <a href="/sitemap.html">Sitemap</a> • <a href="https://dl.sbr.pm/">Files</a></small><br/> 60 <small class='questions'>Questions, comments ? Please use my <a href="https://lists.sr.ht/~vdemeester/public-inbox">public inbox</a> by sending a plain-text email to <a href="mailto:~vdemeester/public-inbox@lists.sr.ht">~vdemeester/public-inbox@lists.sr.ht</a>.</small><br/> 61 <small class='copyright'> 62 Content and design by Vincent Demeester 63 (<a rel='licence' href='http://creativecommons.org/licenses/by-nc-sa/3.0/'>Some rights reserved</a>) 64 </small><br /> 65 </footer> 66 </footer> 67 </body> 68 </html>