Category Archives: midlength

250-750 words

A Letter to King Larry

Mr J. D. Bartlett, To His Royal Highness King Larry, by the grace of God, King of Google, Lord High Executioner of Blogger, Emperor of YouTube and his other domains. Monday 18 April 2011   Your Royal Highness, First of … Continue reading

Posted in midlength | Tagged , , , | Comments Off on A Letter to King Larry

Python Window Manager, Now With Twisted

And Now for the Big Event Loop Last week I wrote about how to create a window manager in Python and posted code for a simple example window manager. The example I posted was about 260 lines long including comments. … Continue reading

Posted in midlength | Tagged , , , , , | Comments Off on Python Window Manager, Now With Twisted

How to Write a Window Manager in Python

Window Manager of Your Dreams I wrote a few months ago about a bunch of different window managers which I’d investigated. In this post, I’ll present the source code for a new, very basic, window manager written entirely in Python. … Continue reading

Posted in midlength | Tagged , , , , , | 2 Comments

tmux: Almost What I Want

I’ve spent a few hours playing around with tmux, which is a neat replacement for GNU screen. My conclusion: tmux is really neat, but it’s not quite what I want. A bit about tmux Tmux does pretty much everything that … Continue reading

Posted in midlength | Tagged , , , , | Comments Off on tmux: Almost What I Want

Inline Deferreds in Twisted (Without Yield)

Introduction By buffer of new stuff to blog about is getting low, so today I bring you something I played with a bit last year. After being introduced to Twisted‘s inlineDeferred decorator, I decided to have some fun with that … Continue reading

Posted in midlength | Tagged , , , , | Comments Off on Inline Deferreds in Twisted (Without Yield)