Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Garden City Rubyconf 2015 Keynote: Race Condition
Search
Sidu Ponnappa
January 10, 2015
Programming
4
1.5k
Garden City Rubyconf 2015 Keynote: Race Condition
A talk on habits, programming and motorcycles (closing Keynote, Garden City Ruby Conf 2015)
Sidu Ponnappa
January 10, 2015
Tweet
Share
More Decks by Sidu Ponnappa
See All by Sidu Ponnappa
12 Years of Ruby
kaiwren
0
79
Keynote at DevOps Days India 2013
kaiwren
0
480
Other Decks in Programming
See All in Programming
ИИ-Агенты в каждый дом – Алексей Порядин, PythoNN
sobolevn
0
150
CSC305 Lecture 02
javiergs
PRO
1
260
After go func(): Goroutines Through a Beginner’s Eye
97vaibhav
0
230
あなたの知らない「動画広告」の世界 - iOSDC Japan 2025
ukitaka
0
380
CSC305 Lecture 01
javiergs
PRO
1
400
Serena MCPのすすめ
wadakatu
4
900
XP, Testing and ninja testing ZOZ5
m_seki
2
290
iOSアプリの信頼性を向上させる取り組み/ios-app-improve-reliability
shino8rayu9
0
150
AI Coding Meetup #3 - 導入セッション / ai-coding-meetup-3
izumin5210
0
590
Catch Up: Go Style Guide Update
andpad
0
170
なぜあの開発者はDevRelに伴走し続けるのか / Why Does That Developer Keep Running Alongside DevRel?
nrslib
3
370
Let's Write a Train Tracking Algorithm
twocentstudios
0
220
Featured
See All Featured
It's Worth the Effort
3n
187
28k
CoffeeScript is Beautiful & I Never Want to Write Plain JavaScript Again
sstephenson
162
15k
Building Flexible Design Systems
yeseniaperezcruz
329
39k
Visualization
eitanlees
148
16k
For a Future-Friendly Web
brad_frost
180
9.9k
VelocityConf: Rendering Performance Case Studies
addyosmani
332
24k
Exploring the Power of Turbo Streams & Action Cable | RailsConf2023
kevinliebholz
34
6.1k
Navigating Team Friction
lara
189
15k
Performance Is Good for Brains [We Love Speed 2024]
tammyeverts
12
1.2k
Fashionably flexible responsive web design (full day workshop)
malarkey
407
66k
Learning to Love Humans: Emotional Interface Design
aarron
274
40k
Gamification - CAS2011
davidbonilla
81
5.5k
Transcript
RACE CONDITION habits, programming & motorcycles
@niranjan_p Niranjan Paranjape Founding Partner & CTO C42 Engineering achamian
@ponnappa Sidu Ponnappa Founding Partner & CEO C42 Engineering kaiwren
None
None
None
Yamaha R15
KTM RC390
Triumph Daytona 675R
None
Don’t Panic
There Are Two Kinds Of Programmers those who live in
fear and those who don’t
Fear Makes You Slow
Fear Makes You Avoid Change
Fear Causes Panic
Panic Causes Mistakes
You Don’t Learn When Panicked
Your Mind is the Bottleneck not your bike
Push Yourself to Go Faster …but without causing a panic
attack every five minutes
Do Not Trust Your Instincts
Your Human Instincts Are Wrong (especially in a new context)
Copy-Paste Oriented Development
Crunch Mode: Stop Writing Tests
Fat Controller Skinny Model
Hot Fix on Production
Default Instincts Need Re-training
None
Panic Braking (destabilises the bike)
Chopping Throttle (when getting on the gas is the right
thing to do)
Your Strongest Instincts Will Work Against You (they may even
cause you to crash)
Understand and Compensate for Survival Reactions (panic is the enemy)
You Improve What You Measure
We All Track Metrics code coverage, cyclomatic complexity, velocity…
Measurements Introduce Biases loc as a productivity metric #fail
Areas of Interest Create Biases beautifully architected codebase, no working
code #fail
Measure Everything You Can lap times, sector times, rpm, gearing…
Train One Metric at a Time it’s hard to improve
in two areas simultaneously at 100+ kmph
Local Maxima != Global Maxima sometimes improving one corner reduces
overall lap times
Focus Is A Currency
You Never Fix Two Bugs at the Same Time juggling
is for jugglers
You Always Prefer Fine Grained Abstractions decoupling help you think
more clearly
You Hate Side Effects because side effects cause bugs
You Are Always Quicker When the Architecture is Well Understood
fewer decisions, more time to think about each of them
You Are Always Quicker With A Comprehensive Spec Suite you
don’t have to evaluate side effects in your head, so fewer decisions
Focus is a Currency and everyone has a finite budget
You Spend Focus When You Make Decisions so you want
to save up for important decisions
You Spend Focus When You Make Decisions and everyone has
a finite budget
Habits Save On Trivial Decision Making all you need to
do is practice
None
Go Slow To Go Fast
Overall Consistency Trumps Spot Performance frequent death marches slow you
down
We Know Learning Takes Time
But Not Learning Takes Longer
We Know Katas are Valuable
We Treat these as Investments we trade spot performance in
the short-term for consistent performance in the long-term
CONSISTENCY
CONSISTENCY
Be an Investor invest the time it takes to get
better
Investments Take Time to Mature don’t be impatient, you will
go slower
Invest in Practice practice common decisions through drills to save
focus
Drills throttle control, braking, counter steering, lines…
Define Your Product
We Understand the Importance of Clear Requirements
We Use Tools like User Stories
We Value Clear Acceptance Criteria
Knowing Desired Outcomes Reduces Errors
Define the Product for every corner
Clarify the Tradeoffs easy to unintentionally trade entry speed for
exit speed
Tune your Markers markers are essential to optimising your cornering
Know Your Environment
Picking the Right Tools Matters ruby for number crunching cobol
for web applications
We Constantly Optimize Our Development Environments OS, shell, editor, IDE,
macros…
We Constantly Tune Our Configurations dotfiles
We Know Our Projects Inside-Out architecture, domain, ops
Choose Your Kit
Motorcycles are More Specialized than we Think
Track Bikes are Heavily Optimized posture, handling, comfort, storage, range,
mileage, power delivery, braking
Non-Track Bikes are a Bad Idea ok for MVP, but
not to scale
Customize Your Bike Further To Suit adjust brakes, lever play,
suspension, gearing etc. to your needs
Know Your Track surface, camber, corners, lines
Hack Your Habits
Instincts can be hacked turn a disadvantage into a strength
You Go Where You Look measure loc, you get loc
measure customer focus, you get customer focus
Target Fixation
You Literally Go Where You Look use this to go
faster, not just avoid crashes
When You’re Going Down, You’re Going Down
High Side
PHOTO CREDITS Raniel Diaz, https://flic.kr/p/cGsPDY ! Pair Programming, http://commons.wikimedia.org/ wiki/File:Pair_programming_1.jpg
! Lorenzo crashes out of the lead of the Valencia MotoGP. Source, Alberto Siz / AP
Q & A @niranjan_p Niranjan Paranjape Founding Partner & CTO
C42 Engineering achamian @ponnappa Sidu Ponnappa Founding Partner & CEO C42 Engineering kaiwren