Commit | Line | Data |
---|---|---|
505a9419 | 1 | dnl -*- html -*- |
29f0d7b9 | 2 | define(__title, __site__title)dnl |
505a9419 AB |
3 | define(__slug, `home')dnl |
4 | define(__nts)dnl | |
c08732dd AB |
5 | include(header.html)dnl |
6 | ||
29f0d7b9 AB |
7 | <section id="intro"> |
8 | <p>I am a <a href="https://www.gnu.org/philosophy/free-sw.html">free | |
9 | software</a> activist and <a href="mmath.html">computing | |
10 | scientist</a>. I'm a GNU maintainer | |
11 | of <a href="https://jami.net">Jami</a> | |
12 | and <a href="https://www.gnu.org/software/gnuzilla/">GNUzilla and | |
13 | IceCat</a>, and I wear a few other hats around GNU, like helping run | |
14 | the Savannah forge for GNU and non-GNU projects as a Savannah hacker. | |
15 | My current <code>$dayjob</code> is working on Jami as a Free Software | |
16 | Consultant, which includes hacking on various parts of Jami and its | |
17 | packaging for various GNU/Linux distributions.</p> | |
35cf61e5 | 18 | |
dcc71b98 | 19 | <p>On the side, I enjoy |
29f0d7b9 AB |
20 | <a href="https://stallman.org/articles/on-hacking.html">hacking on</a> |
21 | GNU Emacs and Emacs Lisp. I'm the current maintainer of | |
22 | <a href="https://www.gnu.org/software/emacs/erc.html">ERC</a> the | |
23 | powerful and modular IRC client built into GNU Emacs, an organizer of | |
24 | the <a href="https://emacsconf.org">EmacsConf</a> conference, and | |
25 | co-host of the <a href="https://emacsel.com">Emacs.el</a> podcast with | |
26 | <a href="https://www.pygopar.com">Gopar</a>.</p> | |
4927af92 AB |
27 | </section> |
28 | ||
29f0d7b9 AB |
29 | <section id="notes"> |
30 | <h2>notes __anc(`notes')</h2> | |
31 | <p>Here are notes about various topics or issues I care about. | |
32 | You can also read them via | |
33 | <a class="feed-icon" href="notes.atom">Atom</a> or | |
34 | <a class="feed-icon" href="notes.rss">RSS</a>.</p> | |
4927af92 AB |
35 | |
36 | <table class="post-list"> | |
37 | <tbody> | |
38 | <tr> | |
06611295 AB |
39 | <td><a href="lp2021.html">LibrePlanet 2021: Jami and how it empowers |
40 | users</a></td> | |
41 | <td><small>March 20, 2021</small></td> | |
42 | </tr> | |
43 | <tr> | |
29f0d7b9 AB |
44 | <td><a href="fsf-internship-beyond.html">My internship with the FSF |
45 | tech team and beyond</a> (concluding)</td> | |
4c4f1c99 AB |
46 | <td><small>December 18, 2020</small></td> |
47 | </tr> | |
48 | <tr> | |
29f0d7b9 AB |
49 | <td><a href="fsf-internship-intro.html">Internship with the FSF tech |
50 | team</a> (intro)</td> | |
d9462d28 AB |
51 | <td><small>May 29, 2020</small></td> |
52 | </tr> | |
53 | <tr> | |
29f0d7b9 | 54 | <td><a href="computing.html">How I do my Computing</a></td> |
4927af92 AB |
55 | <td><small>September 14, 2019</small></td> |
56 | </tr> | |
4927af92 AB |
57 | </tbody> |
58 | </table> | |
59 | </section> | |
c08732dd | 60 | |
29f0d7b9 | 61 | define(__copy, `2016–2021')dnl |
c08732dd | 62 | include(footer.html)dnl |