Ruby library (Palkan/Evil Martians) that inverts the usual configuration approach: instead of the code knowing where its config lives, you declare a configuration class with specific keys, and pluggable loaders try to populate it from sources like environment variables and YAML files following a naming convention. Recommended by the Configuration Again lightning talk speaker as a great concept, though he dislikes the syntax — prompting him to build his own alternative.