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
|
(post
:title "Free software and music"
(h1 [Free software and music])
(p [My name is rekado and I’m currently working as a programmer and
,(ref "http://gnu.org" "GNU/Linux") server administrator. I
enjoy writing ,(ref
"https://www.fsf.org/about/what-is-free-software" "Free
Software"). You can find some of ,(ref "http://git.elephly.net"
"my code here") or on ,(ref "http://github.com/rekado" "Github").
At night I’m a musician. I play the ,(ref "http://stick.com"
"Chapman Stick"). Some of my recordings and performances can be
found on ,(ref "http://soundcloud.com/rekado" "SoundCloud") or on
,(ref "http://i.youku.com/u/UMTc2MDI3NDc2" "Youku").])
(p [You can contact me via email at ,(email "rekado@elephly.net").
Please use ,(ref "/rekado.pubkey" "my public key") when writing
me email. If you don’t know much about encrypting email, please
take a look at the ,(ref "https://emailselfdefense.fsf.org"
"email self-defense website") by the ,(ref "http://fsf.org" "Free
Software Foundation").])
`(h2 ,(ref "/posts" "Blog")
(a (@ (href "feed.xml"))
(img (@ (class "feed-icon")
(src "/images/feed.png")
(alt "subscribe to atom feed")))))
(p [On occasion I write articles. Here’s the ,(ref
"/posts/latest.html" "latest article"). I recommend the series
of posts on ,(ref "/tags/wavedrum.html" "hacking the
Wavedrum").])
(h2 [,(ref "/projects.html" "Projects")])
(ul
(li [,(ref "/wavedrum/index.html" "Wavedrum stuff")])
(li [I was one of the founding members of
,(ref "http://libertree.org/" "Libertree") and wrote lots of
code for it. I have since stopped contributing, but Pistos
continues to work on Libertree.])
(li [,(ref "/soundcli.html" "SoundCLI"), a command line interface
for streaming music from SoundCloud.])
(li [I ported some VST instruments (,(ref "/lv2/mdapiano/index.html"
"mda Piano") and ,(ref "/lv2/mdaepiano/index.html" "mda
EPiano")) to the LV2 plugin framework.]))
(h2 [Ecology])
(p [Currently (with some interruptions), I’m studying toward a
Bachelor of Applied Science via distance learning at the ,(ref
"http://www.openpolytechnic.ac.nz" "Open Polytechnic"). Some of
my ,(ref "/ecology.html" "writings on ecology can be found in
this section").])
(h2 [Weird stuff])
(ul
(li [,(ref "/elephly.html" "The Elephly")])
(li [,(ref "/fur-man.html" "Fur man")])))
|