今日は涼しいのでおっさんだけどシャツインしてお腹あたたか
@kPherox pg_dumpコマンドが、これからデータを読むよ!って宣言したあとに書き込まれた内容は、pg_dumpコマンドには見えない、という感じかと思います。
https://www.postgresql.jp/document/12/html/transaction-iso.html
いっしょなきのする
$ echo echo hello world | bash
hello world
$ bash <(echo echo hello world)
hello world
```
for w in {0..2}; do sleep $w && echo 'echo a; read b; echo $b'; done | bash
>> a
>> echo a; read b; echo $b
>> a
>>
```
```
bash <(for w in {0..2}; do sleep $w && echo 'echo a; read b; echo $b'; done)
>> a
>> input2
>> input2
>> a
>> input2
>> input2
>> a
>> input3
>> input3
```
()で実行されるサブシェルとパイプの前後で実行されるプロセスと扱いが違うとか標準入力のとりかたとか標準入出力のバッファとかナンモワカラン
デルタ株はどうしてだか2ヶ月経つと元気がなくなったように見える現象はインドとイギリスだけではなくインドネシアでも見られてるとのこと。なんじゃろね…
https://twitter.com/MichiKaifu/status/1423003049270792194
https://covid-chart.zunda.ninja/?n=t&r=India-United+Kingdom-Indonesia&t=-150
僕の足りない脳みそクロックが今日もgit checkout masterかgit checkout mainかgit switch masterかgit switch mainのどれを使うべきかに消費されてくのでおっさんはおっさん。
@popn_ja 僕も幸せに使ってます。今から買うとするとOSのサポート期間の残りが気になりそうな気がします(が、なんも調べてない…
This account is not set to public on notestock.
Ubuntu 18.04.5 LTSわよ
12 updates can be applied immediately.
10 of these updates are standard security updates.
$ sudo sh -c 'apt update && apt dist-upgrade -y'
:
The following NEW packages will be installed:
linux-headers-4.15.0-153 linux-headers-4.15.0-153-generic
linux-image-4.15.0-153-generic linux-modules-4.15.0-153-generic
linux-modules-extra-4.15.0-153-generic
The following packages will be upgraded:
linux-generic linux-headers-generic linux-image-generic linux-libc-dev
linux-signed-generic sosreport wireless-regdb
7 upgraded, 5 newly installed, 0 to remove and 0 not upgraded.
5 standard security updates
:
カーネルきてるかー。ねるか←
$ cat /var/run/reboot-required*
*** System restart required ***
linux-base
$ sync; sync; sync; sudo reboot
(-人-)
This account is not set to public on notestock.
macOSのキーボードショートカットとかGnomeのフォーカスの切り替えとか一息待たなきゃいけないのでときどき滑るんだけどみんなはあんまり気にならないものなのかしら
@okumurakengo Rubyのifは式で、どちらかのブロックで最後に評価した値を返しますねー
https://docs.ruby-lang.org/ja/latest/doc/spec=2fcontrol.html#if
This account is not set to public on notestock.
This account is not set to public on notestock.