長男さん…
フォレストブレンド、浅煎りの淹れ方にしたらむっちゃうんまい!(語彙)
ペーパーフィルターで2回蒸らしてコーヒー粉が混ざるようにどばどばお湯を2回注ぐ。
This account is not set to public on notestock.
新しく到着したお仕事マシンにまだPS/2ポートが付いてるのを確認して感心したんだけどディスプレイはHDVIじゃなくなってたわね
いくわよー
$ sudo apt install build-essential rbenv git
$ rbenv init
$ vi .bash_aliases
で下記を足す
case "$TERM" in
xterm*|rxvt*)
if type __git_ps1 >/dev/null 2>&1; then
GIT_PS1_SHOWDIRTYSTATE=true
GIT_PS1_SHOWUPSTREAM="auto"
PS1="$PS1\$(__git_ps1)"
fi
PS1="$PS1\n\$ "
;;
*)
;;
esac
eval "$(rbenv init -)"
こうなりました。ワーキングコピーの状態まで1行目でコマンドを入力する行はシンプルに。
# personal preferences
alias rm='rm -i'
alias cp='cp -i'
alias mv='mv -i'
case "$TERM" in
xterm*|rxvt*)
if type __git_ps1 >/dev/null 2>&1; then
GIT_PS1_SHOWDIRTYSTATE=true
GIT_PS1_SHOWUPSTREAM="auto"
PS1="${PS1/\\$ /}\$(__git_ps1)\$ "
fi
PS1=${PS1/\$ /\\n$ }
;;
*)
;;
esac
eval "$(rbenv init -)"
うまく進むかな?
689974b1e (upstream/main) Remove duplicate CSS property of margin (#16277)
08d6a7764 Bump nokogiri from 1.11.3 to 1.11.4 (#16252)
3f599c343 Bump puma from 5.3.0 to 5.3.1 (#16257)
97539b6a9 Fix host check on healthcheck path not being disabled (#16270)
d137d2ab8 Replace “status” and “message” by “post” in WebUI (#16271)
\Master?/ \ますたー/
Merged tootsuite/mastodon at 689974b1ed081c238560d6b368609acc50dc7336.
$ git config --global user.name "John Doe"
$ git config --global user.email johndoe@example.com
してなかったー
$ git commit --amend --author='zunda <zundan@gmail.com>'
$ git push -f
ごめんごめん
This account is not set to public on notestock.
This account is not set to public on notestock.
This account is not set to public on notestock.
Android 12だかから入るMaterial Youとかいうデザインはユーザーが色味を変えられるらしくまじゲーミング、じゃなくてデザイナーさんたち大変になりそう
https://material.io/blog/announcing-material-you
Techbooster/mhidakaさんによるまとめ。そのうち読む!!
Google I/O 2021 Keynote: Android 12注目の新機能まとめ https://techbooster.org/android/18432/
家にsshするのにこのYubiKeyは登録してなかったよねえって思いながら押してみたらsshできたので登録してたみたいわね
This account is not set to public on notestock.
Cloudflare Severさん、Cloudflareからのレスポンスヘッダに登場するのかな? #電話にはcurlが無い
This account is not set to public on notestock.
This account is not set to public on notestock.
This account is not set to public on notestock.