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
Supbutton
Search
Gordon Diggs
November 06, 2015
Technology
0
60
Supbutton
Gordon Diggs
November 06, 2015
Tweet
Share
More Decks by Gordon Diggs
See All by Gordon Diggs
John Coltrane: Lessons in Leadership
gordondiggs
2
280
The Customer Gap
gordondiggs
1
100
Picking Records with JavaScript and a Button
gordondiggs
0
74
Kafka Partitioning Algorithm
gordondiggs
0
130
Rayons
gordondiggs
0
61
Sous Vide
gordondiggs
0
78
Dev Events & Internal Tools at Paperless Post
gordondiggs
0
120
The Joys and Pains of Working With an Old Codebase
gordondiggs
0
130
The Joys and Pains of Working with an Old Codebase
gordondiggs
1
2.3k
Other Decks in Technology
See All in Technology
猫でもわかるQ_CLI(CDK開発編)+ちょっとだけKiro
kentapapa
0
160
メモ整理が苦手な者による頑張らないObsidian活用術
optim
1
170
ecspressoの設計思想に至る道 / sekkeinight2025
fujiwara3
12
2.2k
Datasets for Critical Operations by Dataform
kimujun
0
140
Vision Language Modelと自動運転AIの最前線_20250730
yuyamaguchi
2
920
[MIRU25] NaiLIA: Multimodal Retrieval of Nail Designs Based on Dense Intent Descriptions
keio_smilab
PRO
1
170
反脆弱性(アンチフラジャイル)とデータ基盤構築
cuebic9bic
2
130
恐怖!テストコードなき夜
tsukuboshi
2
110
AI エンジニアの立場からみた、AI コーディング時代の開発の品質向上の取り組みと妄想
soh9834
8
630
テキストからの実世界知能の実現に向けて
sumoai
0
110
【CEDEC2025】『Shadowverse: Worlds Beyond』二度目のDCG開発でゲームをリデザインする~遊びやすさと競技性の両立~
cygames
PRO
1
180
Power Automate のパフォーマンス改善レシピ / Power Automate Performance Improvement Recipes
karamem0
0
280
Featured
See All Featured
jQuery: Nuts, Bolts and Bling
dougneiner
63
7.8k
A Tale of Four Properties
chriscoyier
160
23k
10 Git Anti Patterns You Should be Aware of
lemiorhan
PRO
656
60k
Keith and Marios Guide to Fast Websites
keithpitt
411
22k
JavaScript: Past, Present, and Future - NDC Porto 2020
reverentgeek
50
5.5k
Product Roadmaps are Hard
iamctodd
PRO
54
11k
[Rails World 2023 - Day 1 Closing Keynote] - The Magic of Rails
eileencodes
35
2.5k
Evolution of real-time – Irina Nazarova, EuRuKo, 2024
irinanazarova
8
860
Let's Do A Bunch of Simple Stuff to Make Websites Faster
chriscoyier
507
140k
The Psychology of Web Performance [Beyond Tellerrand 2023]
tammyeverts
48
2.9k
Git: the NoSQL Database
bkeepers
PRO
431
65k
Distributed Sagas: A Protocol for Coordinating Microservices
caitiem20
331
22k
Transcript
The Dumbest Thing I’ve Built CC Lunch N Learn 20151106
The Dumbest Thing I’ve Built CC Lunch N Learn 20151106
None
https://medium.com/@edwardbenson/how-i-hacked-amazon-s-5-wifi-button-to-track-baby-data-794214b0bdd8
https://medium.com/@brody_berson/drizly-dash-beer-me-with-the-press-of-a-button-a8c1185d316f https://medium.com/@brody_berson/hacking-amazon-s-5-dash-button-to-order-domino-s-pizza-9d19c9d04646
None
None
None
dash.on("detected", function (dash_id) { client.get("users/show", { user_id: random_follower() }, function(err,
data, response) { if(err) throw err; var name = data.screen_name, tweet = "@" + name + " Sup"; console.log(tweet); client.post('statuses/update', { status: tweet }, function(err, data, response) { if(err) console.log(err); }); }); });
https://github.com/GordonDiggs/supbutton https://twitter.com/supbutton Thanks!