I didn't exactly build anything in terms of creating anything new. I'm in a phase right now where I'm doing a lot of reading and background research. So I just finished reading Laird's SOAR book[1], and the second volume of Goertzel's <i>Engineering General Intelligence</i>[2]. Now I'm working on finishing Pinker's <i>Words and Rules</i>[3].<p>On the more hands-on front, all I really did was download the source for the various components of OpenCog[4], build them, and get all of that stuff installed. The plan for the next little while is to start playing around with building simple systems with OpenCog and SOAR[5] and gain a deeper understanding of both.<p>So yeah, wish I had something more exciting to talk about, but that's just where things are for me right now.<p>[1]: <a href="https://www.amazon.com/gp/product/0262122960/" rel="nofollow">https://www.amazon.com/gp/product/0262122960/</a><p>[2]: <a href="https://www.amazon.com/Engineering-General-Intelligence-Part-Architecture/dp/9462390290" rel="nofollow">https://www.amazon.com/Engineering-General-Intelligence-Part...</a><p>[3]: <a href="https://www.amazon.com/Words-Rules-Ingredients-Language-Science/dp/0465072704/" rel="nofollow">https://www.amazon.com/Words-Rules-Ingredients-Language-Scie...</a><p>[4]: <a href="https://opencog.org/" rel="nofollow">https://opencog.org/</a><p>[5]: <a href="https://soar.eecs.umich.edu/" rel="nofollow">https://soar.eecs.umich.edu/</a>
Spent the last few nights hacking together a fuzzy parser for a superset of CSS that expands nested rules like SCSS does. First time trying a fuzzy parser; it doesn't know any details of CSS selectors or property values. But it does know about comments and strings so it seems fairly safe. It's working out surprisingly well so far and is around 200 LoC.<p><a href="https://github.com/multiprocessio/cssplus" rel="nofollow">https://github.com/multiprocessio/cssplus</a>
I'm building a monorepo, trying to set it up to be as productive as I can:<p><a href="https://medium.com/@amir_h/what-would-an-optimal-monorepo-look-like-experiment-cb3da478af7" rel="nofollow">https://medium.com/@amir_h/what-would-an-optimal-monorepo-lo...</a>
I personally just released <a href="https://get.mymfa.io" rel="nofollow">https://get.mymfa.io</a>. A platform allowing you to share Multi-Factor Authentication codes safely and easily for Quality Assurance and App Store review processes :)