Author Archives: Jonas Nockert

Deployment of Django applications using Fabric

Tonight at the Stockholm Django User Group meeting, which is usually held second Monday of the month, I’ll be giving a short presentation on using Fabric to deploy applications. It’s not particularly oriented towards Django applications per se, I just threw that in to make it fit in and look cooler.
I’m far from an expert [...]

Försöker starta en ny mem

David Hall är en av de mest ödmjuka och snällaste människor jag känner (@andcar som pekar på hans tröja är också snäll!)

Another backpacking trip in the north of Sweden

This post was actually meant to go out before we headed out but I just didn’t have time to publish it. Too much time spent weighing the options in terms of equipment (pun intended, see below :)
As we got hooked on fjällen last year, Karin and I early on decided to go backpacking in the [...]

Ubiquity search for Bloggy.se

For people who have installed Ubiquity from Mozilla Labs, here’s a user script that enables you to quickly search for words in Bloggy:
makeSearchCommand({
name: “Bloggy”,
url: “http://bloggy.se/search/{QUERY}”,
icon: “http://bloggy.se/favicon.ico”,
description: “Searches Bloggy for…”,
preview: function(pblock, directObject) {
var searchTerm = directObject.text;
var pTemplate = [...]