Articles

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: $ brew update $ brew install postgresql94 ossp-uuid $ mkdir -p ~/Library/LaunchAgents $ cp /usr …
➟ 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

maildir-deduplicate 1.1.0 released

Just released maildir-deduplicate v1.1.0! Major change is, in addition of Python 2.7, support of Python 3.4 and 3.5. Because of the low unit-test coverage I’m not certain it is properly working on Python 3.x. So please send me pull-requests to improve the situation …
➟ Read more