Technology Short Take 191
Published on 27 Feb 2026 · Filed in Information · 899 words (estimated 5 minutes to read)Welcome to Technology Short Take #191! This is my semi-regular collection of links related to technology disciplines, including networking, security, cloud computing, storage, and programming/development. I hope that I’ve managed to curate an interesting and useful set of links for readers. Enjoy!
Networking
- I learned a new acronym from Ivan Pepelnjak in his article on “not so passive” OPSFv2 interfaces in Cisco IOS/XR: QDS (Quick and Dirty Solution). I am totally using that from now on.
- Via Ivan (hat tip to my colleague Russ for pointing me in this direction), I also learned that all is not well in network automation land with Ansible. Although some parts of it are apparently now resolved, this does raise questions about the viability of Ansible for network automation.
- Doug Dawson talks about the new Amazon Eero Signal, a cellular backup to a primary broadband connection for users using their Eero mesh systems. I agree with Doug—the pricing seems high to me. I generally like the Eero devices, although there have been times when I really could use a bit more control over the settings.
Security
- The APNIC blog features a guest article discussing the use of tunneling protocols to infiltrate networks. The article specifically discusses Generic Routing Encapsulation (GRE) and Virtual Extensible LAN (VXLAN). It’s worth a read if your network uses either of these technologies.
Cloud Computing/Cloud Management
- Somewhere along the way I missed the CDK deprecation announcement. If I am not mistaken, this leaves Pulumi as the only cloud-independent IaC tool that lets you use a general purpose programming language.
- Managing dependencies between containers can be difficult at times; this blog post by Nicolas Fränkel introduced me to
wait4x, a tool one can use to help simplify these types of situations.
Operating Systems/Applications
- I appreciated reading Mitchell Hashimoto’s AI adoption journey. I feel it does provide a more realistic approach to how someone in a role like his might leverage an LLM or coding agent.
- Michael Christofides taught me about bloat in this article on read efficiency issues in Postgres queries.
- Ricardo Katz discusses a few somewhat-recent security vulnerabilities in kgateway, an open source Gateway API implementation that leverages Envoy Proxy.
- I am squarely in agreement with Martin Fowler on the topic of agentic email—this seems like a dangerous combination, so tread carefully. (I am squarely in disagreement with Martin’s characterization of servant leadership as gaslighting, but that’s another topic for another day.)
- You know AI has gone too far when you find it has “continvoucly morged” your content.
- Earlier this week I stumbled across
hazelnut, a terminal-based file organizer for Linux systems. The macOS app Hazel inspiredhazelnut. Neat!
Programming/Development
- Tuan Nguyen’s article on parsing a YAML file in Golang was helpful for me recently. I had struggled with how to do this without a struct, and the article provides a couple of examples of using a map instead of a struct for this purpose.
- Simon Willison is starting to write about agentic engineering patterns—that is, patterns for software engineering when working with agents.
Virtualization
- Lightweight Linux VMs (sometimes called “micro-VMs”) are gaining in popularity. Deno recently introduced Deno Sandbox, built on lightweight Linux VMs, to provide code security for untrusted code.
- William Lam provides some information on using cross-vCenter vMotion to help with migrating away from vSphere 7 (which is now reached end of support).
- Who out there is messing around with Incus? I am considering trying it out.
- I noticed this past week that you can now use nested virtualization to run hypervisors on “regular” EC2 instances.
Career/Soft Skills
- Tom Hollingsworth writes about managing your attention, which is something I’m increasingly seeing. I spoke about this some time ago when I advised folks to turn off new email notifications and switch to checking your email less frequently so you could focus on getting work done.
- I also saw this post by Scott H Young about managing your energy instead of your time, which—to me, at least—relates to Tom’s post in the previous bullet. In the follow-up post explaining what energy is, Young (or one of the linked articles/studies) refers to energy as a “mental resource.” It seems to me, as an uneducated layman, that managing your energy levels would also entail managing the cognitive zap you get from constant context switches due to notifications. I could be wrong (it wouldn’t be the first time, nor will it be the last).
- One final thought in this thread: Scott Young’s article on how to make hard work feel less hard talks about making tasks less effortful. This sounds a lot like “reducing the friction” for common tasks, which I have discussed in the past (here is one example). Friction is something that Murat Demirbas has also recently discussed, although his example is more organizational than personal. Either way, the concept of friction in our work is definitely a valid concept, and something we should take into account as we work toward managing both our attention and our energy.
That’s all for now. I will return in a couple of weeks with the next installation, and a fresh set of links from around the internet. In the meantime, I invite you to drop me a line (my email is not hard to find) or hit me up on social media (X/Twitter, Mastodon, Bluesky, or LinkedIn) and let me know if you’ve found something useful. I love to hear from readers!