Skip to content

Instantly share code, notes, and snippets.

@MEHColeman
MEHColeman / .git_commit_template.txt
Created October 23, 2015 14:25
You can add this dotfile to ~/ and 'git config --global commit.template ~/.git_commit_template.txt'
# 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.

Keybase proof

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:

@MEHColeman
MEHColeman / 00_planned_schedule.md
Last active August 29, 2015 14:01
Imma publish my SRC 2014 notes here

Scottish Ruby Conference 2014 Notes

Sessions I'm planning to attend

Monday

  • 9:00 Keynote by Evan Phoenix [notes]
  • 10:15 I have no idea what I'm doing, Tom Stuart. Melville. [notes]
  • 11:15 Not Invented There... Caleb Thompson. Ferntower. [notes]
  • 13:15 Getting started with Open Source Contributions, Matt Wynne and André Arko. Drummond [notes]
  • 15:30 Web Applications from Scratch, Tom Stuart. Drummond [notes]
Ł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"
@MEHColeman
MEHColeman / matz_keynote
Created May 28, 2011 08:25
Matz EuRuKo keynote notes
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.