2026-05-09
Broadcasting GPS on the local network
evertpot.com/broadcasting-gps-on-local-network2026-03-14
Stop Hunting Logs: How OpenTelemetry Brings Metrics, Logs, and Traces Together | HackerNoon
hackernoon.com/stop-hunting-logs-how-opentelemetry-brings-metrics-logs-and-traces-together2025-07-06
entr command
huijzer.xyz/posts/entr-trigger2025-06-24
Configuring Envoy as an edge proxy - through istio - Signicat
www.signicat.com/blog/configuring-envoy-as-an-edge-proxy-through-istio2025-06-03
Istio Distributed Tracing w/ OpenTelemetry
www.anyflow.net/sw-engineer/istio-opentelemetry-tracingGrafana Loki: Production Setup & Upgrade Guide | by Sai Kiran Pikili | May, 2025 | Medium
saikiranpikili.medium.com/grafana-loki-production-setup-upgrade-guide-15b4f33ce222#bypass2025-01-12
disable oom group #IYKYK
github.com/kubernetes/kubernetes/pull/117793#issuecomment-2199463469disable oom group cgroup on kubernetes way
2024-12-08
The Biggest Shell Programs in the World · oils-for-unix/oils Wiki · GitHub
github.com/oils-for-unix/oils/wiki/The-Biggest-Shell-Programs-in-the-World2024-10-19
How the CSI (Container Storage Interface) Works
sklar.rocks/how-container-storage-interface-works2024-06-26
Running a Raspberry Pi with a read-only root filesystem # Chris Dzombak
www.dzombak.com/blog/2024/03/Running-a-Raspberry-Pi-with-a-read-only-root-filesystem.html2024-06-05
Extending Kubernetes Functionality: A Practical Guide to Custom Resource Definitions | by Gianluca Mardente | Jun, 2024 | ITNEXT
itnext.io/extending-kubernetes-functionality-a-practical-guide-to-custom-resource-definitions-ab00e45eccd62024-04-14
Running a Raspberry Pi with a read-only root filesystem
www.dzombak.com/blog/2024/03/Running-a-Raspberry-Pi-with-a-read-only-root-filesystem.htmlread only mode rpi
2024-03-15
Automatic HTTPS Certificates for Services on Internal Home Network • Helge Klein
helgeklein.com/blog/automatic-https-certificates-for-services-on-internal-home-network-without-opening-firewall-port2024-01-06
The challenges of configuring Kubernetes resources’ Requests & Limits in combination with HPA at Scale | by Alexandre Souza | Nov, 2023 | Medium
medium.com/@alexandre.highrollers/the-challenges-of-configuring-kubernetes-resources-requests-limits-in-combination-with-hpa-at-92177cb5a3782023-09-19
PostgreSQL and IoT Data Localization, Integration, and Write Scalability - 2ndQuadrant | PostgreSQL
www.2ndquadrant.com/en/blog/postgresql-iot-data-localization-integration-write-scalability2023-08-04
Goldydocs
example.docsy.devdocsy; hugo documentation
2023-07-22
GCP Secret Manager with self-hosted Kubernetes
medium.com/@jjlakis/gcp-secret-manager-with-self-hosted-kubernetes-db35d01d65f0k3s on premise with OIDC, secret manager, and workload identity GCP
2023-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.