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/)GE
Posts
5
Comments
288
Joined
2 mo. ago

  • On one side of the battery, it is elemental Lithium.

    It exchanges electrons across a membrane with another substantial.

    Using water on it is bad because the reaction between Lithium and water evolves Hydrogen gas, which ignites in the fire.

  • I know that it takes a lot of energy to separate hydrogen from oxygen in water. Without something like nuclear powering the electrolysis, there's no way that it looks remotely feasible to me.

    That's just my snap analysis without doing any research beyond what I already know.

  • I play FF XIV on a gaming laptop with a n onboard Nvidia GPU. The only thing I had to install was the game, and the Flatpak, Proton, and XIV Launcher communities have made that trivial.

    I use Debian stable.

  • I figured out that it just drops you into a root shell, which is a bad thing.

    You should try to never login as root. It's just bad security hygiene.

    I run sudo apt update, put in my password, thenonce my repos are updated, I run sudo apt upgrade. Password only has to be input once, unless I get busy and forget to do the upgrade command, in which case I haven't left a root shell unattended for however long it took me to realize that I left the shell open.

    That way if someone else comes along and tries to do stuff, they only have the limited privilege level that my user does.