-
Learning Rust Channels: Safe Message Passing Between Threads
April 3, 2026A beginner's journey through mpsc channels — understanding producers, consumers, message passing, and when to use channels instead of shared state.
Jian De (Jaydon) · 12 min read ·RustChannels+3 -
Learning Rust's Arc and Mutex: Sharing Mutable State Between Threads
April 3, 2026A beginner's guide to safely sharing and modifying data across threads using Arc<Mutex<T>> — understanding ownership, borrowing, and synchronization.
Jian De (Jaydon) · 11 min read ·RustThreads+4 -
Learning Rust Threads: From Confusion to Clarity
April 3, 2026A beginner's journey through Rust's threading model — covering spawn, move closures, scoped threads, thread-local storage, and panic handling.
Jian De (Jaydon) · 14 min read ·RustThreads+2 -
ConnMan on AGL ivi-homescreen, Part 1: Architecture Overview
March 10, 2026An introduction to building a Flutter plugin for ConnMan network management on AGL (Automotive Grade Linux) ivi-homescreen — covering the full stack from D-Bus to Dart.
Jian De (Jaydon) · 26 min read · 3 ·AGLFlutter+5 -
AGL GSoC 2026 Quiz: Building a Custom Flutter App on Automotive Grade Linux (Raspberry Pi 5 Edition)
March 5, 2026A comprehensive guide on creating a custom Flutter application, packaging it into a Yocto layer, and embedding it into an AGL image for the Google Summer of Code 2026 qualifying task.
Jian De (Jaydon) · 8 min read ·AGLFlutter+3 -
How to Configure Wi-Fi on a Raspberry Pi 5 Running Minimal Yocto
March 5, 2026A step-by-step guide to troubleshooting and setting up Wi-Fi on a Raspberry Pi 5 that runs a minimal Yocto image using wpa_supplicant, systemd-networkd, and ConnMan (including D-Bus configuration), without NetworkManager.
Jian De (Jaydon) · 4 min read ·Raspberry PiYocto+4
2026