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
0
Comments
78
Joined
2 yr. ago

  • This reminds me of the spongebob episode where krabs was in hospital and, because of money, was moved out before the vending machine, then to the parking place, and finally kicked down the hill. Back then it was funny but being reminded of it by the real world feels very much... not good.

  • I started using it on my NAS and also on root. Then I switched my personal machine to ZFS on root. I manually created both setups (somehow). This is the worst part in my opinion. The best decision, though, was to ditch grub in favor of zfsbootmenu. Skips all the brittle steps with grub and its boot partition. Now I just have zfsbootmenu directly loaded by UEFI from the EFI partition. Everything important is directly on ZFS, including... well, everything. Can also use snapshots but I have not needed that yet.

  • I feel the same way. The only videos I watch are the ones on the philanthropy channel and the ones where the core is giving away money or stuff (e.g. cars) to random people (or people in need).

    Though, I also question the sustainability of (some of) the philanthropy actions. Don't get me wrong, giving water and light to people in the middle of nowhere is nice, but when they become dependent and they can't fix it when it breaks, they could be screwed big time.

    The like five minutes I "researched" the "main" guy of the philanthropy channel (Derrick? Taran?) I came to the conclusion that he seems genuinely dedicated to trying helping people.

  • She has a video on YT on her own channel about that. Pretty sure the problem is the... negativity against her. She appeared in one or two LTT videos for a brief moment though. And there is at least one video by her on floatplane. But I am not following anything actively so that is the only info I have.

  • Weirdly, years ago when I last played it, I had to use proton because of performance problems. I have it in the backlog for for quite some time again already and hope I can use it natively with all its glory in 4k now.

  • I never understood why everyone uses it as a ignore list. In my own and work repositories I always exclude everything by default and re-add stuff explicitly. I have had enough random crap checked in in the past by coworkers. Granted, the whole source folder is fully included but that has never been a problem.

  • I had a teacher that taught both religion and chemistry. People who learned about that often made comments about it being weird. But he insisted that both topics are not exclusive to each other. It has been a long time since school but I think his reasoning (if that is the correct word) has been that one is philosophical and the other scientific which are separate worlds. You can't prove stuff in faith scientifically but neither has religion a place in the " real" world. And, to be completely honest, he was by far one of the best teachers I have ever had.

  • Yeah, if you get this exception and not doing anything not-"normal" then the chance is high that there are multiple versions of the same class. A possible way to trigger this is when extracting code to a separate module without changing the package. If you copy instead of move and change something you will have a bad time. It is also possible that the IDE complains but building and executing works.

    Fun times!