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
64
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
290
The Customer Gap
gordondiggs
1
110
Picking Records with JavaScript and a Button
gordondiggs
0
80
Kafka Partitioning Algorithm
gordondiggs
0
140
Rayons
gordondiggs
0
66
Sous Vide
gordondiggs
0
88
Dev Events & Internal Tools at Paperless Post
gordondiggs
0
120
The Joys and Pains of Working With an Old Codebase
gordondiggs
0
150
The Joys and Pains of Working with an Old Codebase
gordondiggs
1
2.4k
Other Decks in Technology
See All in Technology
20260305_【白金鉱業】分析者が地理情報を武器にするための軽量なアドホック分析環境
yucho147
3
220
SRE NEXT 2026 CfP レビュアーが語る聞きたくなるプロポーザルとは?
yutakawasaki0911
0
200
非情報系研究者へ送る Transformer入門
rishiyama
10
6.8k
vLLM Community Meetup Tokyo #3 オープニングトーク
jpishikawa
0
290
複数クラスタ運用と検索の高度化:ビズリーチにおけるElastic活用事例 / ElasticON Tokyo2026
visional_engineering_and_design
0
110
JAWS FESTA 2025でリリースしたほぼリアルタイム文字起こし/翻訳機能の構成について
naoki8408
1
230
Claude Code のコード品質がばらつくので AI に品質保証させる仕組みを作った話 / A story about building a mechanism to have AI ensure quality, because the code quality from Claude Code was inconsistent
nrslib
5
780
オレ達はAWS管理をやりたいんじゃない!開発の生産性を爆アゲしたいんだ!!
wkm2
4
480
Agentic Software Modernization - Back to the Roots (Zürich Agentic Coding and Architectures, März 2026)
feststelltaste
1
230
AWS DevOps Agent vs SRE俺 / AWS DevOps Agent vs me, the SRE
sms_tech
3
510
組織全体で実現する標準監視設計
yuobayashi
2
460
OpenClawで回す組織運営
jacopen
3
670
Featured
See All Featured
Joys of Absence: A Defence of Solitary Play
codingconduct
1
300
Claude Code どこまでも/ Claude Code Everywhere
nwiizo
64
53k
Into the Great Unknown - MozCon
thekraken
40
2.3k
Practical Orchestrator
shlominoach
191
11k
How to Align SEO within the Product Triangle To Get Buy-In & Support - #RIMC
aleyda
1
1.4k
Prompt Engineering for Job Search
mfonobong
0
180
GraphQLとの向き合い方2022年版
quramy
50
14k
Getting science done with accelerated Python computing platforms
jacobtomlinson
2
140
A Modern Web Designer's Workflow
chriscoyier
698
190k
The Cult of Friendly URLs
andyhume
79
6.8k
Building a Scalable Design System with Sketch
lauravandoore
463
34k
The browser strikes back
jonoalderson
0
770
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!