- Dec 5, 2022
The number of days in a week is prime, so we cannot utilize weekly periods to help us remember periodical events unless the period is a multiple of 7. However, there may be something that we need to get reminded of which happens once per two days or three days. For example, I wash my hair once per two days and wash my clothes once per eight days. To solve the problem, I wrote a Ruby program to help remind me of those routines.
- Nov 28, 2022
I use udev and systemd to send a notification to my phone via ntfy automatically whenever my laptop is discharging.