Serie of retro social media propaganda posters, by the brazilian ad agency Moma Propaganda. Continue Reading
Simple generating XML in Erlang Using xmerl
Here’s a quick example of how to build XML documents in Erlang using xmerl. The basic idea is to first transform your data into xmerl’s “simple” format of tagged tuples and then use xmerl:export_simple to generate the XML. Continue Reading
etc snapshots with git
You can track your /etc directory with git, and have apt update it automatically each time a package is installed. Continue Reading
Querying Riak Just Got Easier – Introducing Secondary Indices
Secondary Indices fundamentally change data modeling in Riak.
Model one-to-one, one-to-many, or many-to-many relationships simply and efficiently. Continue Reading
Bash Completion on Mac OS X
One of the many nifty features of bash is that it provides context-sensitive completion, but for some reason this capability isn’t part of the bash that ships with Mac OS X. Continue Reading
flash socket policy-file-request in Erlang
This Erlang version is pretty much a straight translation of this perl-flavoured socket policy file to give credit where it’s due Continue Reading
ssh daemon on Android with dropbear
The following procedures have been tested on my Motorola milestone with CyanogenMod v7. Continue Reading
Upgrade postgresql-8.3 to postgresql-9.0
Howto upgrade your postgresql-8.3 to postgresql-9.0 Continue Reading

Comments