site

bvnf.space sources
Log | Files | Refs

index.html (2653B)


      1
      2
      3
      4
      5
      6
      7
      8
      9
     10
     11
     12
     13
     14
     15
     16
     17
     18
     19
     20
     21
     22
     23
     24
     25
     26
     27
     28
     29
     30
     31
     32
     33
     34
     35
     36
     37
     38
     39
     40
     41
     42
     43
     44
     45
     46
     47
     48
     49
     50
     51
     52
     53
     54
     55
     56
     57
     58
     59
     60
     61
     62
     63
     64
     65
     66
<!DOCTYPE html>
<html lang="en">
	<head>
		<meta charset="utf-8" />
		<meta name="viewport" content="width=device-width, initial-scale=1" />
		<link rel="me" href="https://fosstodon.org/@phoebos" />
		<title>ben's space</title>
		<link rel="stylesheet" href="style.css" type="text/css" />
		<link rel="icon" href="data:image/gif;base64,R0lGODlhEAAQAPH/AAAAAP//AAD/AP8AACH/C0NSTkcAAAAAMS4wSAAAAAIwPwAAAAJATwAAAAJQXwAAAAJgbwAAAAJwfwAAAAKAjwAAAAKQnwAAAAKgrwAAAAKwvwAAAALAzwAAAALQ3wAAAALg7wAh+QQF//8EACwAAAAAEAAQAAACOJQFqTp9j5p00IApq8X0rTtBSQCQYIeUZGBmh7qyp8fGpGvV8PyqPt9bJUKiBUYT4SBPRMuH0SgAADs="/>
	</head>
	<body>
		<header><nav>
		<a>[Home]</a>
		<a href="blog/">[Blog]</a>
		<a href="//git.bvnf.space/">[Git]</a>
		<a href="books/">[Books]</a>
		</nav></header>
		<h1>Hello, world</h1>
		<p>
		I am currently a physics student at uni, and my interests include:
		<ul>
			<li>Linux and other UNIXes (notably
				<a href="https://kisslinux.org/">KISS Linux</a> and
				<a href="//www.openbsd.org/">OpenBSD</a>)
			</li>
			<li>Programming (currently learning C by means of writing
				<a href="//git.bvnf.space/bore/">bad code</a> in it)
				<br />
				- in particular, writing and using <em>simple</em> and <em>portable</em> (POSIXy) programs</li>
			<li>Classical Greek, especially tragedy and Old Comedy</li>
			<li>Physics, particularly quantum and condensed matter</li>
			<li>Classical Romantic music</li>
		</ul>
		</p>

		<h3>contact</h3>
		<ul>
			<li>email, xmpp, finger: <code>ben [at] bvnf [dot] space</code></li>
			<li>pgp: <a href="key.txt">key.txt</a></li>
			<li>omemo: <a href="omemo.txt">omemo.txt</a></li>
			<li>irc: <code>phoebos</code></li>
		</ul>

		An equivalent way to <a href="https://man.openbsd.org/man1/finger.1">finger(1)</a> me is:
		<blockquote><code>$ printf "ben\r\n" | nc bvnf.space 79</code></blockquote>

		<h3>links</h3>
		<p>
		I put more content on my gemini server, which can be accessed <a href="gemini://bvnf.space/">here</a>.<br />
		You can also:<br />
		- read some <a href="books/">books</a><br />
		- view my list of <a href="bookmarks.html">interesting websites</a><br />
		- download some <a href="/pub/">tarballs</a><br />
		- read some <a href="/logs/">IRC logs</a><br />
		- look at an <a href="//kiss.bvnf.space/">archive of the KISS website</a><br />
		- browse <a href="misc/">miscellaneous stuff</a>
		</p>
		<br />
		<hr />
		<footer>
			The content on this site, unless otherwise specified, has been
			dedicated into the public domain. If you need a "license", please
			refer to <a rel="license" href="http://creativecommons.org/publicdomain/zero/1.0/">CC0</a>.
		</footer>
	</body>
</html>