Daily Shaarli

All links of one day in a single page.

Yesterday - June 26, 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.