Articles

Meta Package ManagerĀ v2.3.0

Last time I mentioned my Package Manager Plugin , it was a simple standalone Python script for BitBar Ā . The BitBar plugin is still actively maintained , but all its core functionalities are now provided by an independent Python module: Meta Package Manager . The latest version, 2.3.0, has recently been released ā€¦
āžŸ Read more


Falsehoods Programmers Believe About FalsehoodsĀ Lists

Inspired by a Hacker News comment, and to perfectly complement the curated list of Awesome Falsehoods Programmers Believe in I maintain on the side, here is a glorious list of metaĀ falsehoods: Falsehoods Falsehoods areĀ true. Falsehoods areĀ false. Falsehoods areĀ universal. Falsehoods do not change withĀ time. Thereā€™s ā€¦
āžŸ Read more

maildir-deduplicate 2.0.0Ā released

Just released maildir-deduplicate v2.0.0! This is a complete refactor which should improve maintainability for the future. It also addresses some shortcomings related to deletionĀ strategies. Read the full changelog here .
āžŸ Read more

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: $ brew install ant $ brew cask install java $ pip install --upgrade ā€¦
āžŸ Read more