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/)NI
Posts
1
Comments
148
Joined
1 yr. ago

  • solar panels will do a lot to reduce the problem of climate change significantly.

    I'm saying this because I see a lot of young people having depression due to climate doomerism, and realizing there's an effective strategy that can be physically implemented helps a lot.

  • and keep eating the foods that you know give you inflammation

    fucking wheat. I knew it was bad for like since my childhood, only stopped eating large quantities of it a year ago, when i finally got my shit together and converted to a mostly rice-based diet.

  • No, I'm just saying, what you eat and how you move can do a great lot to improve your general health and mood, except when the environment is total shit. Then you might still feel bad.

  • I have heard somewhere that some people seemed to believe that behind each human's actions, there is some kind of "daemon" that is invisible, but moving the humans like puppets.

    This is conceptualized in the theater mask, through which one can speak.

    The daemon speaks through the human as a theater actor would speak through a mask. (The latin word for that mask is "persona" (literally "sound-through") and that's why we call a person a person today (because they are controlled by a daemon who speaks through them)).

  • Animals sometimes have very weird, individual behavior. You can't just make any general rule what this specific bird was doing to you. Probably it wanted to communicate with you, tell you something. Maybe you should have observed it a bit, maybe it would have had something to show you, like maybe in the bush that it was coming from.

  • If the disk is internal and only used by linux, you should 100% use ext4.

    NTFS is what windows uses. exFAT is like really, really old file system that is only used because of its wide compatibility nowadays. USB-sticks use them, because they have to be compatible with any device where you couls potentially stick them in.

  • Good code is self-explanatory. You should only comment your code if it does something unexpectedly complicated.

    That being said, it's always a good idea to write a manual, about how to use the code. Don't document how it works, because those who can code will understand it anyways, and those who can't, have no need to understand it.

  • You get only one boot partition (EFI partition) which contains the kernel and the initramfs for both operating systems. Then, you would create two partitions to hold the rest of each individual operating system.

    Shared partitions can be ext4, but if they should be read-/writable by windows, I would recommend ntfs or exFAT.