How to Rename USB Wi-Fi and LTE Dongles Using udevShort summary / TL;DR: My system has an on-board Wi-Fi and several USB network devices (a Realtek Wi-Fi dongle and an RNDIS LTE modem). USB interfaces get unpredictable names like wlxa0a3f0904f79. I solved this by writing udev rules that detect devic...Nov 18, 2025·2 min read·23
What is Blockchain? A Simple IntroductionPart 1: Definition and ArchitectureJun 27, 2024·4 min read·31
Understanding the CAP and PACELC Theorem in the Context of BlockchainExploring Trade-offs in Blockchain Design Through Distributed System TheoremsJun 27, 2024·3 min read·21
Beginner's Guide to Cross-Compiling Rust for Raspberry Pi 4BIntroduction Welcome to my blog! Today, I'll be sharing my experience in creating and cross-compiling a simple project in Rust for the Raspberry Pi 4. This guide will help you understand the steps involved and get you started on your own Rust project...Jun 26, 2024·2 min read·254
ESP32 Tutorial Series - Part 1 Setting up ESP-IDFHello and Welcome to part 1. For accessing to last parts, click here. In this part, we will install and setup ESP-IDF and look at creating projects and components, sdkconfig, and CMake files. I am currently doing these steps on Linux, but these step...Mar 17, 2022·4 min read·571