Stories by drmorr
I didn't know about the performance improvements in the various string formatting methods in Rust 1.93.0 until I came across this Mastodon post; I'm not sure why this wasn't highlighted in the official blog post, but wanted to share here in case other folks were unaware as well.
I have a blog post series that I am writing using SimKube to compare the Kubernetes Cluster Autoscaler and Karpenter: https://blog.appliedcomputing.io/p/announcing-simkube-v10
Does anybody have any resources/references/design patterns/guides/blog posts/etc for building software that is designed to be extensible by users? I have a Kubernetes controller that I'd like to build in some user extension points for, and I'm not really sure the best way to go about this.
My ro...