Valt er een ongemakkelijke stilte in het gesprek?
Ga die dan niet haastig volpraten, adviseert communicatiedeskundige Pauline Jonker.

Gratis te lezen, maar een donatie is 🩵

#communicatie #psychologie #rust #interview

https://coornstra.nl/psychologie/valt-er-een-ongemakkelijke-stilte-in-het-gesprek-ga-die-dan-niet-haastig-volpraten/

Valt er een ongemakkelijke stilte in het gesprek? Ga die dan niet haastig volpraten - Margaretha Coornstra

Foto: Icsilviu via Pixabay Waarschijnlijk herken je dit wel: zodra er tijdens een gesprek een stilte valt, krijg je de neiging om die haastig vol te praten. Toch is dat geen goed idee, weet gespreksexpert Pauline Jonker: ‘Een stilte kan juist ook ruimte scheppen. Dat moet je elkaar gunnen.’ Jaren geleden leerde een vriend mij...

Margaretha Coornstra

Some more good #rust learning today, wrapping up the intro Bites 🦀

Especially tokenizer + parser (10 and 15) will throw a curve ball here and there, and they form a nice (simplified) sneak preview of things we have you build in our JSON parser cohort. 💪

Third upload of my photos from the #LandschaftsparkNord at #Duisburg is now on #flickr. I've now figured out there will probably be nine uploads in total, so 50-60 photos. https://www.flickr.com/photos/michaelgrr/55304944109/

#industry #decay #rust #deindustrialisation #Ruhrgebiet

du9585

Flickr

(more Linux and FOSS news in previous posts of thread)

MariaDB Community Server 12.3 LTS: Faster Writes and Smarter Vector Search for Real Workloads:
https://www.linuxcompatible.org/story/mariadb-community-server-123-lts-cuts-infrastructure-costs-with-4x-write-speeds-and-builtin-ai-search/

Rust 1.96.0: new range types, stabilized macros, and cargo vulnerability fixes:
https://alternativeto.net/news/2026/5/rust-1-96-0-new-range-types-stabilized-macros-and-cargo-vulnerability-fixes/

PHP 8.5.7 RC2 available with security fixes, OpenSSL compatibility improvements, etc.:
https://www.linuxcompatible.org/story/php-857-rc2-released/

Genode OS 26.05 released with touch-based window management, Sculpt OS reshaped into re-usable building blocks, repos migrated to Codeberg:
https://genode.org/documentation/release-notes/26.05

Canonical’s Workshop: sandboxed, reproducible dev environments:
https://www.omgubuntu.co.uk/2026/05/canonical-workshop-dev-environments

Open 3D Engine (O3DE) 26.05 released with Open Particle System, option to create C++ component from the editor, etc.:
https://www.docs.o3de.org/docs/release-notes/2605-0-release-notes/

Vulkan 1.4.340 Brings Descriptor Heap Extension to Tackle Proton Performance Issues:
https://news.lavx.hu/article/vulkan-1-4-340-brings-descriptor-heap-extension-to-tackle-proton-performance-issues

Linux Foundation Releases OpenMDW-1.1 (a FOSS license for AI models); NVIDIA Adopts OpenMDW for Cosmos, Isaac GR00T, Ising and Nemotron, AI Model Families:
https://www.linuxfoundation.org/press/linux-foundation-releases-openmdw-1.1-nvidia-adopts-openmdw-for-cosmos-isaac-gr00t-ising-and-nemotron-ai-model-families

QEMU to "relax policy on AI-generated contributions":
https://lists.nongnu.org/archive/html/qemu-devel/2026-05/msg07614.html

Bambu Lab Has Been Violating AGPLv3 for Years, SFC Says:
https://feed.itsfoss.com/link/24361/17347676/bambu-lab-caught-violating-agplv3

#WeeklyNews #OpenSource #FOSSNews #OpenSourceNews #FOSS #News #MariaDB #Rust #PHP #GenodeOS #Open3DEngine #O3DE #Vulkan #OpenMDW #AI #QEMU #BambuLab #Dev #Programming #Database #Development #Coding #ProgrammingLanguage #DevelopmentEnvironment #Sandboxing #Licensing #FosseryTech

MariaDB Community Server 12.3 LTS: Cuts Infrastructure Costs with 4x Write Speeds and Built-In AI Search

MariaDB Community Server 12.3 LTS hits general availability with a rewritten binary log that pushes write throughput up by four times, letting you run heavier workloads without buying new hardware.

Linux Compatible

@walterjizz IMO, message passing concurrency is way more flexible in the long run, so I'd go with that.

@PuercoPop Newer versions of tokio now come with a LocalRuntime, which allows spawning of !Send + !Sync Futures (unfortunately, they still need to be 'static, though😐):
https://docs.rs/tokio/latest/tokio/runtime/struct.LocalRuntime.html#method.spawn_local

I'm probably biased, but I really like smol, because it is very flexible, e.g. your Futures don't even need to be 'static:
https://docs.rs/smol/latest/smol/struct.LocalExecutor.html#method.spawn

#Tokio #Smol #Rust #RustLang #AsyncRust

LocalRuntime in tokio::runtime - Rust

A local Tokio runtime.

Rust 1.96.0 ships with new Copy-implementing Range types and pattern matching assertions. Two Cargo vulnerabilities are patched.

#rust

🌗 Roto 一週年:為 Rust 而生的編譯型腳本語言
➤ 從實驗性項目到高效能嵌入式腳本語言的成長之路
https://blog.nlnetlabs.nl/one-year-of-roto-the-compiled-scripting-language-for-rust/
距離 Roto 首次發布已過去整整一年。這款專為 Rust 應用程式設計、具備靜態型別且支援 JIT 編譯的腳本語言,在過去一年中展現了顯著的成長。團隊不僅發布了 6 個版本,更透過優化語法使其更貼近 Rust 風格,並引入了清單(List)型別與更完善的 Rust 整合機制。目前,Roto 已被 Iocaine 等外部專案採用,證明瞭其在效能上的優勢。展望未來,開發團隊將持續投入 LSP 與格式化工具的開發,致力於讓 Roto 成為更強大、成熟的嵌入式腳本方案。
+ 身為 Rust 開發者,看到這種能無縫與 `impl` 區塊整合的腳本語言真的很興奮,原本的註冊方式確實有些繁瑣,`library!` 宏看起來乾淨多了。
+ 很高興看到 Roto
#程式語言 #Rust #軟體開發 #NLnet Labs
One year of Roto, a compiled scripting language for Rust

By Terts Diepraam Almost exactly one year ago, we announced Roto, a JIT-compiled embedded scripting language for Rust applications. A lot has happened since then that we'd like to tell you about! 💡Along with this post, we published Roto v0.11.0! You can check out the changelog for that

The NLnet Labs Blog

Neuer Beitrag beim Quadruvium Club: "EUROPA-PARK Next Super-Jongleur – Snippet 1. Folge"

In der ersten Folge des neuen VEEJOY Magazins FRONT ROW dreht sich alles um den neuen […]

https://quadruvium.club/2026/05/europa-park-next-super-jongleur-snippet-1-folge/ #BadenWürttemberg #EuropaPark #Freizeitpark #Rust #Schwarzwald