Fixing 'Adobe Flash Player was blocked because it is out of date' under Debian
After updating Chromium to version 59 under Debian 64 I was getting a message saying that 'Adobe Flash Player was blocked because it is out of date' whenever I opened a site with Flash content.
Installing Acrobat Reader on Ubuntu 14.04
Yesterday I was generating some PDFs with attachments in Java and needed to check if the attachments were really there.
LitePub Now Supports Drafts and Tags
In the previous couple of days I've been working on two new features for LitePub: drafts and tags.
A Lightweight Static Blog Generator in Go
From its start, this blog had been a custom built website using a combination of Jade for templates and Markdown for posts that were then generated to static HTML files by Harp.
Running CasperJS Scripts in Docker Containers
I used to run the casperbox.com service (now shut down) that enabled to run CasperJS scripts online. For security reasons, each script was run in a separate Docker container.
My Amazon Affiliate Experiment: A Sequel
In the previous post I wrote about building a website to help people decide what to buy using the Amazon product advertising API.
My Amazon Affiliate Experiment
On Mar 8, 2015, inspired by reading about affiliate marketing, I came up with an idea that it couldn't be so difficult to earn money this way.
Building an Event Store in Node.js
As I quite like the idea of event sourcing I decided to build a simple event store in Node.js.