In July and August 2015, I spent about 140 hours working on Moccato. They are a subscription service for Nespresso […]
Category Archives: Software
Renaming files recursively in terminal
Wanted to rename all my files ending in .html.slim to .slim, in several subfolders. for file in $(find . -iname […]
Deploying to Dreampress – note to self
If you setup a Dreampress installation with a *.dreamhosters.com temp site. And when you deploy the final domain the links […]
Monitoring Phoenix
For the past month or so, I’ve looked at Elixir and Phoenix with interest. Phoenix is a young framework, still […]
HTTP Get Parameters into Hash in Coffeescript
Nice little snippet.
WordPress and CodeClimate: 1 second thought experiment
After spending the last year-and-a-half working on a new Rails product, and recently succumbing to Code Climate, I took a […]
Ruby Method Autoload
Continuing to study Rails’ source, I quickly had to take a look at the Rack gem, which wraps HTTP requests and […]
Rails Initialization
Here’s an official page describing Ruby on Rails’ initialization process. Whoever has looked at source code for something like Google […]
React.js and software workarounds
The amount of conceptual compromises React.js either addresses or introduces is very high. That, however, is typical, especially in a browser […]
Reordering tabs with keyboard shortcuts on Google Chrome
This Google Chrome extension adds keyboard shortcuts for reordering your browser tabs. Install and restart or open new tabs to […]