40 - blueberry-freedom

247 words Reading time 2 min Published on: 2025/06/09

Photo taken in Yunnan. The blueberries 🫐 here are ridiculously good—can’t find blueberries this delicious back in GZ~~

Interesting Tools

Kavitareader
https://wiki.kavitareader.com/
An e-book server. Between Apple Books on iPhone and Moon+ on Android, reading progress often gets out of sync. A centralized digital library is definitely useful. Supports Docker

Beszel
https://beszel.dev
A lightweight server monitoring container that tracks CPU, I/O, etc. For my needs, the metrics aren’t quite detailed enough

WatchYourLAN
https://github.com/aceberg/WatchYourLAN
A tool to scan devices on your local network. Previously I coded one myself in Golang, but found that the MAC lookup database matched very few vendors, with lots missing;

This tool has the same issue—hopefully big data/machine learning can solve it in the future;
The advantage is the web UI and Docker support;

Docker can’t be used on macOS here because host networking can’t resolve the host CIDR from inside the container, but it works on Linux.

tssh
https://trzsz.github.io/
A tool supporting drag-and-drop file uploads to servers right from the terminal. Personally I feel it’s not quite secure so I didn’t use it, but it’s handy for indie developers~

Reading

MySQL for Developers
https://planetscale.com/learn/courses/mysql-for-developers
A great MySQL 8 tutorial—really well done~~

Life

Injury Severity Assessment
A video commentary on legal injury assessment that I bookmarked. Put together a summary—super interesting