Skip to content

Instantly share code, notes, and snippets.

View roidrage's full-sized avatar
🌱
Planting seeds

Mathias Meyer roidrage

🌱
Planting seeds
View GitHub Profile
  • Turn The Ship Around
  • Five Dysfunctions of a Team
  • Leading Snowflakes
  • High-Output Management
  • Slack: Getting Past Burnout
  • The Year Without Pants
  • Creativity, Inc.
  • Start With Why
  • Crucial Conversations
  • Drive: The Surprising Truth About What Motivates Us
1. Dan Pink: Drive
2. Patrick Lencioni: The Five Dysfunctions of a Team
3. Ed Catmull: Creativity Inc.
4. Simon Sinek: Start With Why
5. Ben Horowitz: The Hard Thing About Hard Things
6. Rob Sutton: The No Asshole Rule
7. Dale Carnegie: How To Win Friends & Influence People
8. Scott Snook: Friendly Fire
9. Scott Berkun: The Year Without Pants
10. Tom DeMarco: Slack
@roidrage
roidrage / .travis.yml
Created July 9, 2015 09:07
MongoDB on Travis CI's container setup
sudo: false
env:
global:
- MONGODB_VERSION=2.6.10
install:
- wget http://fastdl.mongodb.org/linux/mongodb-linux-x86_64-$MONGODB_VERSION.tgz
- tar xfz mongodb-linux-x86_64-$MONGODB_VERSION.tgz
- export PATH=`pwd`/mongodb-linux-x86_64-$MONGODB_VERSION/bin:$PATH
- mkdir -p data/db
- mongod --dbpath=data/db &
before_deploy:
- export COMMIT_AUTHOR=`git show -s --pretty=format:"%ae"`
deploy:
provider:
on:
condition: "$COMMIT_AUTHOR = mtdowling@..."
@roidrage
roidrage / poached-eggs.md
Created June 8, 2014 12:10
The secret to making great poached eggs.
  • Add water to a sauce pan, fill up to about 10 cm
  • Add 2 tablespoons white vinegar, 1 teaspoon of salt
  • Bring the water to a boil, then let it simmer at medium heat
  • Before dropping in an egg, make a swirl in the water by stirring it around
  • Break every egg into a cup, then pour the egg directly into the middle of the swirl
  • Leave it in for 3 minutes, then fish out the egg with a big spoon with holes in it. Leave it on a paper towel to dry off the water

Only do one egg at a time, add more sauce pans for true poached egg multi-tasking.

{
"id": 1,
"number": "1",
"status": null,
"started_at": null,
"finished_at": null,
"status_message": "Passed",
"commit": "62aae5f70ceee39123ef",
"branch": "master",
"message": "the commit message",
# remove elasticsearch from the services section
before_install:
- wget https://download.elasticsearch.org/elasticsearch/elasticsearch/elasticsearch-1.0.1.deb && sudo dpkg -i elasticsearch-1.0.1.deb && true
- sudo service elasticsearch start
@roidrage
roidrage / c.js
Created March 13, 2014 17:41 — forked from isaacs/c.js
var ip = '199.27.72.162'
var https = require('https')
https.get({
host: ip,
port: 443,
path: '/graceful-fs',
headers: {
host: 'registry.npmjs.org'
}
}, function(res) {
{"message":"The organization owner has enforced that all users must have two-factor authentication enabled in order to access its resources. Please enable two-factor authentication or authenticate via OAuth instead.","documentation_url":"https://help.github.com/articles/about-two-factor-authentication#enabling-2fa"}
--- 1 2014-03-10 15:32:19.000000000 +0100
+++ 2 2014-03-10 15:32:21.000000000 +0100
@@ -32,20 +32,19 @@
npm http 200 https://registry.npmjs.org/glob
npm http 200 https://registry.npmjs.org/glob/-/glob-3.1.21.tgz
npm http 200 https://registry.npmjs.org/glob/-/glob-3.2.1.tgz
-npm http 200 https://registry.npmjs.org/glob/-/glob-3.2.9.tgz
+npm http 200 https://registry.npmjs.org/glob/-/glob-3.2.8.tgz
npm http 200 https://registry.npmjs.org/glob/3.2.1
npm http 200 https://registry.npmjs.org/graceful-fs