Page 4 of 6

« Previous page

Review of Everything is a Remix

Everything is a Remix is a documentary that explores the source of creativity by looking at examples from our past: music, movies, computers, and more. It takes the stand that everything (even down to our biology) is the result of remix, a metaphor taken from music sampling that the documentary defines...

Read more…

C-Graph: A new tool to grok C-source code

A joint post by Brendan Whitfield & Will Paul

Source code is often the most up to date documentation available, but while code is written in a linear fashion, the execution is a network of calls that often jump across files. Known as a function call graph, this data can help programmers quickly grasp...

Read more…

Setting up a nice UNIX Ruby dev env

Setting up a Ruby environment is deceptively simple. Easy to do, hard to maintain. The two major players, RVM and rbenv, offer more than the typical user needs or can possibly understand. Here I walk you through my setup using tools that do one thing and do it well. Coincidently all these tools that...

Read more…

My Vim Config Part 2: Shortcut Keys

This is a continuation of my short series (part 1) on how I setup Vim to be a little more fully featured looking at the custom shortcuts. By no means is my setup the best, but there are a few neat things I’ve stumbled upon and my thought is that by aggregating them here someone else might find something...

Read more…

My Vim Config Part 1: The Basics

As someone that came to Vim from Sublime Text (through the excellent Vi-ntage mode), one thing that held me back was just how annoying the default Vim settings are. In a way looking back at it that wasn’t a bad thing, it let me really craft my own configuration that I’m pretty happy with, but always...

Read more…

Next page »