summaryrefslogtreecommitdiff
path: root/static/projects.markdown
diff options
context:
space:
mode:
authorrekado <rekado@elephly.net>2015-08-16 05:15:04 +0200
committerrekado <rekado@elephly.net>2015-08-17 22:56:02 +0200
commit0d58b658a63f4ec3e938deffee22763131a816b8 (patch)
tree95f5475f5bb021209f9d239af29d6c58d11c72a0 /static/projects.markdown
parent69b4e3db8cac30029fb94640f30354ac7c338b5b (diff)
Convert articles to skribe format.
Diffstat (limited to 'static/projects.markdown')
-rw-r--r--static/projects.markdown59
1 files changed, 0 insertions, 59 deletions
diff --git a/static/projects.markdown b/static/projects.markdown
deleted file mode 100644
index f64a252..0000000
--- a/static/projects.markdown
+++ /dev/null
@@ -1,59 +0,0 @@
-# Projects
-
-Here is a list of some of the projects that I'm involved with that
-actually might be useful to others.
-
-## Hacking the Wavedrum
-
-I wrote a [series of blog posts](/tags/wavedrum.html) in which I
-document my efforts to understand and possibly manipulate the firmware
-of Korg's Wavedrum. The PCB is easily accessible and exposes big
-connector pads as well as a microSD card---an invitation to play with
-the hardware.
-
-The [project page](/wavedrum/index.html) is the best place to get an
-overview and to see the current status. It contains links to the
-sources of any software artifacts I create in the process.
-
-
-## GNU Guix
-
-[GNU Guix](http://gnu.org/s/guix) is a novel package manager for
-[GNU systems](http://gnu.org). In Guix a package is treated as a pure
-function whose output is fully described by its inputs (its
-dependencies). I'm packaging lots of bioinformatics software when I'm
-in the office and audio tools when I'm off work.
-
-
-## Libertree
-
-[Libertree](http://libertreeproject.org) is a collection of software
-to build social networks. The core components include a web frontend
-application and an XMPP backend component that will work with any
-regular XMPP server.
-
-![The Libertree logo](/images/libertree-logo.png)
-
-If you want to test Libertree, request an invitation to [my server](https://oak.elephly.net) by sending an email to <span class="obfuscated">mjcfsusffAfmfqimz/ofu</span>.
-
-You can also run Libertree on your own server if you wish. The code for all components is hosted on [github](https://github.com/Libertree). Refer to the [installation
-documentation](https://github.com/Libertree/libertree/blob/master/INSTALLATION.md)
-or use the [installer](https://github.com/Libertree/libertree/blob/master/installer/install). If you need help, just ask in our chat channel ([#libertree](http://webchat.freenode.net/?channels=libertree) on Freenode).
-
-I'm currently working on turning Libertree into a [pubsub service](http://xmpp.org/extensions/xep-0060.html).
-Here is [a collection of public announcements](https://oak.elephly.net/s/rekado/announce) I made on Libertree.
-
-
-## SoundCLI
-
-[SoundCLI](/soundcli.html) is a SoundCloud client for the console. Check out
-the [project page](/soundcli.html) for more information.
-
-
-## LV2 plugins
-
-I have ported two VST instruments to the LV2 plugin framework, because I missed
-them after my move to GNU/Linux.
-
-- [mda EPiano](/lv2/mdaepiano.html)
-- [mda Piano](/lv2/mdapiano.html)