vit.am is a Fediverse instance that uses the ActivityPub protocol. In other words, users at this host can communicate with people that use software like Mastodon, Pleroma, Friendica, etc. all around the world.
This server runs the snac software and there is no automatic sign-up process.
Explore Barcelona with us by bike! 🦀 The day before the main conference, we're running a private guided bike tour through the city's most iconic sights. Expect history, hidden gems, and fresh air along the way 🚲✨
Sign up now and check out the other side activities 👇
https://eurorust.eu/activities/bike-tour/
Playing D&D from the terminal! ⚔️
📜 **cli_adventure_sheet** — A TUI app for managing Dungeons & Dragons characters
💯 Create characters, manage inventories, browse spells, track combat & level up
🦀 Written in Rust & built with @ratatui_rs
#Rust / #RustLang accounts to follow:
OFFICIAL ACCOUNTS
@rust - Rust programming language official account
@rustfoundation - Rust Foundation official account
TUTORIALS
@andybalaam - In-depth tutorial videos about Rust
CONFERENCES & GROUPS
@eurorust - Barcelona, Spain
@oxidize - Berlin, Germany
@rustlab - Italy
@rustnl - Netherlands non-profit promoting Rust, organisers of RustWeek conference
@rustconf - North America
@rustseoul - Seoul, South Korea meet-ups
🧵 Thread page 1 of 2
terminal media players are the best 😍
I needed this so much! 😍
📹 **v4l-tui** — A TUI for configuring cameras on Linux
💯 Adjust camera controls with a keyboard-friendly interface
🦀 Written in Rust & built with @ratatui_rs
⭐ GitHub: https://github.com/sermuns/v4l-tui
#rustlang #ratatui #tui #linux #camera #terminal #opensource
I like that "lazy version" exists for many things! 😍
🌀 **lazyslurm** — A TUI for monitoring and managing Slurm clusters
💯 Track jobs, inspect nodes, tail logs, monitor partitions, & manage workloads
🦀 Written in Rust & built with @ratatui_rs
⭐ GitHub: https://github.com/hill/lazyslurm
Since February, I’m refactoring the Event Cache inside the Matrix Rust SDK. You can view it as a reactive database to store and organise all events for a Matrix client.
https://github.com/matrix-org/matrix-rust-sdk/issues/6152
The code has landed in `main` and the first client to use it is Element X nightly. It works like a charm! It’s impressive how refactoring with Rust is easy and safe (considering all the locks and async we have).
I’m a bit proud of it.
At last year’s EuroRust, Horacio Lisdero Scaffino presented a way to prove Rust programs are free of deadlocks. With a live demo, this talk is a practical and approachable way to reason about concurrency, and a glimpse into stronger compile-time guarantees for Rust. Tune in! 📺✨
Is your company currently hiring for a role that includes using Rust?
Reply with a link to the opening and any relevant context.
If you're not, we'd appreciate a repost for visibility
It's Friday again, so it's time for another update on the work on Diesel, a ORM and query builder for Rust.
The news of the week is the release of mysqlclient-src 0.2.2, which improves an error message for incompatible platforms. See the release announcements for details: https://github.com/sgrif/mysqlclient-sys/releases/tag/v0.2.2
This week we received 6 new PR's, no new bug report, but three non-public "security" reports.
Confession: I love terminals and Rust! 🦀
🫶 eipi.boo — An anonymous confession board you access over SSH
💯 Read, post, reply & vote on confessions from the terminal!
➡️ Try it out: "ssh eipi.boo"
🦀 Written in Rust & built with @ratatui_rs
⭐ GitHub: https://github.com/pwnwriter/eipi.boo
In this TMS podcast interview, Rust Foundation Infrastructure Engineer @MarcoIeni shares his journey in the Rust ecosystem, from open source contributor to maintainer, speaker, and community builder.
He discusses the challenges of supporting Rust infrastructure at scale and offers practical advice for anyone interested in contributing to open source.
Watch the full interview:
https://youtu.be/alW8mcSrD1Y
Welcome Paweł Urbanek as a speaker at EuroRust! In his talk, Paweł will introduce hotpath-rs, and go into how it compares to traditional sampling profilers. Expect async bottlenecks, minimized instrumentation overhead & more. We can’t wait! 🦀
Learn more 👉 https://eurorust.eu/talks/beyond-flamegraphs-precise-rust-profiling-with-hotpath-rs/
Today we're doing a Rust Meetup in Berlin! 📢
▶️ Watch the livestream: https://www.youtube.com/watch?v=SGR5qBdwk30
📅 19:00 CEST
The Unglamorous Side of Rust Web Development
#RustLang #Rustrover #Webdevelopment #Rust #Rustwebdevelopment
https://blog.jetbrains.com/rust/2026/06/25/rust-web-development-2026/
I'm excited to announce that I'm now co-organizing **Rust Berlin Talks**! 🎉🥳
Today we have a meetup and I'm giving a talk about @ratatui_rs 🐀
#rustlang error messages are good they say.
Line 632: Type annotation needed.
No, compiler. There's a `>` missing on line 530, that is the actual issue!
😠
Be well in the terminal! 😌
🫁 **respire** — A breathing exercise app for the terminal
💯 Guided breathing cycles, customizable timings, relaxing visuals & optional sounds
💤 Helps you slow down for a moment...
🦀 Written in Rust & built with @ratatui_rs
⭐ GitHub: https://github.com/ElevenJune/respire
A warm welcome to Helsing as a Premier Partner of #EuroRust26!
Helsing uses Rust throughout their stack from ML training to navigation systems to mesh networking. They open-source the tooling and libraries they build along the way that they believe carry broader value, and are firm believers in doing work upstream where possible.
See you at EuroRust, Helsing! 🦀🇪🇸
Hey #rustlang #rust community - maybe this is something you want to try: https://codeberg.org/matthiasbeyer/cargo-lock-git-merge-driver
PSA: Not tested at all yet
Patches welcome!

