Skip to content

Instantly share code, notes, and snippets.

View vinbarnes's full-sized avatar

Kevin R. Barnes vinbarnes

View GitHub Profile
class Truth
def self.handle?
false
end
end
# Install Bash 4 using homebrew
brew install bash
# Or build it from source...
curl -O http://ftp.gnu.org/gnu/bash/bash-4.2.tar.gz
tar xzf bash-4.2.tar.gz
cd bash-4.2
./configure --prefix=/usr/local/bin && make && sudo make install
# Add the new shell to the list of legit shells

Your Vision

What is a vision?

Your vision answers the question "What do I want?" A clear vision help you communicate why you're here and what impact you're going to have.

Your vision should be aligned with the company vision, with your manager's V2MOM, and it should be personal. It should be an honest reflection of your own vision for your own work.

If you manage a team, it should be reflective of the purpose of the team and your collective impact.

[37] pry(main)> URI.decode("cat%20cat")
=> "cat cat"
@vinbarnes
vinbarnes / gist:6882c24a37747fa5528c
Last active August 29, 2015 14:07
What books should I read? (from #citcon)

List of books from https://twitter.com/bpettichord/status/523582233328635904

$ gem search rails |wc -l
3386
class Jaime
class << self
attr_accessor :last_name
end
end
Jaime.last_name = "Blanco"
general:
branches:
ignore:
- demo
- production
It's now been a full two days since I reset Chrome settings (bottom option under Advanced Settings) and rebooted immediately thereafter. Since then I have had no problems of any kind. Previously I had been having certificate, access denied, and DNS problems. I would suggest that anyone having problems with Chrome:
1. Make sure you have the most recent version of Chrome (go to About in left side of Settings, Chrome should check for the most recent version and update if needed. You will have to relaunch to update.
2. Reset Chrome settings
3. Close all programs, including chrome, and reboot
I don't know whether rebooting the computer is really needed, but it can't hurt!