now in ocaml

This commit is contained in:
2022-08-29 21:04:10 -06:00
commit 7d38de6435
27 changed files with 724 additions and 0 deletions

63
html/philosophy.html Normal file
View File

@@ -0,0 +1,63 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Rawley.xyz, Rawley Fowler's software fundamentalist philosophy">
<title>rawley.xyz/philosophy</title>
<link href="/static/index.css" rel="stylesheet">
<style>
h4 {
font-size: 1.2em;
}
h5 {
font-size: 1em;
}
i:before, i:after {
content: "`";
}
</style>
</head>
<body>
<header>
<h1>
<a href="/">/home/rawley.xyz</a>
</h1>
<nav>
<li>
<a href="/blog">blog</a>
</li>
<li>
<a href="/resume">resume</a>
</li>
<li>
<a href="/philosophy">philosophy</a>
</li>
<li>
<a href="/web-ring">web ring</a>
</li>
</nav>
</header>
<main>
<h3>Philosophy</h3>
<p>
Post early 2000's software is bloated, rights infringing, centralized and political.
Long gone are the days of individual software freedom, and individual invention.
The world has changed, and the world has fallen victim to the one and only thing that
could possibly destroy freedom. Corporatist consumerism.
</p>
</main>
<footer>
<hr>
<p>
Copyright &copy; Rawley Fowler 2022
</p>
<p>
<b>Disclaimer</b>: All opinions on this site, are that of my own. They do not
reflect the opinions of any of my employers; past, present, or future.
</p>
</footer>
</body>
</html>