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

  • my resume is 90% chatGPT... the informations are true, but i could never write in that style. it got me two jobs, so i know it works.

    i used it a couple of times to rewrite stuff given a context. like i wrote the email but it came out in a vague passive aggressive tone, and letting chatGPT rewrite it will reword it to be more appropriate given the context.

  • i5-1340p

    there is a kernel parameter to add to make standby better: mem_sleep_default=deep.

    if you are on nixos you can import the framework hardware module from "nixos-hardware". it also includes other fixes

  • i have the same requirements as you. i bought framework 13.

    i'm still in the confuguration phase, for now it has a decent battery run of ~6/8h of installing stuff. i'm configuring nixos.

  • you can create them afterwards and move the stuff into the subvol. do it from a live usb and don't forget to update fstab. be sure to use rsync with the flag to keep permissions etc

  • can you stack btrfs on top of LVM? is there any advantage of doing so?

    right now i have each docker volume mapped to a btrfs volume, so that i can snapshot the volume and send it away.

    can i replicate the same thing with LVM and ext4 for example?

    i'm mostly interested in the ssd as cache feature and the possibility of just adding more disks. Stuffs that are not possible in my current setup.