Scale finds edgy replacement now that Intel's shut down NUC – Blocks and Files
Intel has signalled the end-of-life for its low-cost NUC mini-server line of PCs, which means Scale Computing will have to find a replacement edge system hardware supplier. And it’s found one: Simply NUC. NUC is Intel’s grandly named Next Unit of Compute, a small form-factor PC which has a 4-inch by 4-inch board inside with […]
Linux Is The Next Platform, But Who Pays To Maintain It? - The Next Platform
Red Hat has once again dropped another huge boulder into the normally serene – or at least relatively calm – open source waters. Back in December 2020 it killed off the CentOS distribution that lives downstream from Red Hat Enterprise Linux and created the CentOS Stream variant that lives upstream where bugs are not yet
Every breakage is an opportunity to make our systems more resilient. After leading hundreds of incident reviews, I realize that each review can be reduced down to three simple questions. In this post I’ll go over why these questions are exhaustive and what common tactics come from answering these questions.
PCI-Express Must Match The Cadence Of Compute Engines And Networks - The Next Platform
When system architects sit down to design their next platforms, they start by looking at a bunch of roadmaps from suppliers of CPUs, accelerators, memory, flash, network interface cards – and PCI-Express controllers and switches. And the switches are increasingly important in system designs that have a mix of compute and memory types and for
How to Avoid the N+1 Query Problem in GraphQL and REST APIs [with Benchmarks]
The N+1 query problem is a performance issue you might face while building APIs, regardless of whether they're GraphQL or REST APIs. In fact, this problem occurs when your application needs to return a set of data that includes related nested data – for example, a post that includes comments.
In the first of two combined BPF and filesystem sessions at the
2023 Linux Storage, Filesystem,
Memory-Management and BPF Summit, Hou Tao introduced his BPF iterators
for filesystem information. Iterators for
BPF are a relatively recent addition to the BPF landscape; they help
BPF programs step through kernel data structures in a loop-like manner, but
without running afoul of the BPF verifier, which is notoriously hard to
convince about loops.
LMQL is a query language for large language models (LLMs). It facilitates LLM interaction by combining the benefits of natural language prompting with the expressiveness of Python.