- 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]
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Łukasz Korecki | |
Michal Večerník Žeravík | |
王秀英 | |
张伟 # this one wasn't available on chrome, so seems like a good check? | |
(╯°□°)╯︵ ┻━┻ | |
(ノಥ益ಥ)ノ ┻━┻ | |
( ͡° ͜ʖ ͡°) | |
ಠ_ಠ |
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:
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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. |