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
76
Kafka Partitioning Algorithm
gordondiggs
0
140
Rayons
gordondiggs
0
62
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
Why React!?? Next.jsそしてReactを改めてイチから選ぶ
ypresto
7
2.9k
研究開発部メンバーの働き⽅ / Sansan R&D Profile
sansan33
PRO
3
20k
OCI Network Firewall 概要
oracle4engineer
PRO
1
7.7k
PLaMo2シリーズのvLLM実装 / PFN LLM セミナー
pfn
PRO
2
120
今日から始めるpprof / Pprof workshop for beginners
ymotongpoo
6
750
フルカイテン株式会社 エンジニア向け採用資料
fullkaiten
0
9k
そのグラフに「魂」は宿っているか? ~生成AI全盛期におけるデータ可視化手法とライブラリ比較~
negi111111
2
780
Flaky Testへの現実解をGoのプロポーザルから考える | Go Conference 2025
upamune
1
210
【GPT-5本出版記念】npaka による AIの今とこれから と AI時代の生存戦略
npaka
2
800
全てGoで作るP2P対戦ゲーム入門
ponyo877
3
1.1k
analysis パッケージの仕組みの上でMulti linter with configを実現する / Go Conference 2025
k1low
1
230
VCC 2025 Write-up
bata_24
0
110
Featured
See All Featured
The Web Performance Landscape in 2024 [PerfNow 2024]
tammyeverts
9
840
Creating an realtime collaboration tool: Agile Flush - .NET Oxford
marcduiker
31
2.2k
Typedesign – Prime Four
hannesfritz
42
2.8k
Fashionably flexible responsive web design (full day workshop)
malarkey
407
66k
Documentation Writing (for coders)
carmenintech
75
5k
4 Signs Your Business is Dying
shpigford
185
22k
ReactJS: Keep Simple. Everything can be a component!
pedronauck
667
120k
Java REST API Framework Comparison - PWX 2021
mraible
33
8.8k
How GitHub (no longer) Works
holman
315
140k
Intergalactic Javascript Robots from Outer Space
tanoku
273
27k
We Have a Design System, Now What?
morganepeng
53
7.8k
A Tale of Four Properties
chriscoyier
160
23k
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!