Posts tagged 'code'

Pimping my IPython

Using IPython in your development workflow can be a massive time saver, and great for TDD, investigating APIs or legacy code or just for saving time performing some manual task.

IPython logo

I’m currently working on a legacy Django codebase that’s deployed to a few different unique servers.

I’m …

How to buddy code on TMUX using Wemux

Buddy/pair programming and mobbing can be a really useful technique to share knowledge and improve code quality.

I prefer to use tmux over SSH to do this, as it’s fast and allows everyone at least some ability to customise their terminal.

It’s possible to use pure tmux …

Why I moved to GitLab

I’ve been becoming more and more enamored with GitLab.

I’ve always used GitHub for personal projects but, despite it being the de facto standard for developers looking for a place to keep their repositories, I decided to move to GitLab as the primary location for storing my projects …

Start google chrome with a socks proxy on linux

Useful if you want to forward chrome over ssh socks proxy.

google-chrome --proxy-server="socks5://localhost:6666" --host-resolver-rules="MAP * 0.0.0.0 , EXCLUDE localhost"

How I Built This Site

Main build status: Build Status
Theme build status: Build Status

A long time ago I had a webpage build with Drupal. It wasn’t very good and I never really used it properly anyway. After a harddrive failure I couldn’t be bothered to recover the thing and left it to RIP.

Recently I …