k
-
My experiments with the LLVM and the compiler
that came out of it.
06 Jul 2010
Writing a compiler with LLVM
-
How to store, set and remove your
bookmarks in uzbl.
19 Jun 2010
Bookmarks in uzbl
-
Today I present my command plugin, which enables
you to define your own vim-like commands.
19 Jun 2010
Adding commands to uzbl
-
Don't trust me, try it for yourself!
16 Jun 2010
Best ... browser ... ever!
-
Heute mal auf deutsch:
Worüber mein Proseminar ging und was dabei rauskam.
08 Jun 2010
Objektorientierung in OCaml
-
My efforts to get myself to backup more regularly.
04 Apr 2010
Creating a backup warning system
-
How i made my awesome a bit more awesome ;-)
02 Apr 2010
Pimping awesome
-
Just a little summary of my internship that
is currently going on.
14 Mar 2010
ConQAT
-
Non-nerds explain IRC. Hilarious ;-)
08 Mar 2010
IRC fun
-
In an effort to bring the stuff from my old "blog" back to liff, I ported some articles, including this one about my .vimrc and why it rocks.
20 Dec 2009
My .vimrc
-
In an effort to bring the stuff from my old "blog" back to liff, I ported some articles, including this one about how to make gvim behave nicely under Windows.
20 Dec 2009
gvim under Windows
-
In an effort to bring the stuff from my old "blog" back to liff, I ported some articles, including this one about how to make aspell 0.60 work under Windows.
20 Dec 2009
Aspell under Windows
-
I'm really fond of these state machines... I love state machines. Staty, staty, state machines.
03 Dec 2009
Inside the Joker
-
This time it's all about how to disable that annoying bell sound you sometimes get (and this time for sure)!
11 Nov 2009
Jingle Bells, Jingle Bells...
-
This is a small wrapup of C extensions that recapitulates most of the points I made in the looooong posts before by just showing off Joker's project directory.
11 Nov 2009
Ruby C Extension Wrapup
-
In the last real part of the saga, I explore how to efficiently deploy your gems (i.e. one command does it all ;-)
01 Nov 2009
Ruby C Extensions Part 8: Deployment
-
This time, an evil wizard forces me to write tests for my code, which leads to a nice invention.
30 Oct 2009
Ruby C Extensions Part 7: Testing
-
This time it's all about the definition of C functions that map to Ruby functions and argument checking in C.
29 Oct 2009
Ruby C Extensions Part 6: Defining Functions
-
Today I explore how to write your extension C code and how to integrate it with Ruby.
28 Oct 2009
Ruby C Extensions Part 5: Implementation and Interfacing
-
A great quote from Evelyn Beatrice Hall.
27 Oct 2009
A Great Quote
-
How to make Vim behave correctly with Liquid syntax highlighting tags in Markdown files when using Jekyll.
25 Oct 2009
Liquid, Markdown, Vim and Jekyll
-
A little interlude about how to mix Jeweler and rake-compiler.
25 Oct 2009
Jeweler - rake-compiler Interlude
-
Our hero finds a useful companion after having escaped the first part of the wild maze he got himself into last time.
22 Oct 2009
Ruby C Extensions Part 4: rake-compiler
-
Advancing further and further, obstacles soon start to present themselves.
21 Oct 2009
Ruby C Extensions Part 3: Directory Structure and extconf.rb
-
Continuing yesterday's post, I explore the subtleties of crossing the border from Ruby gem land to Ruby C extension land.
19 Oct 2009
Ruby C Extensions Part 2: Documentation vs Diving
-
The beginnig of an epic tale about how to write a Ruby C extension.
18 Oct 2009
Ruby C Extensions Part 1: Toolchain