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
520
Demystifying the Black Box of WordPress Core
evansolomon
1
3.3k
WordCamp Las Vegas -- Make stuff that people want
evansolomon
2
2.9k
You Have No Idea What Your Users Want
evansolomon
1
510
Other Decks in Technology
See All in Technology
コンテナセキュリティのためのLandlock入門
nullpo_head
2
320
社内イベント管理システムを1週間でAKSからACAに移行した話し
shingo_kawahara
0
200
re:Invent をおうちで楽しんでみた ~CloudWatch のオブザーバビリティ機能がスゴい!/ Enjoyed AWS re:Invent from Home and CloudWatch Observability Feature is Amazing!
yuj1osm
0
130
AWS re:Invent 2024 ふりかえり勉強会
yhana
0
270
フロントエンド設計にモブ設計を導入してみた / 20241212_cloudsign_TechFrontMeetup
bengo4com
0
1.9k
プロダクト開発を加速させるためのQA文化の築き方 / How to build QA culture to accelerate product development
mii3king
1
280
ゼロから創る横断SREチーム 挑戦と進化の軌跡
rvirus0817
2
270
C++26 エラー性動作
faithandbrave
2
800
社外コミュニティで学び社内に活かす共に学ぶプロジェクトの実践/backlogworld2024
nishiuma
0
280
Snykで始めるセキュリティ担当者とSREと開発者が楽になる脆弱性対応 / Getting started with Snyk Vulnerability Response
yamaguchitk333
2
190
宇宙ベンチャーにおける最近の情シス取り組みについて
axelmizu
0
120
オプトインカメラ:UWB測位を応用したオプトイン型のカメラ計測
matthewlujp
0
190
Featured
See All Featured
Side Projects
sachag
452
42k
実際に使うSQLの書き方 徹底解説 / pgcon21j-tutorial
soudai
169
50k
How to Create Impact in a Changing Tech Landscape [PerfNow 2023]
tammyeverts
48
2.2k
Designing Dashboards & Data Visualisations in Web Apps
destraynor
229
52k
For a Future-Friendly Web
brad_frost
175
9.4k
Learning to Love Humans: Emotional Interface Design
aarron
274
40k
Stop Working from a Prison Cell
hatefulcrawdad
267
20k
Building Applications with DynamoDB
mza
91
6.1k
StorybookのUI Testing Handbookを読んだ
zakiyama
27
5.3k
The Web Performance Landscape in 2024 [PerfNow 2024]
tammyeverts
2
290
[RailsConf 2023 Opening Keynote] The Magic of Rails
eileencodes
28
9.1k
Statistics for Hackers
jakevdp
796
220k
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/