-<meta charset="utf-8"/>
-<meta name="viewport" content="width=device-width, initial-scale=1"/>
-<title>How I do my Computing — Amin Bandali</title>
-<link rel="icon" href="/gnu.ico"/>
-<link rel="stylesheet" href="/style.css"/>
+<meta charset="utf-8" />
+<meta name="author" content="bandali" />
+<meta name="viewport" content="width=device-width, initial-scale=1" />
+<title>How I do my Computing — bandali</title>
+<link rel="canonical" href="https://bndl.org/computing.html" />
+<link rel="alternate" href="computing.txt" title="plain text" type="text/plain" />
+<link rel="next" href="fsf-internship-intro.html">
+<style>
+body {
+ line-height: 1.6;
+ max-width: 37.5em;
+ margin: 0 auto;
+ padding: 0 1em;
+}
+details { margin: 1em 0; }
+details summary { cursor: pointer; }
+#copy { font-size: 0.84em; }
+#copy p { padding: 0 2em; }
+h1 + p { color: #666; }
+.box {
+ background: #f8f8f8;
+ border: 1px solid #e6e6e6;
+ border-radius: 4px;
+ font-size: 0.95em;
+ padding: 0.6em 0.9em;
+}
+code.box { padding: 0.4em 0.8em; }
+code, kbd, pre { font-size: 1.2em; }
+@media (prefers-color-scheme: dark) {
+ body { background: #1c1c1c; color: white; }
+ a:link { color: #acdeff; }
+ a:visited { color: #f8f; }
+ a:active { color: #e00; }
+ .box { background: #1b1d1e; border-color: #373c34; }
+}
+</style>