Skip to content

Instantly share code, notes, and snippets.

View ryanj's full-sized avatar
💭
LGTM

ryan jarvinen ryanj

💭
LGTM
View GitHub Profile
@mikeal
mikeal / gist:6685843
Last active December 23, 2015 19:58
Response to comments by Issac Roth of StrongLoop

This is rather out of date and we've all moved past it. Me and Issac are cool now.

pic

@mikeal
mikeal / gist:7835772
Last active December 30, 2015 13:29
Libertarianism, Meritocracy and Equality

TLDR;

Libertarianism when applied to the social and political structure of technology and open source (Meritocracy) perpetuates inequality by failing to acknowledge the role of power and current state of inequality.

Long Version

American libertarianism is uniquely American, unfortunately Silicon Valley happens to be in America. It is a political and social philosophy that believes individual ownership and power should supplant collective ownership of any kind. Most immediately the ownership and interventionist powers of government should be dismantled and the free market should be left with the responsibility of creating equality and individuals expected to protect their own interests.

Filtered through the lens of technology this becomes a more unified theory of Meritocracy. Being that we don't trade goods for currency we don't have a traditional market and libertarians must invent one. A strange mix of experience, social capital, and skill are a sort of currency in technology communities. Merit

@mikeal
mikeal / gist:8150724
Created December 27, 2013 18:25
CouchDB attachments manta thread
https://twitter.com/izs/status/416635696367951873
let's talk here, we have commments with mor ethan 140 characters!
@ryanj
ryanj / Docker-Develop-and-Deploy.html
Last active February 6, 2016 12:34
Docker: Develop and Deploy - LinuxCon NA 2015 / ContainerCon - @ryanj
<section>
<section id='Docker-Develop-and-Deploy' data-markdown>
##Docker:
# Develop
and
# Deploy
http://bit.ly/dev-deploy-linuxcon2015
</section>
<section data-markdown id='timestamp'>
@ryanj
ryanj / OpenShift-Container-Matrix.html
Last active February 6, 2016 12:34
OpenShift Container Matrix - LinuxCon EU
<section>
<section id='OpenShift-Container-Matrix' data-markdown>
# OpenShift
## Container Matrix
http://bit.ly/container-matrix
</section>
<section data-markdown id='timestamp'>
#### OpenShift: Container Matrix
@ryanj
ryanj / Deploy-Scale-Build.html
Last active February 9, 2016 22:37
Docker, Kubernetes, OpenShift : Deploy, Scale, Build - http://bit.ly/devconf-deploy
<section data-transition="linear">
<section id='deploy-scale-build' data-markdown>
### Docker, Kubernetes, OpenShift:
## Deploy, Scale, Build
[bit.ly/devconf-deploy](http://bit.ly/devconf-deploy)
Saturday, Feb 6th 10:40 A113
</section>
<section id='by-ryanj' data-state="blackout">
@dlbewley
dlbewley / Dockerfile
Last active March 22, 2016 19:19
OpenShift STI static httpd builder dockerfile test
# static-builder
FROM openshift/base-centos7
# TODO: Put the maintainer name in the image metadata
MAINTAINER Dale Bewley <dale@bewley.net>
# TODO: Rename the builder environment variable to inform users about application you provide them
ENV BUILDER_VERSION 1.0
# TODO: Set labels used in OpenShift to describe the builder image
@ryanj
ryanj / Dockerfile
Last active May 25, 2016 19:50
A minimal permissions Dockerfile for NodeJS apps - Add it to your repo to produce images that won't expect to run as Root
FROM ryanj/centos7-nodejs:current
# Available NodeJS release tags are listed here:
# https://hub.docker.com/r/ryanj/centos7-nodejs/tags/
# To use this Dockerfile, your app should listen on
# port 8080 when initialized with "npm start"
# Remember to include your own MAINTAINER info:
MAINTAINER ryanj <ryanj@redhat.com>
anonymous
anonymous / .tmux.conf
Created July 7, 2016 04:54
set -g default-terminal "screen-256color"
# change prefix command to C-z
set -g prefix C-z
unbind C-b
bind C-z last-window
bind z send-prefix
# setup | and - for window splitting
unbind %
bind | split-window -h
@ryanj
ryanj / SFK8s-K8s_Extensions_and_Upstream_Dev.html
Last active September 13, 2016 22:42
#SFK8s - K8s Extensions and Upstream Development from Red Hat by @ryanj http://bit.ly/sfk8s-openshift-extensions
<section data-transition="linear">
<section id='sfk8s'>
<h1>#SFK8s</h1>
<h2>K8s Extensions</h2>
<p>and</p>
<h2>Upstream Development</h2>
<p>from</p>
<h1>Red Hat</h1>
<p><a href='https://youtu.be/aHaVmMnPN5Y'>Wednesday, April 27, 2016</a></p>
<p><a href='http://bit.ly/sfk8s-openshift-extensions'>bit.ly/sfk8s-openshift-extensions</a></p>