blob: fda866db6517a0bd509486675e03b0dcd80ad978 (
plain)
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
|
---
template=post
title=Just some things~
style=/styles/post.css
style=things.css
---
living pages for my projects and their various states of dissary. This section
is not part of the Atom Feed, but project updates published in
<a href="/words/">words/</a> are.
\<i>slowly populating this while I pick up and set down projects of various age.</i>
[@paragraphs off]
<section id="things">
<section id="memoryleak" class="profile">
<div class="profile-heading">
<img src="memoryleak/images/ddr2_closest.png"
alt="a broken stick of ddr2 ram. one of the memory chips is cracked and peaking open" />
<h2><a href="memoryleak/">@memoryleak</a></h2>
<h3>was</h3>
</div>
<p>
An experiment in gradual decay. A virtual machine. A bot on the fediverse.
</p>
</section>
<section id="sitiwera" class="profile">
<div class="profile-heading">
<img src="sitiwera/out.png" alt="" />
<h2><a href="sitiwera/">sitiwera</a></h2>
<h3>will be</h3>
</div>
<p>
A single tile weather radar service offering static and animated images.
</p>
</section>
<section id="colorsquash" class="profile">
<div class="profile-heading">
<img src="colorsquash/rena_square.gif" alt="" />
<h2><a href="colorsquash/">colorsquash</a></h2>
<h3>is</h3>
</div>
<p>
A color quantization program and Rust crate. Useful as an artistic tool.
</p>
</section>
<section id="corgi" class="profile">
<div class="profile-heading">
<img src="corgi/corgi_black.png" class="light" alt="a crude line-drawing of a corgi's head" />
<img src="corgi/corgi_white.png" class="dark" alt="a crude line-drawing of a corgi's head" />
<h2><a href="corgi/">corgi</a></h2>
<h3>is</h3>
</div>
<p>
A simple to deploy, conventional CGI server.
</p>
</section>
</section>
|