X-Git-Url: https://git.shemshak.org/gitweb.cgi/~bandali/bndl.org/blobdiff_plain/cc996fd29fdce36be099c1c832b4d005ca12efcd..455bb137ad35a7a856fe058bb1e3e98ec340ba41:/bandali-computing.html diff --git a/bandali-computing.html b/bandali-computing.html new file mode 100644 index 0000000..306e610 --- /dev/null +++ b/bandali-computing.html @@ -0,0 +1,74 @@ +<!DOCTYPE html> +<html lang="en"> + <head> + <meta charset="utf-8" /> + <meta name=viewport content="width=device-width, initial-scale=1" /> + <title>How I do my Computing | Amin Bandali</title> + <meta + name="description" + content="Amin Bandali's Computing" /> + <link rel="stylesheet" href="/style.css" /> + </head> + <body> + <nav><a href="/">bandali.eu.org</a> / bandali-computing.html</nav> + <main> + <h1>How I do my computing</h1> + <p> + (Inspired by computing pages of + <a href="https://stallman.org/stallman-computing.html">rms</a> + and + <a href="https://blog.vimuser.org/leah-computing.html">Leah Rowe</a>) + </p> + + <h3>Computers</h3> + <p> + My main computer is a + soon-to-be-<a href="https://libreboot.org">librebooted</a> + 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. + </p> + + <p> + I also have the privilege of having access to a fleet of beefy + servers through our schoolâs + <a href="https://csclub.uwaterloo.ca/">Computer Science Club</a>, + which I use for some heavier computations every now and + again. + </p> + + <h4>GNU/Linux distros</h4> + <p> + Iâve used a large number of GNU/Linux distributions + throughout the years, but as of late, my favourite distros + are + <a href="https://guix.gnu.org">Guix System</a>, + <a href="https://trisquel.info">Trisquel</a>, and + <a href="https://www.debian.org">Debian</a> (with no + <code>contrib</code> or <code>non-free</code>). + I mostly use the + <a href="https://www.fsfla.org/ikiwiki/selibre/linux-libre/">GNU Linux-libre</a> + kernel. Guix System comes with GNU Linux-libre out of + the box, and on Debian-based distros I install it from + jxselfâs + <a href="https://jxself.org/linux-libre/">APT repository</a>. + </p> + + <h4>Actual computing</h4> + <p> + I spend most of my time inside + <a href="https://www.gnu.org/software/emacs/">GNU Emacs</a>. + </p> + + <h3>Cell phone</h3> + <p> + 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 + <a href="https://www.fsfla.org/ikiwiki/blogs/lxo/pub/0G">0G</a> + to become a reality fast enough :) + </p> + </main> + </body> +</html>