Skip to main content
Gun.io Home

Latest articles

Storing multi-line strings in JSON with JSONLint

JSON is an extremely rigid schema, which can be great, but it’s definitely not without its shortcomings. The largest of shortcoming, in my mind, is the inability to store multi-line strings in JSON. It is something that can be particularly annoying for storing things like structured text and public keys in JSON for later interaction […]

Large Django project management

As a freelance developer, I have been involved in numerous Django projects. Moving from smaller projects with only a few apps to complex larger projects is difficult to do. In most cases, I have to get my hands dirty, work on a few bug fixes to familiarize myself with the codebase. Before that though, it’s […]

Building Vagrant machines with Packer

Sharing a common development environment with everyone on your team is important. It is really hard though to keep the same dependencies, database versions and other systems in sync between different machines. Let’s look at building a Vagrant machine to do just that.

I got Ol’ Dirty Bastard’s FBI files

One of my hobbies is liberating government documents using Freedom of Information Act requests. To do this, I use the service MuckRock, which allows users to submit FOIA requests online. Using MuckRock, I have been able to obtain the FBI profile of Wu-Tang Clan member “Ol’ Dirty Bastard,” best known for his dirty rhymes and interruping the Grammy’s.
1 37 38