• 0 Posts
  • 34 Comments
Joined 1 year ago
cake
Cake day: July 11th, 2023

help-circle
  • my solution to this is to only deal with the UPS in proxmox. it shuts down everything if the battery goes below a certain level.

    I think you can configure nut to run a few scripts when something changes around the UPS. you could have a script that sends an alert through ntfy, and/or the web services that you want to use for this, but I’m not familiar with the notification system of nextcloud and truenas










  • i still don’t understand. is it easier in python or JS to make getters and setters? with python my experience has been the opposite, with the decorator based solution in mind.
    or if the problem is that they exist, as an option to be used, why is that a problem? they can be implemented in any other language, and it can be useful.

    then yeah, you should check for nulls. just like for None’s in python, or if you have the correct type at all, because if it’s entirely different but ends up having a function or variable with the same name then who knows what happens.
    then in javascript besides null, you also have undefined and NaN!


  • i still don’t understand. is it easier in python or JS to make getters and setters? with python my experience has been the opposite, with the decorator based solution in mind.
    or if the problem is that they exist, as an option to be used, why is that a problem? they can be implemented in any other language, and it can be useful.

    then yeah, you should check for nulls. just like for None’s in python, or if you have the correct type at all, because if it’s entirely different but ends up having a function or variable with the same name then who knows what happens.
    then in javascript besides null, you also have undefined and NaN!






  • WhyJiffie@sh.itjust.workstoSelfhosted@lemmy.worldEmail wowsers continue
    link
    fedilink
    English
    arrow-up
    2
    arrow-down
    1
    ·
    2 months ago

    This is something I want to know too!
    I don’t believe google deletes anything that has entered their system, my use case is that they don’t have visibility on when are my devices online, how many so I have, and such. But my gmail address has not been my primary one for long, so it’s not that important.

    All I have found so far, though, is that what I need is possibly called a Message Delivery Agent.


  • At least in the case of jellyfin, it’s not exactly just a “resource hogging frontend”.
    For instance it keeps track of watch progress, in episode and through the series, and what did you watch last time so you can continue with whichever.
    Allows you to remote control your player device (handy if it’s a TV or something like that) from your phone or another anything with a web browser.
    It fetches info about the movies and series so it looks nice and for your users it is easier to pick something for themselves.
    It has integration for MPV (and probably a few other players) so it does all the above.

    And it does all these things in a way that everything is available across all your devices. Not just the content, but watch progress and everything else.

    Something tells me you also tell your family that a Linux computer with no desktop environment is all one needs for everyday tasks.

    And finally for OP: you don’t have to learn FreeBSD for ZFS, because Linux has it too. Because of licensing issues installation is a bit more complicated in most distros, but if you use Proxmox, they have done that part for you.