Articles

How-to initialize Cassandra in macOS?

A little note on how I setup and bootstrap a local Cassandra clusters on macOS machines for development. Instructions below were tested on macOS Sierra, and aim to spawn a 3-nodes 2.1.x cluster. Install ccm and its dependencies: 1 $ brew install ant 2 $ brew cask install java 3 …
➟ Read more

How-to initialize PostgreSQL in OS X?

A little note on how I setup and bootstrap local PostgreSQL databases on OS X machines. Instructions below were tested on OS X El Capitan, and target the 9.4.x series of PostgreSQL. Install and setup PostgreSQL: 1 $ brew update 2 $ brew install postgresql94 ossp-uuid 3 4 $ mkdir -p …
➟ Read more

Package Manager v1.3 BitBar plugin

Only a couple of days since the release of v1.0 , and here is Package Manager v1.3  ! This version now supports: Python’s pip, Ruby’s gem, Node.js’s npm and Atom’s apm. Kudos to @tresni and @keithamus for their contributions! :)
➟ Read more

Package Manager plugin v1.0 for BitBar

I just released Package Manager v1.0 , a plugin for BitBar , which centralize both Homebrew and Cask available updates under a unique menu entry: The plugin, which started its life with my dotfiles, now lives in the official BitBar plugins repository.
➟ Read more

Plumage 0.8 released

I just released version 0.8 of my Plumage theme for Pelican. Main change is the removal of grabicon.com in favor of the free Favicon Finder web service, and clean-up around the google analytics tracking code. Both changes may require some minor adjustments in your config. For more details …
➟ Read more