Retro collection just acquired a more recent, not-so-retro, addition (2008 Mac Pro 8 core)

Having grown up with 8 bit computers, starting with an Atari VCS and then a Sinclair ZX Spectrum, I find it fascinating that decades later there’s an increasing level of interest in computers from the 80s and 90s with thriving online communities, podcasts and even meetup groups of enthusiasts who get together to discuss the …

Node.js and Mongoose: connection hanging on find()

Following this tutorial to build a simple REST api on Node.js with Express, attempting to retrieve all docs from my MongoDB gave these errors: 2016-05-19T20:10:47.311-0700 [initandlisten] connection accepted from 127.0.0.1:52053 #4 (2 connections now open) 2016-05-19T20:10:47.325-0700 [conn4]  authenticate db: nodetest { authenticate: 1, user: “”, nonce: “xxx”, key: “xxx” } 2016-05-19T20:10:47.336-0700 [conn4] Failed to authenticate …