Varnish Softwareの公式イベントだ。オフライン開催。
---
Varnish in 東京 (2023/10/25 18:00〜)
https://connpass.com/event/298873/
#bookmarks
About
オンライン開催
---
BPStudy#194〜生成AIによる要件定義・システムの説明 (2023/10/31 19:30〜)
https://bpstudy.connpass.com/event/298306/
#bookmarks
オンライン開催
---
インフラエンジニアBooks 30分でわかる「ゼロトラストアーキテクチャ入門」 (2023/11/08 20:00〜)
https://infra-eng-books.connpass.com/event/298271/
#bookmarks
k8s上で稼働しているpodをプロファイリングしてflamegraphを生成してくれるkubectlプラグイン。稼働しているプログラムの実装言語に依存、Javaはasync-profiler、Goはebpf profiling、Pythonはpy-spy、Rubyはrbspy、nodejsはperfで収集するらしい
---
GitHub - yahoo/kubectl-flame: Kubectl plugin for effortless profiling on kubernetes
https://github.com/yahoo/kubectl-flame
#bookmarks
Auth0やKeycloak代替のオープンソースなユーザ認証インフラ。セルフホストの他にSaaSも提供
---
GitHub - zitadel/zitadel: ZITADEL - The best of Auth0 and Keycloak combined. Built for the serverless era.
https://github.com/zitadel/zitadel
#bookmarks
L2/L3界隈ネットワークのエミュレータ/シミュレータ25選。こんなにあるのね。
---
Twenty-five open-source network emulators and simulators you can use in 2023
https://www.brianlinkletter.com/2023/02/network-emulators-and-network-simulators-2023/
#bookmarks
SQLite、次の3.44.0でJSONB形式をサポート予定。容量が5~10%削減され、json_extract()関数や->演算子などで性能が2倍向上する予定。ちなみにJSONテキストをJSONB型に格納するのはパースして変換が必要なので多分遅いです(pgsqlも同様)
---
SQLite Forum: JSONB - Request for evaluation and comment
https://sqlite.org/forum/forumpost/8687d4ad36
#bookmarks
HAProxyはHTTP/2 Rapid Reset Attackの影響を受けないそうです。わいわい
---
HAProxy is Not Affected by the HTTP/2 Rapid Reset Attack (CVE-2023-44487)
https://www.haproxy.com/blog/haproxy-is-not-affected-by-the-http-2-rapid-reset-attack-cve-2023-44487
#bookmarks
HTTP/2 Rapid Reset Attackの脆弱性、nginxも影響を受ける可能性があるが、keepalive_requestsとhttp2_max_concurrent_streamsのパラメータがデフォルトなら影響は小さい。さらに設定するならlimit_connとlimit_reqを検討してね
---
HTTP/2 Rapid Reset Attack Impacting F5 NGINX Products - NGINX
https://www.nginx.com/blog/http-2-rapid-reset-attack-impacting-f5-nginx-products/
#bookmarks
C言語でポインタ周りの記号に&と*が使われているのはB言語由来。また&の発音「アンパサンド」は「アドレス」と似ているから使われたのだろうとKen Thompsonから回答。わいわい。
---
Why does C use the asterisk for pointers?
https://softwareengineering.stackexchange.com/questions/252023/why-does-c-use-the-asterisk-for-pointers
#bookmarks