• 0 Posts
  • 27 Comments
Joined 3 years ago
cake
Cake day: September 17th, 2021

help-circle




  • Dude, you don’t just pump the combustion result through your house.

    I wrote “LPG or natural gas could certainly contribute to humidity levels in some cases,” and was thinking specifically of non-vented gas heaters, which are very common in my experience, and are in some cases used for whole-house heating where there isn’t a central air circulation system. In this case, the combustion result is literally released into the house.

    While this thread is about gas heating, the article is about gas cooking stoves, which in most cases can be vented only at most very poorly (with a range hood), so the risk being dicussed is literally a result of releasing the combustion result into your house.



  • I assume you are referring to the behavior when F-Droid has limited permissions with regard to app installation (but maybe you’re referring to something else):

    If F-Droid is included as part of the system, such as with CalyxOS, as a system app, or with the F-Droid privileged extension (if that’s still offered), then the app updating/installation behavior is a lot more like what Play Store has.





  • A hook is a mechanism for adding functionality at a certain point in a program’s normal flow. As a simple example, imagine a program that works by doing three things in order. It could have hooks that allow the user to add actions before or after any individual steps. Each possible point in the flow is a separate hook. One way to implement it is with a directory for each hook in the program’s configuration directory, where executables can be placed; the hook runs each executable in sorted order.

    I didn’t look up any of this, so it may not be the best explanation, but I hope it is helpful.