Monthly Archives: July 2013

Twik: a tiny language for Go

As part of one of the projects we’ve been pushing at Canonical, I spent a few days researching about the possibility of extending a compiled Go application with a tiny language that would allow expressing simple procedural logic in a … Continue reading

Posted in Architecture, Design, Go, Project, Snippet | 3 Comments

House decoration by Epson

I bought an Epson multi-functional printer last weekend, and now I have a big and expensive furniture for the house. This is what one gets into when buying an Epson printer:

Posted in Other | 5 Comments

Reference strepr implementation

In an effort to polish the recently released draft of the strepr v1 specification, I’ve spent the last couple of days in a Go reference implementation. The implemented algorithm is relatively simple, efficient, and consumes a conservative amount of memory. … Continue reading

Posted in Design, Erlang, Go, Java, Lua, MongoDB, Perl, Project, Python, Ruby, Security, Snippet | 2 Comments