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
Tシャツに書かれたコードを読む
Search
Kenta Kobayashi
March 11, 2022
Programming
0
1.3k
Tシャツに書かれたコードを読む
YAPC::Japan::Online 2022 の LT
Kenta Kobayashi
March 11, 2022
Tweet
Share
More Decks by Kenta Kobayashi
See All by Kenta Kobayashi
Perlの生きのこり - エンジニアがこの先生きのこるためのカンファレンス2025
kfly8
4
2.2k
Introduce Sub::Meta
kfly8
0
57
研修はイベントでなくコミュニティ作り
kfly8
0
1.9k
明日からできる新人のオンボーディングガイド
kfly8
0
810
メンター成長のためのふりかえり会
kfly8
0
1.2k
Interfaces in Perl5 at The Perl Conference 2019 in Pittsburgh
kfly8
0
3k
経験から効率よく学習する
kfly8
0
350
Interfaces in Perl5
kfly8
1
940
p5-Lodash!
kfly8
2
810
Other Decks in Programming
See All in Programming
生成AIを使ったQAアプリケーションの作成 - ハンズオン補足資料
oracle4engineer
PRO
3
250
Enterprise Web App. Development (1): Build Tool Training Ver. 5
knakagawa
1
120
Exit 8 for SwiftUI
ojun9
0
140
Youtube Lofier - Chrome拡張開発
ninikoko
0
2.5k
新しいPHP拡張モジュールインストール方法「PHP Installer for Extensions (PIE)」を使ってみよう!
cocoeyes02
0
410
「理解」を重視したAI活用開発
fast_doctor
0
180
Make Parsers Compatible Using Automata Learning
makenowjust
2
5.4k
Rollupのビルド時間高速化によるプレビュー表示速度改善とバンドラとASTを駆使したプロダクト開発の難しさ
plaidtech
PRO
1
180
Building a macOS screen saver with Kotlin (Android Makers 2025)
zsmb
1
160
Sharing features among Android applications: experience feedback
jbvincey
0
110
note の Elasticsearch 更新系を支える技術
tchov
0
140
七輪ライブラリー: Claude AI で作る Next.js アプリ
suneo3476
1
120
Featured
See All Featured
Facilitating Awesome Meetings
lara
54
6.3k
Speed Design
sergeychernyshev
29
900
Fontdeck: Realign not Redesign
paulrobertlloyd
83
5.5k
The Web Performance Landscape in 2024 [PerfNow 2024]
tammyeverts
5
530
The Myth of the Modular Monolith - Day 2 Keynote - Rails World 2024
eileencodes
23
2.6k
Fashionably flexible responsive web design (full day workshop)
malarkey
407
66k
Thoughts on Productivity
jonyablonski
69
4.6k
個人開発の失敗を避けるイケてる考え方 / tips for indie hackers
panda_program
104
19k
KATA
mclloyd
29
14k
Building Applications with DynamoDB
mza
94
6.3k
Understanding Cognitive Biases in Performance Measurement
bluesmoon
29
1.6k
CSS Pre-Processors: Stylus, Less & Sass
bermonpainter
357
30k
Transcript
Tシャツに書かれた コードを読む kobaken a.k.a kfly8
None
None
謎の赤い点
None
Acme::Bleach コードを漂白するモジュール
None
None
漂白の原理
abc 10000110 01000110 11000110 ビット列 に変換 0 を space 1
を tab に変換
abc 10000110 01000110 11000110 文字列 に逆変換 space を 0 tab
を 1 に逆変換
space か tab
space
赤い八連星
(space + tab) x8
space
tab
一行に9文字!
赤い点(space)が3つ → タブは、9-3で、6つ
鍵がそろった!
None
None
pack "b*"
None
👏
おまけ
None
01 → wW
Acme::Kusaつくった
None
None
fin.