zamu-flowerpot

Results 8 comments of zamu-flowerpot

I came here to mention KDE's file count and glad it was already been mentioned.

Would it be possible to have an option to just use memory? I have plenty of memory and looking at the disk usage of journald (`journalctl --disk-usage` and `journalctl --user...

Dropping by to link [MinIO](https://github.com/minio/minio) and [Garage](https://github.com/deuxfleurs-org/garage) which are both self-hosted solutions to S3.

One thing I didn't look into was setting these behind CLI flags and this probably needs some memoization as it can be just slightly noticeable when looking at parents with...

> Cool stuff! As you already said, a memoization technique would be neat. I think a `HashMap` would be good enough for us. [...] A `HashMap` would be fine. I...

> You're going to need a `OnceCell`. Yep, worked like a charm. Thanks for the hint. > How about walking through the tree in threads using rayon? Should be fairly...

Hi @emschwartz! Looking at my prometheus instance and the metrics go exports, they export over 30 and they just namespace the metric. For example, `go_gc_duration_seconds` and `go_sched_latencies_seconds_bucket`. I could see...

> To get a bit of the autometrics magic where we write queries for you, we could potentially add a dummy macro or function that you could hover over that...