Tag: #thread
Writing on GPUs, LLMs, MLOps, Kubernetes — and mindset · 4 posts
Home Assistant Matter Server 9.0 — Why It Dropped the Official C++ SDK for a matter.js Rewrite
On June 23, 2026, Home Assistant's Matter server jumped to 9.0, and with it the Python plus official C++ SDK (connectedhomeip) implementation was replaced wholesale by a new server built on matter.js, rewritten from scra
2026-07-17 · 11 min read #iot#smart-home#home-assistant#matter#threadSmart Home & Matter 2026 — Home Assistant / Matter 1.4 / Thread / Zigbee2MQTT / Apple Home / Aqara / Frigate Deep Dive
A May 2026 deep-dive on the entire smart-home stack — Matter 1.4 (Oct 2024) adding cameras/EVSE/energy/HVAC, the Matter 1.5 release in Q4 2025, the Thread mesh layer, Home Assistant + Nabu Casa, ESPHome, Zigbee2MQTT, the
2026-05-16 · 19 min read #smart-home#matter#thread#zigbee#home-assistantConcurrency & Parallel Programming Complete Guide 2025: Async/Await, Thread, Goroutine, Actor Model
Everything about concurrency and parallel programming! Thread vs Coroutine vs Goroutine, Async/Await patterns, Event Loop (Node.js/Python), Actor model (Erlang/Akka), Lock-free data structures, deadlock/race condition pr
2026-04-14 · 27 min read #concurrency#parallelism#async-await#thread#goroutineOS Core Concepts Complete Guide: Everything About Operating Systems for Developer Interviews
A complete guide to OS core concepts frequently asked in developer interviews, with practical code examples. Process vs Thread, Virtual Memory and Page Faults, CPU Scheduling (CFS), Synchronization (Mutex/Semaphore/Spinl
2026-03-23 · 28 min read #operating-system#process#thread#memory#virtual-memory