2026-05-10
Flexoki — Steph Ango
stephango.com/flexokiCSS Color
2026-04-03
The 6th Annual State of FinOps survey is a snapshot from the global FinOps community.
data.finops.orgThe 6th Annual State of FinOps survey is a snapshot from the global FinOps community.
2025-08-01
adr
docs.wantedly.dev/fields/dev-process/adr2025-07-16
postgres exporter
techblog.goinc.jp/entry/2024/06/17/1801032025-07-06
fluxcd: Validate flux-system Root Kustomization
sven.stormbind.net/blog/posts/fluxcd_validate_flux-system_ks2025-06-11
ArgoCD's Rough Edges: A Field Guide to Real-World Problems
scalr.com/learning-center/argocds-rough-edges-a-field-guide-to-real-world-problems2025-05-18
ISTIO METADATA HEADER
janine.pcfe.net/posts/2022-10-10-istio-envoyfilter-strip-headers2024-12-02
LAN Party House
lanparty.house2024-10-12
Life Lessons from the First Half-Century of My Career – Communications of the ACM
cacm.acm.org/opinion/life-lessons-from-the-first-half-century-of-my-career2024-09-28
Scrum sucks.. Breaking news: Scrum is bad. | by Matteo Bianchi | Medium
blog.mb-consulting.dev/scrum-sucks-9960011fc5cf2024-08-23
Best way to count documents in MongoDB | by Nirjal Paudel | Medium
medium.com/@nirjalpaudel54312/best-way-to-count-documents-in-mongodb-b0c7e78612862024-05-11
Why does my 2vCPU application run faster in a VM than in a container? | by HungWei Chiu | Medium
hwchiu.medium.com/why-does-my-2vcpu-application-run-faster-in-a-vm-than-in-a-container-6438ffaba2452024-03-19
Redefining Observability | Hazel Weakly
hazelweakly.me/blog/redefining-observability2024-02-11
GitHub Workflow - get the path that triggered a pull request - Stack Overflow
stackoverflow.com/questions/75765682/github-workflow-get-the-path-that-triggered-a-pull-request2024-02-10
Hiring Challenge: Smallest golang Websocket Client
dyte.io/blog/hiring-challenge-smallest-golang-websocket-client2024-01-06
Plaintext World
plaintextworld.com2023-10-02
Kube-Prometheus-Stack And ArgoCD 2.3 - How to remove a workaround
blog.ediri.io/kube-prometheus-stack-and-argocd-23-how-to-remove-a-workaround#heading-application-ii-sync-options-replace2023-07-17
Preventing Pipewire from being SIGKILLed
lantian.pub/en/article/random-notes/pipewire-sigkill-fix.lantianI frequently encounter the situation that the Pipewire audio server is suddenly stopped:
The problem usually appears when I connect/disconnect my laptop from the power adapter. My computer usually lags for a short time while switching between performance profiles.
systemctl --user status pipewire.service only shows that the Pipewire process was terminated by a SIGKILL signal, without any other useful log information.
Neither coredumpctl nor dmesg shows the existence of a core dump event.