Serie of retro social media propaganda posters, by the brazilian ad agency Moma Propaganda. Read More
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. Read More
etc snapshots with git
You can track your /etc directory with git, and have apt update it automatically each time a package is installed. Read More
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. Read More
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. Read More
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 Read More
ssh daemon on Android with dropbear
The following procedures have been tested on my Motorola milestone with CyanogenMod v7. Read More
Upgrade postgresql-8.3 to postgresql-9.0
Howto upgrade your postgresql-8.3 to postgresql-9.0 Read More

Comments