Report an issueopen_in_new| Bazel
Report an issueopen_in_new| Bazel
Report an issueopen_in_new| Bazel
At my current employer, we use Kubernetes to run hundreds of thousands of bare metal servers, spread over hundreds of Kubernetes clusters. We use Kubernetes beyond officially supported/tested scale limits by running more than 5,000 nodes and over a...| ahmet.im
Report an issueopen_in_new| Bazel
It snows in Halifax!| danp.net
Report an issueopen_in_new| Bazel
Report an issueopen_in_new| Bazel
Bridgy Fed is a bridge between decentralized social networks like the fediverse, Bluesky, and web sites and blogs.| fed.brid.gy
Let’s Make a Varint| carlmastrangelo.com
Introduction Link to heading Varint is a widely recognized technique used for compressing integer streams. Essentially, it suggests that it can be more efficient to encode a number using a variable-length representation instead of a fixed-size binary representation. By removing leading zeros from the binary number, the overall representation size can be reduced. This technique works particularly well for encoding smaller numbers. In this article, I provide a brief introduction and rationale f...| www.bazhenov.me