Passwords are Contagious

I am convinced that passwords are contagious. Despite all advice, passwords are routinely shared in documents and emails. Once there, passwords are easily propogated in backups, file syncing software, email forwarding, etc.

Another pet peeve of mine is committing passwords into software repositories like Git, Mercurial or Subversion (to name …

more ...

Machine Learning Mind Map

Machine learning is a field of study focused on constructing systems that learn and adapt. The field draws on ideas from computer science, artificial intelligence, statistics, neuroscience, mathematics, biology, and others. Below is a mind map that I am developing that reflects my ongoing understanding of machine learning and related …

more ...

Efficient MongoDB queries with R

For a while I have used a variety of relational SQL databases with R, such as PostgreSQL, MySQL, and SQLite. A recent project introduced MongoDB, a popular NoSQL database that stores and indexes JSON-style documents. The data is semi-structured with a rapidly changing collection of fields in the documents.

In …

more ...