don't regenerate the feeds when non-note m4 files change
[~bandali/bndl.org] / index.m4
1 dnl -*- html -*-
2 define(__title, __site__title)dnl
3 define(__slug, `home')dnl
4 define(__nts)dnl
5 include(header.html)dnl
6
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>
18
19 <p>On the side, I enjoy
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>
27 </section>
28
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>
35
36 <table class="post-list">
37 <tbody>
38 <tr>
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>
44 <td><a href="fsf-internship-beyond.html">My internship with the FSF
45 tech team and beyond</a> (concluding)</td>
46 <td><small>December 18, 2020</small></td>
47 </tr>
48 <tr>
49 <td><a href="fsf-internship-intro.html">Internship with the FSF tech
50 team</a> (intro)</td>
51 <td><small>May 29, 2020</small></td>
52 </tr>
53 <tr>
54 <td><a href="computing.html">How I do my Computing</a></td>
55 <td><small>September 14, 2019</small></td>
56 </tr>
57 </tbody>
58 </table>
59 </section>
60
61 define(__copy, `2016&ndash;2021')dnl
62 include(footer.html)dnl