Skip to content

Instantly share code, notes, and snippets.

Surround these with : e.g. :calling:
+1
-1
bulb
calling
clap
cop
email
feet
.oooooo. ooooo ooooo ooooooooooooo
d8P' `Y8b `888' `888' 8' 888 `8
888 888 888 888
888 888 888 888
888 ooooo 888 888 888
`88. .88' 888 888 o 888
`Y8bood8P' o888o o888ooood8 o888o
___ ____ ____ _ _ _ _ ____ _ ____ ____ _ ____
| |___ | |__| |\ | | | | | | | __ | |___
| |___ |___ | | | \| |__| |___ |__| |__] | |___
@mwunsch
mwunsch / gist:730757
Created December 6, 2010 19:12
I would have posted this to Tumblr but it is down right now.

Tumblr has had a history of problematic downtime, but none as excruciating as this most recent debacle.

A couple of notes:

  1. Tumblr is horribly opaque in regards to its system status. Some transparency would be nice. Look to status.github.com for inspiration.

  2. I think it is safe to say that a lot of folks and businesses now consider Tumblr a mission critical piece of infrastructure.

  3. I am not a customer of Tumblr, I am just a user. I'm not paying for my Tumblr account; nobody is. At this point in Tumblr's operation, I get the sense that the only true customers will be advertisers of some kind in the near future. I'd like to pay for my Tumblr account. At least then Tumblr would have somebody to answer to.

@mwunsch
mwunsch / MyTheme.terminal
Created October 14, 2010 01:15
Terminal Theme
<?xml version="1.0" encoding="UTF-8"?>
<!-- My Terminal Theme based on http://www.blaenkdenum.com/2009/07/my-mac-os-x-terminal/ -->
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>BackgroundColor</key>
<data>
YnBsaXN0MDDUAQIDBAUGFRZYJHZlcnNpb25YJG9iamVjdHNZJGFyY2hpdmVyVCR0b3AS
AAGGoKMHCA9VJG51bGzTCQoLDA0OViRjbGFzc1xOU0NvbG9yU3BhY2VVTlNSR0KAAhAB
TxAhMC4xMDk4MDM5MiAwLjEwOTgwMzkyIDAuMTA5ODAzOTIA0hAREhNaJGNsYXNzbmFt
@mwunsch
mwunsch / boilerplate.css
Created August 16, 2010 04:04
Building up my boilerplate css
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
@mwunsch
mwunsch / html5.vim
Created August 12, 2010 20:58 — forked from rcmachado/html5.vim
" Vim syntax file
" Language: HTML (version 5)
" Maintainer: Rodrigo Machado <rcmachado@gmail.com>
" URL: http://gist.github.com/256840
" Last Change: 2009 May 13
" License: Public domain
" (but let me know if you liked it :) )
"
" Note: This file just adds the new tags from HTML 5
" and don't replace default html.vim syntax file
set nocompatible
filetype plugin indent on
set number
set ruler
set showcmd
set showmatch
set visualbell
set cmdheight=2
set scrolloff=2
set lines=35
set columns=90
set guioptions-=m
set guioptions-=T
set guioptions-=r
set guioptions-=R
set guioptions-=l
set guioptions-=L
set bg=dark
colorscheme molokai
#!/bin/bash
ruby -v
if ( type -P rvm &> /dev/null ) && ( rvm list | grep jruby &> /dev/null ) ; then
( rvm jruby && ruby -v )
else
echo 'No RVM!'
fi
#!/usr/bin/env ruby
#
# Copyright (c) 2010 Joe Mahoney
# Permission is hereby granted, free of charge, to any person obtaining
# a copy of this software and associated documentation files (the
# "Software"), to deal in the Software without restriction, including
# without limitation the rights to use, copy, modify, merge, publish,
# distribute, sublicense, and/or sell copies of the Software, and to
# permit persons to whom the Software is furnished to do so, subject to