don't regenerate the feeds when non-note m4 files change
[~bandali/bndl.org] / index.m4
CommitLineData
505a9419 1dnl -*- html -*-
29f0d7b9 2define(__title, __site__title)dnl
505a9419
AB
3define(__slug, `home')dnl
4define(__nts)dnl
c08732dd
AB
5include(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
9software</a> activist and <a href="mmath.html">computing
10scientist</a>. I'm a GNU maintainer
11of <a href="https://jami.net">Jami</a>
12and <a href="https://www.gnu.org/software/gnuzilla/">GNUzilla and
13IceCat</a>, and I wear a few other hats around GNU, like helping run
14the Savannah forge for GNU and non-GNU projects as a Savannah hacker.
15My current <code>$dayjob</code> is working on Jami as a Free Software
16Consultant, which includes hacking on various parts of Jami and its
17packaging 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>
21GNU Emacs and Emacs Lisp. I'm the current maintainer of
22<a href="https://www.gnu.org/software/emacs/erc.html">ERC</a> the
23powerful and modular IRC client built into GNU Emacs, an organizer of
24the <a href="https://emacsconf.org">EmacsConf</a> conference, and
25co-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.
32You 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
40users</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
45tech 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
50team</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 61define(__copy, `2016&ndash;2021')dnl
c08732dd 62include(footer.html)dnl