| 1 | <!doctype html> |
| 2 | <html lang="en"> |
| 3 | <head> |
| 4 | <meta charset="utf-8" /> |
| 5 | <meta name="author" content="bandali" /> |
| 6 | <meta name="viewport" content="width=device-width, initial-scale=1" /> |
| 7 | <title>How I do my Computing — bandali</title> |
| 8 | <link rel="canonical" href="https://bndl.org/computing.html" /> |
| 9 | <link rel="alternate" href="bandali-computing.txt" title="plain text" type="text/plain" /> |
| 10 | <link rel="next" href="fsf-internship-intro.html"> |
| 11 | <style> |
| 12 | body { |
| 13 | line-height: 1.6; |
| 14 | max-width: 37.5em; |
| 15 | margin: 0 auto; |
| 16 | padding: 0 1em; |
| 17 | } |
| 18 | details { margin: 1em 0; } |
| 19 | details summary { cursor: pointer; } |
| 20 | #copy { font-size: 0.84em; } |
| 21 | #copy p { padding: 0 2em; } |
| 22 | h1 + p { color: #666; } |
| 23 | .box { |
| 24 | background: #f8f8f8; |
| 25 | border: 1px solid #e6e6e6; |
| 26 | border-radius: 4px; |
| 27 | font-size: 0.95em; |
| 28 | padding: 0.6em 0.9em; |
| 29 | } |
| 30 | code.box { padding: 0.4em 0.8em; } |
| 31 | code, kbd, pre { font-size: 1.2em; } |
| 32 | @media (prefers-color-scheme: dark) { |
| 33 | body { background: #1c1c1c; color: white; } |
| 34 | a:link { color: #acdeff; } |
| 35 | a:visited { color: #f8f; } |
| 36 | a:active { color: #e00; } |
| 37 | .box { background: #1b1d1e; border-color: #373c34; } |
| 38 | } |
| 39 | </style> |
| 40 | </head> |
| 41 | <body> |
| 42 | <h1>How I do my Computing</h1> |
| 43 | <p>by <a href="https://bndl.org"><b>bandali</b></a> |
| 44 | on September 14, 2019 <small>(last update: February 28, 2021) |
| 45 | (also in <a href="bandali-computing.txt">plain text</a>)</small></p> |
| 46 | |
| 47 | <p class="box">inspired by the computing page of |
| 48 | <a href="https://stallman.org/stallman-computing.html">rms</a></p> |
| 49 | |
| 50 | <h2>Computers</h2> |
| 51 | <p>My <a href="https://libreboot.org">librebooted</a> ThinkPad X200 |
| 52 | computer is the machine I use the most and where I do most of my |
| 53 | computing. I also have the privilege of having access to a fleet of |
| 54 | servers through our school's |
| 55 | <a href="https://csclub.uwaterloo.ca">Computer Science Club</a> that I |
| 56 | use for some more computationally intensive tasks every now and again, |
| 57 | and also for hosting this very website.</p> |
| 58 | |
| 59 | <h2>GNU/Linux distribution</h2> |
| 60 | <p>I used a wide variety of distros over the years; but I have since |
| 61 | found <a href="https://trisquel.info">Trisquel</a> to be my favourite |
| 62 | and it's put my "distro-hopping" days behind me. Sometimes I pair it |
| 63 | up with <a href="https://guix.gnu.org">GNU Guix</a>. For the kernel, |
| 64 | I usually use |
| 65 | <a href="https://www.fsfla.org/ikiwiki/selibre/linux-libre/">GNU |
| 66 | Linux-libre</a> from jxself's |
| 67 | <a href="https://jxself.org/linux-libre/">APT repository</a>.</p> |
| 68 | |
| 69 | <h2>Actual computing</h2> |
| 70 | <p>I spend most of my time in |
| 71 | <a href="https://www.gnu.org/software/emacs/">GNU Emacs</a>.</p> |
| 72 | <p>TODO: elaborate</p> |
| 73 | |
| 74 | <h2 id="colophon">Maintaining this site</h2> |
| 75 | <p>The pages of this site are (manually) written in plain HTML using |
| 76 | GNU Emacs. You can run <code class="box">git clone |
| 77 | https://bndl.org</code> in a terminal to get the git repository |
| 78 | containing all the pages of the site and the history of changes to |
| 79 | them.</p> |
| 80 | |
| 81 | <hr /> |
| 82 | <details id="copy"> |
| 83 | <summary>Copyright © 2019, 2020, 2021 bandali</summary> |
| 84 | <p>Copying and distribution of this file, with or without |
| 85 | modification, are permitted in any medium without royalty provided the |
| 86 | copyright notice and this notice are preserved. This file is offered |
| 87 | as-is, without any warranty.</p> |
| 88 | </details> |
| 89 | </body> |
| 90 | </html> |