🦞🌯 Lobster Roll

Stories by drmorr

Open Source is one person (opensourcesecurity.io)
Please, don’t force me to log in (hamatti.org)
The future of web development is AI. Get on or get left behind (alex.party)
A Grand Unified Theory of the AI Hype Cycle (blog.glyph.im)
The Majority AI View (anildash.com)
Kubernetes and back - Why I don't run distributed systems (davd.io)
How We Hacked Multi-Billion Dollar Companies in 30 Minutes Using a Fake VSCode Extension (medium.com)
gccrs: An alternative compiler for Rust (blog.rust-lang.org)
We’re leaving Kubernetes (gitpod.io)
Are We Decentralized Yet? (arewedecentralizedyet.online)
You should delete tests (andre.arko.net)
Rust 1.93 performance improvements in format! and friends (hachyderm.io)
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.
The Future is NOT Self-Hosted (drewlyton.com)
How decentralized is the fediverse, really? (discuss.systems)
Rickroll in rustc (github.com)
Dicing an Onion, the Mathematically Optimal Way (pudding.cool)
You Have One Voice (hazelweakly.me)
Unused keys in vim (vim.fandom.com)
An Undefeated Pull Request Template (ashleemboyer.com)
Overengineering PR create with jj (crespo.business)
What if Kubernetes was a Compiler Target? (youtube.com)
Destructure as a Reminder (home.expurple.me)
Why are vulnerabilities out of control in 2024? (opensourcesecurity.io)
How to Actually Migrate Complex Systems in Infrastructure (kyle.cascade.family)
Incident SEV scales are a waste of time (blog.danslimmon.com)
yes-rs: A blazingly fast, memory-safe rewrite of the classic Unix 'yes' command (github.com)
Stop Making Kubernetes Auth Hard (kty.dev)
Announcing simkube v1.0: Record-and-replay Kubernetes simulator (github.com)
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
How to write "hookable" software?
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...
Adventures in CPU contention (andre.arko.net)