Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)ZE
Posts
0
Comments
64
Joined
2 yr. ago

  • yes/no. it is a single recording (song). Not sure it has to be a 'single'. as maybe some bands/people may not put out a single.

    I was just looking it up.

    record goes to all involved (writer/produced/engineer)

    Song of the year goes to the song writer.

    edit.

    maybe it should be pronounced like recording of the year.

  • B can still be true when a is false. iff means that b can only be true when a is true.

    Also, the equivalent statement is.

    vehicle if and only if car.

    not

    car only if vehicle

    since a truck is a vehicle, the statement is false.

    Somewhat wrong above:

    A B a iff b

    T T T

    T F F

    F T F

    F F T

    look online for truth tables.

  • This is fedora, I would stick with firewalld.

    sudo dnf install firewalld

    sudo systemctl enable --now firewalld

    sudo firewalld-cmd --add-service --permanent ssh

    sudo firewalld-cmd --add-service --permanent https

    sudo firewalld-cmd --add-service --permanent http

    sudo systemctl restart firewalld

  • https://pi-hole.net/

    It's a network level ad-blocker by blocking at the DNS level.

    It was originally meant to run on a raspberry pi, but will run in docker or other Linux os as well. Very light weight and a great self-host project. Been running for years and support via patreon.