I've decided to Switch this site to another static site generator:
Wintermith.
I won't go over the reasons
why static site generators are awesome (or harmful) for simple websites and blogs.
This site used to be powered by Hyde, an SSG written in python.
This post will describe the reasons why I decided to drop Hyde in favour of Wintersmith.
read more
Several months ago, the CSS working group discussed the issue of the -webkit prefix monopoly and the fact
that developers usually don't bother adding other prefixes.
As a result, browser vendors considered using -webkit as the only vendor prefix and thus
dropping their own prefixes (ie: -moz, -o, -ms,...).
This suggestion caused an uproar in
the web
community.
read more
When Installing node.js on Debian you have two options:
- Compiling it from source if you need the latest version of node.js
- Installing it the Debian Way using the node.js package
available in the official Debian Sid (unstable) repo.
This post will describe how to install node.js from Debian's package manager.
read more