Commit | Line | Data |
---|---|---|
7808cfc7 AB |
1 | <!doctype html><html lang="en"><head> |
2 | <meta charset="utf-8" /> | |
3 | <meta name="author" content="bandali" /> | |
4 | <meta name="viewport" content="width=device-width, initial-scale=1" /> | |
5 | <title>How I do my computing — bandali</title> | |
6 | <link rel="icon" href="data:,"> | |
7 | <link rel="canonical" href="https://bndl.org/computing" /> | |
8 | <link rel="alternate" href="bandali-computing.txt" title="plain text" type="text/plain" /> | |
9 | <style> | |
10 | body{line-height:1.6;padding:0 2em;}p{max-width:37.5em} | |
11 | h1 + p{color:#666} | |
12 | .box{background:#f8f8f8;border:1px solid #e6e6e6;border-radius:4px; | |
13 | font-size: 0.95em;padding: 0.6em 0.9em;} | |
14 | #copy,#license{font-size:0.84em;line-height:1.3;} | |
15 | #copy{margin-bottom:0.5em}#license{margin-top:0.5em} | |
16 | @media(prefers-color-scheme:dark){body{background:#1c1c1c;color:white;} | |
17 | a:link{color:#acdeff}a:visited{color:#f8f}a:active{color:#e00} | |
18 | .box{background:#1b1d1e;border-color:#373c34;}} | |
19 | </style></head> | |
20 | <body> | |
21 | <h1>How I do my computing</h1> | |
22 | <p>by <a href="https://bndl.org"><b>bandali</b></a> | |
23 | on September 14, 2019 <small>(last update: February 28, 2021) | |
24 | (also in <a href="bandali-computing.txt">plain text</a>)</small></p> | |
25 | ||
26 | <p class="box">inspired by the computing page of | |
27 | <a href="https://stallman.org/stallman-computing.html">rms</a></p> | |
28 | ||
29 | <h2>Computers</h2> | |
30 | <p>My <a href="https://libreboot.org">librebooted</a> ThinkPad X200 | |
31 | computer is the machine I use the most and where I do most of my | |
32 | computing. I also have the privilege of having access to a fleet of | |
33 | servers through our school's | |
34 | <a href="https://csclub.uwaterloo.ca">Computer Science Club</a> that I | |
35 | use for some more computationally intensive tasks every now and | |
36 | again.</p> | |
37 | ||
38 | <h2>GNU/Linux distribution</h2> | |
39 | <p>I used a wide variety of distros over the years; but I have since | |
40 | found <a href="https://trisquel.info">Trisquel</a> to be my favourite | |
41 | and it's put my "distro-hopping" days behind me. Sometimes I pair it | |
42 | up with <a href="https://guix.gnu.org">GNU Guix</a>. For the kernel, | |
43 | I usually use | |
44 | <a href="https://www.fsfla.org/ikiwiki/selibre/linux-libre/">GNU | |
45 | Linux-libre</a> from jxself's | |
46 | <a href="https://jxself.org/linux-libre/">APT repository</a>.</p> | |
47 | ||
48 | <h2>Actual computing</h2> | |
49 | <p>I spend most of my time in | |
50 | <a href="https://www.gnu.org/software/emacs/">GNU Emacs</a>.</p> | |
51 | <p>TODO: elaborate</p> | |
52 | ||
53 | <hr /> | |
54 | <p id="copy">Copyright © 2019, 2020, 2021 bandali</p> | |
55 | <p id="license">Copying and distribution of this file, with or without | |
56 | modification, are permitted in any medium without royalty provided the | |
57 | copyright notice and this notice are preserved. This file is offered | |
58 | as-is, without any warranty.</p> | |
59 | </body> | |
60 | </html> |