Summary
Rolls-Royce, NVIDIA, and Classiq have designed and simulated the world’s largest quantum circuit for computational fluid dynamics. With 39 qubits and measuring 10 million layers deep, the circuit will help Rolls-Royce in designing more efficient jet engines. Meanwhile, NVIDIA offers a unified computing platform for speeding up quantum research and development with NVIDIA Grace Hopper Superchip.
Fact
Source: Debugging a FUSE deadlock in the Linux kernel
Summary
Tycho Andersen, part of the Compute team at Netflix, solved a stuck Docker API call and a zombie process issue. He poked at /proc to understand the matter and got schooled on how the kernelβs wait code works.
Fact
Source: Why your team doesn’t need to use pull requests
Summary
Github introduced pull requests for accepting contributions from untrusted people, but many teams use it for team members as well. However, this practice sacrifices performance, including delivery time and quality. The practice of continuous integration can optimize flow and quality by frequently merging and testing everyone’s code as they work on it, providing immediate feedback and avoiding delays.
Facts