The Boring Developer Journal

Raspberry Pico: Getting Picoprobe, OpenOCD and GDB to work with Rust on Mac M1

Today I have my second Raspberry Pico arrived to my place, I'm so excited because now I can connect these two picos (Raspberry Pico) where the one is working as a probe or debugger for the another. The picture above is the configuration of my picos to be

Rust: Menambahkan Dependensi "Bergaya" NPM

Buat kalian yang sering membaca tutorial tentang Rust Programming, pastinya sering melihat bagian dimana developer menginstal modul dependensi dengan mengupdate dile Cargo.toml pada project. [package] name = "project_keren" version = "0.1.0" edition = "2021" [dependencies] actix-web = "4.2.1" # diketik manual

The Boring Developer Journal © 2026