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/)RE
Posts
0
Comments
130
Joined
2 yr. ago

  • Isn't zswap enabled by default?

    having zram + swap on disk isn't the same as having zswap + swap on disk? the difference should be only that zram show as a swap device while zswap does not.

    having only zram, you are still confined by the total ram you have. idk how the average compression ratio is, but you can gain 1.5x ram max. to get more, you need a physical swap device.

    is there an advantage of using zram instead of zwap? when you still have a physical swap with lower priority.

    bonus question: What if I use all 3 of them? would this just be redundant?

  • i have a public ip and my own domain attached to that. i use subdomains for each service and a dashboard on the root domain.

    i don't use authelia etc, and rely on the autentication page of each service. but i have fail2ban.

    i did help them set up the apps, but they took from there. the dashboard on the root domain helps them navigate all services without having to remember the full url.

  • yes... maybe.

    as the dev said, it flags a lot of false positive. so a human should look at them anyway.

    maybe when this is a bit more evolved, we can use it to preprocess posts, and if a post gets flagged for something, a mod / admin needs to approve the post manually.

    maybe for CASM, it gets sent to an external service specialized to that stuff, so the mod / admin doesn't have to look at the images.

  • it uses a model that describes a photo, then it searches the generated description for some terms and ranks the image to some levels of safety.

    to test it you use a more general filter, for all nsfw for example, and see if the matches are correct.

  • i successfully switched an arch install from ext4 to btrfs.

    in my case, i had 2 ssd, so i moved from one to the other, but it should work if you use one of the rsync backups.

    what i did was:

    • boot from a live usb arch
    • create a btrfs partition on the new drive with all the subvolumes you need
    • mount the btrfs partition and all the subvolumes
    • rsync my system from the old drive to the new mount (https://wiki.archlinux.org/title/migrate_installation_to_new_hardware#File_copying)
    • than continue to follow the arch wiki guide, fstab will be wrong, the bootloader needs to be reinstalled. while you are chrooted into it, you will need to reinstall linux to rebuild initramfs.