Qdrant - High-performance, massive-scale Vector Database and Vector Search Engine for the next generation of AI. Also available in the cloud https://cloud.qdrant.io/ - qdrant/qdrant... (more…)
Read more »
I’ve been pretty quiet aboutCorrode for a few months.That’s partly because I was traveling some, partly because I’ve beenbusy with non-Corrode client work, p... (more…)
Read more »
Has anyone ever written anything that serves just a single file? Should this even be written? I don't know the answer but I've written it, twice. (more…)
Read more »
Hello and welcome to another issue of This Week in Rust!
Rust is a systems language pursuing the trifecta: safety, concurrency, and speed.
This is a weekly summary of its progress and community.
Want something mentioned? Tweet us at @ThisWeekInRust or sen... (more…)
Read more »
In this post we explore double faults in detail. We also set up an Interrupt Stack Table to catch double faults on a separate kernel stack. This way, we can completely prevent triple faults, even on kernel stack overflow.
Read more »