by shigemk2

当面は技術的なことしか書かない

2021-11-10から1日間の記事一覧

PHP 2021-11-09

PHP

[2021-11-09 23:52:10 +0900]: Fix file name clash in phar test [2021-11-09 23:32:27 +0900]: Improve strtr() performance using SSE2 instructions [2021-11-09 18:24:41 +0900]: Warn if return type on internal __toString() is missing [2021-11-09…

fish-shell 2021-11-09

[2021-11-09 06:56:42 +0900]: Le Changuelogue [2021-11-09 05:22:54 +0900]: ast: Stop dropping down to wchar_t needlessly [2021-11-09 04:36:01 +0900]: Restyle codebase with clang-format [2021-11-09 04:24:38 +0900]: Recognize all foot terminf…

Emacs 2021-11-09

[2021-11-09 22:51:24 +0900]: ; * doc/emacs/building.texi (Lisp Libraries): Fix a typo. (Bug#51717) [2021-11-09 17:29:37 +0900]: * lisp/progmodes/prog-mode.el (prog-context-menu): Use "Go Back" (bug#38797) [2021-11-09 17:24:44 +0900]: * lis…

brew 2021-11-09

[2021-11-09 10:18:25 +0900]: Fix tests [2021-11-09 04:18:49 +0900]: cmd/vendor-install: add arm64 macOS portable-ruby build [2021-11-09 03:39:21 +0900]: Require Ruby 2.6.8 [2021-11-09 03:12:01 +0900]: Update RBI files for unparser. [2021-1…

MongoDBのデフォルトポート

27017。ドキュメントにも書いてある。configsvr/shardsvrオプションでスタートしたときはまた違うけど。 docs.mongodb.com

CloudWatchメトリクス ALBのTargetResponseTime

AWS

ALBの応答時間。レポートされる条件は「ゼロ以外の値がある」ってあるけど、ヘルスチェックはReqeustCountにカウントされず、RequestCountがゼロだったらTargetResponseTimeも記録されない(NULL相当) docs.aws.amazon.com

Googleのdeveloper documentation style guide

いいこと書いてそうだから後で読む developers.google.com