What I found interesting this time

by: Artur Dziedziczak

July 13, 2025

“A Non-Anthropomorphized View of LLMs,” n.d. https://addxorrol.blogspot.com/2025/07/a-non-anthropomorphized-view-of-llms.html?m=1

“Prompt Coding,” n.d. https://www.gibney.org/prompt_coding

“Plasma 6.4 Wayland vs X11, Processor and Power Benchmarks,” n.d. https://www.dedoimedo.com/computers/plasma-6-4-performance-wayland-x11-power-cpu-kernel.html

Interesting comparison between Wayland and X. The author seems to be focused on performance and for the purpose of this article it’s really cool to see differences.
Still the Wayland is way more maintainable. I think people know that X is more efficient but still commit to Wayland repositories because the codebase is smaller and easier.

“Kubernetes Is Not Just for Black Friday,” n.d. https://ergaster.org/posts/2025/07/09-kubernetes-black-friday/

Author shares how he replaced ansible podman deployments with k3s which is apparently a small k8s "distribution" which you can host on a single VPS server.
I think I also played around it while learning how to setup k8s. afaik; was really straightforward to install and setup.