Category

Technical

6 published entries in this category.

TechnicalMon 26 February 2018

Dynamic Chatbot Logic

I am working on a chatbot platform built on the idea that a working bot can be defined in a single line of text. It handles everything needed for a full-featured chatbot and can deploy bots on (almos…

TechnicalMon 26 February 2018

Bots I Have Built

I have been building chatbots for a few years and thought I would document some of them and their evolution over time. TYMS (Track Your Mental State) TYMS v1 - Built with bottle.py, saved to CSV file…

TechnicalThu 07 July 2016

Optimizing a Dockerfile to reduce layers and size

While converting the primary application I work on to Docker I went through a series of steps to reduce layers and final image size. Here is the process and results: Get the Dockerfile working Use Do…

TechnicalFri 24 June 2016

Docker disk space usage

Something to watch out for: Docker may be using lots of your computer's disk space. All data is written to a grow-only file. On my mac it was at 27 GB from pretty light Docker experimentation. There …