Ewout van Mansom

Results 147 comments of Ewout van Mansom

> One additional comment that `.tito/packages/smfc` file contains a version number. It is getting harder and harder to track all of the instances of the version numbers. Would it be...

A way to generate man pages automatically is also needed [per the guidelines](https://docs.fedoraproject.org/en-US/packaging-guidelines/#_manpages), as `smfc` is a binary. **Update**: found this project: [argparse-manpage](https://github.com/praiskup/argparse-manpage). It fits the need, but does requires...

> Hi @emansom, I see you tried to convert `smfc` to a Python package, but I do not see the reason / benefit. Please explain your motivation. This was done...

An additional warning note in the configuration file to warn users not to decrease the min level below 10% (25% for redux line) and the max level not above 90%...

While testing locally, I think the easiest way to tackle this, is by the following algorithm: When GPU activity peaked >30% in the last 60 seconds, increase minimum fan speed...

> - How would you read GPU temperature? I know only vendor specific tools (nvidia, amd etc.) for reading temperature but I do not know about standard interface (like HWMON)...

> - Biggest bottleneck that IPMI has only two zones defined (CPU and HD), I assume you would like to use CPU for this purpose, right? Given there exists a...

[mpv](https://mpv.io/) doesn't really support GNOME, see docs [here](https://github.com/mpv-player/mpv/blob/v0.34.1/DOCS/man/mpv.rst#disabling-screensaver). Mostly a boycot of all things GNOME by the maintainer; as a consequence its window has some quirks on the Wayland session....

~~The [node-uploadx](https://github.com/kukhariev/node-uploadx) component used to handle uploads within PeerTube supports S3.~~ 🎉🚀 ~~Hook that up to object storage config and it should work.~~ 😊

> `uploadx` can upload data directly to Google Cloud Storage(`clientDirectUpload` option) , but not to S3 storages. > > [Here](https://github.com/kukhariev/ngx-uploadx/issues/260#issuecomment-1272524119) is a proposed client uploader that supports both local storage...