Two major things are shaping the potential future of WebAssembly on Kubernetes...Azure AKS is currently previewing Wasm node pools. All nodes in the pool leverage a runwasi containerd shim and need associating with a K8s RuntimeClass. But once you do that, AKS can schedule Wasm workloads to the cluster!Docker Desktop is also trialling Wasm workloads. This article walks you through the process of writing code, all the way through to running it as a WebAssembly app on Docker Desktop. However, the…
SRE Fundamentals: Differences Between SLI vs. SLO vs. SLA
These acronyms represent ways to quantify your commitments to system uptime and measure how successfully your site reliability engineering team is meeting them.
GNU Complexity Command Line Tool Measures Complexity of C Code - CNX Software
GNU complexity is a command line tool that computes a complexity measure of C source code, similar to pmccabe, but with a different method of calculating
The high-frequency-trading (HFT) industry is rather tight-lipped about what
it does
and how it does it, but PJ Waskiewicz of Jump Trading came to the Netdev 0x16 conference to try
to demystify some of that, especially with respect to its use of
networking. He
wanted to contrast the needs of HFT with those of the traditional networking
as it is used outside of the HFT space. He also has some thoughts on what
the Linux kernel could do to help address those needs so that HFT companies
could move away from some of the custom code that is currently being
developed and maintained by multiple firms in the industry.
This post is part of a series on Mastodon and the fediverse. We also have a post on why the fediverse will be great—if we don't screw it up, and more are on the way.With so many users migrating to Mastodon as their micro-blogging service of choice, a lot of questions are being raised about the...