I hereby claim:
- I am MEHColeman on github.
- I am mehcoleman (https://keybase.io/mehcoleman) on keybase.
- I have a public key whose fingerprint is 5CF9 87F8 E286 620D 48F1 0C58 77E9 8996 3E71 5AD0
To claim this, I am signing this object:
# 50/72 line length | |
# Present tense, initial caps, short first line | |
# e.g. Add widget | |
# In the comments, remember to explain | |
# * WHY the commit was necessary | |
# * HOW does it address the issue | |
# * WHAT effects the patch has | |
# | |
# Reference any github or issue tracker ticker number. |
I hereby claim:
To claim this, I am signing this object:
Łukasz Korecki | |
Michal Večerník Žeravík | |
王秀英 | |
张伟 # this one wasn't available on chrome, so seems like a good check? | |
(╯°□°)╯︵ ┻━┻ | |
(ノಥ益ಥ)ノ ┻━┻ | |
( ͡° ͜ʖ ͡°) | |
ಠ_ಠ |
# MEHColeman's Theme | |
# Mostly based off agnoster's theme - https://gist.github.com/3712874 | |
# | |
# Removes the powerline font requirement; | |
# Adds git push/pull icon | |
# | |
# Colour a segment, don't work about termination characters, etc | |
colour_segment() { | |
local bg fg | |
[[ -n $1 ]] && bg="%K{$1}" || bg="%k" |
Matz keynote | |
What Matz is working on now: ruby is now a JIS standard language, and has just been submitted to ISO. | |
The standard is a subset of the language and is 1.8 and 1.9 compatible (so doesn't cover the differences between the two). | |
Hopefully this will encourage interest from larger enterprises. | |
Matz looking to hire full time ruby core developers | |
Matz's goal is to make ruby developers happy. A few years ago, the Ruby Association was formed to create a dialog with businesses, to make ruby more business friendly. | |
Matz points to jruby and rubinius (as well as 1.8 and 1.9) as great examples of ruby implementations (as well as a bunch of others) | |
Jruby is fast. And has a great gc. |