Weekly Shaarli
Week 06 (February 6, 2023)
The idea that hiding is not good for privacy: it's often easier and more effective to make a fake persona than hiding, which creates a mystery people are intrigued to solve.
This article gives suggestions on how to generate a fake persona:
- pick a common name
- ai face generation + face aging software
- use mailbox.org for email
- create a social media profile
Hask is the category of Haskell types. This article lists some interesting exceptions where the programming language do not quite hold the consistent properties to the corresponding mathematically description of category theory objects.
A detailed description and comparison of various ESP32 models and different boards.
Trick learned: echo w > /proc/sysrq-trigger
to show a stack trace in dmesg for tasks in uninterruptible sleep state. This is helpful to learn what the process is blocking on.