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:
I hereby claim:
To claim this, I am signing this object:
# 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? |
I hereby claim:
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/"/> |
<?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/"/> |
app: | |
build: . | |
links: | |
- db | |
ports: | |
- "8600:8600" | |
volumes: | |
- ./app:/opt/ustudio/notices | |
db: |
# Compiled source # | |
################### | |
*.com | |
*.class | |
*.dll | |
*.exe | |
*.o | |
*.so | |
*.pyc |
I hereby claim:
To claim this, I am signing this object:
2014-05-03 12:52:54.919 TRACE cinder Traceback (most recent call last): | |
2014-05-03 12:52:54.919 TRACE cinder File "./cinder-api", line 55, in <module> | |
2014-05-03 12:52:54.919 TRACE cinder rpc.init(CONF) | |
2014-05-03 12:52:54.919 TRACE cinder File "/opt/stack/cinder/cinder/rpc.py", line 63, in init | |
2014-05-03 12:52:54.919 TRACE cinder aliases=TRANSPORT_ALIASES) | |
2014-05-03 12:52:54.919 TRACE cinder File "/usr/local/lib/python2.7/dist-packages/oslo/messaging/transport.py", line 183, in get_transport | |
2014-05-03 12:52:54.919 TRACE cinder invoke_kwds=kwargs) | |
2014-05-03 12:52:54.919 TRACE cinder File "/usr/local/lib/python2.7/dist-packages/stevedore/driver.py", line 45, in __init__ | |
2014-05-03 12:52:54.919 TRACE cinder verify_requirements=verify_requirements, | |
2014-05-03 12:52:54.919 TRACE cinder File "/usr/local/lib/python2.7/dist-packages/stevedore/named.py", line 55, in __init__ |
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): | |
""" |