-
Since Before the Turn of the Century
A reflection upon my career to date – a more poetic take on my CV than the prose of my resumé – as viewed through the lens of the JavaScript langauge .
-
Local DNS Resolution Mystery ... RESOLVED !!
I’d been having trouble getting
/etc/hosts
to consistently resolve a DNS entry on OS X in all the ways that are are important to me. -
Optimizing Socket.io Performance with Binary Mode
Sure, there was a bit of data munging & aggregation going on, but it was essentially just a pub/sub pass-thru … so why couldn’t the Server keep up?
-
Virtualizing Windows XP
Rather than try and write it all up as a single Blog Post, I’ve created a Git repo with all of my learnings.
-
Filling in the Gaps after Installing a Binary Ruby with rvm
When we stop building Ruby from source every time, we also stop auto-installing the binary dependencies.
-
Life in the Promise Land
Our library of choice is bluebird, which is – as it claims – a highly performant implementation of the Promises/A+ standard.
-
One Line Fix: Wordpress and GitHub's SSL Cipher
Apparently at some point on Tuesday, GitHub had switched something over in its SSL termination. Until I fix this, my blog is kinda toast.
-
A Weekend of Craft, Theatre, and Technical Meltdowns
A rather odd mix of side-projects and Ops-related chaos.
-
delayedCallback(function(){ ... }, delay);
In my opinion, this code snippet captures the most powerful aspects of ECMAScript.