2014 (section)
December 2014
-
▸
Python's venv problem with ensurepip in Ubuntu
Fix for Python 3.4 venv issues on Ubuntu 14.04. Workaround involves creating venv without pip first, then manually installing pip using get-pip.py bootstrap script.
September 2014
-
▸
Sending POST/PUT requests, with JSON form body, in Node.js
Shows how to send POST/PUT requests with JSON body in Node.js using the http module. Covers setting Content-Type header and proper Content-Length for JSON.stringify payloads.
March 2014
-
▸
Node.js - modules and exports
Understanding Node.js module system - explains the difference between module.exports and exports, and why reassigning exports breaks the reference to module.exports.
January 2014
-
▸
Bad UI Design - Twitter Account page
Documents a frustrating UI issue in Twitter's account settings page where the Save button was missing, preventing profile updates in Chrome on Ubuntu.
-
▸
Un-hiding Menu Bar in Sublime Text 3 - Ubuntu
How to restore the hidden menu bar in Sublime Text 3 on Ubuntu by editing the Session.sublime_session file and setting menu_visible to true.