Follow us on Twitter
Latest Tweet: Great weekend with @cdoussin and @ejeliot wireframing, coding and making fondue aux morilles!

L'Alpiniste

The blog of the Project Fondue Team

Building a Static Asset Cluster

written by Stuart Colville, on 17 February, 2010 at 12:55.

At Project Fondue we've always used the venerable Apache for our webserver and up until now we didn't have anything special set-up for serving static assets. For a while now I've wanted to move to using Nginx to serve static content as it's generally considered to perform well, it's nice to use and has a low memory footprint.

In this post we take a look at what software was used to build this set-up and how it all goes together.

Read the full post on “Building a Static Asset Cluster ”

Getting an Early Warning of Low Disk Space

written by Stuart Colville, on 21 January, 2010 at 23:11.

Here's a really simple way of getting a notification when your disk space is running low by using a simple Python script in a cron job.

The idea is to configure a script with a threshold at which point if your free disk space is less that "n" percent you'll get an email telling you that you're running low on disk space.

Read the full post on “Getting an Early Warning of Low Disk Space”

Loggerhead and mod_wsgi

written by Stuart Colville, on 26 November, 2009 at 21:55.

We've recently started using Loggerhead for branch browsing as the redmine support for bazaar is a little lacking. We also wanted to provide a way to expose our open-source projects to the world.

Read the full post on “Loggerhead and mod_wsgi”

Python script for Text Link Ads

written by Ed Eliot, on 01 October, 2009 at 18:31.

We've been using Text Link Ads (TLA) on some of our sites for a while now. It's a great service which allows publishers to sell sponsored links on their sites and has helped us pay our hosting bills to date. Once signed up you include sponsored links on your site via a server side script which they provide. They provide a number of different solutions - for common blogging platforms including Wordpress and Movable Type as well as straight PHP. Unfortunately they don't provide a solution for use with any other language so our use of Python restricted our use of the service.

Read the full post on “Python script for Text Link Ads”

Google Chrome Frame — good or bad for the web?

written by Stuart Colville, on 23 September, 2009 at 13:05.

Google Chrome Frame is a plugin released by Google designed to provide the Google Chrome Browser engine inside of a frame in IE 6,7 and 8.

Read the full post on “Google Chrome Frame — good or bad for the web?”