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
78
Keynote at DevOps Days India 2013
kaiwren
0
460
Other Decks in Programming
See All in Programming
Kotlin エンジニアへ送る:Swift 案件に参加させられる日に備えて~似てるけど色々違う Swift の仕様 / from Kotlin to Swift
lovee
1
250
ktr0731/go-mcpでMCPサーバー作ってみた
takak2166
0
170
生成AIコーディングとの向き合い方、AIと共創するという考え方 / How to deal with generative AI coding and the concept of co-creating with AI
seike460
PRO
1
320
実践ArchUnit ~実例による検証パターンの紹介~
ogiwarat
2
280
Railsアプリケーションと パフォーマンスチューニング ー 秒間5万リクエストの モバイルオーダーシステムを支える事例 ー Rubyセミナー 大阪
falcon8823
1
590
関数型まつりレポート for JuliaTokai #22
antimon2
0
130
CursorはMCPを使った方が良いぞ
taigakono
0
140
Cursor AI Agentと伴走する アプリケーションの高速リプレイス
daisuketakeda
1
120
The Evolution of Enterprise Java with Jakarta EE 11 and Beyond
ivargrimstad
1
840
XP, Testing and ninja testing
m_seki
2
120
Claude Codeの使い方
ttnyt8701
1
130
F#で自在につくる静的ブログサイト - 関数型まつり2025
pizzacat83
0
310
Featured
See All Featured
We Have a Design System, Now What?
morganepeng
52
7.6k
The Art of Delivering Value - GDevCon NA Keynote
reverentgeek
15
1.5k
The Art of Programming - Codeland 2020
erikaheidi
54
13k
"I'm Feeling Lucky" - Building Great Search Experiences for Today's Users (#IAC19)
danielanewman
228
22k
Templates, Plugins, & Blocks: Oh My! Creating the theme that thinks of everything
marktimemedia
31
2.4k
Practical Tips for Bootstrapping Information Extraction Pipelines
honnibal
PRO
20
1.3k
Dealing with People You Can't Stand - Big Design 2015
cassininazir
367
26k
The Psychology of Web Performance [Beyond Tellerrand 2023]
tammyeverts
48
2.8k
The Illustrated Children's Guide to Kubernetes
chrisshort
48
50k
Facilitating Awesome Meetings
lara
54
6.4k
Embracing the Ebb and Flow
colly
86
4.7k
Visualization
eitanlees
146
16k
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