Explore >> Select a destination


You are here

lunareclipse.zone
| | mbuffett.com
9.2 parsecs away

Travel
| | In my last project I used Sled and Rocket. I had to piece together how to use the two from a few different places so I put together this quick guide in case it helps others. The full code for this walkthrough is availabe here, if you want to fast-forward to the finished product. A lot of this ends up being about error handling, so that using sled in endpoints is more ergonomic. If you don't care to dive into error handling, you may want to skip those sections.
| | tokio.rs
13.6 parsecs away

Travel
| | Tokio is a runtime for writing reliable asynchronous applications with Rust. It provides async I/O, networking, scheduling, timers, and more.
| | ectobit.com
8.1 parsecs away

Travel
| | Parsing standard datetime format is no hassle, but what to do when you have custom datetime format?
| | www.ethanrosenthal.com
84.2 parsecs away

Travel
| Spoiler alert: the answer is maybe! Although, my inclusion of the word "actually" betrays my bias. Vector databases are having their day right now. Three different vector DB companies have raised money on valuations up to $700 million (paywall link). Surprisingly, their rise in popularity is not for their "original" purpose in recommendation systems, but rather as an auxillary tool for Large Language Models (LLMs). Many online examples of combining embeddings with LLMs will show you how they store the em...