X-Git-Url: https://git.shemshak.org/gitweb.cgi/~bandali/bndl.org/blobdiff_plain/c08732dd0b519adec3191c7051662dfb01334d74..a98c50cd044a2d649c345ee6c88dba9cc8016b65:/computing.m4 diff --git a/computing.m4 b/computing.m4 index d9f1c6e..9b65cdd 100644 --- a/computing.m4 +++ b/computing.m4 @@ -1,52 +1,57 @@ dnl -*- html -*- define(__title, `How I do my Computing')dnl define(__pub, 2019-09-14T12:00:00Z)dnl -define(__upd, 2019-11-30T23:00:00Z)dnl +define(__upd, 2020-07-17T12:00:00Z)dnl define(__id, 2)dnl include(header.html)dnl -
(Inspired by computing pages of -rms and -Leah Rowe)
+Inspired by the computing page of +rms.
My main computer is a -soon-to-be-librebooted -ThinkPad X200. This is the machine I use the most in or out the -house. I also own and occasionally use a Dell XPS 15 more as a -“Desktop”, and a ThinkPad X220T tablet I use when reading -(and annotating) research papers.
- -I also have the privilege of having access to a fleet of beefy +
My librebooted ThinkPad X200 +computer is the machine I use the most and where I do most of my +computing. I also have the privilege of having access to a fleet of servers through our school's -Computer Science Club, -which I use for some heavier computations every now and -again.
+Computer Science Club that I +use for some more computationally intensive tasks every now and again, +and also for hosting this very website. -I've used a large number of GNU/Linux distributions throughout the
-years, but as of late, my favourite distros are
-Trisquel,
-Guix System, and
-Debian (with no contrib
or
-non-free
). I mostly use the
-GNU Linux-libre kernel.
-Guix System comes with GNU Linux-libre out of the box, and on
-Debian-based distros I install it from jxself's
-APT repository.
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
+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.
I spend most of my time in -GNU Emacs.
+GNU Emacs.TODO: elaborate
-I have an old Nexus 5 I reluctantly use from time to time. It runs -LineageOS+microG without GApps. Sadly it still requires some blobs -for functioning. I can't wait for lxo's -0G to become a -reality fast enough. -:-)
+I took a great amount of inspiration
+from Phil Hagelberg'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
+convenient make
rules to build and publish the site. The
+bibliography of my publications is
+generated from bandali.bib
+using bibtex2html,
+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.