HDMI Matrix in Home Assistant: RS-232 Integration https://sudonull.com/hdmi-matrix-in-home-assistant-rs-232-integration
Set up TV source switching between rooms via Home Assistant and 4×4 HDMI matrix. Step-by-step code for Coordinator, media_player entity, protocol. For middle/senior dev. Install in 13 min.
ZX Spectrum controls lunar landing in KSP https://sudonull.com/zx-spectrum-controls-lunar-landing-in-ksp
Learn how ZX Spectrum with Z80A and kRPC implemented landing in Kerbal Space Program. Technical details of emulation, RS232 and comparison with AGC. For developers.
Reversing BCD4 Queue Display Protocol https://sudonull.com/reversing-bcd4-queue-display-protocol
Analysis of BCD4 encoding and carry-checksum in the electronic queue display protocol. Python code, packet structure, web integration. For developers.
Information Security Architecture of Virtualization according to RS BR IBBS-2.8-2015 https://sudonull.com/information-security-architecture-of-virtualization-according-to-rs-br-ibbs-2-8-2015
Break down the algorithm for building Information Security architecture for virtualization: contours, isolation, roles. Compliance with FSTEC requirements for PTP and ISPDn. Study the steps for middle/senior.
Bug in imageproc: API change in image-rs for RGBA | Analysis https://sudonull.com/bug-in-imageproc-api-change-in-image-rs-for-rgba-analysis
Why did fixing the bug in imageproc require changing the API in image-rs? Technical analysis of the error when rendering text on RGBA images. Solution for Rust developers.