Skip to content

Instantly share code, notes, and snippets.

View ckrough's full-sized avatar
🏠
I'm totally smiling in this picture.

Chris Krough ckrough

🏠
I'm totally smiling in this picture.
View GitHub Profile

Keybase proof

I hereby claim:

  • I am ckrough on github.
  • I am ckrough (https://keybase.io/ckrough) on keybase.
  • I have a public key ASD8wNbSYGaOydVrwBa5iXrJVscMDoVUOovthQf5kJzF0go

To claim this, I am signing this object:

@ckrough
ckrough / gist:ec73c563f542cc87b8ab32a11a718f92
Created September 18, 2019 15:32
Questions for Employers
# Questions for employers
## Position
1. What would my typical day look like?
1. What does success look like for this role? In 1 year? In 3 years?
1. How would you help me grow as a leader? Who would I reach out to for guidance?
1. How much time would I get for investigating, unstructured research, and writing? How is that tracked and valued? Can you tell me about the last time someone did this, what did it look like and how was it valued?
1. Tell me about the last time you recognized an opportunity for growth in a staff member and how you developed it.
1. Where would I work? How flexible are hours and location?
<?xml version="1.0" encoding="UTF-8"?>
<opml version="1.0">
<head>
<title>ckrough subscriptions in feedly Cloud</title>
</head>
<body>
<outline text="Tech" title="Tech">
<outline type="rss" text="Tectonic Blog" title="Tectonic Blog" xmlUrl="https://tectonic.com/atom.xml" htmlUrl="https://tectonic.com"/>
<outline type="rss" text="Twitter Engineering" title="Twitter Engineering" xmlUrl="http://engineering.twitter.com/feeds/posts/default?alt=rss" htmlUrl="https://blog.twitter.com/"/>

Keybase proof

I hereby claim:

  • I am ckrough on github.
  • I am ckrough (https://keybase.io/ckrough) on keybase.
  • I have a public key ASDvhgpMGc1eK-C_c2VSj4Dx9eNSt3ISjntMVsvS3ItzXgo

To claim this, I am signing this object:

<?xml version="1.0" encoding="UTF-8"?>
<opml version="1.0">
<head>
<title>ckrough subscriptions in feedly Cloud</title>
</head>
<body>
<outline text="Tech" title="Tech">
<outline type="rss" text="Tectonic Blog" title="Tectonic Blog" xmlUrl="https://tectonic.com/atom.xml" htmlUrl="https://tectonic.com"/>
<outline type="rss" text="Twitter Engineering" title="Twitter Engineering" xmlUrl="http://engineering.twitter.com/feeds/posts/default?alt=rss" htmlUrl="https://blog.twitter.com/"/>
class RackspaceNodeDriver(OpenStack_1_1_NodeDriver):
name = 'Rackspace Cloud'
website = 'http://www.rackspace.com'
connectionCls = RackspaceConnection
type = Provider.RACKSPACE
api_name = None
def __init__(self, key, secret=None, secure=True, host=None, port=None,
region='dfw', **kwargs):
"""
class RackspaceNodeDriver(OpenStack_1_1_NodeDriver):
name = 'Rackspace Cloud'
website = 'http://www.rackspace.com'
connectionCls = RackspaceConnection
type = Provider.RACKSPACE
api_name = None
def __init__(self, key, secret=None, secure=True, host=None, port=None,
region='dfw', **kwargs):
"""
@ckrough
ckrough / base.py
Created August 27, 2013 19:01
test
def __init__(self, id, name, size, driver, extra=None):
self.id = id
self.name = name
self.size = size
self.driver = driver
self.extra = extra
UuidMixin.__init__(self)
@ckrough
ckrough / setup-aws-env.sh
Last active December 18, 2015 13:59
Simple AWS Command Line tool environment setup script
# AWS environments root
AWS_ENV_ROOT="${HOME}/.aws"
# Make sure we got a valid environment variable
#
if [[ -z "${1}" ]] || [[ ! -d "${AWS_ENV_ROOT}/${1}/" ]]; then
echo "No environment name specified or the environment directory is missing."
echo
echo "Usage:"
echo "setup-aws-env.sh <environment>"
@ckrough
ckrough / gist:2991359
Created June 25, 2012 21:26
monitoring tools
Inputs/Generation
http://metrics.codahale.com/
http://bazaarvoice.github.com/snitch/
Collection