Elgg plugin roundup

Over the past few weeks and months I’ve had to cause to write, update and dust off a number of Elgg plugins that I’ve had kicking about. As a good open source citizen I’ve stuck them up on github so others can have a play. Here they are, in no particular order: » H5F 1.8 […]

Marcus Povey

Over the past few weeks and months I’ve had to cause to write, update and dust off a number of Elgg plugins that I’ve had kicking about. As a good open source citizen I’ve stuck them up on github so others can have a play. Here they are, in no particular order: » H5F 1.8 […]

LoveNote: Delayed abstract message queue

Helping out a friend and colleague, as well as stretching my programming muscles with a language I don’t often get to play with these days, I’d like to introduce LoveNote Server. LoveNote is a simple abstract message queue server which lets you pass an message payload to one of a pool of endpoints and receive […]

Marcus Povey

Helping out a friend and colleague, as well as stretching my programming muscles with a language I don’t often get to play with these days, I’d like to introduce LoveNote Server. LoveNote is a simple abstract message queue server which lets you pass an message payload to one of a pool of endpoints and receive […]

Profiling Elgg site performance with Statsd

StatsD, created by Etsy, is a simple Node.JS server that provides powerful way to collect numerous statistics about your web application, and to do so simply and quickly. At Etsy, they graph everything, which they use to great effect. Collecting statistics is cool because it gives you hard data about how your software is performing. […]

Marcus Povey

StatsD, created by Etsy, is a simple Node.JS server that provides powerful way to collect numerous statistics about your web application, and to do so simply and quickly. At Etsy, they graph everything, which they use to great effect. Collecting statistics is cool because it gives you hard data about how your software is performing. […]