# HG changeset patch # User Steve Losh # Date 1510424032 18000 # Node ID e6c8e67ea6807b33edf851926b019cfc999d1a82 # Parent 30cf47d25a29901901e6f819deedfc32ec34b28f Update diff -r 30cf47d25a29 -r e6c8e67ea680 README.markdown --- a/README.markdown Sat Nov 11 13:09:12 2017 -0500 +++ b/README.markdown Sat Nov 11 13:13:52 2017 -0500 @@ -30,6 +30,7 @@ [Sketch]: https://github.com/vydd/sketch [surreal numbers]: http://www.amazon.com/dp/0201038129/?tag=stelos-20 [temperance]: https://bitbucket.org/sjl/temperance/ +[deploy]: https://shinmera.github.io/deploy/ [hackerbox24]: https://hackerboxes.com/collections/frontpage/products/hackerbox-0024-vision-quest # January 2017 @@ -381,3 +382,8 @@ * Read more [Lisp][lisp3e]. * Wrote a little Lisp program to calculate ideal padding for hanging two rows of different-sized photos so that they'll match up. +## 2017-11-11 + +* Realized that switching to [Deploy][] to build my [magitek][] lib fucked up + the random state generation, and fixed it. This bites me *constantly* in Lisp + and I hate it.