Breizh

Results 17 comments of Breizh

> This would be a breaking change, affecting existing programs using the dump output. So not sure. I didn’t take this in consideration, since it was adding fields and not...

Will the new version still be easy to set up without Docker? That’s one of the main reason I actually host a hastebin service, because it’s already easy to deploy.

I have two OSes on the computer that run Minecraft, and I often (several times a week, sometimes even twice in the same day) need to reboot from one to...

It’s litteraly just this: ```bash #!/bin/bash cat /sys/devices/pci0000:00/0000:00:01.3/0000:03:00.1/ata?/host?/target?:0:0/?:0:0:0/hwmon/hwmon?/temp1_input ``` I made it executable, in `/usr/local/bin/hddtemp-client` and then using this in the afancontrol configuration file: ```ini [daemon] hddtemp = /usr/local/bin/hddtemp-client [temp:hdd]...

> I do not know any players which use anything but standard R128 and REPLAYGAIN tags. Do you? Not yet, but I really hope it start to exist soon, because...

> gstreamer-based players such as Amarok use reference level tag and compensate to reach -18: https://gitlab.freedesktop.org/gstreamer/gst-plugins-good/-/blob/1.16/gst/replaygain/gstrgvolume.c#L510 I think it’s the case that was mentionned in another issue, gstreamer currently have...

I’m interested too, I’m actually abusing the cgroup plugin to get some infos. For example, `btrfs device stats`: ``` [[inputs.cgroup]] name_override = "btrfs" paths = [ "/sys/fs/btrfs/*/devinfo/*" ] files =...