2026-06-01
Setting up eMMC on an Orange Pi - Michael Bianco
mikebian.co/setting-up-emmc-on-an-orange-pi2026-01-17
SFMF / RESOURCES
smallfile.ca/resourcesSmall File Media Society
2025-07-06
Tunneling SSH over HTTPS
blog.frost.kiwi/ssh-over-https-tunnelingtc command
www.sambaiz.net/en/article/484#:~:text=tc is a command or,pods with the following annotatiton2025-06-12
ThinkPad T14s Gen 3 AMD Linux User Review + Tweaks
linuxblog.io/thinkpad-t14s-gen-3-amd-linux-user-review-tweaks#Extend_ThinkPad_Battery_life_on_Linux2025-06-03
The Easiest Way to Track Kubernetes Deployments in Grafana | by Netanel Avraham | Elementor Engineers | May, 2025 | Medium
medium.com/elementor-engineers/the-easiest-way-to-track-kubernetes-deployments-in-grafana-7e6411978b75Istio 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#bypass2024-12-02
LAN Party House
lanparty.houseEvolving my ergonomic setup (or, my laptop with extra steps) | nicole@web
ntietz.com/blog/evolving-ergo-setup2024-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
Optimizing SQLite for servers
kerkour.com/sqlite-for-serversScaling Go to 192 Cores with Heavy I/O · Jaz's Blog
jazco.dev/2024/01/10/golang-and-epoll2024-03-15
Cache-Control: Cheat Sheet
shayy.org/posts/cache-control2024-02-08
Seamless data exchange with Kafka Connect and Strimzi on Kubernetes at Decathlon | by Thomas Dangleterre | Decathlon Digital | Jan, 2024 | Medium
medium.com/decathlondigital/seamless-data-exchange-with-kafka-connect-and-strimzi-on-kubernetes-at-decathlon-e6f81d0345352024-01-06
Plaintext World
plaintextworld.com2023-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-12
An NGINX and DNS based outage | Andy Dote
andydote.co.uk/2022/04/23/nginx-dnsI recently encountered a behaviour in Nginx that I didn’t expect and caused a production outage in the process. While I would love to blame DNS for this, as it’s usually the cause of most network-related issues, in this case, the fault lies with Nginx.
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.