-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
32 lines (32 loc) · 1.21 KB
/
index.html
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
<!DOCTYPE html>
<html>
<head>
<title>John Lloyd, bitminer</title>
<link rel="stylesheet" type="text/css" href="/css/main.css">
</head>
<body>
<nav>
<ul>
<li><a href="/">Home</a></li>
<!-- <li><a href="/about">About</a></li> -->
<!-- <li><a href="/cv">CV</a></li> -->
<li><a href="/on/on.html">OpenBSD Numerics</a></li>
<li><a href="/on/li.html">Linux</a></li>
</ul>
</nav>
<div class="container">
<div class="blurb">
<h1>OpenBSD explorations</h1>
<p>I started bitminer wayy before the cryptocurrency fashionistas took over the word. Now it's here on github. It's about mining bits for information and understanding.</p>
<p>The starting project is getting various numerical tools tested and working (sometimes fixed, sometimes new ports) on OpenBSD.
I use a cosmological simulation <a href="https://github.com/yuhaoran/cafproject"> CUBE</a> as a codebase for integration with OpenBSD.</p>
</div><!-- /.blurb -->
</div><!-- /.container -->
<footer>
<ul>
<li><a href="mailto:[email protected]">email</a></li>
<li><a href="https://github.com/j-bm">github.com/j-bm</a></li>
</ul>
</footer>
</body>
</html>