Skip to content

Instantly share code, notes, and snippets.

@sai29
sai29 / ImageMagick 6.7.7-10 Homebrew Formula.md
Last active April 6, 2018 09:14 — forked from rochoa/ImageMagick 6.7.7-10 Homebrew Formula.md
Homebrew Formula for ImageMagick 6.7.7-10

Homebrew Formula patching old ImageMagick release 6.7.7-10

Install

$ brew install https://gist.githubusercontent.com/rochoa/10017167/raw/f4f09fd9f9441513d06092c881e10935735881e2/imagemagick.rb

Tested

@sai29
sai29 / .vimrc
Created May 2, 2016 06:53
My vimrc
"" Misc sensible settings
let mapleader = "'"
set nocompatible " choose no compatibility with legacy vi
syntax enable
set encoding=utf-8
set showcmd " display incomplete commands
filetype plugin indent on " load file type plugins + indentation
set number " show number line
set noswapfile " don't save swap files
set autoindent
@sai29
sai29 / rich_hickey_random_blog_comment
Last active December 20, 2015 18:18
rich_hickey_random_blog_comment
Sorry, I have to disagree with the entire premise here.
A wide variety of experiences might lead to well-roundedness, but not to greatness, nor even goodness. By constantly switching from one thing to another you are always reaching above your comfort zone, yes, but doing so by resetting your skill and knowledge level to zero.
Mastery comes from a combination of at least several of the following:
Knowledge
Focus
Relentless considered practice over a long period of time
Detected, recovered-from failures
@sai29
sai29 / vimrc
Last active September 17, 2015 08:42 — forked from r00k/vimrc
A minimal vimrc for beginners
" A minimal vimrc for new vim users to start with.
"
" Referenced here: http://www.benorenstein.com/blog/your-first-vimrc-should-be-nearly-empty/
" Original Author: Bram Moolenaar <Bram@vim.org>
" Made more minimal by: Ben Orenstein
" Last change: 2012 Jan 20
"
" To use it, copy it to
" for Unix and OS/2: ~/.vimrc