import re from time import sleep from pathlib import Path def to_si ( x : float , * , base : int = 1000 ) -> str : for prefix in [ "" , "K" , "M" , "G" , "T" , "P" ]: if x < base : return f " { x : .2f }{ prefix } " x /= float ( base ) return f " { x } Y" value_re = re . compile ( r "^\w+:\s*(\d+)\s+\w+$" ) def extract_value ( x : str ) -> int : m = value_re . match ( x ) assert m is not None , x…
⚠️ Entries marked with "⚠️" are of questionable quality and provided for reference only (or because no better alternative exists). 😤 Entries marked with "😤" are OK but have severe issues. There are no better alternatives Generic direnv: per-directory environment variables (e.g. $PATH ) just: command runner/Makefile alternative latch-acme: in-house Let's Encrypt bot. This maintains certificates…
Is it possible to intercept unencrypted HTTPS request body of local programs? sslsnif sslsplit eBPF Practical Tutorial: Capturing SSL/TLS Plain Text Using uprobe Debugging with eBPF Part 3: Tracing SSL/TLS connections
Symptoms Kubernetes (EKS) node becomes "Not Ready" and a Latch Pod running on it unresponsive when certain GPU workloads run. Impossible to get a K8s Node Shell AWS Instance Connect not connecting (unclear if this is an issue with all our nodes or just the crashed ones) Terminating the instance in AWS takes a very long time (>10 min) Pod is stuck in "Terminating" for a long time (>30 min) New pod…
Design [Aresluna] The hardest working font in Manhattan [Matthew Ström] How to generate color palettes for design systems [Scott Smitelli] Et tu, Panera? [kube.io] Liquid Glass in the Browser: Refraction with CSS and SVG [Lionel] Don't even consider starting with Microsoft [NN/Group] Liquid Glass Is Cracked, and Usability Suffers in iOS 26 Computer Graphics [boringcactus] A 2025 Survey of Rust GUI…