Being Formidable

March 21, 2016

Talks and presentations that inspire the work of Formidables.

Inside Formidable, we encourage collaboration and bold, well-researched ideas. Some ideas stick with you longer than others, and continue to inform you work, either directly or indirectly. Here are some that keep the creative fire burning for members of our team:

## Kevin Kerr:

Open Source World

The idea that creating things freely and in the open, sometimes leads to things you never thought possible.

I learned development via open source but got lost in proprietary systems somewhere along the way. This reminded me of it’s importance.

## Ken Wheeler:

Simple Made Easy

Rich Hickey emphasizes simplicity’s virtues over easiness’, showing that while many choose easiness they may end up with complexity, and the better way is to choose easiness along the simplicity path.

This presentation is beautifully articulated and really inspires thought around architecture. He explains some very technical concepts in a relatively casual nontechnical way.

## Paula Lavalle:

I highly recommend watching John Cleese’s lecture on creativity in its entirety; it is an insightful, engaging talk from one of your favorite professors.

Learning the high value of play and humor came as a much-needed insight during a time I was considering my predisposition to extract playfulness from my colleagues to be, at best, a distraction; a reduction in the quality of their thinking and problem solving. To arrange for a space where creative ideas are more likely to sprout, it turns out playfulness and humor is exactly the sort of behavior that encourages a relaxed, expansive, contemplative mode.

Creativity is not a talent. It is a way of operating.

MacKinnon [a researcher on creativity] shows that the most creative had simply acquired a facility for getting themselves into a particular mood (a way of operating), which allowed their natural creativity to function. MacKinnon described this particular facility as, “an ability to play.” He described the “most creative” when in this mood as being “child-like.” For they were able to play with ideas, explore them, not for any immediate practical purpose, but just for enjoyment. Play for its own sake.“
John Cleese

So what do you say? Let’s play!

## Eric Baer:

Let’s be mainstream! User focused design in Elm by Evan Czaplicki

Functional programming has been around for a very long time and there are dozens of papers and opinions pieces extolling it’s benefits. If functional programming is so great, then why aren’t we all using it? In this talk Evan Cazplicki, the creator of the Elm programming language talks about the disconnect between programming professionals and the academic community how we, and perhaps Elm in particular can bridge the gap and usher in the next era of programming.

I love this video in part because it’s not just pandering to an audience that already agrees with him. He explains how we might one day soon have something so much better and does so in a very pragmatic and lucid way.

## Dale Bustad:

Package managers, graphs, and one million vertice by Andrei Kashcha

Lots of talks will show you something new, but this was the first in awhile that left me surprised and delighted with what is possible.

Thoroughly enjoyable, and made me want to build something :)

## Ryan Ray:

The best stats you’ve ever seen by Hans Rosling

You’ve never seen data presented like this. With the drama and urgency of a sportscaster, statistics guru Hans Rosling debunks myths about the so-called “developing world.”

Related Posts

The Myth About Code Comments

February 28, 2024
Where to use them, when to use them, how to structure them, and how much detail should they have? These are the wrong questions: instead we should be asking ourselves, “should I even be writing a comment at all?”

Iterables in JS

July 12, 2022
A perhaps less well-known addition of the ES2015 spec is the addition of the iteration protocols. These protocols allow us JS developers to make use of iterables — a very powerful language feature that you’re likely already using in your day-to-day development, but maybe haven’t given too much thought to!

The Case for Consistent Documentation

April 21, 2021
Words can't begin to express the anxiety I felt leaving my first job last spring. As I put in my notice, a question kept nagging me: how could I wrap up two years in two weeks?