( º дº)<キエェェェエエェェェ
オスカーとったんだって!みなさんもどこかで観られますように(怖い)
20 Days in Mariupol | FRONTLINE https://www.pbs.org/wgbh/frontline/documentary/20-days-in-mariupol/
たいへん
いま
おきました
Convert request-based setup into factory setup in push/subscriptions request spec (#29489)
Use unchanging github links in docs/comments (#29545)
Add notification policies and notification requests in web UI (#29433)
Change action button to be last on profiles in web UI (#29533)
Change icons in navigation panel to be filled when active in web UI (#29537)
Normalize idna domain before account unblock domain (#29530)
Add coverage for admin/metrics base classes, simplify subclass generation (#29527)
Use the server setting to get the max number of poll options in UI (#29490)
Update dependency autoprefixer to v10.4.18 (#29475)
Change dropdown menu icon to not be replaced by close icon when open in web UI (#29532)
Add hints for rules (#29539)
Ensure unique values in fabricators (#29515)
Update dependency test-prof to v1.3.2 (#29528)
Update DefinitelyTyped types (non-major) (#29543)
Update dependency eslint-plugin-jsdoc to v48.2.1 (#29544)
New Crowdin Translations (automated) (#29467)
Auto-merging spec/fabrication/fabricators_spec.rb
CONFLICT (content): Merge conflict in spec/fabrication/fabricators_spec.rb
Recorded preimage for 'spec/fabrication/fabricators_spec.rb'
ほえー
$ vi spec/fabrication/fabricators_spec.rb
$ git diff master spec/fabrication/fabricators_spec.rb
なし。ヨシ。
This account is not set to public on notestock.
\Master?/ \ますたー/
Merged mastodon/mastodon at 24319836de6046fb2985ec1a24c30ad7d47584d7.
ちなみにGMTは夏時間になるところがうんこだよ
$ TZ=Europe/London date; TZ=Europe/London date -d '3 week'
Mon Mar 11 19:59:37 GMT 2024
Mon Apr 1 20:59:37 BST 2024
ちなみにUTCを選べないシステムでは夏時間のないアイスランドのReykjavíkでおきらくごくらく (綴りは覚えられない)
$ TZ=UTC date; TZ=Iceland date; TZ=Iceland date -d '3 week'
Mon Mar 11 20:07:05 UTC 2024
Mon Mar 11 20:07:05 GMT 2024
Mon Apr 1 20:07:05 GMT 2024
GNU dateなら-uオプションでいつでもどこでもUTCだよ (BSD dateだとどうだったかしら)
$ TZ=Japan date -u
Mon Mar 11 20:26:54 UTC 2024
Ubuntu 20.04.6 LTSもお世話わよ
$ sudo sh -c 'apt update && apt dist-upgrade -y'
:
The following packages will be upgraded:
accountsservice libaccountsservice0
2 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
2 standard LTS security updates
:
$ cat /var/run/reboot-required*
cat: '/var/run/reboot-required*': No such file or directory
ヨシ
Ubuntu 22.04.4 LTSもお世話わよ
$ sudo sh -c 'apt update && apt dist-upgrade -y'
:
The following packages will be upgraded:
dpkg linux-firmware
2 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
:
$ cat /var/run/reboot-required*
cat: '/var/run/reboot-required*': No such file or directory
ヨシってか全然別の来たね
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.
This account is not set to public on notestock.
METARのそれぞれの語の内容は位置と字面の両方で理解しないといけなさそうでプログラムに落とすのは大変そうね。どこかで見かけたやつは有限状態機械になってた気がして、そんなに複雑なのか疑問だったのだけど、今ならなるほどって思うかも。
正確にキリ番ゲットを表示したかったらRedisとかでアトミックなカウンタを作るんだろうか。そうするとRedisサーバのシングルスレッドの能力で頭打ちよね。管理者側がだいたいのトラフィックを把握したいんだったらKafkaとかでどんどんスケールできるんだろうか。それともKafkaとかでもアトミックなカウンタを作れるんだろうか。
This account is not set to public on notestock.
あ、そうか。カウンタAPIエンドポイントにGETしてUUIDをもらってそのUUIDのカウンタ番号が決まるまでJavaScriptでポーリングすれば、アトミックなカウンタからのお返事に少し時間がかかってもなんとかなるんだ。
This account is not set to public on notestock.
「情報セキュリティの敗北史」より、みんな大好きARPAができたのはソ連がスプートニクを打ち上げたのにびっくりしたからなんだって!
https://en.wikipedia.org/wiki/DARPA
「20 Days in Mariupol」多くの人に届きますように。怖いけど。
Oscars 2024: Zelensky hails Ukraine's first-ever Oscar victory - BBC News https://www.bbc.com/news/world-europe-68533353
ポケごはん
Kindle Voyageの裏面をお湯とキッチンペーパーで拭いたらきれいになった気がするので #おっさんは皿を洗え
Arch盆栽。startxfce4からのX環境でCaps lockをCtrlになおすのに、https://bbs.archlinux.org/viewtopic.php?pid=1815527#p1815527 を参考に下記の内容で /etc/X11/xorg.conf.d/00-keyboard.conf ファイルを作成した。
Section "InputClass"
Identifier "system-keyboard"
MatchIsKeyboard "on"
Option "XkbOptions" "ctrl:nocaps"
EndSection
前回トラックパッドが動かなくなったのはMatchIsKeyboardあたりをタイポしてたのかな?