Skip to content

Instantly share code, notes, and snippets.

侍 (master) photos: gem list bundler
*** LOCAL GEMS ***
侍 (master) photos: gem install bundler
Successfully installed bundler-1.0.21
1 gem installed
侍 (master) photos: bundle
-bash: bundle: command not found
@bigtiger
bigtiger / github_users_name
Created April 20, 2012 20:38
GitHub User's Name
curl -is https://api.github.com/users/bigtiger | grep -Po '"name":.*".+?[^\\]",' | cut -d \" -f 4
@bigtiger
bigtiger / SF-LA_MadisonRuby
Created August 9, 2012 21:42
Get to @madisonruby from SF or LA for $326
$270 Round Trip on Virgin America from SFO or LAX to Chicago O'Hare (ORD) via VA Flash Sale: http://www.virginamerica.com/vx/booking/fare-sale?int=hp_0001_faresale
$56 CoachUSA.com roundtrip from ORD to Madison's Memorial Union
Total: $326
@bigtiger
bigtiger / snowmobilympics.txt
Last active December 13, 2015 20:08
Snow*Mobile Olympics Rules #SnowMobilympics
Find a partner and go out into Madison and capture three images of each of these opposites. The pair of opposites
should be included in each picture.
Hot and Cold.
Light and dark.
Hot and cold.
Good and evil.
Mobile and stationary
The idea is to find an example of each of these topics and then tweet them with the Hashtag #SnowMobilympics and
Mechanics, Myths, and Mints: Swallowing the Pair Programming Pill
By Jim "Big Tiger" Remsik
Pair programming is a helpful tool for your development toolbox when you understand how it works and what are the benefits. We'll address common misconceptions of managers ("Two people sitting at one desk? That's going to cost twice as much!") and how to assuage these concerns. We will delve into the common fears of developers ("I won't be able to get into 'The Zone'", "I can't read RSS.", "They find out I'm not a good developer."). We'll examine numerous configurations, ergonomics, and available tools for both co-located and geographically distributed teams. Finally, we'll wrap up with a discussion on the utility of pairing mixed skill peoples together (Designer/Developer, Blind/Deaf, Cat/Dog) to achieve a result that is more than the sum of its parts.
About Me
Developer at Hashrocket
Collaborated with New York Times for an article on Pair Programming
Jim Remsik
@jremsikjr
[email protected]
@bigtiger
bigtiger / gist:7636066
Created November 25, 2013 03:51
Failure of WP on Heroku because of compilation error?
2013-11-25T03:38:03.689262+00:00 app[web.1]: 10.191.63.167 - - [25/Nov/2013:03:38:02 +0000] "POST /wp-admin/admin-ajax.php HTTP/1.1" 500 -
2013-11-25T03:37:13.211676+00:00 heroku[router]: at=info method=GET path=/wp-admin/load-scripts.php?c=0&load%5B%5D=jquery-core,jquery-migrate,utils,jquery-ui-core,jquery-ui-widget,jquery-ui-mouse,jquery-ui-sortable,jquery-ui-draggable,jquery-u&load%5B%5D=i-droppable,wp-ajax-response,jquery-color,wp-lists,postbox,nav-menu&ver=3.7.1 host=raddison-trust-prod.herokuapp.com fwd="99.126.182.174" dyno=web.1 connect=7ms service=61ms status=200 bytes=207049
2013-11-25T03:38:13.074678+00:00 heroku[router]: at=info method=POST path=/wp-admin/admin-ajax.php host=raddison-trust-prod.herokuapp.com fwd="99.126.182.174" dyno=web.1 connect=3ms service=686ms status=500 bytes=0
2013-11-25T03:38:13.686963+00:00 app[web.1]: [Mon Nov 25 03:38:13 2013] [error] [client 10.4.19.235] PHP Fatal error: Call to undefined function mb_detect_encoding() in /app/www/wp-content/themes/bucket/theme-utiliti
// set variables for environment
var express = require('express');
var app = express();
var path = require('path');
var port = 4000;
// Displays server log in the CLI
app.use(express.logger());
// Set server port
bigtiger@world-1:~$ gem install dictatorship —version ‘benevolent’
Fetching: i18n-0.6.9.gem (100%)
ERROR: While executing gem ... (Gem::FilePermissionError)
You don't have write permissions for the /Library/Ruby/Gems/2.0.0 directory.