Notes

This is a list of all of the notes I have written which are available for public viewing.


Self-Hosting Google Web Fonts
Introducing google-webfonts-helper

Let’s get this straight: The effort to host Google web fonts on your own server is immense! First of all you need to download all .eot, .woff, .woff2, .ttf and .svg files, then copy them onto your server and finally paste a CSS snippet.

  read this note


Valgrind on Mac OS X 10.10 Yosemite

You want to hack with C and Valgrind on OS X 10.10 Yosemite? Well, you’ll definitely run into problems getting it for your very platform, as there is no official stable release out there yet. Consequentially these is no receipt for Homebrew (which is great anyways, get it!), hence you need to manually build that nifty tool from the latest trunk SVN repository.

  read this note


Extracting Libs from a Node.js Project
Publishing my Metalsmith Plugins

As promised, lets break out my customized plugins I’ve used with metalsmith to build up this site. I had to rename them (see this pull request) in order to be allowed to publish them on metalsmith.io.

  read this note


Hello World

Hello World! You are reading the first published note on my shiny new site. Currently everything feels a bit empty, but I hope I can fill things up with useful information ASAP.

  read this note