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
信頼性に挑む中で拡張できる・得られる1人のスキルセットとは?
ken5scal
2
510
【若手エンジニア応援LT会】ソフトウェアを学んできた私がインフラエンジニアを目指した理由
kazushi_ohata
0
140
テストコード品質を高めるためにMutation Testingライブラリ・Strykerを実戦導入してみた話
ysknsid25
6
2.5k
3次元点群データ「VIRTUAL SHIZUOKA』のオープンデータ化による恩恵と協働の未来/FOSS4G Japan 2024
kazz24s
0
150
"君は見ているが観察していない"で考えるインシデントマネジメント
grimoh
4
2.5k
The Role of Developer Relations in AI Product Success.
giftojabu1
0
110
VideoMamba: State Space Model for Efficient Video Understanding
chou500
0
180
OCI Network Firewall 概要
oracle4engineer
PRO
0
4.1k
いざ、BSC討伐の旅
nikinusu
2
760
利きプロセススケジューラ
sat
PRO
5
2.8k
Incident Response Practices: Waroom's Features and Future Challenges
rrreeeyyy
0
160
100 名超が参加した日経グループ横断の競技型 AWS 学習イベント「Nikkei Group AWS GameDay」の紹介/mediajaws202411
nikkei_engineer_recruiting
1
160
Featured
See All Featured
How to Ace a Technical Interview
jacobian
276
23k
Building Your Own Lightsaber
phodgson
103
6.1k
Reflections from 52 weeks, 52 projects
jeffersonlam
346
20k
Designing Experiences People Love
moore
138
23k
Designing for Performance
lara
604
68k
ピンチをチャンスに:未来をつくるプロダクトロードマップ #pmconf2020
aki_iinuma
109
49k
Done Done
chrislema
181
16k
Why You Should Never Use an ORM
jnunemaker
PRO
54
9k
[RailsConf 2023 Opening Keynote] The Magic of Rails
eileencodes
28
9.1k
Learning to Love Humans: Emotional Interface Design
aarron
273
40k
Measuring & Analyzing Core Web Vitals
bluesmoon
4
110
Helping Users Find Their Own Way: Creating Modern Search Experiences
danielanewman
29
2.3k
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/