Skip to content

Instantly share code, notes, and snippets.

View gryte's full-sized avatar

Adam Linkous gryte

  • CapitalOne
  • Texas
View GitHub Profile
@gryte
gryte / recruiter_response.md
Last active April 1, 2016 16:47 — forked from dougireton/recruiter_response.md
I've started responding to recruiters with this list of requirements

Company Requirements

I'm definitely not looking for work. However to provide some helpful guidance for hiring like-minded engineers, I would only consider working for a company if it met these requirements:

  1. Concrete, measurable plan to increase the number of women and minorities in engineering roles.
  • Commitment to using and contributing to open source.
  • Collaborative, friendly atmosphere where pair programming is encouraged.
  • Meaningful work with clear linkage between work and company goals.
  • Demonstrated commitment to ethical business practices, e.g. B corp certification.
  • Commitment to career development including yearly conferences.
@gryte
gryte / devWrkstnConfig.ps1
Last active September 15, 2015 10:42 — forked from ncerny/gist:8d4aa3696e460668518f
Windows Workstation Config for Dev Environment for Chef Cookbooks
# launch powershell with admin privileges
# run:
# install chocolately
iex ((new-object net.webclient).DownloadString('https://chocolatey.org/install.ps1'))
# update to WMF 5 & powershell version 5
choco upgrade powershell -pre
# reboot machine
# launch powershell with admin privileges