Razl-Dazl

Gist(メモ置き場)

m3u8系のストリーミング動画の保存

ffmpeg使えば一発

ffmpeg -i https://example.com/example.m3u8 -c copy output.mp4
Android カメラ無音化

機種によってはもう効かないかも

adb shell settings put system csc_pref_camera_forced_shuttersound_key 0
Infinite Craftの変な組み合わせ

Trump + Wall = Mexico
Bitcoin + Evolution = Ethereum
Democracy + Anarchy = Republic
Naruto + Mario = Super Saiyan
Samurai + gene = Genesai
Goku + Love = Vegeta
Goku + Vegeta = Gogeta
404 + Internet = Error
Tokyo + 2020 = Olympics
Shinkansen + Anime = Evangelion
Internet + Time = Waste
China + Cake = Forture Cookie
Ninja + Village = Hidden
mummy + bomb = TNT
trump + house = white house
biography + math = mathematician
mathematician + biography = banksy
china + king = emperor
spain + highway = autopista
united states + chinatown = san francisco
programmer + town = silicon valley
city + bridge = london
britain + hate = brexit
lightning + city = tesla
hindysm + britain = india
sex + toy = vibrator
sexy + triangle = bikini
knowleadge + fap = masturbation
masturbation + justice = injusitce
dead end + anime = death note
treasure + map = x

板前はバックエンドエンジニア説
  • サーバのことを鯖と略す
  • たたき台→まな板
  • (ソイ)ソースを吟味する
  • サーバルームの冷房が効いてるのは魚に触れる時間を最小限にし熱を与えず鮮度を保つのと同じ原理
  • WAF(和風)
Git関連メモ

WindowsでKeybaseのgit使えるようにする

mklinkはコマンドプロンプトでしか使えないのでcmdする

cmd
cd "C:\Program Files\Git\cmd  
mklink git-remote-keybase.exe C:\Users\cat\AppData\Local\Keybase\git-remote-keybase.exe

Keybaseからclone

cd C:/users/hoge/Documents/Git
git clone keybase://private/hoge/foobar

SourceTree初期にやること

  • GitHubアカウント認証
  • SSHクライアントの設定>SourceTree起動時にSSHエージェントを起動します 外す
  • プロジェクトフォルダをdocuments/git にする

最初のコミットさえ消したいとき

git update-ref -d HEAD

その後空のinitial commit作成

git commit --allow-empty -m "initial commit"

強制プッシュ

git push origin main -f
adbコマンドでアプリのリセット
adb shell pm clear com.YostarJP.BlueArchive
VRCで弾かれたドメイン

gmailとか以外はなんか弾かれる

relay.firefox.com
mozmail.com
protonmail.com

Author@zakuro

Mastodon: 396@vivaldi.net

最近はKotlin Multiplatformにお熱です