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
フルカイテン株式会社 エンジニア向け採用資料
fullkaiten
0
7.3k
Claude Code どこまでも/ Claude Code Everywhere
nwiizo
43
26k
AWS全冠したので振りかえってみる
tajimon
0
140
Contract One Engineering Unit 紹介資料
sansan33
PRO
0
6.4k
成立するElixirの再束縛(再代入)可という選択
kubell_hr
0
250
DB 醬,嗨!哪泥嘎斯基?
line_developers_tw
PRO
0
150
Securing your Lambda 101
chillzprezi
0
270
Cloud Native Scalability for Internal Developer Platforms
hhiroshell
2
450
エンジニア採用から始まる技術広報と組織づくり/202506lt
nishiuma
8
1.7k
ゆるSRE #11 LT
okaru
1
600
(新URLに移行しました)FASTと向き合うことで見えた、大規模アジャイルの難しさと楽しさ
wooootack
0
700
「伝える」を加速させるCursor術
naomix
0
620
Featured
See All Featured
Building a Modern Day E-commerce SEO Strategy
aleyda
41
7.3k
Designing for Performance
lara
609
69k
We Have a Design System, Now What?
morganepeng
52
7.6k
Evolution of real-time – Irina Nazarova, EuRuKo, 2024
irinanazarova
8
780
Principles of Awesome APIs and How to Build Them.
keavy
126
17k
Embracing the Ebb and Flow
colly
86
4.7k
Building a Scalable Design System with Sketch
lauravandoore
462
33k
Measuring & Analyzing Core Web Vitals
bluesmoon
7
480
Designing Dashboards & Data Visualisations in Web Apps
destraynor
231
53k
Creating an realtime collaboration tool: Agile Flush - .NET Oxford
marcduiker
30
2.1k
Art, The Web, and Tiny UX
lynnandtonic
299
21k
Making the Leap to Tech Lead
cromwellryan
134
9.3k
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!