But a good plan helps…| josvisser.substack.com
New AI agent evolves algorithms for math and practical applications in computing by combining the creativity of large language models with automated evaluators| Google DeepMind
I've been reflecting recently on the journey from infra/SRE to product/service owner, and my lessons - expected and not - along the way. My initial anchor on product thinking was based on an effort Google had, originally called P2020, to do product development within SRE tailored to the| RelyAbility Blog
Pods are the smallest deployable units of computing that you can create and manage in Kubernetes. A Pod (as in a pod of whales or pea pod) is a group of one or more containers, with shared storage and network resources, and a specification for how to run the containers. A Pod's contents are always co-located and co-scheduled, and run in a shared context. A Pod models an application-specific "logical host": it contains one or more application containers which are relatively tightly coupled.| Kubernetes