PROTOCOL_WIRED

Nodes connected. Signals clear. Welcome to the terminal.

Archive_Log

GUIX LINUX

Isolated Development with Guix Shell

How to achieve 100% reproducible environments without Docker. Leveraging Guix's functional package management for development sandboxes.

C SECURITY

Writing a CSPRNG in C

Exploring /dev/urandom and entropy pools for secure key generation. Building a cryptographically secure password generator from scratch.

EMBEDDED RISC-V

Bare Metal Blink on RISC-V

Getting started with RISC-V assembly — writing a blink program without any OS or runtime.