/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

blog.sylver.dev
| | iter.ca
10.1 parsecs away

Travel
| | Let's write some Rust to parse and evaluate Boolean expressions.
| | ntietz.com
17.3 parsecs away

Travel
| | [AI summary] The author details the process of building a command-line argument parser from scratch in Rust without any external dependencies to improve compile times and reduce maintenance overhead, while also sharing Rust code snippets.
| | andreabergia.com
15.6 parsecs away

Travel
| | This post is part of the Writing a JVM in Rust series. In this post, I will discuss how rjvm parses .class files. The code I will discuss today is contained in the reader crate. A warning before you read: this is the earliest part of the project and, since I have written this project to learn Rust, it is also the one that contains the least idiomatic code. Don't take this as an example of the best Rust ever written!
| | lantern.dev
34.3 parsecs away

Travel
| We give an overview of vector databases, and major concepts around them, including vector embeddings, vector indexing, and vector search.