Feb 11, 2017
How to use nix-copy-closure, step by step

The missing manual on how to sign your packages and use the nix-copy-closure as a real alternative to do your deployments.

nix deployments nixos packaging



Apr 11, 2013
CherryPy 101 - Method Dispatcher

A CherryPy example focused on the method dispatcher, the example is an implementation of the exposed Github gists api "/gists".

cherrypy webdev python

Apr 9, 2013
CherryPy 101

Simple example with cherrypy, focused on the default dispatcher.

cherrypy webdev python