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
東京Ruby会議12 Ruby と Rust と私 / Tokyo RubyKaigi 12 Ruby, Rust and me
eagletmt
3
950
自社 200 記事を元に整理した読みやすいテックブログを書くための Tips 集
masakihirose
2
350
RubyでKubernetesプログラミング
sat
PRO
4
160
機械学習を「社会実装」するということ 2025年版 / Social Implementation of Machine Learning 2025 Version
moepy_stats
8
2k
Godot Engineについて調べてみた
unsoluble_sugar
0
440
My small contributions - Fujiwara Tech Conference 2025
ijin
0
1.5k
[IBM TechXchange Dojo]Watson Discoveryとwatsonx.aiでRAGを実現!座学①
siyuanzh09
0
110
AWSマルチアカウント統制環境のすゝめ / 20250115 Mitsutoshi Matsuo
shift_evolve
0
120
Copilotの力を実感!3ヶ月間の生成AI研修の試行錯誤&成功事例をご紹介。果たして得たものとは・・?
ktc_shiori
0
370
dbtを中心にして組織のアジリティとガバナンスのトレードオンを考えてみた
gappy50
0
330
2025年の挑戦 コーポレートエンジニアの技術広報/techpr5
nishiuma
0
150
いま現場PMのあなたが、 経営と向き合うPMになるために 必要なこと、腹をくくること
hiro93n
9
8k
Featured
See All Featured
Visualizing Your Data: Incorporating Mongo into Loggly Infrastructure
mongodb
44
9.4k
Done Done
chrislema
182
16k
CSS Pre-Processors: Stylus, Less & Sass
bermonpainter
356
29k
XXLCSS - How to scale CSS and keep your sanity
sugarenia
248
1.3M
StorybookのUI Testing Handbookを読んだ
zakiyama
28
5.4k
個人開発の失敗を避けるイケてる考え方 / tips for indie hackers
panda_program
98
18k
[RailsConf 2023 Opening Keynote] The Magic of Rails
eileencodes
28
9.2k
Sharpening the Axe: The Primacy of Toolmaking
bcantrill
39
1.9k
Statistics for Hackers
jakevdp
797
220k
Cheating the UX When There Is Nothing More to Optimize - PixelPioneers
stephaniewalter
280
13k
Distributed Sagas: A Protocol for Coordinating Microservices
caitiem20
330
21k
The Invisible Side of Design
smashingmag
299
50k
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/