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
cowを増やそう
Search
Kenichiro MATOHARA
June 28, 2020
Technology
0
210
cowを増やそう
"鹿児島Linux勉強会 2020.06(オンライン開催) - connpass"
https://kagolug.connpass.com/event/179564/
Kenichiro MATOHARA
June 28, 2020
Tweet
Share
More Decks by Kenichiro MATOHARA
See All by Kenichiro MATOHARA
ポータブルで色々なプロトコルに対応したファイルサーバーのcopypartyを試す
matoken
0
2
後で読む系サービスPocketの移行先にShioriを試す
matoken
0
30
GaleneのGo製ライブラリでtext chatを保存
matoken
0
13
MastodonとtootとTerminal graphics protocolのKittyとiTerm2
matoken
0
66
ChangeDetection.ioでウェブページを定期チェック
matoken
0
160
ターミナルエミュレータのKittyで文字サイズ変更
matoken
0
66
Glanceで個人向けポータルサイト
matoken
0
130
Google検索をJavaScriptなしで
matoken
0
120
fuse-archiveでいろんなアーカイブをマウント
matoken
0
190
Other Decks in Technology
See All in Technology
JTCにおける内製×スクラム開発への挑戦〜内製化率95%達成の舞台裏/JTC's challenge of in-house development with Scrum
aeonpeople
0
230
DevIO2025_継続的なサービス開発のための技術的意思決定のポイント / how-to-tech-decision-makaing-devio2025
nologyance
1
400
5年目から始める Vue3 サイト改善 #frontendo
tacck
PRO
3
220
Practical Agentic AI in Software Engineering
uzyn
0
110
Agile PBL at New Grads Trainings
kawaguti
PRO
1
430
自作JSエンジンに推しプロポーザルを実装したい!
sajikix
1
180
【実演版】カンファレンス登壇者・スタッフにこそ知ってほしいマイクの使い方 / 大吉祥寺.pm 2025
arthur1
1
870
2025年夏 コーディングエージェントを統べる者
nwiizo
0
170
S3アクセス制御の設計ポイント
tommy0124
3
200
DDD集約とサービスコンテキスト境界との関係性
pandayumi
3
280
なぜスクラムはこうなったのか?歴史が教えてくれたこと/Shall we explore the roots of Scrum
sanogemaru
5
1.6k
サラリーマンの小遣いで作るtoCサービス - Cloudflare Workersでスケールする開発戦略
shinaps
2
450
Featured
See All Featured
Exploring the Power of Turbo Streams & Action Cable | RailsConf2023
kevinliebholz
34
6k
Cheating the UX When There Is Nothing More to Optimize - PixelPioneers
stephaniewalter
285
13k
Done Done
chrislema
185
16k
Build The Right Thing And Hit Your Dates
maggiecrowley
37
2.9k
Raft: Consensus for Rubyists
vanstee
140
7.1k
Fireside Chat
paigeccino
39
3.6k
Designing Dashboards & Data Visualisations in Web Apps
destraynor
231
53k
We Have a Design System, Now What?
morganepeng
53
7.8k
How To Stay Up To Date on Web Technology
chriscoyier
790
250k
[RailsConf 2023 Opening Keynote] The Magic of Rails
eileencodes
30
9.7k
Helping Users Find Their Own Way: Creating Modern Search Experiences
danielanewman
29
2.9k
The Success of Rails: Ensuring Growth for the Next 100 Years
eileencodes
46
7.6k
Transcript
cowを増やそう!
cowsayコマンド $ cowsay 牛がしゃべるよ ________________ < 牛がしゃべるよ > ---------------- \
^__^ \ (oo)\_______ (__)\ )\/\ ||----w | || ||
cowsay Perl製のジョークソフト login時にfortuneを喋らせたり 日本語対応はemasakaさんが! https://web.archive.org/web/20120527202447/http://www.nog.net/~tony/warez/cow say.shtml (◞‸◟)
一部環境のkernel panick時にも出てきたり http://lxr.linux.no/linux+v2.6.37.1/arch/parisc/kernel/traps.c#L252 252 /* Amuse the user in a
SPARC fashion */ 253 if (err) printk(KERN_CRIT 254 " _______________________________ \n" 255 " < Your System ate a SPARC! Gah! >\n" 256 " ------------------------------- \n" 257 " \\ ^__^\n" 258 " (__)\\ )\\/\\\n" 259 " U ||----w |\n" 260 " || ||\n"); X ScreenSaverのBSODにも
いろんな牛が居る(Debian sidの場合) $ cowsay -l Cow files in /usr/share/cowsay/cows: apt
beavis.zen bong bud-frogs bunny calvin cheese cock cower daemon default dragon dragon-and-cow duck elephant elephant-in-snake eyes flaming-sheep fox ghostbusters gnu hellokitty kangaroo kiss koala kosh luke-koala mech-and-cow milk moofasa moose mutilated pony pony-smaller ren sheep skeleton snowman stegosaurus stimpy suse three-eyes turkey turtle tux unipony unipony-smaller vader vader-koala www #減ることも
全員表示 $ cowsay -l | grep -v : | tr
" " "\n" | xargs -I{} cowsay -f {} {} cowsay 一覧 – matoken's meme cowsay の COW をランダムに – matoken's meme
COWの素の.cowファイル $ cat www.cow ## ## A cow wadvertising the
World Wide Web, from
[email protected]
## $the_cow = <<EOC; $thoughts ^__^ $thoughts ($eyes)\\_______ (__)\\ )\\/\\ $tongue ||--WWW | || || EOC
cowファイル配布場所例 paulkaefer/cowsay-files: A collection of additional/alternative cowsay files. bkendzior/cowfiles: ASCII
cowfiles for cowsay
None
COWPATH cowファイルの場所をCOWPATHに指定するとその場所を見てくれる $ echo 'export COWPATH="/usr/share/cowsay/cows:$HOME/.cowsay:$HOME/src/cowsay-files/cows/:$HOME/src/cowsay-files/cows/true-color"' >> ~/.bashrc $ source
~/.bashrc 若しくは -f オプションで .cow ファイルを指定 $ cowsay -f ./meow.cow cow!
飼い過ぎたΣ $ cowsay -l | grep -v : | tr
' ' "\n" | wc -l 678
消されたcow 作者不明だったりライセンスやポリシーなどの問題でパッケージから消されたcow達 が居る #882085 - cowsay: should not recommend cowsay-off
- Debian Bug report logs 古いsourceから持ってきたり Folder: cows | Debian Sources 先に紹介した場所にも居たりするので気に留めておいたほうが良さそう
xcowsay Xでもmoo http://www.doof.me.uk/xcowsay/
cowcowcow
奥付 発表: 「鹿児島Linux勉強会 2020.06」 発表日: 2020-06-28(sun) 発表者: KenichiroMatohara License: CC
BY-NC-SA 4.0 利用ツール: codium + Marp for VS Code