What if Obsidian lived entirely in your terminal? 🤯
📝 **clin** — A note-taking and knowledge management TUI
💯 Notes, graph view, canvas, drawings, encryption, templates, git backups & more!
🦀 Written in Rust & built with @ratatui_rs
⭐ GitHub: https://github.com/reekta92/clin-rs
🦀 Inside Cloud Hypervisor: From KVM to a Running VM – Philipp Schuster
What actually happens when a virtual machine starts? This talk takes a deep dive into Cloud Hypervisor, an open-source Rust-based Virtual Machine Monitor, and follows the path from creating a KVM VM to booting a guest.
Learn more 👇
https://eurorust.eu/talks/inside-cloud-hypervisor-from-kvm-to-a-running-vm/
🦀 Encodings All the Way Down: Building Vortex, an Extensible File Format in Rust – Connor Tsui
Vortex is an open-source toolkit for analytical data that composes and layers encodings, supports custom types and compression schemes, all without forking the format. See how it works in practice!
Learn more 👇
https://eurorust.eu/talks/encodings-all-the-way-down-building-vortex-an-extensible-file-format-in-rust/
Astro 7 is out with a Rust-powered compiler, Rust Markdown processing,and delivers 60%+ faster build times.
"Safer `unsafe` with Codex and miri" is my walkthrough of shipping a real-world Rust performance optimization at OpenAI.
AI lets us subject our work to 100x more scrutiny than before. We ship faster, because *we catch more bugs sooner.*
(Apologies for the AV glitch btw. I may have accidentally insulted the RustNYC AV gods, because this is the second time my RustNYC recording is glitchy 😔)
https://www.youtube.com/watch?v=3BcgHmVPTM8
#rust #rustlang
Today I'm at SDV Europe 2026!
Learning about Software Defined Vehicles 👀
Shilling Rust in the automotive space 🦀
🦀 Keys Not IPs
Today’s issue: Stepping Down From Active Development, OpenAI as a Platinum Member, and Bevy v0.19 Is Here
Wanna create minimal embedded UIs with Rust? 🦀
🧀 **Mousefood** — An embedded-graphics backend for @ratatui_rs 🐀
💯 Added RP2040-Zero e-paper & ESP32-C6 Embassy example in the new version!
⭐ GitHub: https://github.com/ratatui/mousefood
#rustlang #ratatui #tui #embedded #esp32 #rp2040 #opensource
#RustNL just uploaded a bunch of really good talks:
https://www.youtube.com/@rustnederlandrustnl/videos
#Rust #Rustlang