Isn't this how it always looked when treeview is enabled? Look for the option in the View
dropdown menu.
True. Do you happen to know any lightweight alternatives? I've been wanting to check out VictoriaMetrics for a while but haven't found the time...
I am currently running
- Nextcloud: slow, but great for Calendar or Notes
- Gonic
- Airsonic Refix
- transfer.sh
- FileBrowser
- Conduit
- Cinny
- Mosquitto
- Prometheus
- Grafana
The last three are quite niche. I use Prometheus + Grafana for Monitoring the Pi itself and for displaying MQTT Stats. Since upgrading to SSDs performance is actually quite good, especially when taking power usage into account.
blackjacksepp
joined 1 year ago
I never used C++'s scoped locks but as far as I can tell they perform runtime deadlock detection while this crate is compile-time only with near to none code produced in the resulting binary.
This is done by enforcing to either lock every Mutex the thread needs at once or none at all. Thread keys are used to represent this with the type system.