# HG changeset patch # User Steve Losh # Date 1474057437 0 # Node ID f90246443294c51498655a92ce71039c4513a36d # Parent 69108224e7236c73fc0eac2814e37e132322ba69 Update diff -r 69108224e723 -r f90246443294 README.markdown --- a/README.markdown Fri Sep 16 13:55:00 2016 +0000 +++ b/README.markdown Fri Sep 16 20:23:57 2016 +0000 @@ -82,6 +82,7 @@ [zdd]: https://en.wikipedia.org/wiki/Zero-suppressed_decision_diagram [scully]: https://github.com/sjl/scully [cl-d-api]: https://bitbucket.org/sjl/cl-d-api/ +[Learning How to Learn]: https://www.coursera.org/learn/learning-how-to-learn ## June 2016 @@ -1390,3 +1391,10 @@ * Got [Scully][] mostly working with GDL-II (brute-force, random/legal moves only). A good start. +* Started going through the [Learning How to Learn][] Coursera course. Seems + like there are some good ideas but *god damn* is it cheesy. Talk to me like + a human being, not an idiot child who needs fuckin zombies shoved into + everything to keep their attention. +* More [SICP][]. Going through the nondeterministic evaluation section now. + Would be fun to implement some day, but I've got enough projects floating + around at the moment, so I'll just be content with reading it for now.