- Blessed.rs, an unofficial guide to the Rust ecosystem
-
The standard library in Rust is not "batteries included", excluding functionality like HTTP(S), JSON, timezones, random numbers, and async IO. The recommended crate directory is a hand-curated guide to the crates.io ecosystem, helping you choose which crates to use.
- I am stepping back from maintaining
cargo audit
-
TIL: cargo audit. TIL 2:
Any command that goes through Rust’s build system, Cargo, can execute arbitrary code. This applies to any command starting with
cargo
. - Mistral OCR
-
Mistral OCR is an Optical Character Recognition API that sets a new standard in document understanding. Unlike other models, Mistral OCR comprehends each element of documents—media, text, tables, equations—with unprecedented accuracy and cognition. It takes images and PDFs as input and extracts content in an ordered interleaved text and images.
- Succinct data structures
-
Interesting concept that I didn’t know about. Still, I fail to understand the details of the XML parser part:
It use a balanced parenthesis tree to store the XML tree. This does not allow one to attach information to nodes such as the XML tag information (i.e. the p in <p> and </p>). But you can attach information to each node by maintaining a sparse rank/select bit vector for each tag that marks the relevant parenthesis with additional information.
- A well-funded Moscow-based global ‘news’ network has infected Western artificial intelligence tools worldwide with Russian propaganda
-
An audit found that the 10 leading generative AI tools advanced Moscow’s disinformation goals by repeating false claims from the pro-Kremlin Pravda network 33 percent of the time.
- Scaling Platform Building: Balancing What is Unique to Your Org and Common Across Teams
-
In this post, we’ll explore the challenges of only relying on cloud providers for your platform, the core principles of platform engineering, how to treat your platform as a product, and why a Thinnest Viable Platform (TVP) can help you balance innovation with scalability. You’ll learn how to create a platform that accelerates development, maintains alignment with your business goals, and enables efficient, scalable operations.
- Unlocking Kubernetes Observability with the OpenTelemetry Operator
-
I definitely need to try Prometheus-less metrics with the operator.
- Is OTel the Last Observability Agent You’ll Ever Install?
-
I agree on all points of this post: OpenTelemetry made the observability market more fluid for the benefit of users.
- Exploring Cloud Native projects in CNCF Sandbox. Part 3: 14 arrivals of 2024 H1
- Wait for anything!
-
Wait4X allows you to wait for a port or a service to enter the requested state, with a customizable timeout and interval time.
This URL has repeating underscores {link-with-underscores}.
- https://www.otelbin.io/
-
The site allows displaying your OpenTelemetry Collector configuration in a visual way and validating it against a specific distro.
Here's the config for my OpenTelemetry tracing demo.