i don’t know much about anything.
you can find me on:
- GitHub, where i offer my labour for free, because i’m a leftist and do not know how markets work,
- my blog, where I talk about tech (eww) and other things, and
- my website, where you find instructions on how to offer me money for my labour to restore the capitalist karmic balance.
a cheating quine
#!/bin/sh
cat <<EOF
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<link rel="icon" href="data:;base64,iVBORw0KGgo=">
<title>.-.</title>
<style>
body {
background-color: #cdd6f2;
}
.content {
width: 500px;
margin: auto;
margin-top: 3em;
font-size: 1.2rem;
}
pre {
background-color: #fff;
overflow-y: scroll;
}
</style>
</head>
<body>
<div class="content">
<p>i don’t know much about anything.</p>
<p>you can find me on:</p>
<ul>
<li><a href="https://github.com/hellerve">GitHub</a>, where i offer my labour for free, because i’m a leftist and do not know how markets work,</li>
<li><a href="https://blog.veitheller.de">my blog</a>, where I talk about tech (<i>eww</i>) and other things, and</li>
<li><a href="https://veitheller.de">my website</a>, where you find instructions on how to offer me money for my labour to restore the capitalist karmic balance.</li>
</ul>
<details>
<summary>a cheating quine</summary>
<pre><code>
$(cat $0 | sed 's/&/\&/g; s/</\</g; s/>/\>/g; s/"/\"/g; s/'"'"'/\'/g')
</code></pre>
</details>
</div>
</body>
</html>
EOF