X-Git-Url: https://git.shemshak.org/~bandali/bndl.org/blobdiff_plain/dcc71b98fdb8c653c2edeb9994d26d38003f4116..ccd7a4805a0486cb1bf38706c2872be36fb0fc8c:/computing.m4 diff --git a/computing.m4 b/computing.m4 index 9b65cdd..8428af6 100644 --- a/computing.m4 +++ b/computing.m4 @@ -1,12 +1,12 @@ dnl -*- html -*- define(__title, `How I do my Computing')dnl define(__pub, 2019-09-14T12:00:00Z)dnl -define(__upd, 2020-07-17T12:00:00Z)dnl -define(__id, 2)dnl +define(__upd, 2021-02-28T12:00:00Z)dnl +define(__id, 1)dnl include(header.html)dnl -
Inspired by the computing page of -rms.
+inspired by the computing page of +rms
My librebooted ThinkPad X200 @@ -17,41 +17,35 @@ servers through our school's use for some more computationally intensive tasks every now and again, and also for hosting this very website.
-I have used a wide variety of GNU/Linux distros over the years; but
-as of late, I find myself using
-Trisquel,
-Guix System, and
-Debian (with
-no contrib
or non-free
) almost exclusively.
-For the kernel, I mostly use
+
I used a wide variety of distros over the years; but I have since +found Trisquel to be my favourite +and it's put my "distro-hopping" days behind me. Sometimes I pair it +up with GNU Guix. For the kernel, +I usually use GNU -Linux-libre. Guix System comes with GNU Linux-libre out of the -box, and on Debian-based distros I tend to install it from -jxself's APT -repository.
+Linux-libre from jxself's +APT repository.I spend most of my time in GNU Emacs.
TODO: elaborate
-I took a great amount of inspiration
-from Phil Hagelberg's
+from technomancy's
setup. The pages of this site are written in plain HTML using GNU
-Emacs, with GNU M4 acting as a
-full-featured template engine.
-A GNUmakefile
provides
+Emacs, with GNU M4 acting as a full-featured template engine.
+A GNUmakefile
provides
convenient make
rules to build and publish the site. The
-bibliography of my publications is
-generated from bandali.bib
+bibliography of my publications is
+generated from bandali.bib
using bibtex2html,
-and further processed and put together using
-GNU sed and
+and further processed and put together using GNU sed and
another GNUmakefile
. The git repository containing all
-the sources used to build this site is available
-here.