experiment with a fully <pre>-based look
[~bandali/bndl.org] / index.m4
1 dnl -*- html -*-
2 define(__title, `home')dnl
3 define(__slug, `home')dnl
4 include(header.html)dnl
5
6 I'm a free software activist [1] and computing scientist [2].
7 I'm a GNU maintainer of Jami [3] and GNUzilla and IceCat [4],
8 and I wear a few other hats around GNU, like helping run the
9 Savannah forge for GNU and non-GNU projects as a Savannah hacker.
10
11 [1]: <a href="https://www.gnu.org/philosophy/free-sw.html">https://www.gnu.org/philosophy/free-sw.html</a>
12 [2]: <a href="https://bndl.org/mmath">https://bndl.org/mmath</a>
13 [3]: <a href="https://jami.net">https://jami.net</a>
14 [4]: <a href="https://www.gnu.org/software/gnuzilla/">https://www.gnu.org/software/gnuzilla/</a>
15
16 For my $dayjob I work on Jami as a Free Software Consultant at SFL,
17 where I get to hack on various parts of Jami, and also help maintain
18 Jami packages for various GNU/Linux distributions. I am also somewhat
19 of a community liaison between the Jami core development team and the
20 wider free software community around Jami. To be sure, the views or
21 opinions expressed here are solely my own, and do not necessarily
22 represent those of my employer (or anyone else's, for that matter).
23
24 Outside $dayjob, I enjoy hacking on [5] GNU Emacs and Emacs Lisp, and
25 doing a few things around the Emacs community such as maintaining the
26 ERC [6] IRC client built into GNU Emacs, organizing the EmacsConf [7]
27 conference, and hosting the Emacs.el [8] podcast with gopar.
28
29 [5]: <a href="https://stallman.org/articles/on-hacking.html">https://stallman.org/articles/on-hacking.html</a>
30 [6]: <a href="https://www.gnu.org/software/emacs/erc.html">https://www.gnu.org/software/emacs/erc.html</a>
31 [7]: <a href="https://emacsconf.org">https://emacsconf.org</a>
32 [8]: <a href="https://emacsel.com">https://emacsel.com</a>
33
34
35 <b id="notes">NOTES</b>
36
37 Here are notes about a variety of topics and issues I care about.
38 You can also get these notes and future ones in your feed reader
39 by subscribing to <a href="/notes.atom">notes.atom</a> or <a href="https://bndl.org/notes.rss">notes.rss</a>.
40
41 2020-12-18 <a href="fsf-internship-beyond">My internship with the FSF tech team and beyond</a>
42
43 2020-05-29 <a href="fsf-internship-intro">Internship with the FSF tech team</a>
44
45 include(footer.html)dnl