Apparently Cloudflare was taken down by a single `Result::unwrap` in their #Rust code
https://blog.cloudflare.com/18-november-2025-outage/#memory-preallocation
#Tag
Apparently Cloudflare was taken down by a single `Result::unwrap` in their #Rust code
https://blog.cloudflare.com/18-november-2025-outage/#memory-preallocation
Ha, someone has beaten me to it
handy - the free and open source app for speech to text
Looks really awesome!
I've started a new #rust project that may or may not end up seeing use at work. I'm trying to do it on my own as #foss if possible.
Idea is to have a simple containerized service that accepts text and streams back the audio using #tts models like KittenNanoTTS.
Anyone have specific rust advice on using grpc to stream, or on consuming models in rust?
Apparently Cloudflare was taken down by a single `Result::unwrap` in their #Rust code
https://blog.cloudflare.com/18-november-2025-outage/#memory-preallocation
@Ciantic Ok, I think you want to look into @slint
From their website:
"The #Slint runtime fits in less than 300KiB RAM, features a reactive property system, and is built with #Rust."
They support the Winit backend, so Wayland...✅
https://docs.slint.dev/latest/docs/slint/guide/backends-and-renderers/backend_winit/
...and all kinds of platforms:
https://docs.slint.dev/latest/docs/slint/guide/platforms/desktop/#tab-panel-46
Have a look at Material Toolkit:
https://material.slint.dev/
Pricing model: royalty-free, if not an embedded system:
https://slint.dev/pricing
I've started a new #rust project that may or may not end up seeing use at work. I'm trying to do it on my own as #foss if possible.
Idea is to have a simple containerized service that accepts text and streams back the audio using #tts models like KittenNanoTTS.
Anyone have specific rust advice on using grpc to stream, or on consuming models in rust?
Ha, someone has beaten me to it
handy - the free and open source app for speech to text
Looks really awesome!
roto - The strongly-typed, compiled #embedded scripting language for #Rust, used by Rotonda
Introducing #Roto: A Compiled Scripting Language for Rust (May 2025):
https://blog.nlnetlabs.nl/introducing-roto-a-compiled-scripting-language-for-rust/
Repo:
https://github.com/NLnetLabs/roto
This looks awesome! I love strongly typed scripting languages!
And the fact that it integrates with Rust so seamlessly... ✨
#RustLang #ProgrammingLanguage #Scripting #ScriptingLanguage
roto - The strongly-typed, compiled #embedded scripting language for #Rust, used by Rotonda
Introducing #Roto: A Compiled Scripting Language for Rust (May 2025):
https://blog.nlnetlabs.nl/introducing-roto-a-compiled-scripting-language-for-rust/
Repo:
https://github.com/NLnetLabs/roto
This looks awesome! I love strongly typed scripting languages!
And the fact that it integrates with Rust so seamlessly... ✨
#RustLang #ProgrammingLanguage #Scripting #ScriptingLanguage
An interesting take (rant) on #Rust furycd001.github.io/posts/a-mild...
Do you agree with the main premise there? (That it’s force fed everywhere, even when not a great fit for something or there are risks replacing established tools)
A Mild Rant About Rust | d:tou...
@janriemer Ah, that's a slightly embarrassing result. I should probably add an asterisk to Flume that its primary use-case is sync and the async support is just for interop...
@jsbarretto You are very humble, Joshua! In my view, people who can build such data structures are real magicians! 🪄
Thank you for maintaining such awesome libraries like Flume! ❤️ 🚀
crossfire-rs - A lockless mpmc/mpsc to support async base on crossbeam - by frostyplanet:
https://github.com/frostyplanet/crossfire-rs
Benchmarks look really impressive! 🤯
sentencex - by Wikimedia:
https://github.com/wikimedia/sentencex
A sentence segmentation library with wide language support optimized for speed and utility.
Written in #Rust.
Bindings are available for #Python, #NodeJS and #WASM
Might be useful for my #SpeechToText system! 👀
Resampler optimized for audio - by hasenbanck:
https://github.com/hasenbanck/resampler
I'm using rubato for my #SpeechToText system, but this looks like a neat alternative!
A space for Bonfire maintainers and contributors to communicate