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
You Don't Know People
Search
Evan Solomon
October 17, 2011
Technology
2
850
You Don't Know People
Presentation on running experiments. Presented at WordPress DC Meetup.
Evan Solomon
October 17, 2011
Tweet
Share
More Decks by Evan Solomon
See All by Evan Solomon
JavaScript Beyond jQuery
evansolomon
1
530
Demystifying the Black Box of WordPress Core
evansolomon
1
3.4k
WordCamp Las Vegas -- Make stuff that people want
evansolomon
2
2.9k
You Have No Idea What Your Users Want
evansolomon
1
520
Other Decks in Technology
See All in Technology
スタートアップにおけるこれからの「データ整備」
shomaekawa
1
300
AI駆動開発を推進するためにサービス開発チームで 取り組んでいること
noayaoshiro
0
230
定期的な価値提供だけじゃない、スクラムが導くチームの共創化 / 20251004 Naoki Takahashi
shift_evolve
PRO
4
340
職種別ミートアップで社内から盛り上げる アウトプット文化の醸成と関係強化/ #DevRelKaigi
nishiuma
2
150
Shirankedo NOCで見えてきたeduroam/OpenRoaming運用ノウハウと課題 - BAKUCHIKU BANBAN #2
marokiki
0
170
Where will it converge?
ibknadedeji
0
200
研究開発部メンバーの働き⽅ / Sansan R&D Profile
sansan33
PRO
3
20k
Large Vision Language Modelを用いた 文書画像データ化作業自動化の検証、運用 / shibuya_AI
sansan_randd
0
120
Why React!?? Next.jsそしてReactを改めてイチから選ぶ
ypresto
10
4.5k
データエンジニアがこの先生きのこるには...?
10xinc
0
460
やる気のない自分との向き合い方/How to Deal with Your Unmotivated Self
sanogemaru
0
370
Optuna DashboardにおけるPLaMo2連携機能の紹介 / PFN LLM セミナー
pfn
PRO
2
910
Featured
See All Featured
The Cost Of JavaScript in 2023
addyosmani
53
9k
Connecting the Dots Between Site Speed, User Experience & Your Business [WebExpo 2025]
tammyeverts
9
580
CoffeeScript is Beautiful & I Never Want to Write Plain JavaScript Again
sstephenson
162
15k
Practical Tips for Bootstrapping Information Extraction Pipelines
honnibal
PRO
23
1.5k
Why You Should Never Use an ORM
jnunemaker
PRO
59
9.6k
The Art of Programming - Codeland 2020
erikaheidi
56
14k
How to Ace a Technical Interview
jacobian
280
24k
How STYLIGHT went responsive
nonsquared
100
5.8k
For a Future-Friendly Web
brad_frost
180
9.9k
Let's Do A Bunch of Simple Stuff to Make Websites Faster
chriscoyier
507
140k
VelocityConf: Rendering Performance Case Studies
addyosmani
332
24k
GraphQLとの向き合い方2022年版
quramy
49
14k
Transcript
Evan Solomon | Automattic @evansolomon You don’t know people
Try Measure Profit!
Pick one At least until we have lots of data
Rat pelts & cobras
None
None
None
Previews up 10%
http://theme.wordpress.com/themes/
Optimizely Fast & Flexible
None
None
The (abridged) plugin wp_enqueue_script('optimizely ', $this->url); wp_localize_script( 'optimizely', 'wpcom_optimizely', array(
$experiment->slug => true ) );
gist.github /1275892
jQuery (".post-812") .find("h2 > a") .html("Nacin fights Koop"); The change
jQuery(".post-812") .find("h2 > a") .live("mousedown", function() { window.optimizely.push( ["trackEvent", "a_click"]
); }); The goal
optimizely_experiment( "nancin_coding_title', array( "action" => "init", "logged_out_users" => true )
); The test
<script> var wpcom_optimizely = {"nacin_coding_title":true}; </script> <script src='http:// cdn.optimizely.com/js/ 123.js?ver=1316379297'>
</script> The browser
The target
isvalid.org Confidence interval Significance test
None
github /evansolomon/isvalid.org
Question everything & Design for 0% failure
@evansolomon http://slideshare.net/evansolomon/you-dont-know-people/