shortbrain

Welcome on shortbrain.org. This is the website of the geeky Vincent Demeester.

We are all born ignorant, but one must work hard to remain stupid. — Benjamin Franklin

Latests Posts

  • Back online & shortodoOctober 30, 2011
    Petites notes sur mon retour "en ligne" et une petite introduction sur une petite application en cours de réflexion.
  • Notes 2010-10-06October 6, 2011
    Notes du jour (une sorte de « en vrac quoi »)
  • Notes 2011-09-25September 25, 2011
    Notes du jour (une sorte de « en vrac quoi »)

Content

$ whoami | extend at_shortbrain
vdemeester
    aka Vincent Demeester
    on shortbrain.org
        technical & personal ramblings
        mostly in french (but english is not forbidden)
$ ls | describe_it
posts.html         : list of dated-based posts (like a blog).
pages.html         : list of pages (that are not dated-based).
projects.html      : FIXME list of projects I'm taking part of.
about              : link to my about me website.

How this site is generated

$ git commit # powered by Git.
# […]
$ ghc --make bin/site.hs # powered by Hakyll on top of Haskell.
$ bin/site build
$ bin/site deploy