Weekly Shaarli

All links of one week in a single page.

Week 26 (June 23, 2025)

Writing a basic Linux device driver when you know nothing about Linux drivers or USB // crescentro.se

This article describes the basics about USB protocol enough to overcome my usual fear of dappling into USB hacking. The author demonstrated the means to use libusb (user-space) to interact with an unsupported USB RGB light.

Writing Toy Software Is A Joy

A nice list of toy programming projects to try.