Skip to content

Instantly share code, notes, and snippets.

View ecin's full-sized avatar
🐶
Woof!

ecin ecin

🐶
Woof!
View GitHub Profile
// Perspective on GSoC •
As told in Philip Johnson's GSoC presentation [1], open source really seems intimidating. It's a bit counterintuitive, though, isn't it? Communities that are open by definition, being intimidating on such a large factor.
I think Dr. Nic puts it best: "Is it silly to guesstimate that the biggest hurdle to people contributing to OSS projects or creating new OSS projects is low estimation of self-worth? It’s a theory." [2] Fact is, it doesn't seem silly at all. A few hours spent lounging in GSoC's IRC channel a week ago would provide a number of students worried about whether or not their current skill level would be enough to warrant applying in the first place.
Google's Summer of Code seems specifically designed to take out the big scary monster out of coding for open source projects: self-doubt. That's something I want to be part of. Plus, I can't ignore the fact that I will come out a better programmer out of all of this while using my love for Ruby in a project, for the aid o
@ecin
ecin / gist:33132
Created December 7, 2008 11:53 — forked from halbtuerke/gist:31934
RED="\[\033[0;31m\]"
YELLOW="\[\033[0;33m\]"
GREEN="\[\033[0;32m\]"
BLUE="\[\033[0;34m\]"
LIGHT_RED="\[\033[1;31m\]"
LIGHT_GREEN="\[\033[1;32m\]"
WHITE="\[\033[1;37m\]"
LIGHT_GRAY="\[\033[0;37m\]"
COLOR_NONE="\[\e[0m\]"