Skip to content

Instantly share code, notes, and snippets.

@jwlrs
jwlrs / gist:1304262adebbb227c900
Created April 10, 2015 17:34
AlterConf Seattle Proposal
One thing that often comes up in discussions about hiring more diverse candidates is the idea that selecting for diversity is seen as lowering the bar. We need to spread the idea that selecting for diversity is raising the bar. Why?
- More diverse candidates are more likely to have faced discrimination and other hurtles. This means that even if they are of equal competency as someone else, they had to work harder to get there, and therefore have greater velocity and tenacity.
- Underrepresented candidates might be more competent than they appear because of unconscious bias.
- Diverse perspectives are in and of themselves an asset.
This is not an original idea of course; I will collect all the references I can and present them. There is plenty of academic research about this, for example: http://hbswk.hbs.edu/item/7281.html
----
@jwlrs
jwlrs / proposal.md
Created May 11, 2012 00:56
Would a GitHub backed site to determine common coding practices be useful?

A GitHub coding pattern analysis site

What if we could use GitHub to determine how common certain coding practices are among savvy developers? Imagine a site where you could search for particular coding patterns, or possibly just view total counts of particular patterns already deemed important. This could be very useful for language and library designers, students new to a language, and more.

As background, over at https://github.com/JSFixed/JSFixed we are discussing what features we want to see in the next generation of ECMAScript (though discussion has focused on JavaScript specifically for the most part). In https://github.com/JSFixed/JSFixed/issues/49, https://github.com/polotek asked "Is there any quantitative data to replace the subjective argument that 'lots of people need this all the time'?" One answer is that there could be plenty of quantitative data available if we mined GitHub itself.

This is a bit like Google Code Search was, but more geared arou