source code for html website at https://zachdecook.com
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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
<link rel="stylesheet" type="text/css" href="shared/mvp/mvp-dark.css"/>
<link rel="stylesheet" type="text/css" href="index2.css"/>

<nav markdown="1">

* [**Songbooks**](https://songs.zachdecook.com)
* [*Resume*](resume)

</nav>
<header markdown="1">

![Rare photo of cold Zach: beard sold separately!](avatar.jpg)

# Zach DeCook

</header>
<main markdown="1">

## Intro

What is a "Zach DeCook"? Most days software developer,
with interests in music, maths, and many other things.
He's best defined by his identity in the Lord Jesus Christ, maybe second-best defined by the projects he spends time on.

## Recent Posts

<section markdown="1">
<aside markdown="1">

### [Using the PinePhone as a Daily Driver](posts/daily-driver)

April 2022

[![SXMO example screenshot](sxmo.jpg)](posts/daily-driver)

</aside>
<aside markdown="1">

### [How I got to contribute to Open-Source during my day job](posts/verovio)

August 2021

Or "Using Verovio on My.Hymnary".

[![Image collage of Hymnary promo video, a score rendered, and a spritesheet](verovio.png)](posts/verovio)
</aside>
<aside markdown="1">

### [My Story of Font Creation](posts/fonts)

February 2021

[![Image collage of various fonts](fonts.png)](posts/fonts)

</aside>
</section>

[more posts](/posts/)

## Selected Projects
<section markdown="1">
<aside markdown="1">

### [MusicDir](http://musicdir.zachdecook.com)

Download CC-licensed music as Alpine Linux packages.

[![Saints share their music.](/musicdir.svg)](http://musicdir.zachdecook.com)

</aside>
<aside markdown="1">

### [Tight Change](posts/tightchange)

Coin-Holding device in card form-factor.

[![Shaking the device won't loose the coins](posts/tightchange/shaking.gif)](posts/tightchange)
</aside>
<aside markdown="1">

### [FossMoji](/fossmoji)

Procedurally generated free software SVGinOT Emoji font

[![A collection of very happy emojis](fossmoji.png)](fossmoji)
</aside>
<aside markdown="1">

### [MIDI hardware projects](posts/ststech)

A collaboration of controllers that I programmed.

[![The "Combo breaker"](posts/ststech.png)](posts/ststech)
</aside>
</section>

## Other Projects

## Things that I use

</main>
<footer markdown="1"><nav markdown="1">

* [Chat with me on XMPP](https://zachdecook.com/chat/?xmpp:zach@zachdecook.com)
* [git.sr.ht repositories](https://git.sr.ht/~earboxer)
* [Librem Social microblogging](https://social.librem.one/@zachdecook)
* [Homepage on Gemini](gemini://gemini.zachdecook.com)

</nav></footer>