https://crank.recoil.org/videos/watch/323e1d45-3cf6-4554-9d96-db730c3df8a7


Why Rust for the runtime?
- Portable (runs anywhere)
- Strongly typed
- Predictable under concurrency
- Safe to embed
- Fast enough to sit in the middle
Basically: "I want this to run everywhere and not explode"
Rust 1.94.0 Released with Array Windows and Cargo Improvements
https://techlife.blog/posts/rust-1-94-0-released/
#RustLang #Rust #Programming #SoftwareDevelopment #SystemsProgramming #OpenSource #Cargo #ArrayWindows #TOML #ConstEval #RustRelease

Ruby provides a powerful interface for building native extensions, allowing Ruby code to call C functions directly.
The article walks through:
• the structure of a Ruby C extension
• compiling with extconf.rb
• argument conversion between Ruby and C
• wrapping native structures
• using Rust as an alternative for building extensions
Includes practical code examples for building your first native Ruby binding.
https://rubystacknews.com/2026/03/04/writing-ruby-bindings-for-c-libraries/
Design goals:
- Zero friction: header-only, self-compiling C scripts, one-line install
- Safety + liveness: invariants for "never" properties, goals for "eventually" properties
- Multi-path verification: `FROM`/`TO` macros to check reachability from arbitrary states
- Sanitizer support: ASan + UBSan enabled with a single flag
Ideal for protocols, state machines, synchronization logic, anything where exhaustive verification is tractable.
GPLv3. Feedback and contributions welcome.
🔗 codeberg.org/cdsoft/benelos
#C #ModelChecking #FormalMethods #EmbeddedSystems #OpenSource #SystemsProgramming
Amusing aside on that score:
I looked at Lynx's vaunted 1991-patented interrupt handling for #LynxOS.
There's prior art for it in the forms of KMOS, an operating system used for teaching purposes by Milan Milenković (who published a book on operating systems in 1987 describing kernel-task-based interrupt handling), and indeed in #Minix too.
#OperatingSystems #KMOS #MessagePassing #SystemsProgramming #RTOS
New Speakers Announcement 🚨
Rust in Paris 2026 is on. 🇫🇷🦀
A full day dedicated to real-world Rust: performance, safety, tooling, production stories, and the people building the future with it.
🎤 Second lineup is here.
📍 Paris, France — 27 March 2026
🎟️ Tickets: https://ti.to/xperhub/rust-in-paris-2026
If you’re building with Rust (or want to), you’ll want to be in the room.
#Rust #RustLang #Paris #Developers #SystemsProgramming #OpenSource #Meetup #Conference
🚀 NEW on We ❤️ Open Source 🚀
Edge ≠ cloud at the edge. 🎧 Roja Eswaran, PhD, explains why edge demands new tools—and where AI still falls short in low-level code.
Watch now: https://allthingsopen.org/articles/edge-computing-ai-systems-programming
#WeLoveOpenSource #EdgeComputing #OpenSource #AI #SystemsProgramming #FOSS