⚠️ An active phishing attack is targeting crate owners by asking them to "confirm that your email address is still active". These messages are not from crates.io, and should be ignored. (We will never ask you to confirm that your e-mail address is still active.) ⚠️
Posts by kero
We are excited to announce that we can successfully use Rust's std::thread on the GPU. This has never been done before.
www.vectorware.com/blog/threads...
Supporting Rust's std::thread enables existing Rust code to work on the GPU and makes GPU programming more ergonomic.
blog.kerollmops.com/the-good-the... #rustlang
Screenshot of labeled skeet containing a photo of pork loin that my labeler labeled as “contains trump’s face”
This is the funniest false positive for my labeller @facelabels.bsky.social so far
There is a little glassy effet! I love it 😍
blog.kerollmops.com/patching-lmd... #rustlang
** Speaker announcement ** Catch Kora & Cosmo Bobak's talk 'Writing a top-10 chess engine in Rust' at RustWeek 2026!
Info & tickets: 2026.rustweek.org/talks/chess/
See you in Utrecht May 18-23, 2026!
@affinelytyped.bsky.social
#rustweek2026 #rustlang
✨ New: new ranking rules!
🔹 attributeRank → prioritizes matches in higher-weighted searchable attributes
🔹 wordPosition → prioritizes matches closer to the start of an attribute
Insert custom rules like price or date exactly where you want 🎯
Thanks @kerollmops.com!
More: github.com/meilisearch/...
And it has happened: Hegseth and Trump declare Anthropic a supply chain risk.
Every company that has government contracts will be barred from using Claude code.
It is an attempt to outright destroy the company because they did not consent to mass surveillance of Americans and AI kill bots.
Wow.
So cool 🤩 The @fosdem.org recording of Many is available. He talked about the language support and how we handle that in @meilisearch.com. I recommend it as a short start-of-the-weekend treat 🍬 fosdem.org/2026/schedul...
RAG conversations usually raise more questions than answers.
Luckily, we partnered up with Luis Serrano for this one. Luis is great at explaining complex stuff in simple terms.
If RAG is on your radar, give this a watch 👇
Trumpism is Fascism
github.com/BurntSushi/n...
The first 2026 edition of Meilisearch Monthly is live on our blog!
🔐 SSO & SCIM for enterprise teams
⚡ 7x faster indexing
📊 Search analytics for all Cloud projects
🧩 Sharding improvements
Plus: Gemini embeddings, FOSDEM 2026, and more.
👉 Read the full blog:
A moon with a barren surface containing a network of canyons with glowing lava. In the background is a gas giant with a ring.
I added the option to output an emissive texture from the terrain generator. Here's a new moon to showcase the effect 🌋
#bevy #gamedev
I think Rust is very safe. In Meilisearch, with more than 200 contributors, we got two segfaults and one was a mistake in a wrapper around LMDB, a C library. It's been 8 years...
But a language is not only about the source code but also the ecosystem. Ada doesn't have cargo, the community nor the hype.
What are the benefits of Ada compared to Rust? It seems that Ada is not inherently memory safe compared to Rust
There are much more people/companies showcasing the superiority of Rust's safety. www.youtube.com/watch?v=rZ7Q...
Yes! Rust is better than C++ and one of the reasons is because it landed in the Linux Kernel. C++ tried and failed... #rustlang lwn.net/Articles/104...
Hey 👋 It’s been a while! This morning, we published a new article about how we made @meilisearch.com’s semantic search much faster with hannoy. Hannoy is a new LMDB disk-based HNSW vector store that is much more perf. Now, it’s the default backend! #rustlang blog.kerollmops.com/from-trees-t...
Whoa, client-side search got good while I wasn't looking (and what a surprise, it's Rust)
pagefind.app
🚀 Our EuroRust 2025 talk is live!
Our CTO, @kerollmops.com, breaks down how we build Meilisearch – a lightning-fast, open-source search engine powered by Rust.
🦀 Real infra lessons
⚡️ Low-latency architecture
🔍 How Rust enables our speed and safety
🎥 Watch: www.youtube.com/watch?v=ULA1...
i know my rust programs are going well if they feel like this when i’m reading back my code
For folks (and journalists) who want to search the Oversight Committee email texts, I made a database for searching the 20k text files:
splendorous-chaja-f79791.netlify.app
quick proof they’re doing this
Rust 1.91.0 has been released! 🌈 🦀
This version brings you tier 1 support for aarch64-pc-windows-msvc, warnings for dangling pointers to locals, new methods on AtomicPtr, array::repeat, BTreeMap::extract_if, const TypeId::of, and more!
Check out the announcement: blog.rust-lang.org/2025/10/30/R...
I think you should put the BufReader around the File and not the decoder 👀