add custom python3 'serve' script based on http.server
[~bandali/bndl.org] / bandali-computing.txt
1 How I do my computing
2 ---------------------
3
4 inspired by the computing page of rms:
5 https://stallman.org/stallman-computing.html
6
7
8 COMPUTERS
9
10 My librebooted[1] ThinkPad X200 computer is the machine I use the
11 most and where I do most of my computing. I also have the privilege
12 of having access to a fleet of servers through our school's Computer
13 Science Club[2] that I use for some more computationally intensive
14 tasks every now and again.
15
16 [1] https://libreboot.org
17 [2] https://csclub.uwaterloo.ca
18
19
20 GNU/LINUX DISTRIBUTION
21
22 I used a wide variety of distros over the years; but I have
23 since found Trisquel[3] to be my favourite and it's put my
24 ``distro-hopping'' days behind me. Sometimes I pair it up with
25 GNU Guix[4]. For the kernel, I usually use GNU Linux-libre[5]
26 from jxself's APT repository[6].
27
28 [3] https://trisquel.info
29 [4] https://guix.gnu.org
30 [5] https://www.fsfla.org/ikiwiki/selibre/linux-libre/
31 [6] https://jxself.org/linux-libre/
32
33
34 ACTUAL COMPUTING
35
36 I spend most of my time in GNU Emacs[7].
37
38 [7] https://www.gnu.org/software/emacs/
39
40 TODO: elaborate
41
42
43 -*-
44
45 Copyright (c) 2019, 2020, 2021 bandali
46
47 Copying and distribution of this file, with or without modification,
48 are permitted in any medium without royalty provided the copyright
49 notice and this notice are preserved. This file is offered as-is,
50 without any warranty.
51
52 updated: 2021-02-28
53 published: 2019-09-14