Short-intermezzo-for-lazy-bloggers

You know I'm working on a blog in Bogart.js and CouchDB. Recently I sumbled on the Markov Chain. Lets make use of that in this project.

A Markov chain is collection of random variables {X_t} (where the index t runs through 0, 1, ...) having the property that, given the …

Continue reading »

Lets-make-more-blogs

This is part 2 of a series of blogs about blogs. In part one we created a simple webserver with bogart and did some bogus routing to get it all set up. Now it's time to add some functionality!

Eye-candy

I started early today so I have already did some …

Continue reading »

livereload-with-jekyll

A few days ago I revived this blog with a quite standard installation of jekyll. This comes with a nice, sparse and very white layout. Now it is time to add some eye-candy to it.

Livereload

Starting some development on the layout of a site is almost undoable without livereload …

Continue reading »

Lets-make-blogs

Its fun to make blogs. They have anything a developer can wish for, minus the complexity of a multilayered enterprise application with a lot of legacy code.

Developers heaven consists of a data-layer with some cross references between entities, a server-component that CRUDs this data and spits out readable messages …

Continue reading »

test-that-data-into-mongo

I'm currently using a test in my Python project to get some data into my Mongo DB. I like it this way, since a unit-test to do such a thing comes in handy in two ways.

  • get you project started initially
  • migrate your project from D to TAP

The initial …

Continue reading »