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 ...

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 ...